#include <boost/numeric/bindings/blas/blas.h>
#include <boost/numeric/bindings/traits/type.hpp>
#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 | |
float | boost::numeric::bindings::blas::detail::asum (const int &n, const complex_f *x, const int &incx) |
double | boost::numeric::bindings::blas::detail::asum (const int &n, const double *x, const int &incx) |
float | boost::numeric::bindings::blas::detail::asum (const int &n, const float *x, const int &incx) |
void | boost::numeric::bindings::blas::detail::axpy (const int &n, const complex_f &alpha, const complex_f *x, const int &incx, complex_f *y, const int &incy) |
void | boost::numeric::bindings::blas::detail::axpy (const int &n, const double &alpha, const double *x, const int &incx, double *y, const int &incy) |
void | boost::numeric::bindings::blas::detail::axpy (const int &n, const float &alpha, const float *x, const int &incx, float *y, const int &incy) |
void | boost::numeric::bindings::blas::detail::copy (const int &n, const complex_f *x, const int &incx, complex_f *y, const int &incy) |
void | boost::numeric::bindings::blas::detail::copy (const int &n, const double *x, const int &incx, double *y, const int &incy) |
void | boost::numeric::bindings::blas::detail::copy (const int &n, const float *x, const int &incx, float *y, const int &incy) |
double | boost::numeric::bindings::blas::detail::dot (const int &n, const double *x, const int &incx, const double *y, const int &incy) |
float | boost::numeric::bindings::blas::detail::dot (const int &n, const float *x, const int &incx, const float *y, const int &incy) |
void | boost::numeric::bindings::blas::detail::dotc (complex_f &ret, const int &n, const complex_f *x, const int &incx, const complex_f *y, const int &incy) |
void | boost::numeric::bindings::blas::detail::dotu (complex_f &ret, const int &n, const complex_f *x, const int &incx, const complex_f *y, const int &incy) |
float | boost::numeric::bindings::blas::detail::nrm2 (const int &n, const complex_f *x, const int &incx) |
double | boost::numeric::bindings::blas::detail::nrm2 (const int &n, const double *x, const int &incx) |
float | boost::numeric::bindings::blas::detail::nrm2 (const int &n, const float *x, const int &incx) |
void | boost::numeric::bindings::blas::detail::scal (const int &n, const complex_f &alpha, complex_f *x, const int &incx) |
void | boost::numeric::bindings::blas::detail::scal (const int &n, const double &alpha, double *x, const int &incx) |
void | boost::numeric::bindings::blas::detail::scal (const int &n, const float &alpha, float *x, const int &incx) |