![]() |
EVSL
1.1.0
EigenValues Slicing Library
|
Miscellaneous functions used for DOS based functions. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "def.h"#include "struct.h"#include "internal_proto.h"Go to the source code of this file.
Functions | |
| void | save_mtx_basic (int nrow, int ncol, int *ia, int *ja, double *a, const char *fn) |
| void | savemat (csrMat *A, const char *fn) |
| void | save_vec (int n, const double *x, const char fn[]) |
| void | savedensemat (double *A, int lda, int m, int n, const char *fn) |
Miscellaneous functions used for DOS based functions.
Definition in file dumps.c.
| void save_mtx_basic | ( | int | nrow, |
| int | ncol, | ||
| int * | ia, | ||
| int * | ja, | ||
| double * | a, | ||
| const char * | fn | ||
| ) |
| void save_vec | ( | int | n, |
| const double * | x, | ||
| const char | fn[] | ||
| ) |
Definition at line 38 of file dumps.c.
Referenced by spslicer(), and SymmTridEig().

| void savedensemat | ( | double * | A, |
| int | lda, | ||
| int | m, | ||
| int | n, | ||
| const char * | fn | ||
| ) |
| void savemat | ( | csrMat * | A, |
| const char * | fn | ||
| ) |
Definition at line 33 of file dumps.c.
References _csrMat::a, _csrMat::ia, _csrMat::ja, _csrMat::ncols, _csrMat::nrows, and save_mtx_basic().

1.8.6