Results 11 comments of kedevked

@DirkToewe , tfjs already supports [QR decomposition](https://js.tensorflow.org/api/0.13.3/#linalg.qr) using householder transformation. I used that QR decomposition and implemented the algorithm described here: http://www.math.tamu.edu/~dallen/linear_algebra/chpt6.pdf. I don't really think that in top of...

The PR is about creating a new operator tf.svd that will return the SVD decomposition of a given matrix. Therefore, I am not exporting eigen values and vectors only for...

That's great @JasonShin. Hopefully @caisq could review it or give us glimpse about how to proceed to make it part of the API

@DirkToewe, I had a look at the article you provided for the [shifting](https://www.igpm.rwth-aachen.de/Download/ss13/EWP/ex6_new.pdf). But it does not provide a way to choose μ. Are you considering implementing the shifting ?...

I will take the time to go through the algorithms for implementation suggested so as to come with a sound implementation. Thanks !

I have ` "firebase": "^9.14.0",` and the issue is still there

I think that runtime translation should be added to the core of angular instead of having to rely on 3rd parties like transloco

Hey @dyc3 , I would like to take this. I am almost ready to land the implementation

Given the popularity of `nx` within the JavaScript ecosystem tooling, I would be surprised if `nx` is officially not supported