Changeset 1474


Ignore:
Timestamp:
Sep 4, 2008, 1:43:27 PM (15 years ago)
Author:
Peter
Message:

corrected docs of SVD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/SVD.h

    r1437 r1474  
    4747     decomposition, SVD.
    4848
    49      A = U S V' = (MxN)(NxN)(NxN) = (MxN)\n   
     49     A = U S V' = (MxM)(MxN)(NxN) = (MxN)\n   
    5050
    5151     A = Matrix to be decomposed, size MxN\n
    52      U = Orthogonal matrix, size MxN\n
    53      S = Diagonal matrix of singular values, size NxN\n
     52     U = Orthogonal matrix, size MxM\n
     53     S = Diagonal matrix of singular values, size MxN\n
    5454     V = Orthogonal matrix, size NxN\n
    5555  */
Note: See TracChangeset for help on using the changeset viewer.