Home Browse Files
template <typename IndexType>
    float
    langb(char                  norm,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          const float           *Ab,
          IndexType             ldAb,
          float                 *work);

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

template <typename IndexType>
    double
    langb(char                  norm,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          const double          *Ab,
          IndexType             ldAb,
          double                *work);

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

template <typename IndexType>
    float
    langb(char                        norm,
          IndexType                   n,
          IndexType                   kl,
          IndexType                   ku,
          const std::complex<float >  *Ab,
          IndexType                   ldAb,
          float                       *work);

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

template <typename IndexType>
    double
    langb(char                        norm,
          IndexType                   n,
          IndexType                   kl,
          IndexType                   ku,
          const std::complex<double>  *Ab,
          IndexType                   ldAb,
          double                      *work);

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

Home

View document source

© 2011-2012 Michael Lehn