(=> (= (Matrix-Of-Rows @Elements) ?M)
(= (Row ?I ?M) (Nth (Listof @Elements) ?I)))
(=> (= (Row ?M ?I) ?L)
(Forall (?J) (= (Value ?M ?I ?J) (Value ?L 1 ?J))))
(=> (= (Row ?M ?I) ?L)
(= (Column-Dimension ?M) (Column-Dimension ?L)))
(=> (= (Row ?M ?I) ?L) (Row-Matrix ?L))
(=> (= (Row ?M ?I) ?L) (=< ?I (Row-Dimension ?M)))
(=> (= (Row ?M ?I) ?L) (Positive-Integer ?I))
(=> (= (Row ?M ?I) ?L) (Matrix ?M))
(=> (= (Matrix-Less-Row-And-Column ?A ?I ?J) ?B)
(Defined (Row ?A ?I)))
(=> (= (Matrix-Less-Row ?A ?I) ?B) (Defined (Row ?A ?I)))