Deprecated vector operation functions
[Collection of vector operations for all scalar types.]

Collaboration diagram for Deprecated vector operation functions:


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.

Function Documentation

template<class Scalar>
void Thyra::set_ele ( Index  i,
Scalar  alpha,
VectorBase< Scalar > *  v 
)

Deprecated.

Definition at line 550 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::put_scalar ( const Scalar &  alpha,
VectorBase< Scalar > *  y 
) [inline]

Deprecated.

Definition at line 556 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::copy ( const VectorBase< Scalar > &  x,
VectorBase< Scalar > *  y 
) [inline]

Deprecated.

Definition at line 562 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::add_scalar ( const Scalar &  alpha,
VectorBase< Scalar > *  y 
) [inline]

Deprecated.

Definition at line 568 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::scale ( const Scalar &  alpha,
VectorBase< Scalar > *  y 
) [inline]

Deprecated.

Definition at line 574 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::abs ( VectorBase< Scalar > *  y,
const VectorBase< Scalar > &  x 
) [inline]

Deprecated.

Definition at line 580 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::reciprocal ( VectorBase< Scalar > *  y,
const VectorBase< Scalar > &  x 
) [inline]

Deprecated.

Definition at line 586 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::ele_wise_prod ( const Scalar &  alpha,
const VectorBase< Scalar > &  x,
const VectorBase< Scalar > &  v,
VectorBase< Scalar > *  y 
) [inline]

Deprecated.

Definition at line 592 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::ele_wise_conj_prod ( const Scalar &  alpha,
const VectorBase< Scalar > &  x,
const VectorBase< Scalar > &  v,
VectorBase< Scalar > *  y 
) [inline]

Deprecated.

Definition at line 599 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::Vp_StVtV ( VectorBase< Scalar > *  y,
const Scalar &  alpha,
const VectorBase< Scalar > &  x,
const VectorBase< Scalar > &  v 
) [inline]

Deprecated.

Definition at line 606 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::ele_wise_prod_update ( const Scalar &  alpha,
const VectorBase< Scalar > &  x,
VectorBase< Scalar > *  y 
) [inline]

Deprecated.

Definition at line 613 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::Vt_StV ( VectorBase< Scalar > *  y,
const Scalar &  alpha,
const VectorBase< Scalar > &  x 
) [inline]

Deprecated.

Definition at line 620 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::ele_wise_divide ( const Scalar &  alpha,
const VectorBase< Scalar > &  x,
const VectorBase< Scalar > &  v,
VectorBase< Scalar > *  y 
)

Deprecated.

Definition at line 627 of file Thyra_VectorStdOpsDecl.hpp.

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.

Definition at line 634 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::randomize ( Scalar  l,
Scalar  u,
VectorBase< Scalar > *  v 
) [inline]

Deprecated.

Definition at line 654 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::assign ( VectorBase< Scalar > *  y,
const Scalar &  alpha 
) [inline]

Deprecated.

Definition at line 660 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::assign ( VectorBase< Scalar > *  y,
const VectorBase< Scalar > &  x 
)

Deprecated.

Definition at line 666 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::Vp_S ( VectorBase< Scalar > *  y,
const Scalar &  alpha 
)

Deprecated.

Definition at line 672 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::Vt_S ( VectorBase< Scalar > *  y,
const Scalar &  alpha 
)

Deprecated.

Definition at line 678 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::V_StV ( VectorBase< Scalar > *  y,
const Scalar &  alpha,
const VectorBase< Scalar > &  x 
)

Deprecated.

Definition at line 684 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::Vp_StV ( VectorBase< Scalar > *  y,
const Scalar &  alpha,
const VectorBase< Scalar > &  x 
)

Deprecated.

Definition at line 691 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::Vp_V ( VectorBase< Scalar > *  y,
const VectorBase< Scalar > &  x,
const Scalar &  beta = Teuchos::ScalarTraits<Scalar>::one() 
)

Deprecated.

Definition at line 698 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::V_V ( VectorBase< Scalar > *  y,
const VectorBase< Scalar > &  x 
)

Deprecated.

Definition at line 707 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::V_S ( VectorBase< Scalar > *  y,
const Scalar &  alpha 
)

Deprecated.

Definition at line 713 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::V_VpV ( VectorBase< Scalar > *  z,
const VectorBase< Scalar > &  x,
const VectorBase< Scalar > &  y 
)

Deprecated.

Definition at line 719 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::V_VmV ( VectorBase< Scalar > *  z,
const VectorBase< Scalar > &  x,
const VectorBase< Scalar > &  y 
)

Deprecated.

Definition at line 726 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::V_StVpV ( VectorBase< Scalar > *  z,
const Scalar &  alpha,
const VectorBase< Scalar > &  x,
const VectorBase< Scalar > &  y 
)

Deprecated.

Definition at line 733 of file Thyra_VectorStdOpsDecl.hpp.

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.

Definition at line 740 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::min ( const VectorBase< Scalar > &  x,
Scalar *  maxEle,
Index maxIndex 
)

Deprecated.

Definition at line 747 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::minGreaterThanBound ( const VectorBase< Scalar > &  x,
const Scalar &  bound,
Scalar *  minEle,
Index minIndex 
)

Deprecated.

Definition at line 753 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::max ( const VectorBase< Scalar > &  x,
Scalar *  maxEle,
Index maxIndex 
)

Deprecated.

Definition at line 760 of file Thyra_VectorStdOpsDecl.hpp.

template<class Scalar>
void Thyra::maxLessThanBound ( const VectorBase< Scalar > &  x,
const Scalar &  bound,
Scalar *  maxEle,
Index maxIndex 
)

Deprecated.

Definition at line 766 of file Thyra_VectorStdOpsDecl.hpp.


Generated on Wed May 12 21:26:56 2010 for Thyra Operator/Vector Support by  doxygen 1.4.7