Home Browse Files
template <typename IndexType>
    double
    la_syrpvgrw(char                  uplo,
                IndexType             n,
                IndexType             info,
                const float           *A,
                IndexType             ldA,
                const float           *Af,
                IndexType             ldAf,
                const IndexType       *iPiv,
                float                 *work);

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

template <typename IndexType>
    double
    la_syrpvgrw(char                  uplo,
                IndexType             n,
                IndexType             info,
                const double          *A,
                IndexType             ldA,
                const double          *Af,
                IndexType             ldAf,
                const IndexType       *iPiv,
                double                *work);

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn