Home Browse Files
template <typename IndexType>
    double
    la_gbrCond_c(char                        trans,
                 IndexType                   n,
                 IndexType                   kl,
                 IndexType                   ku,
                 const std::complex<float >  *Ab,
                 IndexType                   ldAb,
                 const std::complex<float >  *Afb,
                 IndexType                   ldAfb,
                 const IndexType             *iPiv,
                 const float                 *c,
                 bool                        capply,
                 IndexType                   &info,
                 std::complex<float >        *work,
                 float                       *rWork);

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

template <typename IndexType>
    double
    la_gbrCond_c(char                        trans,
                 IndexType                   n,
                 IndexType                   kl,
                 IndexType                   ku,
                 const std::complex<double>  *Ab,
                 IndexType                   ldAb,
                 const std::complex<double>  *Afb,
                 IndexType                   ldAfb,
                 const IndexType             *iPiv,
                 const double                *c,
                 bool                        capply,
                 IndexType                   &info,
                 std::complex<double>        *work,
                 double                      *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn