SparseConectivityMtxFixed Class Reference

This is a fixed sparse matrix format There is full set of rows but in each row are stored only nonzeros. More...

#include <SparseConectivityMtxFixed.h>

Inheritance diagram for SparseConectivityMtxFixed:
IConectMatrix

List of all members.

Public Member Functions

IntArrayListGetIndexesAboveDiagonalInColumn (int j)
public void Init (int N)
int N ()
int Nonzeros ()
 ~SparseConectivityMtxFixed ()

Public Attributes

IntArrayList ** ColumnsIndexes
int n
int nonzeros

Detailed Description

This is a fixed sparse matrix format There is full set of rows but in each row are stored only nonzeros.

Definition at line 14 of file SparseConectivityMtxFixed.h.


Constructor & Destructor Documentation

~SparseConectivityMtxFixed (  )  [inline]

Member Function Documentation

IntArrayList* GetIndexesAboveDiagonalInColumn ( int  j  )  [inline]
public void Init ( int  N  )  [inline]
int N (  )  [inline]

Definition at line 22 of file SparseConectivityMtxFixed.h.

References SparseConectivityMtxFixed::n.

int Nonzeros (  )  [inline]

Definition at line 23 of file SparseConectivityMtxFixed.h.

References SparseConectivityMtxFixed::nonzeros.


Member Data Documentation

int n
int nonzeros

Definition at line 19 of file SparseConectivityMtxFixed.h.

Referenced by SparseConectivityMtxFixed::Nonzeros().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2