Home Browse Files
template <typename IndexType>
    IndexType
    lagts(IndexType             job,
          IndexType             n,
          const float           *a,
          const float           *b,
          const float           *c,
          const float           *d,
          const IndexType       *in,
          float                 *y,
          float                 &tol);

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

template <typename IndexType>
    IndexType
    lagts(IndexType             job,
          IndexType             n,
          const double          *a,
          const double          *b,
          const double          *c,
          const double          *d,
          const IndexType       *in,
          double                *y,
          double                &tol);

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

Home

View document source

© 2011-2012 Michael Lehn