Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Do you know where I can find SVD(Singular Value Decomposition) algorithm which the implementation is found in JAMA (Java Matrix Library)?

I have found and downloaded JAMA, and I can see the source code there, but I have difficulty in understanding how the codes work or why it goes like that, I mean I need the SVD algorithm which used in JAMA for better understanding about implementing SVD on computer. Because implementing SVD on computer have different approach(way) than doing(solve) it manually by hand.

So, do you know where I can find the algorithm?

Thanks.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
422 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...