Home Browse Files
template <typename IndexType>
    IndexType
    gejsv(char          jobA,
          char          jobU,
          char          jobV,
          char          jobR,
          char          jobT,
          char          jobP,
          IndexType     m,
          IndexType     n,
          float         *A,
          IndexType     ldA,
          float         *sva,
          float         *U,
          IndexType     ldU,
          float         *V,
          IndexType     ldV,
          float         *work,
          IndexType     lWork,
          IndexType     *iWork);

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

template <typename IndexType>
    IndexType
    gejsv(char          jobA,
          char          jobU,
          char          jobV,
          char          jobR,
          char          jobT,
          char          jobP,
          IndexType     m,
          IndexType     n,
          double        *A,
          IndexType     ldA,
          double        *sva,
          double        *U,
          IndexType     ldU,
          double        *V,
          IndexType     ldV,
          double        *work,
          IndexType     lWork,
          IndexType     *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn