Home Browse Files
template <typename IndexType>
    IndexType
    gtrfs(char                  trans,
          IndexType             n,
          IndexType             nRhs,
          const float           *dl,
          const float           *d,
          const float           *du,
          const float           *dlf,
          const float           *df,
          const float           *duf,
          const float           *du2,
          const IndexType       *iPiv,
          const float           *B,
          IndexType             ldB,
          float                 *X,
          IndexType             ldX,
          float                 *ferr,
          float                 *berr,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    gtrfs(char                  trans,
          IndexType             n,
          IndexType             nRhs,
          const double          *dl,
          const double          *d,
          const double          *du,
          const double          *dlf,
          const double          *df,
          const double          *duf,
          const double          *du2,
          const IndexType       *iPiv,
          const double          *B,
          IndexType             ldB,
          double                *X,
          IndexType             ldX,
          double                *ferr,
          double                *berr,
          double                *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    gtrfs(char                        trans,
          IndexType                   n,
          IndexType                   nRhs,
          const std::complex<float >  *dl,
          const std::complex<float >  *d,
          const std::complex<float >  *du,
          const std::complex<float >  *dlf,
          const std::complex<float >  *df,
          const std::complex<float >  *duf,
          const std::complex<float >  *du2,
          const IndexType             *iPiv,
          const std::complex<float >  *B,
          IndexType                   ldB,
          std::complex<float >        *X,
          IndexType                   ldX,
          float                       *ferr,
          float                       *berr,
          std::complex<float >        *work,
          float                       *rWork);

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

template <typename IndexType>
    IndexType
    gtrfs(char                        trans,
          IndexType                   n,
          IndexType                   nRhs,
          const std::complex<double>  *dl,
          const std::complex<double>  *d,
          const std::complex<double>  *du,
          const std::complex<double>  *dlf,
          const std::complex<double>  *df,
          const std::complex<double>  *duf,
          const std::complex<double>  *du2,
          const IndexType             *iPiv,
          const std::complex<double>  *B,
          IndexType                   ldB,
          std::complex<double>        *X,
          IndexType                   ldX,
          double                      *ferr,
          double                      *berr,
          std::complex<double>        *work,
          double                      *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn