Home Browse Files
template <typename IndexType>
    IndexType
    ppcon(char                  uplo,
          IndexType             n,
          const float           *Ap,
          float                 anorm,
          float                 &rCond,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    ppcon(char                  uplo,
          IndexType             n,
          const double          *Ap,
          double                anorm,
          double                &rCond,
          double                *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    ppcon(char                       uplo,
          IndexType                  n,
          const std::complex<float > *Ap,
          float                      anorm,
          float                      &rCond,
          std::complex<float >       *work,
          float                      *rWork);

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

template <typename IndexType>
    IndexType
    ppcon(char                       uplo,
          IndexType                  n,
          const std::complex<double> *Ap,
          double                     anorm,
          double                     &rCond,
          std::complex<double>       *work,
          double                     *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn