Skip to content

Commit d992ac5

Browse files
committed
Added LU decomposition algorthim
1 parent 5ce7ce0 commit d992ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/matrix/LUDecomposition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Reference:
1313
* https://en.wikipedia.org/wiki/lu_decomposition
1414
*/
15-
public class LUDecomposition {
15+
public final class LUDecomposition {
1616

1717
private LUDecomposition() {
1818
}

0 commit comments

Comments
 (0)