#include "default/gemm.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::gemm (matrix_expression< E1 > const &e1, matrix_expression< E2 > const &e2, matrix_expression< M > &m, typename M::value_type alpha) |
Well known GEneral Matrix-Matrix product kernel M+=alpha*E1*E2. More... | |