Home Browse Files
template <typename IndexType>
    float
    la_syrCond(char                  uplo,
               IndexType             n,
               const float           *A,
               IndexType             ldA,
               const float           *Af,
               IndexType             ldAf,
               const IndexType       *iPiv,
               IndexType             cmode,
               const float           *c,
               IndexType             &info,
               float                 *work,
               IndexType             *iWork);

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

template <typename IndexType>
    double
    la_syrCond(char                  uplo,
               IndexType             n,
               const double          *A,
               IndexType             ldA,
               const double          *Af,
               IndexType             ldAf,
               const IndexType       *iPiv,
               IndexType             cmode,
               const double          *c,
               IndexType             &info,
               double                *work,
               IndexType             *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn