Home Browse Files
template <typename IndexType>
    double
    la_gbrpvgrw(IndexType             n,
                IndexType             kl,
                IndexType             ku,
                IndexType             ncols,
                const float           *Ab,
                IndexType             ldAb,
                const float           *Afb,
                IndexType             ldAfb);

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

template <typename IndexType>
    double
    la_gbrpvgrw(IndexType             n,
                IndexType             kl,
                IndexType             ku,
                IndexType             ncols,
                const double          *Ab,
                IndexType             ldAb,
                const double          *Afb,
                IndexType             ldAfb);

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

template <typename IndexType>
    double
    la_gbrpvgrw(IndexType                     n,
                IndexType                     kl,
                IndexType                     ku,
                IndexType                     ncols,
                const std::complex<float >    *Ab,
                IndexType                     ldAb,
                const std::complex<float >    *Afb,
                IndexType                     ldAfb);

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

template <typename IndexType>
    double
    la_gbrpvgrw(IndexType                     n,
                IndexType                     kl,
                IndexType                     ku,
                IndexType                     ncols,
                const std::complex<double>    *Ab,
                IndexType                     ldAb,
                const std::complex<double>    *Afb,
                IndexType                     ldAfb);

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

Home

View document source

© 2011-2012 Michael Lehn