Home Browse Files
template <typename IndexType>
    IndexType
    gesvj(char          jobA,
          char          jobU,
          char          jobV,
          IndexType     m,
          IndexType     n,
          float         *A,
          IndexType     ldA,
          float         *sva,
          IndexType     mv,
          float         *V,
          IndexType     ldV,
          float         *work,
          IndexType     lWork);

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

template <typename IndexType>
    IndexType
    gesvj(char          jobA,
          char          jobU,
          char          jobV,
          IndexType     m,
          IndexType     n,
          double        *A,
          IndexType     ldA,
          double        *sva,
          IndexType     mv,
          double        *V,
          IndexType     ldV,
          double        *work,
          IndexType     lWork);

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

Home

View document source

© 2011-2012 Michael Lehn