#include <cusp/detail/config.h>
#include <cusp/detail/MVmultiply.inl>
Go to the source code of this file.
|
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) |
|