#include <boost/numeric/bindings/lapack/workspace.hpp>
#include <boost/numeric/bindings/traits/vector_traits.hpp>
#include <boost/numeric/bindings/traits/matrix_traits.hpp>
#include <boost/numeric/bindings/traits/type_traits.hpp>
#include <boost/numeric/bindings/traits/detail/array.hpp>
#include <boost/numeric/bindings/traits/traits.hpp>
#include <boost/numeric/bindings/lapack/lapack.h>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_same.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 D , typename E , typename Tau > | |
int | boost::numeric::bindings::lapack::sytrd (char uplo, A &a, D &d, E &e, Tau &tau, minimal_workspace) |
template<typename A , typename D , typename E , typename Tau > | |
int | boost::numeric::bindings::lapack::sytrd (char uplo, A &a, D &d, E &e, Tau &tau, optimal_workspace=optimal_workspace()) |
template<typename A , typename D , typename E , typename Tau , typename W > | |
int | boost::numeric::bindings::lapack::sytrd (char uplo, A &a, D &d, E &e, Tau &tau, W &work) |
void | boost::numeric::bindings::lapack::detail::sytrd (char uplo, int n, double *a, int lda, double *d, double *e, double *tau, double *work, int lwork, int &info) |
void | boost::numeric::bindings::lapack::detail::sytrd (char uplo, int n, float *a, int lda, float *d, float *e, float *tau, float *work, int lwork, int &info) |