Zeros Type

Designates the mode for enumeration and mapping of matrix elements.

Record fields

Record Field Description

AllowSkip

Full Usage: AllowSkip

Field type: Zeros
Modifiers: static

Allow skipping zero entries, without enforcing it. When enumerating or mapping sparse or banded matrices, this can speed up operations.

Field type: Zeros

AllowSkipButIncludeDiagonal

Full Usage: AllowSkipButIncludeDiagonal

Field type: Zeros
Modifiers: static

Force applying the operations to all fields in the diagonal even if they are zero, additionally to all non-zero fields.

Field type: Zeros

Include

Full Usage: Include

Field type: Zeros
Modifiers: static

Force applying the operation to all fields even if they are zero.

Field type: Zeros

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int