Home Browse Files
template <typename IndexType>
    IndexType
    tptrs(char                  uplo,
          char                  trans,
          char                  diag,
          IndexType             n,
          IndexType             nRhs,
          const float           *Ap,
          float                 *B,
          IndexType             ldB);

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

template <typename IndexType>
    IndexType
    tptrs(char                  uplo,
          char                  trans,
          char                  diag,
          IndexType             n,
          IndexType             nRhs,
          const double          *Ap,
          double                *B,
          IndexType             ldB);

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

template <typename IndexType>
    IndexType
    tptrs(char                        uplo,
          char                        trans,
          char                        diag,
          IndexType                   n,
          IndexType                   nRhs,
          const std::complex<float >  *Ap,
          std::complex<float >        *B,
          IndexType                   ldB);

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

template <typename IndexType>
    IndexType
    tptrs(char                        uplo,
          char                        trans,
          char                        diag,
          IndexType                   n,
          IndexType                   nRhs,
          const std::complex<double>  *Ap,
          std::complex<double>        *B,
          IndexType                   ldB);

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

Home

View document source

© 2011-2012 Michael Lehn