TensorNetwork
TensorNetwork copied to clipboard
Pinv numpy backend
This is done with respect to issue: #844
pinv
function is added to tensornetwork/backends/tensorflow/numpy_backend.py
The pinv
function has been referred from https://numpy.org/doc/stable/reference/generated/numpy.linalg.pinv.html
Please do have a look and let me know if should make any other change.
Thank you.