Public Attributes | |
type(matrix) | S |
type(matrix) | U |
type(matrix) | V |
type t_svd
[S,V,D] with A = U*S*V' , S>=0 , U'*U = Iu , and V'*V = Iv
S | : type(vector), diagonal matrix (singular values) | |
V | : type(matrix), orthogonal or unitary square matrix V'*V = Iv | |
U | : type(matrix), orthogonal or unitary square matrix U'*U = Iu |
Definition at line 86 of file matrix.f90.