Home Browse Files
template <typename IndexType>
    IndexType
    ppequ(char                  uplo,
          IndexType             n,
          const float           *Ap,
          float                 *s,
          float                 &scond,
          float                 &amax);

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

template <typename IndexType>
    IndexType
    ppequ(char                  uplo,
          IndexType             n,
          const double          *Ap,
          double                *s,
          double                &scond,
          double                &amax);

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

template <typename IndexType>
    IndexType
    ppequ(char                        uplo,
          IndexType                   n,
          const std::complex<float >  *Ap,
          float                       *s,
          float                       &scond,
          float                       &amax);

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

template <typename IndexType>
    IndexType
    ppequ(char                        uplo,
          IndexType                   n,
          const std::complex<double>  *Ap,
          double                      *s,
          double                      &scond,
          double                      &amax);

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

Home

View document source

© 2011-2012 Michael Lehn