|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_MultiVectorBase.hpp"#include "RTOpPack_ROpNorm1.hpp"#include "RTOpPack_ROpNorm2.hpp"#include "RTOpPack_ROpNormInf.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Functions | |
| template<class Scalar > | |
| void | Thyra::norms (const MultiVectorBase< Scalar > &V, typename ScalarTraits< Scalar >::magnitudeType norms_out[]) |
| Deprecated. | |
| template<class Scalar , class NormOp > | |
| void | Thyra::reductions (const MultiVectorBase< Scalar > &V, const NormOp &op, typename ScalarTraits< Scalar >::magnitudeType norms_out[]) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::norms_1 (const MultiVectorBase< Scalar > &V, typename ScalarTraits< Scalar >::magnitudeType norms_out[]) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::norms_2 (const MultiVectorBase< Scalar > &V, typename ScalarTraits< Scalar >::magnitudeType norms_out[]) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::norms_inf (const MultiVectorBase< Scalar > &V, typename ScalarTraits< Scalar >::magnitudeType norms_out[]) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::dots (const MultiVectorBase< Scalar > &V1, const MultiVectorBase< Scalar > &V2, Scalar dots_out[]) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::sums (const MultiVectorBase< Scalar > &V, Scalar sums_out[]) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::scale (Scalar alpha, MultiVectorBase< Scalar > *V) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::scaleUpdate (const VectorBase< Scalar > &a, const MultiVectorBase< Scalar > &U, MultiVectorBase< Scalar > *V) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::assign (MultiVectorBase< Scalar > *V, Scalar alpha) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::assign (MultiVectorBase< Scalar > *V, const MultiVectorBase< Scalar > &U) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::update (Scalar alpha, const MultiVectorBase< Scalar > &U, MultiVectorBase< Scalar > *V) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::update (const Scalar alpha[], Scalar beta, const MultiVectorBase< Scalar > &U, MultiVectorBase< Scalar > *V) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::update (const MultiVectorBase< Scalar > &U, Scalar alpha[], Scalar beta, MultiVectorBase< Scalar > *V) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::linear_combination (const int m, const Scalar alpha[], const MultiVectorBase< Scalar > *X_in[], const Scalar &beta, MultiVectorBase< Scalar > *Y) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::randomize (Scalar l, Scalar u, MultiVectorBase< Scalar > *V) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::Vt_S (MultiVectorBase< Scalar > *Z, const Scalar &alpha) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::Vp_S (MultiVectorBase< Scalar > *Z, const Scalar &alpha) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::Vp_V (MultiVectorBase< Scalar > *Z, const MultiVectorBase< Scalar > &X) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::V_VpV (MultiVectorBase< Scalar > *Z, const MultiVectorBase< Scalar > &X, const MultiVectorBase< Scalar > &Y) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::V_VmV (MultiVectorBase< Scalar > *Z, const MultiVectorBase< Scalar > &X, const MultiVectorBase< Scalar > &Y) |
| Deprecated. | |
| template<class Scalar > | |
| void | Thyra::V_StVpV (MultiVectorBase< Scalar > *Z, const Scalar &alpha, const MultiVectorBase< Scalar > &X, const MultiVectorBase< Scalar > &Y) |
| Deprecated. | |
1.7.4