Home Browse Files
template <typename IndexType>
    IndexType
    pbequ(char                  uplo,
          IndexType             n,
          IndexType             kd,
          const float           *Ab,
          IndexType             ldAb,
          float                 *s,
          float                 &scond,
          float                 &amax);

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

template <typename IndexType>
    IndexType
    pbequ(char                  uplo,
          IndexType             n,
          IndexType             kd,
          const double          *Ab,
          IndexType             ldAb,
          double                *s,
          double                &scond,
          double                &amax);

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

template <typename IndexType>
    IndexType
    pbequ(char                        uplo,
          IndexType                   n,
          IndexType                   kd,
          const std::complex<float >  *Ab,
          IndexType                   ldAb,
          float                       *s,
          float                       &scond,
          float                       &amax);

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

template <typename IndexType>
    IndexType
    pbequ(char                        uplo,
          IndexType                   n,
          IndexType                   kd,
          const std::complex<double>  *Ab,
          IndexType                   ldAb,
          double                      *s,
          double                      &scond,
          double                      &amax);

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

Home

View document source

© 2011-2012 Michael Lehn