Home Browse Files
template <typename IndexType>
    IndexType
    pbsvx(char                  fact,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          IndexType             nRhs,
          float                 *Ab,
          IndexType             ldAb,
          float                 *Afb,
          IndexType             ldAfb,
          char                  &equed,
          float                 *s,
          float                 *B,
          IndexType             ldB,
          float                 *X,
          IndexType             ldX,
          float                 &rCond,
          float                 *ferr,
          float                 *berr,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    pbsvx(char                  fact,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          IndexType             nRhs,
          double                *Ab,
          IndexType             ldAb,
          double                *Afb,
          IndexType             ldAfb,
          char                  &equed,
          double                *s,
          double                *B,
          IndexType             ldB,
          double                *X,
          IndexType             ldX,
          double                &rCond,
          double                *ferr,
          double                *berr,
          double                *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    pbsvx(char                  fact,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          IndexType             nRhs,
          std::complex<float >  *Ab,
          IndexType             ldAb,
          std::complex<float >  *Afb,
          IndexType             ldAfb,
          char                  &equed,
          float                 *s,
          std::complex<float >  *B,
          IndexType             ldB,
          std::complex<float >  *X,
          IndexType             ldX,
          float                 &rCond,
          float                 *ferr,
          float                 *berr,
          std::complex<float >  *work,
          IndexType             *rWork);

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

template <typename IndexType>
    IndexType
    pbsvx(char                  fact,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          IndexType             nRhs,
          std::complex<double>  *Ab,
          IndexType             ldAb,
          std::complex<double>  *Afb,
          IndexType             ldAfb,
          char                  &equed,
          double                *s,
          std::complex<double>  *B,
          IndexType             ldB,
          std::complex<double>  *X,
          IndexType             ldX,
          double                &rCond,
          double                *ferr,
          double                *berr,
          std::complex<double>  *work,
          IndexType             *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn