|
NGSolve
4.9
|
A specific vector based on Vector. More...
#include <vvector.hpp>
Public Types | |
| enum | { ES = sizeof(T) / sizeof(TSCAL) } |
| typedef mat_traits< T >::TSCAL | TSCAL |
Public Member Functions | |
| VVector (int as) | |
| VVector & | operator= (TSCAL s1) |
| VVector & | operator= (const VVector &v2) |
| template<typename T2 > | |
| VVector & | operator= (const VVecExpr< T2 > &v) |
| FlatVector< T > | FV () const throw () |
| T & | operator() (int i) const |
A specific vector based on Vector.
1.7.6.1