Back to Linear Algebra (Eigen)
eigen.utilities.isSquare
Check if a matrix is square (rows == cols).
Syntax
eigen.utilities.isSquare(A)
Description
Check if a matrix is square (rows == cols).
Parameters
| Name | Description |
|---|---|
| A | - Matrix handle |
Returns
boolean