Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Classes | Functions
cusp Namespace Reference

Namespaces

 detail
 
 krylov
 
 precond
 
 relaxation
 

Classes

class  default_block_monitor
 
class  block_multilevel
 

Functions

template<typename LinearOperator , typename MatrixOrVector1 , typename MatrixOrVector2 >
void MVmultiply (LinearOperator &A, MatrixOrVector1 &B, MatrixOrVector2 &C)
 
template<typename LinearOperator , typename MatrixOrVector1 , typename MatrixOrVector2 >
void OVmultiply (LinearOperator &A, MatrixOrVector1 &B, MatrixOrVector2 &C)
 
template<typename MatrixOrVector , typename MatrixOrVector1 , typename MatrixOrVector2 >
void MVdot (const MatrixOrVector &A, const MatrixOrVector1 &B, MatrixOrVector2 &C)
 
template<typename ValueType , typename MatrixOrVector1 , typename MatrixOrVector2 >
void axpby_array (const ValueType &a, const MatrixOrVector1 &x, const ValueType &b, const MatrixOrVector1 &y, MatrixOrVector2 &z)
 

Function Documentation

template<typename LinearOperator , typename MatrixOrVector1 , typename MatrixOrVector2 >
void cusp::MVmultiply ( LinearOperator &  A,
MatrixOrVector1 &  B,
MatrixOrVector2 &  C 
)
template<typename LinearOperator , typename MatrixOrVector1 , typename MatrixOrVector2 >
void cusp::OVmultiply ( LinearOperator &  A,
MatrixOrVector1 &  B,
MatrixOrVector2 &  C 
)
template<typename MatrixOrVector , typename MatrixOrVector1 , typename MatrixOrVector2 >
void cusp::MVdot ( const MatrixOrVector &  A,
const MatrixOrVector1 &  B,
MatrixOrVector2 &  C 
)
template<typename ValueType , typename MatrixOrVector1 , typename MatrixOrVector2 >
void cusp::axpby_array ( const ValueType &  a,
const MatrixOrVector1 &  x,
const ValueType &  b,
const MatrixOrVector1 &  y,
MatrixOrVector2 &  z 
)