#include <boost/numeric/bindings/blas/blas.h>
#include <boost/numeric/bindings/traits/type_traits.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::bindings |
namespace | boost::numeric::bindings::blas |
namespace | boost::numeric::bindings::blas::detail |
Functions | |
void | boost::numeric::bindings::blas::detail::gemv (char TRANS, const int &m, const int &n, const complex_f &alpha, const complex_f *a_ptr, const int &lda, const complex_f *x_ptr, const int &incx, const complex_f &beta, complex_f *y_ptr, const int &incy) |
void | boost::numeric::bindings::blas::detail::gemv (char TRANS, const int &m, const int &n, const double &alpha, const double *a_ptr, const int &lda, const double *x_ptr, const int &incx, const double &beta, double *y_ptr, const int &incy) |
void | boost::numeric::bindings::blas::detail::gemv (char TRANS, const int &m, const int &n, const float &alpha, const float *a_ptr, const int &lda, const float *x_ptr, const int &incx, const float &beta, float *y_ptr, const int &incy) |
void | boost::numeric::bindings::blas::detail::ger (const int &m, const int &n, const double &alpha, const double *x_ptr, const int &incx, const double *y_ptr, const int &incy, double *a_ptr, const int &lda) |
void | boost::numeric::bindings::blas::detail::ger (const int &m, const int &n, const float &alpha, const float *x_ptr, const int &incx, const float *y_ptr, const int &incy, float *a_ptr, const int &lda) |