The properties of the Matrix class are listed below. For a complete list of Matrix class members, see the Matrix Members topic.
Cols | The number of matrix columns. |
IsColVector | Checks whether the matrix is a column vector. |
IsMatrix | Checks whether the matrix is neither a scalar nor vector. |
IsRowVector | Checks whether the matrix is a row vector. |
IsScalar | Checks whether the matrix is a scalar. |
IsVector | Checks whether the matrix is a vector. |
Item | Overloaded. Accesses the matrix as a vector. |
Rows | The number of matrix rows. |