Click or drag to resize

BandMatrixStorageTIsMutableAt 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.3618.0 (4.8.3618.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
if the specified entry can be assigned any value; otherwise, .
See Also