Home Browse Files
template <typename IndexType>
    IndexType
    disna(char                  job,
          IndexType             m,
          IndexType             n,
          const float           *d,
          float                 *sep);

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

template <typename IndexType>
    IndexType
    disna(char                  job,
          IndexType             m,
          IndexType             n,
          const double          *d,
          double                *sep);

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

Home

View document source

© 2011-2012 Michael Lehn