Home Browse Files
template <typename IndexType>
void
laqhb(char                  uplo,
      IndexType             n,
      IndexType             kd,
      std::complex<float >  *Ab,
      IndexType             ldAb,
      const float           *s,
      float                 scond,
      float                 amax,
      char                  &equed);

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

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

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

Home

View document source

© 2011-2012 Michael Lehn