MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / lu_decomposition.py

File lu_decomposition.py

arithmetic_analysis/lu_decomposition.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# lower–upper (LU) decomposition - https://en.wikipedia.org/wiki/LU_decomposition
2import numpy
3
4def LUDecompose (table):

Callers

nothing calls this directly

Calls 1

LUDecomposeFunction · 0.85

Tested by

no test coverage detected