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

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

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

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn