Home Browse Files
template <typename IndexType>
    IndexType
    pbtrf(char                  uplo,
          IndexType             n,
          IndexType             kd,
          float                 *Ab,
          IndexType             ldAb);

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

template <typename IndexType>
    IndexType
    pbtrf(char                  uplo,
          IndexType             n,
          IndexType             kd,
          double                *Ab,
          IndexType             ldAb);

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

template <typename IndexType>
    IndexType
    pbtrf(char                  uplo,
          IndexType             n,
          IndexType             kd,
          std::complex<float >  *Ab,
          IndexType             ldAb);

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

template <typename IndexType>
    IndexType
    pbtrf(char                  uplo,
          IndexType             n,
          IndexType             kd,
          std::complex<double>  *Ab,
          IndexType             ldAb);

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

Home

View document source

© 2011-2012 Michael Lehn