Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

matrixSP.h File Reference

#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.


Define Documentation

#define REF_SP( A, I, J )   ((*(((A).D)->v))[(J)][(I)])
 

Direct access for column oriented, sparse storage matrices.

This macro can only be used in class members.

#define FTN_OFFSET   1
 

Fortran has an array offset of 1.


Function Documentation

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.


Generated at Wed Nov 22 08:38:29 2000 for LinAl - a simple and efficient Matrix library - by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000