#include <boost/numeric/bindings/traits/type_traits.hpp>
#include <boost/numeric/bindings/traits/traits.hpp>
#include <boost/numeric/bindings/lapack/lapack.h>
#include <boost/numeric/bindings/lapack/ilaenv.hpp>
#include <boost/numeric/bindings/traits/detail/array.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_same.hpp>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::bindings |
namespace | boost::numeric::bindings::lapack |
namespace | boost::numeric::bindings::lapack::detail |
Functions | |
template<typename HermA , typename MatrB > | |
int | boost::numeric::bindings::lapack::hesv (HermA &a, MatrB &b) |
template<typename HermA , typename MatrB > | |
int | boost::numeric::bindings::lapack::hesv (char const ul, HermA &a, MatrB &b) |
template<typename HermA , typename MatrB , typename IVec , typename Work > | |
int | boost::numeric::bindings::lapack::hesv (HermA &a, IVec &i, MatrB &b, Work &w) |
template<typename HermA , typename MatrB , typename IVec , typename Work > | |
int | boost::numeric::bindings::lapack::hesv (char const ul, HermA &a, IVec &i, MatrB &b, Work &w) |
template<typename HermA , typename MatrB , typename IVec , typename Work > | |
int | boost::numeric::bindings::lapack::detail::hesv (char const ul, HermA &a, IVec &i, MatrB &b, Work &w) |
void | boost::numeric::bindings::lapack::detail::hesv (char const uplo, int const n, int const nrhs, traits::complex_f *a, int const lda, int *ipiv, traits::complex_f *b, int const ldb, traits::complex_f *w, int const lw, int *info) |
template<typename HermA > | |
int | boost::numeric::bindings::lapack::hesv_work (char const q, HermA const &a) |
template<typename HermA > | |
int | boost::numeric::bindings::lapack::hesv_work (char const q, char const ul, HermA const &a) |
template<typename HermA , typename Ivec > | |
int | boost::numeric::bindings::lapack::hetrf (HermA &a, Ivec &i) |
template<typename HermA , typename Ivec > | |
int | boost::numeric::bindings::lapack::hetrf (char const ul, HermA &a, Ivec &i) |
template<typename HermA , typename IVec , typename Work > | |
int | boost::numeric::bindings::lapack::hetrf (HermA &a, IVec &i, Work &w) |
template<typename HermA , typename IVec , typename Work > | |
int | boost::numeric::bindings::lapack::hetrf (char const ul, HermA &a, IVec &i, Work &w) |
template<typename HermA , typename IVec , typename Work > | |
int | boost::numeric::bindings::lapack::detail::hetrf (char const ul, HermA &a, IVec &i, Work &w) |
void | boost::numeric::bindings::lapack::detail::hetrf (char const uplo, int const n, traits::complex_f *a, int const lda, int *ipiv, traits::complex_f *w, int const lw, int *info) |
template<typename HermA > | |
int | boost::numeric::bindings::lapack::hetrf_block (char const q, HermA const &a) |
template<typename HermA > | |
int | boost::numeric::bindings::lapack::hetrf_block (char const q, char const ul, HermA const &a) |
int | boost::numeric::bindings::lapack::detail::hetrf_block (traits::complex_f, int const ispec, char const ul, int const n) |
template<typename HermA > | |
int | boost::numeric::bindings::lapack::hetrf_work (char const q, HermA const &a) |
template<typename HermA > | |
int | boost::numeric::bindings::lapack::hetrf_work (char const q, char const ul, HermA const &a) |
template<typename HermA , typename MatrB , typename IVec > | |
int | boost::numeric::bindings::lapack::hetrs (HermA const &a, IVec const &i, MatrB &b) |
template<typename HermA , typename MatrB , typename IVec > | |
int | boost::numeric::bindings::lapack::hetrs (char const ul, HermA const &a, IVec const &i, MatrB &b) |
template<typename HermA , typename MatrB , typename IVec > | |
int | boost::numeric::bindings::lapack::detail::hetrs (char const ul, HermA const &a, IVec const &i, MatrB &b) |
void | boost::numeric::bindings::lapack::detail::hetrs (char const uplo, 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 *info) |