|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
This is the complete list of members for Teuchos::BLAS< int, double >, including all inherited members.
| ASUM(const int &n, const double *x, const int &incx) const | Teuchos::BLAS< int, double > | |
| AXPY(const int &n, const double &alpha, const double *x, const int &incx, double *y, const int &incy) const | Teuchos::BLAS< int, double > | |
| BLAS(void) | Teuchos::BLAS< int, double > | inline |
| BLAS(const BLAS< int, double > &) | Teuchos::BLAS< int, double > | inline |
| COPY(const int &n, const double *x, const int &incx, double *y, const int &incy) const | Teuchos::BLAS< int, double > | |
| DOT(const int &n, const double *x, const int &incx, const double *y, const int &incy) const | Teuchos::BLAS< int, double > | |
| GEMM(ETransp transa, ETransp transb, const int &m, const int &n, const int &k, const double &alpha, const double *A, const int &lda, const double *B, const int &ldb, const double &beta, double *C, const int &ldc) const | Teuchos::BLAS< int, double > | |
| GEMV(ETransp trans, const int &m, const int &n, const double &alpha, const double *A, const int &lda, const double *x, const int &incx, const double &beta, double *y, const int &incy) const | Teuchos::BLAS< int, double > | |
| GER(const int &m, const int &n, const double &alpha, const double *x, const int &incx, const double *y, const int &incy, double *A, const int &lda) const | Teuchos::BLAS< int, double > | |
| HERK(EUplo uplo, ETransp trans, const int &n, const int &k, const double &alpha, const double *A, const int &lda, const double &beta, double *C, const int &ldc) const | Teuchos::BLAS< int, double > | |
| IAMAX(const int &n, const double *x, const int &incx) const | Teuchos::BLAS< int, double > | |
| NRM2(const int &n, const double *x, const int &incx) const | Teuchos::BLAS< int, double > | |
| ROT(const int &n, double *dx, const int &incx, double *dy, const int &incy, double *c, double *s) const | Teuchos::BLAS< int, double > | |
| ROTG(double *da, double *db, double *c, double *s) const | Teuchos::BLAS< int, double > | |
| SCAL(const int &n, const double &alpha, double *x, const int &incx) const | Teuchos::BLAS< int, double > | |
| SWAP(const int &n, double *const x, const int &incx, double *const y, const int &incy) const | Teuchos::BLAS< int, double > | |
| SYMM(ESide side, EUplo uplo, const int &m, const int &n, const double &alpha, const double *A, const int &lda, const double *B, const int &ldb, const double &beta, double *C, const int &ldc) const | Teuchos::BLAS< int, double > | |
| SYRK(EUplo uplo, ETransp trans, const int &n, const int &k, const double &alpha, const double *A, const int &lda, const double &beta, double *C, const int &ldc) const | Teuchos::BLAS< int, double > | |
| TRMM(ESide side, EUplo uplo, ETransp transa, EDiag diag, const int &m, const int &n, const double &alpha, const double *A, const int &lda, double *B, const int &ldb) const | Teuchos::BLAS< int, double > | |
| TRMV(EUplo uplo, ETransp trans, EDiag diag, const int &n, const double *A, const int &lda, double *x, const int &incx) const | Teuchos::BLAS< int, double > | |
| TRSM(ESide side, EUplo uplo, ETransp transa, EDiag diag, const int &m, const int &n, const double &alpha, const double *A, const int &lda, double *B, const int &ldb) const | Teuchos::BLAS< int, double > | |
| ~BLAS(void) | Teuchos::BLAS< int, double > | inlinevirtual |
1.8.16