Skip to content

Convert java to math.net #915

Answered by cdrnet
ghost asked this question in Q&A
Mar 30, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

You might be looking for inputmatrix.PseudeInverse() (which using SVD)?

inputmatrix.Inverse() is using the LU decomposition, not SVD. Or you could use inputmatrix.Svd().Solve(...) with the identity matrix.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants