|
NGSolve
4.9
|
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 | |
| Vector & | operator= (TSCAL scal) |
| set vector to constant values | |
| void | SetSize (int as) |
| set vector size | |
| template<typename TB > | |
| Vector & | operator= (const Expr< TB > &v) |
| evaluate matrix expression | |
| Vector & | operator= (const Vector &v2) |
1.7.6.1