Home Browse Files
template <typename IndexType>
    IndexType
    trsna(char              job,
          char              howMany,
          const IndexType   *select,
          IndexType         n,
          const float       *T,
          IndexType         ldT,
          const float       *VL,
          IndexType         ldVL,
          const float       *VR,
          IndexType         ldVR,
          float             *s,
          float             *sep,
          IndexType         mm,
          IndexType         &m,
          float             *work,
          IndexType         ldWork,
          IndexType         *iWork);

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

template <typename IndexType>
    IndexType
    trsna(char              job,
          char              howMany,
          const IndexType   *select,
          IndexType         n,
          const double      *T,
          IndexType         ldT,
          const double      *VL,
          IndexType         ldVL,
          const double      *VR,
          IndexType         ldVR,
          double            *s,
          double            *sep,
          IndexType         mm,
          IndexType         &m,
          double            *work,
          IndexType         ldWork,
          IndexType         *iWork);

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

template <typename IndexType>
    IndexType
    trsna(char                          job,
          char                          howMany,
          const IndexType               *select,
          const IndexType               n,
          const std::complex<float >    *T,
          const IndexType               ldT,
          const std::complex<float >    *VL,
          const IndexType               ldVL,
          const std::complex<float >    *VR,
          const IndexType               ldVR,
          float                         *s,
          float                         *sep,
          const IndexType               mm,
          IndexType                     &m,
          std::complex<float >          *work,
          const IndexType               ldWork,
          float                         *rWork);

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

template <typename IndexType>
    IndexType
    trsna(char                          job,
          char                          howMany,
          const IndexType               *select,
          const IndexType               n,
          const std::complex<double>    *T,
          const IndexType               ldT,
          const std::complex<double>    *VL,
          const IndexType               ldVL,
          const std::complex<double>    *VR,
          const IndexType               ldVR,
          double                        *s,
          double                        *sep,
          const IndexType               mm,
          IndexType                     &m,
          std::complex<double>          *work,
          const IndexType               ldWork,
          double                        *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn