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

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

template <typename IndexType>
    IndexType
    syequb(char                  uplo,
           IndexType             n,
           const double          *A,
           IndexType             ldA,
           double                *s,
           double                &scond,
           double                &amax,
           double                *work);

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn