Home Browse Files
template <typename IndexType>
    IndexType
    gbtf2(IndexType             m,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          float                 *Ab,
          IndexType             ldAb,
          IndexType             *iPiv);

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

template <typename IndexType>
    IndexType
    gbtf2(IndexType             m,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          double                *Ab,
          IndexType             ldAb,
          IndexType             *iPiv);

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

template <typename IndexType>
    IndexType
    gbtf2(IndexType             m,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          std::complex<float >  *Ab,
          IndexType             ldAb,
          IndexType             *iPiv);

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

template <typename IndexType>
    IndexType
    gbtf2(IndexType             m,
          IndexType             n,
          IndexType             kl,
          IndexType             ku,
          std::complex<double>  *Ab,
          IndexType             ldAb,
          IndexType             *iPiv);

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

Home

View document source

© 2011-2012 Michael Lehn