#include "compcol_double.h"#include "comprow_double.h"#include "coord_double.h"#include "vecdefs.h"

Go to the source code of this file.
Functions | |
| void | readtxtfile_mat (const char *filename, CompRow_Mat_double *A) |
| void | readtxtfile_mat (const char *filename, CompCol_Mat_double *A) |
| void | readtxtfile_mat (const char *filename, Coord_Mat_double *A) |
| void | writetxtfile_mat (const char *filename, const CompRow_Mat_double &A) |
| void | writetxtfile_mat (const char *filename, const CompCol_Mat_double &A) |
| void | writetxtfile_mat (const char *filename, const Coord_Mat_double &A) |
| void readtxtfile_mat | ( | const char * | filename, | |
| CompRow_Mat_double * | A | |||
| ) |
| void readtxtfile_mat | ( | const char * | filename, | |
| CompCol_Mat_double * | A | |||
| ) |
| void readtxtfile_mat | ( | const char * | filename, | |
| Coord_Mat_double * | A | |||
| ) |
| void writetxtfile_mat | ( | const char * | filename, | |
| const CompRow_Mat_double & | A | |||
| ) |
| void writetxtfile_mat | ( | const char * | filename, | |
| const CompCol_Mat_double & | A | |||
| ) |
| void writetxtfile_mat | ( | const char * | filename, | |
| const Coord_Mat_double & | A | |||
| ) |