Symmetric Matrix<T>.Is Element Writable Method
Gets a value indicating whether the value of the component at
the specified row and column can be changed.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Always returns true.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override bool IsElementWritable(
int row,
int column
)
Parameters
- row Int32
- The zero-based row index of the element to get or set.
- column Int32
- The zero-based column index of the element to get or set.
Return Value
BooleanAlways returns true.