Existing |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.ExistingData"]
public enum ExistingData
Member name | Value | Description |
---|---|---|
Clear | 0 | Existing data may not be all zeros, so clearing may be necessary if not all of it will be overwritten anyway. |
AssumeZeros | 1 | If existing data is assumed to be all zeros already, clearing it may be skipped if applicable. |