Home Browse Files
template <typename IndexType>
    IndexType
    gsvj0(char          jobV,
          IndexType     m,
          IndexType     n,
          float         *A,
          IndexType     ldA,
          float         *D,
          float         *sva,
          IndexType     mv,
          float         *V,
          IndexType     ldV,
          const float   &eps,
          const float   &sfMin,
          const float   &tol,
          IndexType     nSweep,
          float         *work,
          IndexType     lWork);

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

template <typename IndexType>
    IndexType
    gsvj0(char          jobV,
          IndexType     m,
          IndexType     n,
          double        *A,
          IndexType     ldA,
          double        *D,
          double        *sva,
          IndexType     mv,
          double        *V,
          IndexType     ldV,
          const double  &eps,
          const double  &sfMin,
          const double  &tol,
          IndexType     nSweep,
          double        *work,
          IndexType     lWork);

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

Home

View document source

© 2011-2012 Michael Lehn