square-matrix? ( object -- ? )
Matrix operations

Prev:irregular-matrix? ( object -- ? )
Next:zero-matrix? ( object -- ? )


Vocabulary
math.matrices

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the square-matrix class.

Definition