Home Browse Files
template <typename IndexType>
    void
    rscl(IndexType          n,
         const float        &sa,
         float              *sx,
         IndexType          incX);

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

template <typename IndexType>
    void
    rscl(IndexType          n,
         const double       &sa,
         double             *sx,
         IndexType          incX);

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

template <typename IndexType>
    void
    rscl(IndexType              n,
         const float            &sa,
         std::complex<float >   *sx,
         IndexType              incX);

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

template <typename IndexType>
    void
    rscl(IndexType              n,
         const double           &sa,
         std::complex<double>   *sx,
         IndexType              incX);

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

Home

View document source

© 2011-2012 Michael Lehn