Revision a3a296fddafeefd5bfa7dfd95e04ec3d62ea00e2 authored by Ben Hermans on 16 March 2020, 16:11:21 UTC, committed by Ben Hermans on 16 March 2020, 16:11:21 UTC
1 parent fe5f1c0
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);
#endif

Computing file changes ...