Functions | |
| template<class Scalar> | |
| void | Thyra::V_VpV (MultiVectorBase< Scalar > *Z, const MultiVectorBase< Scalar > &X, const MultiVectorBase< Scalar > &Y) |
Z(i,j) = X(i,j) + Y(i,j), i = 0...Z->range()->dim()-1, j = 0...Z->domain()->dim()-1. | |
| template<class Scalar> | |
| void | Thyra::V_VmV (MultiVectorBase< Scalar > *Z, const MultiVectorBase< Scalar > &X, const MultiVectorBase< Scalar > &Y) |
Z(i,j) = X(i,j) - Y(i,j), i = 0...Z->range()->dim()-1, j = 0...Z->domain()->dim()-1. | |
The convention used here is described in the short note A Simple Convention for the Specification of Linear Algebra Function Prototypes in C++ .
|
||||||||||||||||||||
|
Definition at line 298 of file Thyra_MultiVectorStdOps.hpp. |
|
||||||||||||||||||||
|
Definition at line 309 of file Thyra_MultiVectorStdOps.hpp. |
1.3.9.1