Class ROW-MATRIX


Slots on this class:

Documentation:
Class of the matrices with only one row
Subclass-Of: Matrix


Slots on instances of this class:

Row-Dimension: 1

Axioms:

(<=> (Row-Matrix ?M) (And (Matrix ?M) (= (Row-Dimension ?M) 1)))