Click or drag to resize

DiagonalMatrixStorageTIsMutableAt 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.3179.0 (4.8.3179.0)
Syntax
C#
public override bool IsMutableAt(
	int row,
	int column
)

Parameters

row  Int32

[Missing <param name="row"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.DiagonalMatrixStorage`1.IsMutableAt(System.Int32,System.Int32)"]

column  Int32

[Missing <param name="column"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.DiagonalMatrixStorage`1.IsMutableAt(System.Int32,System.Int32)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Storage.DiagonalMatrixStorage`1.IsMutableAt(System.Int32,System.Int32)"]

See Also