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

This is the complete list of members for Teuchos::BLAS< OrdinalType, ScalarType >, including all inherited members.

ASUM(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
AXPY(const OrdinalType &n, const alpha_type alpha, const x_type *x, const OrdinalType &incx, ScalarType *y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
BLAS(void)Teuchos::BLAS< OrdinalType, ScalarType >inline
BLAS(const BLAS< OrdinalType, ScalarType > &)Teuchos::BLAS< OrdinalType, ScalarType >inline
COPY(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx, ScalarType *y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
DefaultBLASImpl(void)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inline
DefaultBLASImpl(const DefaultBLASImpl< OrdinalType, ScalarType > &)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inline
DOT(const OrdinalType &n, const x_type *x, const OrdinalType &incx, const y_type *y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
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) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
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) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
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) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
IAMAX(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
MagnitudeType typedefTeuchos::BLAS< OrdinalType, ScalarType >private
NRM2(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
ROT(const OrdinalType &n, ScalarType *dx, const OrdinalType &incx, ScalarType *dy, const OrdinalType &incy, MagnitudeType *c, ScalarType *s) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
ROTG(ScalarType *da, ScalarType *db, rotg_c_type *c, ScalarType *s) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
rotg_c_type typedefTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
SCAL(const OrdinalType &n, const ScalarType &alpha, ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
SWAP(const OrdinalType &n, ScalarType *const x, const OrdinalType &incx, ScalarType *const y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
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) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
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) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
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) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
TRMV(EUplo uplo, ETransp trans, EDiag diag, const OrdinalType &n, const A_type *A, const OrdinalType &lda, ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
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) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
~BLAS(void)Teuchos::BLAS< OrdinalType, ScalarType >inlinevirtual
~DefaultBLASImpl(void)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inlinevirtual