Skip to content

Commit 5c191ba

Browse files
William FisetWilliam Fiset
William Fiset
authored and
William Fiset
committed
Formatting + Mountain Scenes
1 parent 85d9f9e commit 5c191ba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-9.63 KB
Binary file not shown.

src/main/java/com/williamfiset/algorithms/linearalgebra/MatrixDeterminantLaplaceExpansion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private static double laplace(double[][] m) {
122122

123123
// Constructs a matrix one dimension smaller than the last by
124124
// excluding the top row and some selected column. This
125-
// method ends up consuming a lot of space we called recursively multiple times
125+
// method ends up consuming a lot of space we called recursively multiple times
126126
// since it allocates meory for a new matrix.
127127
private static double[][] constructMatrix(double[][] m, int skipColumn) {
128128

0 commit comments

Comments
 (0)