Click or drag to resize

DoubleMatrixIsRowVector Property

Gets a value indicating whether this instance is a row vector.

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

Property Value

Type: Boolean
true if this instance is a row vector; otherwise, false.

Implements

IMatrixPatternsIsRowVector
Remarks
A matrix is a row vector if its number of rows is 1.
See Also