#include <Thyra_LinearCombinationDecl.hpp>
Public Member Functions | |
| void | evalInto (Thyra::Vector< Scalar > &result) const |
| void | addInto (Thyra::Vector< Scalar > &result, LCSign sign=LCAdd) const |
| virtual Thyra::Vector< Scalar > | formVector () const |
| bool | containsVector (const Thyra::VectorBase< Scalar > *vec) const |
Definition at line 65 of file Thyra_LinearCombinationDecl.hpp.
|
||||||||||
|
Evaluate the term into the argument vector, overwriting the previous value of the argument. Definition at line 57 of file Thyra_LinearCombinationImpl.hpp. |
|
||||||||||||||||
|
Add the term into the argument vector Definition at line 71 of file Thyra_LinearCombinationImpl.hpp. |
|
|||||||||
|
Evaluate the term and return its value Definition at line 88 of file Thyra_LinearCombinationImpl.hpp. |
|
||||||||||
|
Determine whether this term contains the given vector Definition at line 106 of file Thyra_LinearCombinationImpl.hpp. |
1.3.9.1