Revision 8d80c9e1d5a8aaea123b670ff2dd04a5208d5bbe authored by Ben Hermans on 04 May 2020, 08:48:24 UTC, committed by Ben Hermans on 04 May 2020, 08:48:24 UTC
1 parent 24cf946
debug_print.h
#ifndef LADEL_DEBUG_PRINT_H
#define LADEL_DEBUG_PRINT_H
#include "global.h"
#include "types.h"
void ladel_print_sparse_matrix_matlab(ladel_sparse_matrix *M);
void ladel_print_dense_vector_matlab(ladel_double* x, size_t len);
void ladel_print_factor_matlab(ladel_factor *LD);
void ladel_print_set(ladel_set *set);
#endif

Computing file changes ...