#include "Thyra_ConfigDefs.hpp"#include "Thyra_VectorHandleOpsDecl.hpp"Include dependency graph for Thyra_VectorHandleOpsImpl.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Functions | |
| template<class Scalar> | |
| void | setToConstant (Vector< Scalar > &x, const Scalar &a) |
| template<class Scalar> | |
| void | zeroOut (Vector< Scalar > &x) |
| template<class Scalar> | |
| Scalar | maxloc (const Converter< Scalar, ConstVector< Scalar > > &x, Index &index) |
| template<class Scalar> | |
| Scalar | minloc (const Converter< Scalar, ConstVector< Scalar > > &x, Index &index) |
| template<class Scalar> | |
| Scalar | minloc (const Converter< Scalar, ConstVector< Scalar > > &x, const Scalar &bound, Index &index) |
| template<class Scalar> | |
| Scalar | maxloc (const Converter< Scalar, ConstVector< Scalar > > &x, const Scalar &bound, Index &index) |
| template<class Scalar> | |
| void | dotStarInto (const Converter< Scalar, ConstVector< Scalar > > &x, const Converter< Scalar, ConstVector< Scalar > > &y, Vector< Scalar > &result) |
| template<class Scalar> | |
| Vector< Scalar > | dotStar (const Converter< Scalar, ConstVector< Scalar > > &xIn, const Converter< Scalar, ConstVector< Scalar > > &y) |
| template<class Scalar> | |
| void | dotSlashInto (const Converter< Scalar, ConstVector< Scalar > > &x, const Converter< Scalar, ConstVector< Scalar > > &y, Vector< Scalar > &result) |
| template<class Scalar> | |
| Vector< Scalar > | dotSlash (const Converter< Scalar, ConstVector< Scalar > > &xIn, const Converter< Scalar, ConstVector< Scalar > > &y) |
| template<class Scalar> | |
| void | axpy (const Scalar &a, const Converter< Scalar, ConstVector< Scalar > > &xIn, Vector< Scalar > &y) |
| template<class Scalar> | |
| void | scale (Vector< Scalar > &x, const Scalar &a) |
| template<class Scalar> | |
| void | scaleInto (const Converter< Scalar, ConstVector< Scalar > > &x, const Scalar &alpha, Vector< Scalar > &result) |
|
||||||||||||||||
|
Definition at line 39 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||
|
Definition at line 45 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||
|
Definition at line 71 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||
|
Definition at line 81 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||||||
|
Definition at line 91 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||||||
|
Definition at line 102 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||||||
|
Definition at line 113 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||
|
Definition at line 124 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||||||
|
Definition at line 134 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||
|
Definition at line 145 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||||||
|
Definition at line 155 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||
|
Definition at line 166 of file Thyra_VectorHandleOpsImpl.hpp. |
|
||||||||||||||||||||
|
Definition at line 174 of file Thyra_VectorHandleOpsImpl.hpp. |
1.3.9.1