Home Browse Files
template <typename IndexType>
    void
    tfsm (char                  transr,
          char                  side,
          char                  uplo,
          char                  trans,
          char                  diag,
          IndexType             m,
          IndexType             n,
          float                 alpha,
          const float           *A,
          float                 *B,
          IndexType             ldB);

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

template <typename IndexType>
    void
    tfsm (char                  transr,
          char                  side,
          char                  uplo,
          char                  trans,
          char                  diag,
          IndexType             m,
          IndexType             n,
          double                alpha,
          const double          *A,
          double                *B,
          IndexType             ldB);

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

template <typename IndexType>
    void
    tfsm (char                        transr,
          char                        side,
          char                        uplo,
          char                        trans,
          char                        diag,
          IndexType                   m,
          IndexType                   n,
          std::complex<float >        alpha,
          const std::complex<float >  *A,
          std::complex<float >        *B,
          IndexType                   ldB);

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

template <typename IndexType>
    void
    tfsm (char                        transr,
          char                        side,
          char                        uplo,
          char                        trans,
          char                        diag,
          IndexType                   m,
          IndexType                   n,
          std::complex<double>        alpha,
          const std::complex<double>  *A,
          std::complex<double>        *B,
          IndexType                   ldB);

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

Home

View document source

© 2011-2012 Michael Lehn