SparseCompressedRowMatrixStorageTIsFullyMutable Property |
True if all fields of this matrix can be set to any value.
False if some fields are fixed, like on a diagonal matrix.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override bool IsFullyMutable { get; }
Property Value
BooleanSee Also