1

如何在 Java 中找到 Matlab 的 svd。

在 Matlab 中可以这样做:

[u,s,v]=svd(X); % X is a metric size kxk.

我们如何在java中找到usv?

4

0 回答 0