#include "default/trmm.hpp"Go to the source code of this file.
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
| shark::blas | |
| shark::blas::kernels | |
Functions | |
| template<bool Upper, bool Unit, typename TriangularA , typename MatB > | |
| void | shark::blas::kernels::trmm (matrix_expression< TriangularA > const &A, matrix_expression< MatB > &B) |
| Implements the TRiangular Matrix Matrix multiply. More... | |