|
Teuchos - Trilinos Tools Package
Version of the Day
|
This is the complete list of members for Teuchos::SerialDenseVector< OrdinalType, ScalarType >, including all inherited members.
| assign(const SerialDenseMatrix< OrdinalType, ScalarType > &Source) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| 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 |
| CompObject() | Teuchos::CompObject | |
| CompObject(const CompObject &source) | Teuchos::CompObject | |
| 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 > | |
| dot(const SerialDenseVector< OrdinalType, ScalarType > &x) const | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| empty() const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | inline |
| 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 > | |
| getCol(DataAccess CV, SerialDenseMatrix< OrdinalType, ScalarType > &A, const OrdinalType col) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | related |
| getFlopCounter() const | Teuchos::CompObject | inline |
| getFlops() const | Teuchos::CompObject | inline |
| IAMAX(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) const | Teuchos::DefaultBLASImpl< OrdinalType, ScalarType > | |
| length() const | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| multiply(ETransp transa, ETransp transb, ScalarType alpha, const SerialDenseMatrix< OrdinalType, ScalarType > &A, const SerialDenseMatrix< OrdinalType, ScalarType > &B, ScalarType beta) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| multiply(ESide sideA, ScalarType alpha, const SerialSymDenseMatrix< OrdinalType, ScalarType > &A, const SerialDenseMatrix< OrdinalType, ScalarType > &B, ScalarType beta) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| normFrobenius() const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| normInf() const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| normOne() const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| NRM2(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) const | Teuchos::DefaultBLASImpl< OrdinalType, ScalarType > | |
| numCols() const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | inline |
| numRows() const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | inline |
| operator!=(const SerialDenseVector< OrdinalType, ScalarType > &Operand) const | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| Teuchos::SerialDenseMatrix::operator!=(const SerialDenseMatrix< OrdinalType, ScalarType > &Operand) const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| operator()(OrdinalType index) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| operator()(OrdinalType index) const | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| Teuchos::SerialDenseMatrix::operator()(OrdinalType rowIndex, OrdinalType colIndex) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | inline |
| Teuchos::SerialDenseMatrix::operator()(OrdinalType rowIndex, OrdinalType colIndex) const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | inline |
| operator*=(const ScalarType alpha) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| operator+=(const SerialDenseMatrix< OrdinalType, ScalarType > &Source) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| operator-=(const SerialDenseMatrix< OrdinalType, ScalarType > &Source) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| operator=(const ScalarType value) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| operator=(const SerialDenseVector< OrdinalType, ScalarType > &Source) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| Teuchos::SerialDenseMatrix::operator=(const SerialDenseMatrix< OrdinalType, ScalarType > &Source) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| operator==(const SerialDenseVector< OrdinalType, ScalarType > &Operand) const | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| Teuchos::SerialDenseMatrix::operator==(const SerialDenseMatrix< OrdinalType, ScalarType > &Operand) const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| operator[](OrdinalType index) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| operator[](OrdinalType index) const | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| ordinalType typedef | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| print(std::ostream &os) const | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | virtual |
| putScalar(const ScalarType value=Teuchos::ScalarTraits< ScalarType >::zero()) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| random() | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| randomSyncedMatrix(Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > &A) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | related |
| resetFlops() const | Teuchos::CompObject | inline |
| reshape(OrdinalType numRows, OrdinalType numCols) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| resize(OrdinalType length_in) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| 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 typedef | Teuchos::DefaultBLASImpl< OrdinalType, ScalarType > | |
| SCAL(const OrdinalType &n, const ScalarType &alpha, ScalarType *x, const OrdinalType &incx) const | Teuchos::DefaultBLASImpl< OrdinalType, ScalarType > | |
| scalarType typedef | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| scale(const ScalarType alpha) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| scale(const SerialDenseMatrix< OrdinalType, ScalarType > &A) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| SerialDenseMatrix()=default | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| SerialDenseMatrix(OrdinalType numRows, OrdinalType numCols, bool zeroOut=true) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| SerialDenseMatrix(DataAccess CV, ScalarType *values, OrdinalType stride, OrdinalType numRows, OrdinalType numCols) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| SerialDenseMatrix(const SerialDenseMatrix< OrdinalType, ScalarType > &Source, ETransp trans=Teuchos::NO_TRANS) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| SerialDenseMatrix(DataAccess CV, const SerialDenseMatrix< OrdinalType, ScalarType > &Source) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| SerialDenseMatrix(DataAccess CV, const SerialDenseMatrix< OrdinalType, ScalarType > &Source, OrdinalType numRows, OrdinalType numCols, OrdinalType startRow=0, OrdinalType startCol=0) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| SerialDenseVector() | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| SerialDenseVector(OrdinalType length, bool zeroOut=true) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| SerialDenseVector(DataAccess CV, ScalarType *values, OrdinalType length) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| SerialDenseVector(const SerialDenseVector< OrdinalType, ScalarType > &Source) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| SerialDenseVector(DataAccess CV, const SerialDenseVector< OrdinalType, ScalarType > &Source) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | |
| setCol(const SerialDenseVector< OrdinalType, ScalarType > &v, const OrdinalType col, SerialDenseMatrix< OrdinalType, ScalarType > &A) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | related |
| setFlopCounter(const Flops &FlopCounter) | Teuchos::CompObject | inline |
| setFlopCounter(const CompObject &compObject) | Teuchos::CompObject | inline |
| shape(OrdinalType numRows, OrdinalType numCols) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| shapeUninitialized(OrdinalType numRows, OrdinalType numCols) | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | |
| size(OrdinalType length_in) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| sizeUninitialized(OrdinalType length_in) | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | inline |
| stride() const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | inline |
| SWAP(const OrdinalType &n, ScalarType *const x, const OrdinalType &incx, ScalarType *const y, const OrdinalType &incy) const | Teuchos::DefaultBLASImpl< OrdinalType, ScalarType > | |
| swap(SerialDenseMatrix< OrdinalType, ScalarType > &B) | Teuchos::SerialDenseMatrix< 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 > | |
| unsetFlopCounter() | Teuchos::CompObject | inline |
| updateFlops(int addflops) const | Teuchos::CompObject | inline |
| updateFlops(long int addflops) const | Teuchos::CompObject | inline |
| updateFlops(double addflops) const | Teuchos::CompObject | inline |
| updateFlops(float addflops) const | Teuchos::CompObject | inline |
| values() const | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | inline |
| ~BLAS(void) | Teuchos::BLAS< OrdinalType, ScalarType > | inlinevirtual |
| ~CompObject() | Teuchos::CompObject | virtual |
| ~DefaultBLASImpl(void) | Teuchos::DefaultBLASImpl< OrdinalType, ScalarType > | inlinevirtual |
| ~SerialDenseMatrix() | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > | virtual |
| ~SerialDenseVector() | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | virtual |
1.8.5