#include <complex>#include <boost/numeric/bindings/atlas/cblas_inc.hpp>#include <boost/numeric/bindings/traits/type.hpp>Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::numeric |
| namespace | boost::numeric::bindings |
| namespace | boost::numeric::bindings::atlas |
| namespace | boost::numeric::bindings::atlas::detail |
Functions | |
| float | boost::numeric::bindings::atlas::detail::asum (int const N, traits::complex_f const *X, int const incX) |
| double | boost::numeric::bindings::atlas::detail::asum (int const N, double const *X, int const incX) |
| float | boost::numeric::bindings::atlas::detail::asum (int const N, float const *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::axpby (int const N, traits::complex_f const &alpha, traits::complex_f const *X, int const incX, traits::complex_f const &beta, traits::complex_f *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::axpby (int const N, double const alpha, double const *X, int const incX, double const beta, double *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::axpby (int const N, float const alpha, float const *X, int const incX, float const beta, float *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::axpy (int const N, traits::complex_f const &alpha, traits::complex_f const *X, int const incX, traits::complex_f *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::axpy (int const N, double const alpha, double const *X, int const incX, double *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::axpy (int const N, float const alpha, float const *X, int const incX, float *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::copy (int const N, traits::complex_f const *X, int const incX, traits::complex_f *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::copy (int const N, double const *X, int const incX, double *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::copy (int const N, float const *X, int const incX, float *Y, int const incY) |
| traits::complex_f | boost::numeric::bindings::atlas::detail::dot (int const N, traits::complex_f const *X, int const incX, traits::complex_f const *Y, int const incY) |
| double | boost::numeric::bindings::atlas::detail::dot (int const N, double const *X, int const incX, double const *Y, int const incY) |
| float | boost::numeric::bindings::atlas::detail::dot (int const N, float const *X, int const incX, float const *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::dotc (int const N, traits::complex_f const *X, int const incX, traits::complex_f const *Y, int const incY, traits::complex_f *val) |
| void | boost::numeric::bindings::atlas::detail::dotu (int const N, traits::complex_f const *X, int const incX, traits::complex_f const *Y, int const incY, traits::complex_f *val) |
| CBLAS_INDEX | boost::numeric::bindings::atlas::detail::iamax (int const N, traits::complex_f const *X, int const incX) |
| CBLAS_INDEX | boost::numeric::bindings::atlas::detail::iamax (int const N, double const *X, int const incX) |
| CBLAS_INDEX | boost::numeric::bindings::atlas::detail::iamax (int const N, float const *X, int const incX) |
| float | boost::numeric::bindings::atlas::detail::nrm2 (int const N, traits::complex_f const *X, int const incX) |
| double | boost::numeric::bindings::atlas::detail::nrm2 (int const N, double const *X, int const incX) |
| float | boost::numeric::bindings::atlas::detail::nrm2 (int const N, float const *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::scal (int const N, double const alpha, traits::complex_d *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::scal (int const N, float const alpha, traits::complex_f *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::scal (int const N, traits::complex_f const &alpha, traits::complex_f *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::scal (int const N, double const alpha, double *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::scal (int const N, float const alpha, float *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::set (int const N, traits::complex_f const &alpha, traits::complex_f *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::set (int const N, double const alpha, double *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::set (int const N, float const alpha, float *X, int const incX) |
| void | boost::numeric::bindings::atlas::detail::swap (int const N, traits::complex_f *X, int const incX, traits::complex_f *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::swap (int const N, double *X, int const incX, double *Y, int const incY) |
| void | boost::numeric::bindings::atlas::detail::swap (int const N, float *X, int const incX, float *Y, int const incY) |
1.6.1