.. highlightlang:: us .. _isrowvector: isrowvector =========== .. index:: isrowvector .. us.tag isrowvector NOTREADYENGLISH :ref:`isrowvector` checks if its argument is a row vector. .. function:: bool = isrowvector(m) .. us.return **Return Value** *bool* is TRUE (1) if the matrix *m* is a row vector and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: m *m* is a scalar, matrix or function. .. seealso:: :ref:`overview-mathematic`, :ref:`iscolvector`, :ref:`size` :sub:`id-1775800`