Post Reply 
SVD problem.?bug
02-03-2018, 09:20 PM (This post was last modified: 02-03-2018 09:25 PM by toshk.)
Post: #7
RE: SVD problem.?bug
The same crude but effective way mention my parisse is used to in the above code ppinv();
it is effective but was wonder how effective and guarded numerically is the qr implemented on prime.
For ill mannered matrix a well guarded decomposition can be used to solve SVD even with the crude method implemented on prime.
SVD(A_ill) into qr(A_ill) into SVD(R)=U*S*V'
hence
A=(Q*U)*S*V'
i used Han's SVD (Tridiagonal Method) but too much to port into any application; hence i resulted to the above code which is faster;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
SVD problem.?bug - toshk - 01-26-2018, 10:18 AM
RE: SVD problem.?bug - parisse - 01-26-2018, 04:53 PM
RE: SVD problem.?bug - toshk - 01-29-2018, 08:43 PM
RE: SVD problem.?bug - Han - 01-30-2018, 06:17 PM
RE: SVD problem.?bug - mark4flies - 02-03-2018, 05:47 PM
RE: SVD problem.?bug - parisse - 02-03-2018, 07:05 PM
RE: SVD problem.?bug - toshk - 02-03-2018 09:20 PM
RE: SVD problem.?bug - parisse - 02-04-2018, 06:49 AM
RE: SVD problem.?bug - mark4flies - 02-04-2018, 01:36 PM
RE: SVD problem.?bug - compsystems - 02-04-2018, 03:38 PM



User(s) browsing this thread: 1 Guest(s)