psf/black code formatting (#1277)
This commit is contained in:
committed by
Christian Clauss
parent
07f04a2e55
commit
9eac17a408
@@ -28,9 +28,7 @@ def LUDecompose(table):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
matrix = numpy.array([[2, -2, 1],
|
||||
[0, 1, 2],
|
||||
[5, 3, 1]])
|
||||
matrix = numpy.array([[2, -2, 1], [0, 1, 2], [5, 3, 1]])
|
||||
L, U = LUDecompose(matrix)
|
||||
print(L)
|
||||
print(U)
|
||||
|
||||
Reference in New Issue
Block a user