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

Public Member Functions | |
| Matrix () | |
| Default constructor. | |
| Matrix (int i, int j=0) | |
| Main constructor. | |
| template<class T0> | |
| Matrix< T, Prop, RowLoTriangPacked, Allocator > & | operator= (const T0 &x) |
| Fills the matrix with a given value. | |
|
||||||||||||||||
|
Main constructor. Builds a i x j row-major lower triangular matrix in packed form.
|
|
|||||||||
|
Default constructor. On exit, the matrix is an empty 0x0 matrix. |
|
||||||||||||||
|
Fills the matrix with a given value.
Reimplemented from Seldon::Matrix_TriangPacked< T, Prop, RowLoTriangPacked, Allocator >. |
1.4.0