Home Browse Files
template <typename IndexType>
    IndexType
    tgex2(bool                  wantq,
          bool                  wantz,
          IndexType             n,
          float                 *A,
          IndexType             ldA,
          float                 *B,
          IndexType             ldB,
          float                 *Q,
          IndexType             ldQ,
          float                 *Z,
          IndexType             ldZ,
          IndexType             j1,
          IndexType             n1,
          IndexType             n2,
          float                 *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    tgex2(bool                  wantq,
          bool                  wantz,
          IndexType             n,
          double                *A,
          IndexType             ldA,
          double                *B,
          IndexType             ldB,
          double                *Q,
          IndexType             ldQ,
          double                *Z,
          IndexType             ldZ,
          IndexType             j1,
          IndexType             n1,
          IndexType             n2,
          double                *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    tgex2(bool                  wantq,
          bool                  wantz,
          IndexType             n,
          std::complex<float >  *A,
          IndexType             ldA,
          std::complex<float >  *B,
          IndexType             ldB,
          std::complex<float >  *Q,
          IndexType             ldQ,
          std::complex<float >  *Z,
          IndexType             ldZ,
          IndexType             j1);

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

template <typename IndexType>
    IndexType
    tgex2(bool                  wantq,
          bool                  wantz,
          IndexType             n,
          std::complex<double>  *A,
          IndexType             ldA,
          std::complex<double>  *B,
          IndexType             ldB,
          std::complex<double>  *Q,
          IndexType             ldQ,
          std::complex<double>  *Z,
          IndexType             ldZ,
          IndexType             j1);

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

Home

View document source

© 2011-2012 Michael Lehn