Click or drag to resize

SparseCompressedRowMatrixStorageTIsMutableAt Method

True if the specified field can be set to any value. False if the field is fixed, like an off-diagonal field on a diagonal matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override bool IsMutableAt(
	int row,
	int column
)

Parameters

row  Int32
The row index of the element.
column  Int32
The column index of the element.

Return Value

Boolean
because all entries in sparse storage are mutable.
See Also