Click or drag to resize

DenseColumnMajorMatrixStorageTIsFullyMutable 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.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool IsFullyMutable { get; }

Property Value

Boolean
See Also