Enumerates the elements of the matrix column by column.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual IEnumerable<T> RowwiseComponents { get; }
Public Overridable ReadOnly Property RowwiseComponents As IEnumerable(Of T)
Get
public:
virtual property IEnumerable<T>^ RowwiseComponents {
IEnumerable<T>^ get ();
}
abstract RowwiseComponents : IEnumerable<'T> with get
override RowwiseComponents : IEnumerable<'T> with get
Property Value
Type:
IEnumerableT
Reference