Home Browse Files
template <typename IndexType>
    float
    langt(char                  norm,
          IndexType             n,
          const float           *dl,
          const float           *d,
          const float           *du);

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

template <typename IndexType>
    double
    langt(char                  norm,
          IndexType             n,
          const double          *dl,
          const double          *d,
          const double          *du);

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

template <typename IndexType>
    float
    langt(char                        norm,
          IndexType                   n,
          const std::complex<float >  *dl,
          const std::complex<float >  *d,
          const std::complex<float >  *du);

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

template <typename IndexType>
    double
    langt(char                        norm,
          IndexType                   n,
          const std::complex<double>  *dl,
          const std::complex<double>  *d,
          const std::complex<double>  *du);

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

Home

View document source

© 2011-2012 Michael Lehn