Click or drag to resize

Zeros Enumeration

[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Zeros"]


Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum Zeros
Members
Member nameValueDescription
AllowSkip0 Allow skipping zero entries (without enforcing skipping them). When enumerating sparse matrices this can significantly speed up operations.
Include1 Force applying the operation to all fields even if they are zero.
See Also