Enumerates the elements of the matrix column by column.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
Numerical Libraries
Supported in: 5.x
Reference