Home Browse Files
template <typename IndexType>
    IndexType
    poequ(IndexType             n,
          const float           *A,
          IndexType             ldA,
          float                 *s,
          float                 &scond,
          float                 &amax);

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

template <typename IndexType>
    IndexType
    poequ(IndexType             n,
          const double          *A,
          IndexType             ldA,
          double                *s,
          double                &scond,
          double                &amax);

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

template <typename IndexType>
    IndexType
    poequ(IndexType                   n,
          const std::complex<float >  *A,
          IndexType                   ldA,
          float                       *s,
          float                       &scond,
          float                       &amax);

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

template <typename IndexType>
    IndexType
    poequ(IndexType                   n,
          const std::complex<double>  *A,
          IndexType                   ldA,
          double                      *s,
          double                      &scond,
          double                      &amax);

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

Home

View document source

© 2011-2012 Michael Lehn