Home Browse Files
template <typename IndexType>
    IndexType
    gtcon(char                  norm,
          IndexType             n,
          const float           *dl,
          const float           *d,
          const float           *du,
          const float           *du2,
          const IndexType       *iPiv,
          float                 anorm,
          float                 &rCond,
          float                 *work);

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

template <typename IndexType>
    IndexType
    gtcon(char                  norm,
          IndexType             n,
          const double          *dl,
          const double          *d,
          const double          *du,
          const double          *du2,
          const IndexType       *iPiv,
          double                anorm,
          double                &rCond,
          double                *work);

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

template <typename IndexType>
    IndexType
    gtcon(char                        norm,
          IndexType                   n,
          const std::complex<float >  *dl,
          const std::complex<float >  *d,
          const std::complex<float >  *du,
          const std::complex<float >  *du2,
          const IndexType             *iPiv,
          float                       anorm,
          float                       &rCond,
          std::complex<float >       *work);

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

template <typename IndexType>
    IndexType
    gtcon(char                        norm,
          IndexType                   n,
          const std::complex<double>  *dl,
          const std::complex<double>  *d,
          const std::complex<double>  *du,
          const std::complex<double>  *du2,
          const IndexType             *iPiv,
          double                      anorm,
          double                      &rCond,
          std::complex<double>       *work);

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

Home

View document source

© 2011-2012 Michael Lehn