#include <boost/numeric/bindings/atlas/clapack_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 | |
int | boost::numeric::bindings::atlas::detail::gesv (CBLAS_ORDER const Order, int const N, int const NRHS, traits::complex_f *A, int const lda, int *ipiv, traits::complex_f *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::gesv (CBLAS_ORDER const Order, int const N, int const NRHS, double *A, int const lda, int *ipiv, double *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::gesv (CBLAS_ORDER const Order, int const N, int const NRHS, float *A, int const lda, int *ipiv, float *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::getrf (CBLAS_ORDER const Order, int const M, int const N, traits::complex_f *A, int const lda, int *ipiv) |
int | boost::numeric::bindings::atlas::detail::getrf (CBLAS_ORDER const Order, int const M, int const N, double *A, int const lda, int *ipiv) |
int | boost::numeric::bindings::atlas::detail::getrf (CBLAS_ORDER const Order, int const M, int const N, float *A, int const lda, int *ipiv) |
int | boost::numeric::bindings::atlas::detail::getri (CBLAS_ORDER const Order, int const N, traits::complex_f *A, int const lda, int const *ipiv) |
int | boost::numeric::bindings::atlas::detail::getri (CBLAS_ORDER const Order, int const N, double *A, int const lda, int const *ipiv) |
int | boost::numeric::bindings::atlas::detail::getri (CBLAS_ORDER const Order, int const N, float *A, int const lda, int const *ipiv) |
int | boost::numeric::bindings::atlas::detail::getrs (CBLAS_ORDER const Order, CBLAS_TRANSPOSE const Trans, int const N, int const NRHS, traits::complex_f const *A, int const lda, int const *ipiv, traits::complex_f *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::getrs (CBLAS_ORDER const Order, CBLAS_TRANSPOSE const Trans, int const N, int const NRHS, double const *A, int const lda, int const *ipiv, double *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::getrs (CBLAS_ORDER const Order, CBLAS_TRANSPOSE const Trans, int const N, int const NRHS, float const *A, int const lda, int const *ipiv, float *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::posv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, int const NRHS, traits::complex_f *A, int const lda, traits::complex_f *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::posv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, int const NRHS, double *A, int const lda, double *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::posv (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, int const NRHS, float *A, int const lda, float *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::potrf (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, traits::complex_f *A, int const lda) |
int | boost::numeric::bindings::atlas::detail::potrf (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double *A, int const lda) |
int | boost::numeric::bindings::atlas::detail::potrf (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float *A, int const lda) |
int | boost::numeric::bindings::atlas::detail::potri (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, traits::complex_f *A, int const lda) |
int | boost::numeric::bindings::atlas::detail::potri (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, double *A, int const lda) |
int | boost::numeric::bindings::atlas::detail::potri (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, float *A, int const lda) |
int | boost::numeric::bindings::atlas::detail::potrs (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, int const NRHS, traits::complex_f const *A, int const lda, traits::complex_f *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::potrs (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, int const NRHS, double const *A, int const lda, double *B, int const ldb) |
int | boost::numeric::bindings::atlas::detail::potrs (CBLAS_ORDER const Order, CBLAS_UPLO const Uplo, int const N, int const NRHS, float const *A, int const lda, float *B, int const ldb) |