Structure for defining the index of a non-zero entry in a sparse matrix.
More...
#include <ptems/linearsolver.hpp>
Structure for defining the index of a non-zero entry in a sparse matrix.
◆ NonZeroEntry()
Creates index of a non-zero entry in a sparse matrix.
- Parameters
-
row | The row index of the non-zero entry |
column | The column index of the non-zero entry |
◆ Column
The column index of the non-zero entry.
◆ Row
The row index of the non-zero entry.
The documentation for this struct was generated from the following file: