Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
MVmultiply.h File Reference
#include <cusp/detail/config.h>
#include <cusp/detail/MVmultiply.inl>
Include dependency graph for MVmultiply.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cusp
 

Functions

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)