NGSolve  4.9
Public Types | Public Member Functions
ngbla::MatrixFixHeight< H, T > Class Template Reference

A Matrix class with memory allocation/deallocation. More...

#include <matrix.hpp>

Inheritance diagram for ngbla::MatrixFixHeight< H, T >:
ngbla::FlatMatrixFixHeight< H, T > ngbla::MatExpr< FlatMatrixFixHeight< H, T > > ngbla::Expr< FlatMatrixFixHeight< H, T > >

List of all members.

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 >
MatrixFixHeightoperator= (const Expr< TB > &m)
 assign matrix, sizes must match
MatrixFixHeightoperator= (TSCAL s)
 fill matrix with scalar

Detailed Description

template<int H, typename T = double>
class ngbla::MatrixFixHeight< H, T >

A Matrix class with memory allocation/deallocation.


The documentation for this class was generated from the following file: