|
Functions |
| template<class Scalar> |
| void | Thyra::set_ele (Index i, Scalar alpha, VectorBase< Scalar > *v) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::put_scalar (const Scalar &alpha, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::copy (const VectorBase< Scalar > &x, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::add_scalar (const Scalar &alpha, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::scale (const Scalar &alpha, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::abs (VectorBase< Scalar > *y, const VectorBase< Scalar > &x) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::reciprocal (VectorBase< Scalar > *y, const VectorBase< Scalar > &x) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::ele_wise_prod (const Scalar &alpha, const VectorBase< Scalar > &x, const VectorBase< Scalar > &v, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::ele_wise_conj_prod (const Scalar &alpha, const VectorBase< Scalar > &x, const VectorBase< Scalar > &v, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::Vp_StVtV (VectorBase< Scalar > *y, const Scalar &alpha, const VectorBase< Scalar > &x, const VectorBase< Scalar > &v) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::ele_wise_prod_update (const Scalar &alpha, const VectorBase< Scalar > &x, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::Vt_StV (VectorBase< Scalar > *y, const Scalar &alpha, const VectorBase< Scalar > &x) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::ele_wise_divide (const Scalar &alpha, const VectorBase< Scalar > &x, const VectorBase< Scalar > &v, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::linear_combination (const int m, const Scalar alpha_in[], const VectorBase< Scalar > *x_in[], const Scalar &beta, VectorBase< Scalar > *y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::randomize (Scalar l, Scalar u, VectorBase< Scalar > *v) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::assign (VectorBase< Scalar > *y, const Scalar &alpha) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::assign (VectorBase< Scalar > *y, const VectorBase< Scalar > &x) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::Vp_S (VectorBase< Scalar > *y, const Scalar &alpha) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::Vt_S (VectorBase< Scalar > *y, const Scalar &alpha) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::V_StV (VectorBase< Scalar > *y, const Scalar &alpha, const VectorBase< Scalar > &x) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::Vp_StV (VectorBase< Scalar > *y, const Scalar &alpha, const VectorBase< Scalar > &x) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::Vp_V (VectorBase< Scalar > *y, const VectorBase< Scalar > &x, const Scalar &beta=Teuchos::ScalarTraits< Scalar >::one()) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::V_V (VectorBase< Scalar > *y, const VectorBase< Scalar > &x) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::V_S (VectorBase< Scalar > *y, const Scalar &alpha) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::V_VpV (VectorBase< Scalar > *z, const VectorBase< Scalar > &x, const VectorBase< Scalar > &y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::V_VmV (VectorBase< Scalar > *z, const VectorBase< Scalar > &x, const VectorBase< Scalar > &y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::V_StVpV (VectorBase< Scalar > *z, const Scalar &alpha, const VectorBase< Scalar > &x, const VectorBase< Scalar > &y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::V_StVpStV (VectorBase< Scalar > *z, const Scalar &alpha, const VectorBase< Scalar > &x, const Scalar &beta, const VectorBase< Scalar > &y) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::min (const VectorBase< Scalar > &x, Scalar *maxEle, Index *maxIndex) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::minGreaterThanBound (const VectorBase< Scalar > &x, const Scalar &bound, Scalar *minEle, Index *minIndex) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::max (const VectorBase< Scalar > &x, Scalar *maxEle, Index *maxIndex) |
| | Deprecated.
|
| template<class Scalar> |
| void | Thyra::maxLessThanBound (const VectorBase< Scalar > &x, const Scalar &bound, Scalar *maxEle, Index *maxIndex) |
| | Deprecated.
|