Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一些代码,使用 Java 中的 Jama 库计算矩阵的矩阵 U、S 和 V。如何计算 SVD,但使用线程,每个矩阵(U、S 和 V)都有一个线程。我正在处理非常大的矩阵,并且我需要线程,因为我必须将运行时间减少到三分之一。我怎样才能做到这一点?