In file basevector.hpp:template<class T> class VVecExpr
Base class to linalg expression templates
Documentation
Base class to linalg expression templates
Public Methods
-
VVecExpr(const T & d)
-
template<class TS> void AssignTo(TS s, BaseVector & v) const
- assign s * vector-expression data to v
-
template<class TS> void AddTo(TS s, BaseVector & v) const
- add s * vector-expression data to v
VVecExpr(const T & d)
template<class TS> void AssignTo(TS s, BaseVector & v) const
- assign s * vector-expression data to v
template<class TS> void AddTo(TS s, BaseVector & v) const
- add s * vector-expression data to v
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.