#include "matrix.h"
#include <vector>
#include <map>
#include <valarray>
Go to the source code of this file.
Compounds | |
class | MatrixSP |
class | MatrixSP::MrepSP |
Defines | |
#define | REF_SP(A,I,J) ((*(((A).D)->v))[(J)][(I)]) |
Direct access for column oriented, sparse storage matrices. More... | |
#define | FTN_OFFSET 1 |
Fortran has an array offset of 1. | |
Functions | |
istream& | operator>> (istream& s, MatrixSP& M) |
input stream operator for a sparse matrix. | |
ostream& | operator<< (ostream& s, const MatrixSP& M) |
output stream operator for a sparse matrix. |
|
Direct access for column oriented, sparse storage matrices. This macro can only be used in class members. |
|
Fortran has an array offset of 1.
|
|
input stream operator for a sparse matrix.
|
|
output stream operator for a sparse matrix.
|