Designates the mode for enumeration and mapping of matrix elements.
Record Field | Description |
Allow skipping zero entries, without enforcing it. When enumerating or mapping sparse or banded matrices, this can speed up operations.
|
|
|
Force applying the operations to all fields in the diagonal even if they are zero, additionally to all non-zero fields.
|
Force applying the operation to all fields even if they are zero.
|
|
Full Usage:
value__
Field type: int
Modifiers: mutable |
|