QRDecompositionRowCount Property |
Get the number of rows in the original matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int RowCount { get; }
Public ReadOnly Property RowCount As Integer
Get
public:
property int RowCount {
int get ();
}
member RowCount : int with get
Property Value
Type:
Int32See Also