Home Browse Files
template <typename IndexType>
    IndexType
    lasy2(bool          transTL,
          bool          transTR,
          IndexType     sgn,
          IndexType     n1,
          IndexType     n2,
          const float   *TL,
          IndexType     ldTL,
          const float   *TR,
          IndexType     ldTR,
          const float   *B,
          IndexType     ldB,
          float         &scale,
          float         *X,
          IndexType     ldX,
          float         &xNorm);

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

template <typename IndexType>
    IndexType
    lasy2(bool          transTL,
          bool          transTR,
          IndexType     sgn,
          IndexType     n1,
          IndexType     n2,
          const double  *TL,
          IndexType     ldTL,
          const double  *TR,
          IndexType     ldTR,
          const double  *B,
          IndexType     ldB,
          double        &scale,
          double        *X,
          IndexType     ldX,
          double        &xNorm);

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

Home

View document source

© 2011-2012 Michael Lehn