Home Browse Files
template <typename IndexType>
    IndexType
    ptcon(IndexType             n,
          const float           *d,
          const float           *e,
          float                 anorm,
          float                 &rCond,
          float                 *work);

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

template <typename IndexType>
    IndexType
    ptcon(IndexType             n,
          const double          *d,
          const double          *e,
          double                anorm,
          double                &rCond,
          double                *work);

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

template <typename IndexType>
    IndexType
    ptcon(IndexType                   n,
          const float                 *d,
          const std::complex<float >  *e,
          float                       anorm,
          float                       &rCond,
          float                       *rWork);

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

template <typename IndexType>
    IndexType
    ptcon(IndexType                   n,
          const double                *d,
          const std::complex<double>  *e,
          double                      anorm,
          double                      &rCond,
          double                      *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn