Home Browse Files
template <typename IndexType>
    double
    la_porpvgrw(char                        uplo,
                IndexType                   ncols,
                const std::complex<float >  *A,
                IndexType                   ldA,
                const std::complex<float >  *Af,
                IndexType                   ldAf,
                float                       *work);

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

template <typename IndexType>
    double
    la_porpvgrw(char                        uplo,
                IndexType                   ncols,
                const std::complex<double>  *A,
                IndexType                   ldA,
                const std::complex<double>  *Af,
                IndexType                   ldAf,
                double                      *work);

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

Home

View document source

© 2011-2012 Michael Lehn