Checks whether the matrix is a row vector.
[Visual Basic] Public Property ReadOnly IsRowVector As Boolean [C#] public bool IsRowVector { get; } [C++] public: __property bool get_IsRowVector(); [JScript] public function get IsRowVector() : bool
True if the matrix is a row vector (1xN), otherwise false.