#include "default/tpmv.hpp"Go to the source code of this file.
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
| shark::blas | |
| shark::blas::kernels | |
Functions | |
| template<typename TriangularA , typename VecB > | |
| void | shark::blas::kernels::tpmv (matrix_expression< TriangularA > const &A, vector_expression< VecB > &b) |
| Implements the Tringular Packed Matrix-Vector multiplication(TPMV) More... | |