#include <boost/numeric/bindings/lapack/heevd.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 W , typename Work > | |
int | boost::numeric::bindings::lapack::syevd (char jobz, char uplo, A &a, W &w, Work work=optimal_workspace()) |