Home Browse Files
template <typename IndexType>
    void
    larfgp(IndexType     n,
           float         &alpha,
           float         *x,
           IndexType     incX,
           float         &tau);

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

template <typename IndexType>
    void
    larfgp(IndexType     n,
           double        &alpha,
           double        *x,
           IndexType     incX,
           double        &tau);

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

template <typename IndexType>
    void
    larfgp(IndexType               n,
           std::complex<float >    &alpha,
           std::complex<float >    *x,
           IndexType               incX,
           std::complex<float >    &tau);

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

template <typename IndexType>
    void
    larfgp(IndexType               n,
           std::complex<double>    &alpha,
           std::complex<double>    *x,
           IndexType               incX,
           std::complex<double>    &tau);

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

Home

View document source

© 2011-2012 Michael Lehn