Revision 4c2259d583e242ad4881ec98298d7787b5264c6a authored by Ben Hermans on 04 May 2020, 14:31:01 UTC, committed by Ben Hermans on 04 May 2020, 14:31:01 UTC
1 parent effd840
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 ...