Sacado  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Teuchos::BLAS< OrdinalType, Sacado::Fad::SLFad< ValueT, Num > > Member List

This is the complete list of members for Teuchos::BLAS< OrdinalType, Sacado::Fad::SLFad< ValueT, Num > >, including all inherited members.

arrayTraitsSacado::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 >
blasSacado::Fad::BLAS< OrdinalType, FadType >protected
BLAS(bool use_default_impl=true, bool use_dynamic=true, OrdinalType static_workspace_size=0) (defined in Teuchos::BLAS< OrdinalType, Sacado::Fad::SLFad< ValueT, Num > >)Teuchos::BLAS< OrdinalType, Sacado::Fad::SLFad< ValueT, Num > >inline
BLAS(const BLAS &x) (defined in Teuchos::BLAS< OrdinalType, Sacado::Fad::SLFad< ValueT, Num > >)Teuchos::BLAS< OrdinalType, Sacado::Fad::SLFad< ValueT, Num > >inline
Sacado::Fad::BLAS::BLAS(const BLAS &x)Sacado::Fad::BLAS< OrdinalType, FadType >
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_ABSacado::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_AxSacado::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_implSacado::Fad::BLAS< OrdinalType, FadType >protected
~BLAS()Teuchos::BLAS< OrdinalType, Sacado::Fad::SLFad< ValueT, Num > >inlinevirtual