SPRAAK
|
Matrix input/output. More...
Functions | |
void * | spr_math_matrix_alloc (size_t rows, size_t cols, size_t el_size) |
void * | spr_math_matrix_free (void *mat, int rows) |
void * | spr_math_matrix_read (char *fname, void *mat, int *rows, int *cols, const SprDT *dt) |
int | spr_math_matrix_write (const char *fname, const void *mat, const SprDT *dt, int Nrows, int Ncols) |
Matrix input/output.