Handbook
Glossary
determinant ( matrix -- x )
Vocabulary
math
.
matrices
.
laplace
Inputs
matrix
an
object
Outputs
x
an
object
Definition
USING:
classes
kernel
math.matrices
math.matrices.laplace.private
;
IN:
math.matrices.laplace
:
determinant
( matrix -- x )
square-matrix
check-instance
0
swap
laplace-expansion
;