Click or drag to resize

DoubleMatrixRowCollectionMatrix Property

Gets the Matrix whose rows this instance collects.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public DoubleMatrix Matrix { get; }

Property Value

Type: DoubleMatrix
The Matrix whose rows are collected by this instance.
See Also