#include <boost/numeric/bindings/blas/blas2_overloads.hpp>#include <boost/numeric/bindings/traits/traits.hpp>#include <boost/numeric/bindings/traits/transpose.hpp>#include <boost/static_assert.hpp>#include <boost/type_traits.hpp>#include <cassert>Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::numeric |
| namespace | boost::numeric::bindings |
| namespace | boost::numeric::bindings::blas |
Functions | |
| template<typename matrix_type , typename vector_type_x , typename vector_type_y , typename value_type > | |
| void | boost::numeric::bindings::blas::gemv (const char TRANS, const value_type &alpha, const matrix_type &a, const vector_type_x &x, const value_type &beta, vector_type_y &y) |
| template<typename vector_type_x , typename vector_type_y , typename value_type , typename matrix_type > | |
| void | boost::numeric::bindings::blas::ger (const value_type &alpha, const vector_type_x &x, const vector_type_y &y, matrix_type &a) |
1.6.1