NGSolve  4.9
Public Types | Public Member Functions
ngla::VVector< T > Class Template Reference

A specific vector based on Vector. More...

#include <vvector.hpp>

Inheritance diagram for ngla::VVector< T >:
ngla::S_BaseVectorPtr< mat_traits< T >::TSCAL > ngla::S_BaseVector< mat_traits< T >::TSCAL > ngla::BaseVector

List of all members.

Public Types

enum  { ES = sizeof(T) / sizeof(TSCAL) }
typedef mat_traits< T >::TSCAL TSCAL

Public Member Functions

 VVector (int as)
VVectoroperator= (TSCAL s1)
VVectoroperator= (const VVector &v2)
template<typename T2 >
VVectoroperator= (const VVecExpr< T2 > &v)
FlatVector< T > FV () const throw ()
T & operator() (int i) const

Detailed Description

template<typename T = double>
class ngla::VVector< T >

A specific vector based on Vector.


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