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.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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 requested entry lies on the diagonal; otherwise,
.
See Also