#include <BigMatrix.h>
Public Member Functions | |
| virtual long | N () const =0 |
| virtual long | Nonzeros () const =0 |
| virtual | ~IMatrix () |
Definition at line 146 of file BigMatrix.h.
| virtual ~IMatrix | ( | ) | [inline, virtual] |
Definition at line 150 of file BigMatrix.h.
| virtual long N | ( | ) | const [pure virtual] |
Implemented in SkyLineMtx, SparseConectivityMtxII, and SparseGridMtx.
Referenced by SparseGridMtxLU::AlocateMemoryByPattern(), SparseGridMtxLL::AlocateMemoryByPattern(), and SparseGridMtxLDL::AlocateMemoryByPattern().
| virtual long Nonzeros | ( | ) | const [pure virtual] |
Implemented in SkyLineMtx, SparseConectivityMtxII, and SparseGridMtx.
1.6.2