Home Browse Files
template <typename IndexType>
    double
    la_gbrCond(char                  trans,
               IndexType             n,
               IndexType             kl,
               IndexType             ku,
               const double          *Ab,
               IndexType             ldAb,
               const double          *Afb,
               IndexType             ldAfb,
               const IndexType       *iPiv,
               IndexType             cmode,
               const double          *c,
               IndexType             &info,
               double                *work,
               IndexType             *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn