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

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

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

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn