Calculates the LU decomposition of a matrix.
The matrix
const result = Chalkboard.matr.LUdecomp([[4, 3], [6, 3]]); // Returns the lower and upper factors Copy
const result = Chalkboard.matr.LUdecomp([[4, 3], [6, 3]]); // Returns the lower and upper factors
Calculates the LU decomposition of a matrix.