Home Browse Files
template <typename IndexType>
    IndexType
    gbcon(char                  norm,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          const float           *Ab,
          IndexType             ldAb,
          const IndexType       *iPiv,
          float                 anorm,
          float                 &rCond,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    gbcon(char                  norm,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          const double          *Ab,
          IndexType             ldAb,
          const IndexType       *iPiv,
          double                anorm,
          double                &rCond,
          double                *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    gbcon(char                        norm,
          IndexType                   n,
          IndexType                   kl,
          IndexType                   ku,
          const std::complex<float >  *Ab,
          IndexType                   ldAb,
          const IndexType             *iPiv,
          float                       anorm,
          float                       &rCond,
          std::complex<float >        *work,
          IndexType                   *iWork);

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

template <typename IndexType>
    IndexType
    gbcon(char                        norm,
          IndexType                   n,
          IndexType                   kl,
          IndexType                   ku,
          const std::complex<double>  *Ab,
          IndexType                   ldAb,
          const IndexType             *iPiv,
          double                      anorm,
          double                      &rCond,
          std::complex<double>        *work,
          IndexType                   *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn