dune-common
2.4.1
|
Functions | |
template<typename MAT , typename V1 , typename V2 > | |
static void | multAssign (const DenseMatrix< MAT > &matrix, const DenseVector< V1 > &x, DenseVector< V2 > &ret) |
calculates ret = matrix * x More... | |
|
inlinestatic |
calculates ret = matrix * x
References Dune::DenseMatrix< MAT >::cols(), Dune::DenseMatrix< MAT >::rows(), and Dune::DenseVector< V >::size().
Referenced by Dune::FMatrixHelp::mult().