#include <boost/numeric/bindings/traits/traits.hpp>
#include <boost/numeric/bindings/traits/type.hpp>
#include <boost/numeric/bindings/lapack/lapack.h>
#include <boost/numeric/bindings/lapack/workspace.hpp>
#include <boost/numeric/bindings/traits/detail/array.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
Go to the source code of this file.
Classes | |
struct | boost::numeric::bindings::lapack::detail::Heevx< N > |
struct | boost::numeric::bindings::lapack::detail::Heevx< 1 > |
Handling of workspace in the case of one workarray. More... | |
struct | boost::numeric::bindings::lapack::detail::Heevx< 2 > |
Handling of workspace in the case of two workarrays. More... | |
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::bindings |
namespace | boost::numeric::bindings::lapack |
namespace | boost::numeric::bindings::lapack::detail |
Functions | |
template<typename A , typename T , typename W , typename Z , typename IFail , typename Work > | |
int | boost::numeric::bindings::lapack::heevx (char jobz, char range, A &a, T vl, T vu, int il, int iu, T abstol, int &m, W &w, Z &z, IFail &ifail, Work work=optimal_workspace()) |
void | boost::numeric::bindings::lapack::detail::heevx (char const jobz, char const range, char const uplo, int const n, traits::complex_d *a, int const lda, double const vl, double const vu, int const il, int const iu, double const abstol, int &m, double *w, traits::complex_d *z, int const ldz, traits::complex_d *work, int const lwork, double *rwork, int *iwork, int *ifail, int &info) |
void | boost::numeric::bindings::lapack::detail::heevx (char const jobz, char const range, char const uplo, int const n, traits::complex_f *a, int const lda, float const vl, float const vu, int const il, int const iu, float const abstol, int &m, float *w, traits::complex_f *z, int const ldz, traits::complex_f *work, int const lwork, float *rwork, int *iwork, int *ifail, int &info) |
void | boost::numeric::bindings::lapack::detail::heevx (char const jobz, char const range, char const uplo, int const n, double *a, int const lda, double const vl, double const vu, int const il, int const iu, double const abstol, int &m, double *w, double *z, int const ldz, double *work, int const lwork, int *iwork, int *ifail, int &info) |
void | boost::numeric::bindings::lapack::detail::heevx (char const jobz, char const range, char const uplo, int const n, float *a, int const lda, float const vl, float const vu, int const il, int const iu, float const abstol, int &m, float *w, float *z, int const ldz, float *work, int const lwork, int *iwork, int *ifail, int &info) |