| Prev: | >cofactors ( matrix -- matrix' ) |
| Next: | covariance-matrix ( matrix -- cov ) |
| x | a matrix |
| y | a matrix |
| • | The shape of the input matrix is preserved in the output. |
| • | This word is intended for use with "flat" (2-dimensional) matrices. |
| • | This word assumes that elements of the input matrix are compatible with the following words: determinant ( matrix -- determinant ) >cofactors ( matrix -- matrix' ) 1/det ( matrix -- 1/det ) |