Sacado
Development
|
This is the complete list of members for Sacado::Fad::BLAS< OrdinalType, FadType >, including all inherited members.
arrayTraits | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
ASUM(const OrdinalType n, const FadType *x, const OrdinalType incx) const | Sacado::Fad::BLAS< OrdinalType, FadType > | inline |
AXPY(const OrdinalType n, const alpha_type &alpha, const x_type *x, const OrdinalType incx, FadType *y, const OrdinalType incy) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
BLAS(bool use_default_impl=true, bool use_dynamic=true, OrdinalType static_workspace_size=0) | Sacado::Fad::BLAS< OrdinalType, FadType > | |
BLAS(const BLAS &x) | Sacado::Fad::BLAS< OrdinalType, FadType > | |
blas | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
COPY(const OrdinalType n, const FadType *x, const OrdinalType incx, FadType *y, const OrdinalType incy) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
DOT(const OrdinalType n, const x_type *x, const OrdinalType incx, const y_type *y, const OrdinalType incy) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
Fad_DOT(const OrdinalType n, const x_type *x, const OrdinalType incx, const OrdinalType n_x_dot, const x_type *x_dot, const OrdinalType incx_dot, const y_type *y, const OrdinalType incy, const OrdinalType n_y_dot, const y_type *y_dot, const OrdinalType incy_dot, ValueType &z, const OrdinalType n_z_dot, ValueType *zdot) const | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
Fad_GEMM(Teuchos::ETransp transa, Teuchos::ETransp transb, const OrdinalType m, const OrdinalType n, const OrdinalType k, const alpha_type &alpha, const OrdinalType n_alpha_dot, const alpha_type *alpha_dot, const A_type *A, const OrdinalType lda, const OrdinalType n_A_dot, const A_type *A_dot, const OrdinalType lda_dot, const B_type *B, const OrdinalType ldb, const OrdinalType n_B_dot, const B_type *B_dot, const OrdinalType ldb_dot, const beta_type &beta, const OrdinalType n_beta_dot, const beta_type *beta_dot, ValueType *C, const OrdinalType ldc, const OrdinalType n_C_dot, ValueType *C_dot, const OrdinalType ldc_dot, const OrdinalType n_dot) const | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
Fad_GEMV(Teuchos::ETransp trans, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const OrdinalType n_alpha_dot, const alpha_type *alpha_dot, const A_type *A, const OrdinalType lda, const OrdinalType n_A_dot, const A_type *A_dot, const OrdinalType lda_dot, const x_type *x, const OrdinalType incx, const OrdinalType n_x_dot, const x_type *x_dot, const OrdinalType incx_dot, const beta_type &beta, const OrdinalType n_beta_dot, const beta_type *beta_dot, ValueType *y, const OrdinalType incy, const OrdinalType n_y_dot, ValueType *y_dot, const OrdinalType incy_dot, const OrdinalType n_dot) const | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
Fad_GER(const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const OrdinalType n_alpha_dot, const alpha_type *alpha_dot, const x_type *x, const OrdinalType incx, const OrdinalType n_x_dot, const x_type *x_dot, const OrdinalType incx_dot, const y_type *y, const OrdinalType incy, const OrdinalType n_y_dot, const y_type *y_dot, const OrdinalType incy_dot, ValueType *A, const OrdinalType lda, const OrdinalType n_A_dot, ValueType *A_dot, const OrdinalType lda_dot, const OrdinalType n_dot) const | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
Fad_SYMM(Teuchos::ESide side, Teuchos::EUplo uplo, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const OrdinalType n_alpha_dot, const alpha_type *alpha_dot, const A_type *A, const OrdinalType lda, const OrdinalType n_A_dot, const A_type *A_dot, const OrdinalType lda_dot, const B_type *B, const OrdinalType ldb, const OrdinalType n_B_dot, const B_type *B_dot, const OrdinalType ldb_dot, const beta_type &beta, const OrdinalType n_beta_dot, const beta_type *beta_dot, ValueType *C, const OrdinalType ldc, const OrdinalType n_C_dot, ValueType *C_dot, const OrdinalType ldc_dot, const OrdinalType n_dot) const | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
Fad_TRMM(Teuchos::ESide side, Teuchos::EUplo uplo, Teuchos::ETransp transa, Teuchos::EDiag diag, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const OrdinalType n_alpha_dot, const alpha_type *alpha_dot, const A_type *A, const OrdinalType lda, const OrdinalType n_A_dot, const A_type *A_dot, const OrdinalType lda_dot, ValueType *B, const OrdinalType ldb, const OrdinalType n_B_dot, ValueType *B_dot, const OrdinalType ldb_dot, const OrdinalType n_dot) const | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
Fad_TRSM(Teuchos::ESide side, Teuchos::EUplo uplo, Teuchos::ETransp transa, Teuchos::EDiag diag, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const OrdinalType n_alpha_dot, const alpha_type *alpha_dot, const A_type *A, const OrdinalType lda, const OrdinalType n_A_dot, const A_type *A_dot, const OrdinalType lda_dot, ValueType *B, const OrdinalType ldb, const OrdinalType n_B_dot, ValueType *B_dot, const OrdinalType ldb_dot, const OrdinalType n_dot) const | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
GEMM(Teuchos::ETransp transa, Teuchos::ETransp transb, const OrdinalType m, const OrdinalType n, const OrdinalType k, const alpha_type &alpha, const A_type *A, const OrdinalType lda, const B_type *B, const OrdinalType ldb, const beta_type &beta, FadType *C, const OrdinalType ldc) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
gemm_AB | Sacado::Fad::BLAS< OrdinalType, FadType > | mutableprotected |
GEMV(Teuchos::ETransp trans, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const A_type *A, const OrdinalType lda, const x_type *x, const OrdinalType incx, const beta_type &beta, FadType *y, const OrdinalType incy) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
gemv_Ax | Sacado::Fad::BLAS< OrdinalType, FadType > | mutableprotected |
GER(const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const x_type *x, const OrdinalType incx, const y_type *y, const OrdinalType incy, FadType *A, const OrdinalType lda) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
IAMAX(const OrdinalType n, const FadType *x, const OrdinalType incx) const | Sacado::Fad::BLAS< OrdinalType, FadType > | inline |
NRM2(const OrdinalType n, const FadType *x, const OrdinalType incx) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
ROT(const OrdinalType n, FadType *dx, const OrdinalType incx, FadType *dy, const OrdinalType incy, MagnitudeType *c, FadType *s) const | Sacado::Fad::BLAS< OrdinalType, FadType > | inline |
ROTG(FadType *da, FadType *db, MagnitudeType *c, FadType *s) const | Sacado::Fad::BLAS< OrdinalType, FadType > | inline |
SCAL(const OrdinalType n, const FadType &alpha, FadType *x, const OrdinalType incx) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
SYMM(Teuchos::ESide side, Teuchos::EUplo uplo, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const A_type *A, const OrdinalType lda, const B_type *B, const OrdinalType ldb, const beta_type &beta, FadType *C, const OrdinalType ldc) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
TRMM(Teuchos::ESide side, Teuchos::EUplo uplo, Teuchos::ETransp transa, Teuchos::EDiag diag, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const A_type *A, const OrdinalType lda, FadType *B, const OrdinalType ldb) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
TRMV(Teuchos::EUplo uplo, Teuchos::ETransp trans, Teuchos::EDiag diag, const OrdinalType n, const A_type *A, const OrdinalType lda, FadType *x, const OrdinalType incx) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
TRSM(Teuchos::ESide side, Teuchos::EUplo uplo, Teuchos::ETransp transa, Teuchos::EDiag diag, const OrdinalType m, const OrdinalType n, const alpha_type &alpha, const A_type *A, const OrdinalType lda, FadType *B, const OrdinalType ldb) const | Sacado::Fad::BLAS< OrdinalType, FadType > | |
use_default_impl | Sacado::Fad::BLAS< OrdinalType, FadType > | protected |
~BLAS() | Sacado::Fad::BLAS< OrdinalType, FadType > | virtual |