#include <Matrix_SymSparse.hxx>
Inheritance diagram for Seldon::Matrix< T, Prop, RowSymSparse, Allocator >:

Public Member Functions | |
| Matrix () throw () | |
| Default constructor. | |
| Matrix (int i, int j) | |
| Matrix (int i, int j, int nz) | |
| Constructor. | |
| template<class Storage0, class Allocator0, class Storage1, class Allocator1, class Storage2, class Allocator2> | |
| Matrix (int i, int j, Vector< T, Storage0, Allocator0 > &values, Vector< int, Storage1, Allocator1 > &ptr, Vector< int, Storage2, Allocator2 > &ind) | |
| Constructor. | |
|
||||||||||||||||||||||||||||||||
|
Constructor. Builds a i by j sparse matrix with non-zero values and indices provided by 'values' (values), 'ptr' (pointers) and 'ind' (indices). Input vectors are released and are empty on exit.
|
|
||||||||||||||||||||
|
Constructor. Builds a i by j matrix with nz non-zero (stored) elements.
|
|
|||||||||
|
Default constructor. Builds an empty 0x0 matrix. |
1.4.0