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