|
GEOS
|
This is the complete list of members for geos::HypreMatrix, including all inherited members.
| add(globalIndex const rowIndex, globalIndex const colIndex, real64 const value) override | geos::HypreMatrix | virtual |
| add(globalIndex const rowIndex, globalIndex const *colIndices, real64 const *values, localIndex const size) override | geos::HypreMatrix | virtual |
| add(globalIndex const rowIndex, arraySlice1d< globalIndex const > const &colIndices, arraySlice1d< real64 const > const &values) override | geos::HypreMatrix | virtual |
| add(arraySlice1d< globalIndex const > const &rowIndices, arraySlice1d< globalIndex const > const &colIndices, arraySlice2d< real64 const > const &values) override | geos::HypreMatrix | virtual |
| add(globalIndex const *rowIndices, globalIndex const *colIndices, real64 const *values, localIndex const numRows, localIndex const numCols) override | geos::HypreMatrix | virtual |
| addDiagonal(HypreVector const &src, real64 const scale) override | geos::HypreMatrix | virtual |
| addEntries(HypreMatrix const &src, MatrixPatternOp const op, real64 const scale) override | geos::HypreMatrix | virtual |
| apply(HypreVector const &src, HypreVector &dst) const override | geos::HypreMatrix | virtual |
| applyTranspose(HypreVector const &src, HypreVector &dst) const override | geos::HypreMatrix | virtual |
| assembled() const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::assembled() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| clampEntries(real64 const lo, real64 const hi, bool const excludeDiag) override | geos::HypreMatrix | virtual |
| clearRow(globalIndex const row, bool const keepDiag=false, real64 const diagValue=0.0) override | geos::HypreMatrix | virtual |
| close() override | geos::HypreMatrix | virtual |
| closed() const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::closed() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| comm() const override | geos::HypreMatrix | virtual |
| computeScalingVector(HypreVector &scaling) const override | geos::HypreMatrix | virtual |
| create(CRSMatrixView< real64 const, globalIndex const > const &localMatrix, localIndex const numLocalColumns, MPI_Comm const &comm) override | geos::HypreMatrix | virtual |
| create(CRSMatrixView< real64 const, globalIndex const > const &localMatrix, localIndex const numLocalColumns, MPI_Comm const &comm) | geos::HypreMatrix | inline |
| created() const override | geos::HypreMatrix | virtual |
| createWithGlobalSize(globalIndex const globalRows, globalIndex const globalCols, localIndex const maxEntriesPerRow, MPI_Comm const &comm) override | geos::HypreMatrix | virtual |
| createWithGlobalSize(globalIndex const globalSize, localIndex const maxEntriesPerRow, MPI_Comm const &comm) | geos::HypreMatrix | inline |
| createWithGlobalSize(globalIndex const globalRows, globalIndex const globalCols, localIndex const maxEntriesPerRow, MPI_Comm const &comm)=0 | geos::HypreMatrix | |
| MatrixBase< HypreMatrix, HypreVector >::createWithGlobalSize(globalIndex const globalSize, localIndex const maxEntriesPerRow, MPI_Comm const &comm) | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivatevirtual |
| createWithLocalSize(localIndex const localRows, localIndex const localCols, localIndex const maxEntriesPerRow, MPI_Comm const &comm) override | geos::HypreMatrix | virtual |
| createWithLocalSize(localIndex const localSize, localIndex const maxEntriesPerRow, MPI_Comm const &comm) | geos::HypreMatrix | inline |
| createWithLocalSize(localIndex const localRows, localIndex const localCols, localIndex const maxEntriesPerRow, MPI_Comm const &comm)=0 | geos::HypreMatrix | |
| MatrixBase< HypreMatrix, HypreVector >::createWithLocalSize(localIndex const localSize, localIndex const maxEntriesPerRow, MPI_Comm const &comm) | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivatevirtual |
| dofManager() const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::dofManager() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| Export typedef | geos::HypreMatrix | |
| extract(CRSMatrixView< real64, globalIndex > const &localMat) const override | geos::HypreMatrix | virtual |
| extract(CRSMatrixView< real64, globalIndex const > const &localMat) const override | geos::HypreMatrix | virtual |
| extract(CRSMatrixView< real64, globalIndex > const &localMat) const=0 | geos::HypreMatrix | |
| extract(CRSMatrixView< real64, globalIndex const > const &localMat) const=0 | geos::HypreMatrix | |
| extract() const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::extract() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| extractDiagonal(HypreVector &dst) const override | geos::HypreMatrix | virtual |
| extractLocal(CRSMatrixView< real64, localIndex > const &localMat) const override | geos::HypreMatrix | virtual |
| extractLocal(CRSMatrixView< real64, localIndex > const &localMat) const=0 | geos::HypreMatrix | |
| extractLocal() const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::extractLocal() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| gemv(real64 const alpha, HypreVector const &x, real64 const beta, HypreVector &y, bool useTranspose=false) const override | geos::HypreMatrix | virtual |
| getGlobalRowID(localIndex const index) const override | geos::HypreMatrix | virtual |
| getLocalRowID(globalIndex const index) const override | geos::HypreMatrix | virtual |
| getRowCopy(globalIndex globalRowIndex, arraySlice1d< globalIndex > const &colIndices, arraySlice1d< real64 > const &values) const override | geos::HypreMatrix | virtual |
| getRowLengths(arrayView1d< localIndex > const &lengths) const override | geos::HypreMatrix | virtual |
| getRowLocalLengths(arrayView1d< localIndex > const &lengths) const override | geos::HypreMatrix | virtual |
| getRowSums(HypreVector &dst, RowSumType const rowSumType) const override | geos::HypreMatrix | virtual |
| HYPRE_IJMatrix typedef | geos::HypreMatrix | |
| HYPRE_ParCSRMatrix typedef | geos::HypreMatrix | |
| HypreMatrix() | geos::HypreMatrix | |
| HypreMatrix(HypreMatrix const &src) | geos::HypreMatrix | |
| HypreMatrix(HypreMatrix &&src) noexcept | geos::HypreMatrix | |
| ilower() const override | geos::HypreMatrix | virtual |
| insert(globalIndex const rowIndex, globalIndex const colIndex, real64 const value) override | geos::HypreMatrix | virtual |
| insert(globalIndex const rowIndex, globalIndex const *colIndices, real64 const *values, localIndex const size) override | geos::HypreMatrix | virtual |
| insert(globalIndex const rowIndex, arraySlice1d< globalIndex const > const &colIndices, arraySlice1d< real64 const > const &values) override | geos::HypreMatrix | virtual |
| insert(arraySlice1d< globalIndex const > const &rowIndices, arraySlice1d< globalIndex const > const &colIndices, arraySlice2d< real64 const > const &values) override | geos::HypreMatrix | virtual |
| insert(globalIndex const *rowIndices, globalIndex const *colIndices, real64 const *values, localIndex const numRows, localIndex const numCols) override | geos::HypreMatrix | virtual |
| insert(arrayView1d< globalIndex const > const &rowIndices, arrayView1d< globalIndex const > const &colIndices, arrayView1d< real64 const > const &values) override | geos::HypreMatrix | virtual |
| insertable() const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::insertable() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| iupper() const override | geos::HypreMatrix | virtual |
| jlower() const override | geos::HypreMatrix | virtual |
| jupper() const override | geos::HypreMatrix | virtual |
| leftMultiplyTranspose(HypreMatrix const &src, HypreMatrix &dst) const override | geos::HypreMatrix | virtual |
| leftRightScale(HypreVector const &vecLeft, HypreVector const &vecRight) override | geos::HypreMatrix | virtual |
| leftScale(HypreVector const &vec) override | geos::HypreMatrix | virtual |
| LinearOperator()=default | geos::LinearOperator< HypreVector > | |
| maxRowLengthLocal() const override | geos::HypreMatrix | virtual |
| modifiable() const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::modifiable() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| multiply(HypreMatrix const &src, HypreMatrix &dst) const override | geos::HypreMatrix | virtual |
| multiplyP1tAP2(Matrix const &P1, Matrix const &P2, Matrix &dst) const override | geos::HypreMatrix | virtual |
| multiplyP1tAP2(Matrix const &P1, Matrix const &P2, Matrix &dst) const | geos::HypreMatrix | inline |
| multiplyPtAP(Matrix const &P, Matrix &dst) const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::multiplyPtAP(Matrix const &P, Matrix &dst) const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivatevirtual |
| multiplyRAP(HypreMatrix const &R, HypreMatrix const &P, HypreMatrix &dst) const override | geos::HypreMatrix | virtual |
| norm1() const override | geos::HypreMatrix | virtual |
| normFrobenius() const override | geos::HypreMatrix | virtual |
| normInf() const override | geos::HypreMatrix | virtual |
| normMax() const override | geos::HypreMatrix | virtual |
| normMax(arrayView1d< globalIndex const > const &rowIndices) const override | geos::HypreMatrix | virtual |
| numGlobalCols() const override | geos::HypreMatrix | virtual |
| MatrixBase< HypreMatrix, HypreVector >::numGlobalCols() const =0 | geos::MatrixBase< HypreMatrix, HypreVector > | private |
| numGlobalNonzeros() const override | geos::HypreMatrix | virtual |
| MatrixBase< HypreMatrix, HypreVector >::numGlobalNonzeros() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| numGlobalRows() const override | geos::HypreMatrix | virtual |
| MatrixBase< HypreMatrix, HypreVector >::numGlobalRows() const =0 | geos::MatrixBase< HypreMatrix, HypreVector > | private |
| numLocalCols() const override | geos::HypreMatrix | virtual |
| MatrixBase< HypreMatrix, HypreVector >::numLocalCols() const =0 | geos::MatrixBase< HypreMatrix, HypreVector > | private |
| numLocalNonzeros() const override | geos::HypreMatrix | virtual |
| MatrixBase< HypreMatrix, HypreVector >::numLocalNonzeros() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| numLocalRows() const override | geos::HypreMatrix | virtual |
| MatrixBase< HypreMatrix, HypreVector >::numLocalRows() const =0 | geos::MatrixBase< HypreMatrix, HypreVector > | private |
| open() override | geos::HypreMatrix | virtual |
| operator=(HypreMatrix const &src) | geos::HypreMatrix | |
| operator=(HypreMatrix &&src) noexcept | geos::HypreMatrix | |
| print(std::ostream &os=std::cout) const override | geos::HypreMatrix | virtual |
| ready() const | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::ready() const | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| rescaleRows(arrayView1d< globalIndex const > const &rowIndices, RowSumType const rowSumType) override | geos::HypreMatrix | virtual |
| reset() override | geos::HypreMatrix | virtual |
| residual(Vector const &x, Vector const &b, Vector &r) const override | geos::HypreMatrix | inline |
| LinearOperator< HypreVector >::residual(Vector const &x, Vector const &b, Vector &r) const | geos::LinearOperator< HypreVector > | inlinevirtual |
| MatrixBase< HypreMatrix, HypreVector >::residual(Vector const &x, Vector const &b, Vector &r) const override | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivatevirtual |
| rightMultiplyTranspose(HypreMatrix const &src, HypreMatrix &dst) const override | geos::HypreMatrix | virtual |
| rightScale(HypreVector const &vec) override | geos::HypreMatrix | virtual |
| rowLength(globalIndex const globalRowIndex) const override | geos::HypreMatrix | virtual |
| scale(real64 const scalingFactor) override | geos::HypreMatrix | virtual |
| separateComponentFilter(HypreMatrix &dst, integer const dofPerPoint) const override | geos::HypreMatrix | virtual |
| set(real64 const value) override | geos::HypreMatrix | virtual |
| set(globalIndex const rowIndex, globalIndex const colIndex, real64 const value) override | geos::HypreMatrix | virtual |
| set(globalIndex const rowIndex, globalIndex const *colIndices, real64 const *values, localIndex const size) override | geos::HypreMatrix | virtual |
| set(globalIndex const rowIndex, arraySlice1d< globalIndex const > const &colIndices, arraySlice1d< real64 const > const &values) override | geos::HypreMatrix | virtual |
| set(arraySlice1d< globalIndex const > const &rowIndices, arraySlice1d< globalIndex const > const &colIndices, arraySlice2d< real64 const > const &values) override | geos::HypreMatrix | virtual |
| set(globalIndex const *rowIndices, globalIndex const *colIndices, real64 const *values, localIndex const numRows, localIndex const numCols) override | geos::HypreMatrix | virtual |
| setDofManager(DofManager const *const dofManager) | geos::HypreMatrix | inline |
| MatrixBase< HypreMatrix, HypreVector >::setDofManager(DofManager const *const dofManager) | geos::MatrixBase< HypreMatrix, HypreVector > | inlineprivate |
| transpose(HypreMatrix &dst) const override | geos::HypreMatrix | virtual |
| unwrapped() const | geos::HypreMatrix | |
| unwrappedIJ() const | geos::HypreMatrix | |
| Vector typedef | geos::HypreMatrix | |
| write(string const &filename, LAIOutputFormat const format=LAIOutputFormat::MATRIX_MARKET) const override | geos::HypreMatrix | virtual |
| zero() override | geos::HypreMatrix | virtual |
| ~HypreMatrix() override | geos::HypreMatrix | |
| ~LinearOperator()=default | geos::LinearOperator< HypreVector > | virtual |