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

Public Member Functions | |
| Matrix () | |
| Default constructor. | |
| Matrix (int i, int j=0) | |
| Main constructor. | |
| template<class T0> | |
| Matrix< T, Prop, RowHermPacked, Allocator > & | operator= (const T0 &x) |
| Duplicates a matrix (assignment operator). | |
|
||||||||||||||||
|
Main constructor. Builds a i x j row-major hermitian matrix in packed form.
|
|
|||||||||
|
Default constructor. On exit, the matrix is an empty 0x0 matrix. |
|
||||||||||||||
|
Duplicates a matrix (assignment operator).
Reimplemented from Seldon::Matrix_HermPacked< T, Prop, RowHermPacked, Allocator >. |
1.4.0