8#ifndef LADEL_DEBUG_PRINT_H
9#define LADEL_DEBUG_PRINT_H
void ladel_print_dense_vector_matlab(ladel_double *x, size_t len)
Prints output that can be copied into Matlab to retrieve the given double vector.
void ladel_print_sparse_matrix_entries(ladel_sparse_matrix *M)
Prints the contents of all entries in a matrix.
void ladel_print_factor_matlab(ladel_factor *LD)
Prints output that can be copied into Matlab to retrieve the given factor.
void ladel_print_sparse_matrix_matlab(ladel_sparse_matrix *M)
Prints output that can be copied into Matlab to retrieve the given matrix.
void ladel_print_dense_int_vector_matlab(ladel_int *x, size_t len)
Prints output that can be copied into Matlab to retrieve the given double vector.
void ladel_print_set(ladel_set *set)
Print the content of an index set.
Memory allocation routines.
Structures and types used in LADEL routines.
int64_t ladel_int
Type for integer numbers (default: int64_t)
double ladel_double
Type for floating point numbers (default: double)
Sparse matrix in compressed column storage.
Factors of an factorization.