#include "default/gemv.hpp"
Go to the source code of this file.
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
shark::blas | |
shark::blas::kernels | |
Functions | |
template<class M , class E1 , class E2 > | |
void | shark::blas::kernels::gemv (matrix_expression< E1 > const &e1, vector_expression< E2 > const &e2, vector_expression< M > &m, typename M::value_type alpha) |
Well known GEneral Matrix-Vector product kernel M+=alpha*E1*e2. More... | |