Revision 22a32967b4fed9222e6ab91ea80193ffb73d13b8 authored by Ben Hermans on 22 April 2020, 17:19:39 UTC, committed by Ben Hermans on 22 April 2020, 17:19:39 UTC
1 parent aafe189
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 ...