ormqr.hpp File Reference

#include <complex>
#include <boost/numeric/bindings/traits/traits.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 Tau , typename C , typename Work >
int boost::numeric::bindings::lapack::ormqr (char side, char trans, const A &a, const Tau &tau, C &c, detail::workspace1< Work > workspace)
template<typename A , typename Tau , typename C >
int boost::numeric::bindings::lapack::ormqr (char side, char trans, const A &a, const Tau &tau, C &c, minimal_workspace)
template<typename A , typename Tau , typename C >
int boost::numeric::bindings::lapack::ormqr (char side, char trans, const A &a, const Tau &tau, C &c, optimal_workspace)
template<typename A , typename Tau , typename C , typename Work >
int boost::numeric::bindings::lapack::detail::ormqr (char side, char trans, const A &a, const Tau &tau, C &c, Work &work)
void boost::numeric::bindings::lapack::detail::ormqr (char const side, char const trans, int const m, int const n, int const k, const traits::complex_f *a, int const lda, const traits::complex_f *tau, traits::complex_f *c, int const ldc, traits::complex_f *work, int const lwork, int &info)
void boost::numeric::bindings::lapack::detail::ormqr (char const side, char const trans, int const m, int const n, int const k, const double *a, int const lda, const double *tau, double *c, int const ldc, double *work, int const lwork, int &info)
void boost::numeric::bindings::lapack::detail::ormqr (char const side, char const trans, int const m, int const n, int const k, const float *a, int const lda, const float *tau, float *c, int const ldc, float *work, int const lwork, int &info)

Generated on Wed Nov 23 19:01:18 2011 for FreeCAD by  doxygen 1.6.1