1 IN: math.matrices.tests
2 USING: math.matrices math.vectors tools.test math ;
81 { { 3 } } { { 2 } } m.
87 { { 1 3 } } { { 5 } { 2 } } m.
102 [ { 0 0 -1 } ] [ { 1 0 0 } { 0 1 0 } cross ] unit-test
103 [ { 1 0 0 } ] [ { 0 1 0 } { 0 0 1 } cross ] unit-test
104 [ { 0 1 0 } ] [ { 0 0 1 } { 1 0 0 } cross ] unit-test
106 [ { 1 0 0 } ] [ { 1 1 0 } { 1 0 0 } proj ] unit-test