#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 | |
void | boost::numeric::bindings::atlas::detail::gemv (CBLAS_ORDER const Order, CBLAS_TRANSPOSE const TransA, int const M, int const N, traits::complex_f const &alpha, traits::complex_f const *A, int const lda, 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::gemv (CBLAS_ORDER const Order, CBLAS_TRANSPOSE const TransA, int const M, int const N, double const alpha, double const *A, int const lda, double const *X, int const incX, double const beta, double *Y, int const incY) |
void | boost::numeric::bindings::atlas::detail::gemv (CBLAS_ORDER const Order, CBLAS_TRANSPOSE const TransA, int const M, int const N, float const alpha, float const *A, int const lda, float const *X, int const incX, float const beta, float *Y, int const incY) |
void | boost::numeric::bindings::atlas::detail::ger (CBLAS_ORDER const Order, int const M, int const N, traits::complex_f const &alpha, traits::complex_f const *X, int const incX, traits::complex_f const *Y, int const incY, traits::complex_f *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::ger (CBLAS_ORDER const Order, int const M, int const N, double const alpha, double const *X, int const incX, double const *Y, int const incY, double *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::ger (CBLAS_ORDER const Order, int const M, int const N, float const alpha, float const *X, int const incX, float const *Y, int const incY, float *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::gerc (CBLAS_ORDER const Order, int const M, int const N, traits::complex_f const &alpha, traits::complex_f const *X, int const incX, traits::complex_f const *Y, int const incY, traits::complex_f *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::geru (CBLAS_ORDER const Order, int const M, int const N, traits::complex_f const &alpha, traits::complex_f const *X, int const incX, traits::complex_f const *Y, int const incY, traits::complex_f *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::hemv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, traits::complex_f const &alpha, traits::complex_f const *A, int const lda, 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::her (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double const alpha, traits::complex_d const *X, int const incX, traits::complex_d *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::her (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float const alpha, traits::complex_f const *X, int const incX, traits::complex_f *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::her2 (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, traits::complex_f const &alpha, traits::complex_f const *X, int const incX, traits::complex_f const *Y, int const incY, traits::complex_f *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::hpmv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, traits::complex_f const &alpha, traits::complex_f const *Ap, 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::hpr (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double const alpha, traits::complex_d const *X, int const incX, traits::complex_d *Ap) |
void | boost::numeric::bindings::atlas::detail::hpr (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float const alpha, traits::complex_f const *X, int const incX, traits::complex_f *Ap) |
void | boost::numeric::bindings::atlas::detail::hpr2 (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, traits::complex_f const &alpha, traits::complex_f const *X, int const incX, traits::complex_f const *Y, int const incY, traits::complex_f *Ap) |
void | boost::numeric::bindings::atlas::detail::spmv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double const alpha, double const *Ap, double const *X, int const incX, double const beta, double *Y, int const incY) |
void | boost::numeric::bindings::atlas::detail::spmv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float const alpha, float const *Ap, float const *X, int const incX, float const beta, float *Y, int const incY) |
void | boost::numeric::bindings::atlas::detail::spr (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double const alpha, double const *X, int const incX, double *Ap) |
void | boost::numeric::bindings::atlas::detail::spr (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float const alpha, float const *X, int const incX, float *Ap) |
void | boost::numeric::bindings::atlas::detail::spr2 (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double const alpha, double const *X, int const incX, double const *Y, int const incY, double *Ap) |
void | boost::numeric::bindings::atlas::detail::spr2 (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float const alpha, float const *X, int const incX, float const *Y, int const incY, float *Ap) |
void | boost::numeric::bindings::atlas::detail::symv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double const alpha, double const *A, int const lda, double const *X, int const incX, double const beta, double *Y, int const incY) |
void | boost::numeric::bindings::atlas::detail::symv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float const alpha, float const *A, int const lda, float const *X, int const incX, float const beta, float *Y, int const incY) |
void | boost::numeric::bindings::atlas::detail::syr (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double const alpha, double const *X, int const incX, double *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::syr (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float const alpha, float const *X, int const incX, float *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::syr2 (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double const alpha, double const *X, int const incX, double const *Y, int const incY, double *A, int const lda) |
void | boost::numeric::bindings::atlas::detail::syr2 (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float const alpha, float const *X, int const incX, float const *Y, int const incY, float *A, int const lda) |