NGSolve  4.9
Public Types | Public Member Functions
ngbla::Vector< Vec< S, T > > Class Template Reference
Inheritance diagram for ngbla::Vector< Vec< S, T > >:
ngbla::FlatVector< Vec< S, T > > ngbla::CMCPMatExpr< FlatVector< Vec< S, T > > > ngbla::MatExpr< FlatVector< Vec< S, T > > > ngbla::Expr< FlatVector< Vec< S, T > > >

List of all members.

Public Types

typedef mat_traits< T >::TSCAL TSCAL
 scalar of element type

Public Member Functions

 Vector ()
 default constructor
 Vector (int as)
 allocate vector
 Vector (const Vector &v2)
 allocate and copy matrix
template<typename TB >
 Vector (const Expr< TB > &v2)
 allocate and compute
 ~Vector ()
 deallocate vector
Vectoroperator= (TSCAL scal)
 set vector to constant values
void SetSize (int as)
 set vector size
template<typename TB >
Vectoroperator= (const Expr< TB > &v)
 evaluate matrix expression
Vectoroperator= (const Vector &v2)

template<int S, typename T>
class ngbla::Vector< Vec< S, T > >


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