|
Files |
file | base.c |
file | cmfl.c |
| Implementation of the conversion form/into different matrices formats.
|
file | cmfl.h |
file | crfl.c |
| Implementation of the Compressed Row Storage (CRS) format for sparse matrices.
|
file | crfl.h |
file | disl.c |
| Interface to direct solvers form lapack and UMFPACK.
|
file | disl.h |
file | itsl.c |
| Implementation of the iterative solvers like gmres, minres.
|
file | itsl.h |
file | meml.c |
| Implementation of the Meta Matrix Library,.
|
file | meml.h |
file | sdml.c |
| Implementation of a lapack compatible dense matrix format.
|
file | sdml.h |
file | ssml.c |
| Implementation of the linked list based sparse matrix format,.
|
file | ssml.h |
file | vecl.c |
| Implementation of a lapack compatible dense vector format.
|
file | vecl.h |