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

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

Home

View document source

© 2011-2012 Michael Lehn