Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Teuchos::BLAS< int, float > Member List

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

ASUM(const int &n, const float *x, const int &incx) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::ASUM(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
AXPY(const int &n, const float &alpha, const float *x, const int &incx, float *y, const int &incy) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::AXPY(const OrdinalType &n, const alpha_type alpha, const x_type *x, const OrdinalType &incx, ScalarType *y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
BLAS(void)Teuchos::BLAS< int, float >inline
BLAS(const BLAS< int, float > &)Teuchos::BLAS< int, float >inline
BLAS(void)Teuchos::BLAS< int, float >inline
BLAS(const BLAS< int, float > &)Teuchos::BLAS< int, float >inline
BLAS(void)Teuchos::BLAS< int, float >inline
BLAS(const BLAS< int, float > &)Teuchos::BLAS< int, float >inline
BLAS(void)Teuchos::BLAS< int, float >inline
BLAS(const BLAS< int, float > &)Teuchos::BLAS< int, float >inline
COPY(const int &n, const float *x, const int &incx, float *y, const int &incy) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::COPY(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx, ScalarType *y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
DefaultBLASImpl(void)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inline
DefaultBLASImpl(const DefaultBLASImpl< OrdinalType, ScalarType > &)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inline
DOT(const int &n, const float *x, const int &incx, const float *y, const int &incy) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::DOT(const OrdinalType &n, const x_type *x, const OrdinalType &incx, const y_type *y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
GEMM(ETransp transa, ETransp transb, const int &m, const int &n, const int &k, const float &alpha, const float *A, const int &lda, const float *B, const int &ldb, const float &beta, float *C, const int &ldc) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::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, ScalarType >
GEMV(ETransp trans, const int &m, const int &n, const float &alpha, const float *A, const int &lda, const float *x, const int &incx, const float &beta, float *y, const int &incy) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::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, ScalarType >
GER(const int &m, const int &n, const float &alpha, const float *x, const int &incx, const float *y, const int &incy, float *A, const int &lda) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::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, ScalarType >
HERK(EUplo uplo, ETransp trans, const int &n, const int &k, const float &alpha, const float *A, const int &lda, const float &beta, float *C, const int &ldc) constTeuchos::BLAS< int, float >
IAMAX(const int &n, const float *x, const int &incx) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::IAMAX(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
MagnitudeType typedefTeuchos::BLAS< int, float >private
MagnitudeType typedefTeuchos::BLAS< int, float >private
MagnitudeType typedefTeuchos::BLAS< int, float >private
NRM2(const int &n, const float *x, const int &incx) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::NRM2(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
ROT(const int &n, float *dx, const int &incx, float *dy, const int &incy, float *c, float *s) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::ROT(const OrdinalType &n, ScalarType *dx, const OrdinalType &incx, ScalarType *dy, const OrdinalType &incy, MagnitudeType *c, ScalarType *s) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
ROTG(float *da, float *db, float *c, float *s) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::ROTG(ScalarType *da, ScalarType *db, rotg_c_type *c, ScalarType *s) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
rotg_c_type typedefTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
SCAL(const int &n, const float &alpha, float *x, const int &incx) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::SCAL(const OrdinalType &n, const ScalarType &alpha, ScalarType *x, const OrdinalType &incx) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
SWAP(const int &n, float *const x, const int &incx, float *const y, const int &incy) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::SWAP(const OrdinalType &n, ScalarType *const x, const OrdinalType &incx, ScalarType *const y, const OrdinalType &incy) constTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
SYMM(ESide side, EUplo uplo, const int &m, const int &n, const float &alpha, const float *A, const int &lda, const float *B, const int &ldb, const float &beta, float *C, const int &ldc) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::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, ScalarType >
SYRK(EUplo uplo, ETransp trans, const int &n, const int &k, const float &alpha, const float *A, const int &lda, const float &beta, float *C, const int &ldc) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::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, ScalarType >
TRMM(ESide side, EUplo uplo, ETransp transa, EDiag diag, const int &m, const int &n, const float &alpha, const float *A, const int &lda, float *B, const int &ldb) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::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, ScalarType >
TRMV(EUplo uplo, ETransp trans, EDiag diag, const int &n, const float *A, const int &lda, float *x, const int &incx) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::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, ScalarType >
TRSM(ESide side, EUplo uplo, ETransp transa, EDiag diag, const int &m, const int &n, const float &alpha, const float *A, const int &lda, float *B, const int &ldb) constTeuchos::BLAS< int, float >
Teuchos::DefaultBLASImpl::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, ScalarType >
~BLAS(void)Teuchos::BLAS< int, float >inlinevirtual
~BLAS(void)Teuchos::BLAS< int, float >inlinevirtual
~BLAS(void)Teuchos::BLAS< int, float >inlinevirtual
~BLAS(void)Teuchos::BLAS< int, float >inlinevirtual
~DefaultBLASImpl(void)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inlinevirtual