Home Browse Files
template <typename IndexType>
    IndexType
    laln2(bool              trans,
          IndexType         na,
          IndexType         nw,
          const float       &sMin,
          const float       &ca,
          const float       *A,
          IndexType         ldA,
          const float       &d1,
          const float       &d2,
          const float       *B,
          IndexType         ldB,
          const float       &wr,
          const float       &wi,
          float             *X,
          IndexType         ldX,
          float             &scale,
          float             &normX);

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

template <typename IndexType>
    IndexType
    laln2(bool              trans,
          IndexType         na,
          IndexType         nw,
          const double      &sMin,
          const double      &ca,
          const double      *A,
          IndexType         ldA,
          const double      &d1,
          const double      &d2,
          const double      *B,
          IndexType         ldB,
          const double      &wr,
          const double      &wi,
          double            *X,
          IndexType         ldX,
          double            &scale,
          double            &normX);

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

Home

View document source

© 2011-2012 Michael Lehn