Matrix<T>.WritableComponents Property

Enumerates the writable elements of the matrix column by column.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual IEnumerable<RowColumnValueTriplet<T>> WritableComponents { get; }

Property Value

IEnumerable<RowColumnValueTriplet<T>>

See Also