Dune Core Modules (2.9.1)
matrixindexset.hh
1// SPDX-FileCopyrightText: Copyright (C) DUNE Project contributors, see file LICENSE.md in module root
void resize(size_type rows, size_type cols)
Reset the size of an index set.
Definition: matrixindexset.hh:31
MatrixIndexSet()
Default constructor.
Definition: matrixindexset.hh:22
void add(size_type i, size_type j)
Add an index to the index set.
Definition: matrixindexset.hh:38
size_type rows() const
Return the number of rows.
Definition: matrixindexset.hh:52
void exportIdx(MatrixType &matrix) const
Initializes a BCRSMatrix with the indices contained in this MatrixIndexSet.
Definition: matrixindexset.hh:90
MatrixIndexSet(size_type rows, size_type cols)
Constructor setting the matrix size.
Definition: matrixindexset.hh:26
size_type rowsize(size_type row) const
Return the number of entries in a given row.
Definition: matrixindexset.hh:56
size_type size() const
Return the number of entries.
Definition: matrixindexset.hh:43
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 21, 23:30, 2024)