Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Sacado::Fad::BLAS< OrdinalType, FadType > Member List

This is the complete list of members for Sacado::Fad::BLAS< OrdinalType, FadType >, 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
DefaultBLASImpl< OrdinalType, FadType >::ASUM(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
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 >
DefaultBLASImpl< OrdinalType, FadType >::AXPY(const OrdinalType &n, const alpha_type alpha, const x_type *x, const OrdinalType &incx, ScalarType *y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< 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 >
blasSacado::Fad::BLAS< OrdinalType, FadType >protected
BLASType typedefSacado::Fad::BLAS< OrdinalType, FadType >private
COPY(const OrdinalType n, const FadType *x, const OrdinalType incx, FadType *y, const OrdinalType incy) const Sacado::Fad::BLAS< OrdinalType, FadType >
DefaultBLASImpl< OrdinalType, FadType >::COPY(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx, ScalarType *y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
DefaultBLASImpl(void)Teuchos::DefaultBLASImpl< OrdinalType, FadType >
DefaultBLASImpl(const DefaultBLASImpl< OrdinalType, ScalarType > &)Teuchos::DefaultBLASImpl< 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 >
DefaultBLASImpl< OrdinalType, FadType >::DOT(const OrdinalType &n, const x_type *x, const OrdinalType &incx, const y_type *y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< 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 >
DefaultBLASImpl< OrdinalType, FadType >::GEMM(ETransp transa, 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, ScalarType *C, const OrdinalType &ldc) constTeuchos::DefaultBLASImpl< 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 >
DefaultBLASImpl< OrdinalType, FadType >::GEMV(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, ScalarType *y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< 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 >
DefaultBLASImpl< OrdinalType, FadType >::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, ScalarType *A, const OrdinalType &lda) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
IAMAX(const OrdinalType n, const FadType *x, const OrdinalType incx) const Sacado::Fad::BLAS< OrdinalType, FadType >inline
DefaultBLASImpl< OrdinalType, FadType >::IAMAX(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
MagnitudeType typedefSacado::Fad::BLAS< OrdinalType, FadType >private
NRM2(const OrdinalType n, const FadType *x, const OrdinalType incx) const Sacado::Fad::BLAS< OrdinalType, FadType >
DefaultBLASImpl< OrdinalType, FadType >::NRM2(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< 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
DefaultBLASImpl< OrdinalType, FadType >::ROT(const OrdinalType &n, ScalarType *dx, const OrdinalType &incx, ScalarType *dy, const OrdinalType &incy, MagnitudeType *c, ScalarType *s) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
ROTG(FadType *da, FadType *db, MagnitudeType *c, FadType *s) const Sacado::Fad::BLAS< OrdinalType, FadType >inline
DefaultBLASImpl< OrdinalType, FadType >::ROTG(ScalarType *da, ScalarType *db, rotg_c_type *c, ScalarType *s) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
rotg_c_type typedefTeuchos::DefaultBLASImpl< OrdinalType, FadType >
SCAL(const OrdinalType n, const FadType &alpha, FadType *x, const OrdinalType incx) const Sacado::Fad::BLAS< OrdinalType, FadType >
DefaultBLASImpl< OrdinalType, FadType >::SCAL(const OrdinalType &n, const ScalarType &alpha, ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
scalar_type typedefSacado::Fad::BLAS< OrdinalType, FadType >private
ScalarType typedefSacado::Fad::BLAS< OrdinalType, FadType >private
SWAP(const OrdinalType &n, ScalarType *const x, const OrdinalType &incx, ScalarType *const y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< 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 >
DefaultBLASImpl< OrdinalType, FadType >::SYMM(ESide side, 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, ScalarType *C, const OrdinalType &ldc) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
SYRK(EUplo uplo, ETransp trans, const OrdinalType &n, const OrdinalType &k, const alpha_type alpha, const A_type *A, const OrdinalType &lda, const beta_type beta, ScalarType *C, const OrdinalType &ldc) constTeuchos::DefaultBLASImpl< 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 >
DefaultBLASImpl< OrdinalType, FadType >::TRMM(ESide side, EUplo uplo, ETransp transa, EDiag diag, const OrdinalType &m, const OrdinalType &n, const alpha_type alpha, const A_type *A, const OrdinalType &lda, ScalarType *B, const OrdinalType &ldb) constTeuchos::DefaultBLASImpl< 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 >
DefaultBLASImpl< OrdinalType, FadType >::TRMV(EUplo uplo, ETransp trans, EDiag diag, const OrdinalType &n, const A_type *A, const OrdinalType &lda, ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< 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 >
DefaultBLASImpl< OrdinalType, FadType >::TRSM(ESide side, EUplo uplo, ETransp transa, EDiag diag, const OrdinalType &m, const OrdinalType &n, const alpha_type alpha, const A_type *A, const OrdinalType &lda, ScalarType *B, const OrdinalType &ldb) constTeuchos::DefaultBLASImpl< OrdinalType, FadType >
use_default_implSacado::Fad::BLAS< OrdinalType, FadType >protected
ValueType typedefSacado::Fad::BLAS< OrdinalType, FadType >private
~BLAS()Sacado::Fad::BLAS< OrdinalType, FadType >virtual
~DefaultBLASImpl(void)Teuchos::DefaultBLASImpl< OrdinalType, FadType >virtual