Matrix<T>.WritableComponents Property

Enumerates the writable elements of the matrix column by column.

Definition

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

Property Value

IEnumerable<RowColumnValueTriplet<T>>

See Also