Home Browse Files
template <typename IndexType>
    IndexType
    gerfs(char              trans,
          IndexType         n,
          IndexType         nRhs,
          const float       *A,
          IndexType         ldA,
          const float       *AF,
          IndexType         ldAF,
          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 gerfs with 1 template parameters.

template <typename IndexType>
    IndexType
    gerfs(char              trans,
          IndexType         n,
          IndexType         nRhs,
          const double      *A,
          IndexType         ldA,
          const double      *AF,
          IndexType         ldAF,
          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 gerfs with 1 template parameters.

template <typename IndexType>
    IndexType
    gerfs(char                          trans,
          IndexType                     n,
          IndexType                     nRhs,
          const std::complex<float >    *A,
          IndexType                     ldA,
          const std::complex<float >    *AF,
          IndexType                     ldAF,
          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 gerfs with 1 template parameters.

template <typename IndexType>
    IndexType
    gerfs(char                          trans,
          IndexType                     n,
          IndexType                     nRhs,
          const std::complex<double>    *A,
          IndexType                     ldA,
          const std::complex<double>    *AF,
          IndexType                     ldAF,
          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 gerfs with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn