Zeros Enumeration |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Zeros"]
public enum Zeros
| Member name | Value | Description |
|---|---|---|
| AllowSkip | 0 | Allow skipping zero entries (without enforcing skipping them). When enumerating sparse matrices this can significantly speed up operations. |
| Include | 1 | Force applying the operation to all fields even if they are zero. |