boring7fordy7
03-26-2002, 03:02 AM
hello,
I would like to implement the SVD in C++, but i want to make it to more c style.
and i get alil problems cos i dont know exactly how it works and i am searching for more information.
i am thankful for any hint or link
best regards
b7f7
on Question more.
scale= fabs(A(i,k)) is in literatur mentioned to normalize with the eucledian norm.in the Householdering it is not nessesary to do it exact?
btw.
why dont we use the matrix normalform?
AtA? its symetric and its shaped n x n
then we can decompose to
A = P*A'*Pt
we get a right and left asymetric orthogonal Householder matrix P and A' a diagonal form having the singularities too?
or am i wrong?
I would like to implement the SVD in C++, but i want to make it to more c style.
and i get alil problems cos i dont know exactly how it works and i am searching for more information.
i am thankful for any hint or link
best regards
b7f7
on Question more.
scale= fabs(A(i,k)) is in literatur mentioned to normalize with the eucledian norm.in the Householdering it is not nessesary to do it exact?
btw.
why dont we use the matrix normalform?
AtA? its symetric and its shaped n x n
then we can decompose to
A = P*A'*Pt
we get a right and left asymetric orthogonal Householder matrix P and A' a diagonal form having the singularities too?
or am i wrong?