Home Browse Files
template <typename IndexType>
    IndexType
    gebd2(IndexType             m,
          IndexType             n,
          float                 *A,
          IndexType             ldA,
          float                 *d,
          float                 *e,
          float                 *tauq,
          float                 *taup,
          float                 *work);

Defined in namespace cxxlapack. Function gebd2 with 1 template parameters.

template <typename IndexType>
    IndexType
    gebd2(IndexType             m,
          IndexType             n,
          double                *A,
          IndexType             ldA,
          double                *d,
          double                *e,
          double                *tauq,
          double                *taup,
          double                *work);

Defined in namespace cxxlapack. Function gebd2 with 1 template parameters.

template <typename IndexType>
    IndexType
    gebd2(IndexType             m,
          IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA,
          float                 *d,
          float                 *e,
          std::complex<float >  *tauq,
          std::complex<float >  *taup,
          std::complex<float >  *work);

Defined in namespace cxxlapack. Function gebd2 with 1 template parameters.

template <typename IndexType>
    IndexType
    gebd2(IndexType             m,
          IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA,
          double                *d,
          double                *e,
          std::complex<double>  *tauq,
          std::complex<double>  *taup,
          std::complex<double>  *work);

Defined in namespace cxxlapack. Function gebd2 with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn