Revision 4b8787751140ba66a11e18577919f5f9686c526f authored by Ben Hermans on 04 May 2020, 08:48:47 UTC, committed by Ben Hermans on 04 May 2020, 08:48:47 UTC
1 parent 8d80c9e
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 ...