#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.
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 W , typename WC , typename WR > | |
int | boost::numeric::bindings::lapack::heev (char jobz, char uplo, A &a, W &w, detail::workspace2< WC, WR > workspace) |
template<typename A , typename W > | |
int | boost::numeric::bindings::lapack::heev (char jobz, char uplo, A &a, W &w, optimal_workspace) |
template<typename A , typename W > | |
int | boost::numeric::bindings::lapack::heev (char jobz, char uplo, A &a, W &w, minimal_workspace) |
template<typename A , typename W , typename Work , typename RWork > | |
int | boost::numeric::bindings::lapack::detail::heev (char jobz, char uplo, A &a, W &w, Work &work, RWork &rwork) |
void | boost::numeric::bindings::lapack::detail::heev (char const jobz, char const uplo, int const n, traits::complex_d *a, int const lda, double *w, traits::complex_d *work, int const lwork, double *rwork, int &info) |
void | boost::numeric::bindings::lapack::detail::heev (char const jobz, char const uplo, int const n, traits::complex_f *a, int const lda, float *w, traits::complex_f *work, int const lwork, float *rwork, int &info) |