NGSolve
4.9
|
A Matrix class with memory allocation/deallocation. More...
#include <matrix.hpp>
Public Types | |
typedef mat_traits< T >::TSCAL | TSCAL |
Public Member Functions | |
MatrixFixHeight (int aw) | |
allocate matrix of size ah * ah | |
~MatrixFixHeight () | |
delete memory | |
void | SetSize (int aw) |
sets new size of matrix | |
template<typename TB > | |
MatrixFixHeight & | operator= (const Expr< TB > &m) |
assign matrix, sizes must match | |
MatrixFixHeight & | operator= (TSCAL s) |
fill matrix with scalar |
A Matrix class with memory allocation/deallocation.