Home Browse Files
template <typename IndexType>
    IndexType
    sygs2(char                  itype,
          char                  uplo,
          IndexType             n,
          float                 *A,
          IndexType             ldA,
          const float           *B,
          IndexType             ldB);

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

template <typename IndexType>
    IndexType
    sygs2(char                  itype,
          char                  uplo,
          IndexType             n,
          double                *A,
          IndexType             ldA,
          const double          *B,
          IndexType             ldB);

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

Home

View document source

© 2011-2012 Michael Lehn