Home Browse Files
template <typename IndexType>
    IndexType
    poequb(IndexType             n,
           const float           *A,
           IndexType             ldA,
           float                 *s,
           float                 &scond,
           float                 &amax);

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

template <typename IndexType>
    IndexType
    poequb(IndexType             n,
           const double          *A,
           IndexType             ldA,
           double                *s,
           double                &scond,
           double                &amax);

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

template <typename IndexType>
    IndexType
    poequb(IndexType                   n,
           const std::complex<float >  *A,
           IndexType                   ldA,
           float                       *s,
           float                       &scond,
           float                       &amax);

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

template <typename IndexType>
    IndexType
    poequb(IndexType                   n,
           const std::complex<double>  *A,
           IndexType                   ldA,
           double                      *s,
           double                      &scond,
           double                      &amax);

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

Home

View document source

© 2011-2012 Michael Lehn