#include "default/trsv.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 V > | |
void | shark::blas::kernels::trsv (matrix_expression< TriangularA > const &A, vector_expression< V > &b) |
Implements the TRiangular Solver for Vectors. More... | |