#include "default/trsm.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::trsm (matrix_expression< TriangularA > const &A, matrix_expression< MatB > &B) |
Implements the TRiangular Solver for Vectors. More... | |