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