#include <boost/numeric/bindings/lapack/heevx.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::bindings |
namespace | boost::numeric::bindings::lapack |
Functions | |
template<typename A , typename T , typename W , typename Z , typename IFail , typename Work > | |
int | boost::numeric::bindings::lapack::syevx (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()) |