Home Browse Files
template <typename IndexType>
    void
    laswp(IndexType             n,
          float                 *A,
          IndexType             ldA,
          IndexType             k1,
          IndexType             k2,
          const IndexType       *iPiv,
          IndexType             incX);

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

template <typename IndexType>
    void
    laswp(IndexType             n,
          double                *A,
          IndexType             ldA,
          IndexType             k1,
          IndexType             k2,
          const IndexType       *iPiv,
          IndexType             incX);

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

template <typename IndexType>
    void
    laswp(IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA,
          IndexType             k1,
          IndexType             k2,
          const IndexType       *iPiv,
          IndexType             incX);

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

template <typename IndexType>
    void
    laswp(IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA,
          IndexType             k1,
          IndexType             k2,
          const IndexType       *iPiv,
          IndexType             incX);

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

Home

View document source

© 2011-2012 Michael Lehn