Home Browse Files
template <typename IndexType>
    double
    la_syrCond_x(char                        uplo,
                 IndexType                   n,
                 const std::complex<float >  *A,
                 IndexType                   ldA,
                 const std::complex<float >  *Af,
                 IndexType                   ldAf,
                 const IndexType             *iPiv,
                 const std::complex<float >  *x,
                 IndexType                   &info,
                 std::complex<float >        *work,
                 float                       *rWork);

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

template <typename IndexType>
    double
    la_syrCond_x(char                        uplo,
                 IndexType                   n,
                 const std::complex<double>  *A,
                 IndexType                   ldA,
                 const std::complex<double>  *Af,
                 IndexType                   ldAf,
                 const IndexType             *iPiv,
                 const std::complex<double>  *x,
                 IndexType                   &info,
                 std::complex<double>        *work,
                 double                      *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn