Home Browse Files
template <typename IndexType>
    IndexType
    cgesv(IndexType                  n,
          IndexType                  nRhs,
          std::complex<double>       *A,
          IndexType                  ldA,
          IndexType                  *iPiv,
          const std::complex<double> *B,
          IndexType                  ldB,
          std::complex<double>       *X,
          IndexType                  ldX,
          std::complex<double>       *work,
          std::complex<float>        *swork,
          double                     *rWork,
          IndexType                  &iter);

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

Home

View document source

© 2011-2012 Michael Lehn