matrix_minor
- compas.geometry.matrix_minor(M, i, j)[source]
Construct the minor corresponding to an element of a matrix.
- Parameters:
- Mlist[list[float]]
The matrix.
- iint
Row index of the minor.
- jint
Column index of the minor.
- Returns:
- list[list[float]]
The minor.
See also