Home Browse Files
template <typename IndexType>
    IndexType
    lascl(char          type,
          IndexType     kl,
          IndexType     ku,
          const float   &cFrom,
          const float   &cTo,
          IndexType     m,
          IndexType     n,
          float         *A,
          IndexType     ldA);

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

template <typename IndexType>
    IndexType
    lascl(char          type,
          IndexType     kl,
          IndexType     ku,
          const double  &cFrom,
          const double  &cTo,
          IndexType     m,
          IndexType     n,
          double        *A,
          IndexType     ldA);

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

template <typename IndexType>
    IndexType
    lascl(char                  type,
          IndexType             kl,
          IndexType             ku,
          const float           &cFrom,
          const float           &cTo,
          IndexType             m,
          IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA);

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

template <typename IndexType>
    IndexType
    lascl(char                  type,
          IndexType             kl,
          IndexType             ku,
          const double          &cFrom,
          const double          &cTo,
          IndexType             m,
          IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA);

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

Home

View document source

© 2011-2012 Michael Lehn