Home Browse Files
template <typename IndexType>
    IndexType
    potrf(char        upLo,
          IndexType   n,
          float       *A,
          IndexType   ldA);

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

template <typename IndexType>
    IndexType
    potrf(char        upLo,
          IndexType   n,
          double      *A,
          IndexType   ldA);

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

template <typename IndexType>
    IndexType
    potrf(char                  upLo,
          IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA);

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

template <typename IndexType>
    IndexType
    potrf(char                  upLo,
          IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA);

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

Home

View document source

© 2011-2012 Michael Lehn