Home Browse Files
template <typename IndexType>
    IndexType
    getri(IndexType         n,
          float             *A,
          IndexType         ldA,
          const IndexType   *iPiv,
          float             *work,
          IndexType         lWork);

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

template <typename IndexType>
    IndexType
    getri(IndexType         n,
          double            *A,
          IndexType         ldA,
          const IndexType   *iPiv,
          double            *work,
          IndexType         lWork);

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

template <typename IndexType>
    IndexType
    getri(IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA,
          const IndexType       *iPiv,
          std::complex<float >  *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    getri(IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA,
          const IndexType       *iPiv,
          std::complex<double>  *work,
          IndexType             lWork);

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

Home

View document source

© 2011-2012 Michael Lehn