In file basevector.hpp:

template<class T> class VVecExpr

Base class to linalg expression templates

Documentation

Base class to linalg expression templates

Public Methods

[more] VVecExpr(const T & d)
[more]template<class TS> void AssignTo(TS s, BaseVector & v) const
assign s * vector-expression data to v
[more]template<class TS> void AddTo(TS s, BaseVector & v) const
add s * vector-expression data to v

o VVecExpr(const T & d)

otemplate<class TS> void AssignTo(TS s, BaseVector & v) const
assign s * vector-expression data to v

otemplate<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++.