google / TensorNetwork

A library for easy and efficient manipulation of tensor networks.
Apache License 2.0
1.82k stars 359 forks source link

Cholesky Decomposition added to decompositions.py and decompositions_test.py of both the numpy and tensorflow module. #937

Open prat1999 opened 3 years ago

prat1999 commented 3 years ago

Resolved #852 . Cholesky decomposition added to both decompositions.py and decompositions_test.py of the numpy module. Further, it was added to decompositions.py and decompositions_test.py of tensorflow module.