The R Project SVN R

Rev

Rev 12256 | Rev 75249 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12256 Rev 48587
Line -... Line 1...
-
 
1
c -- called from R's  svd(x, ..., LINPACK = TRUE)  , i.e, *NOT* by default -- 
1
c
2
c
2
c     dsvdc is a subroutine to reduce a double precision nxp matrix x
3
c     dsvdc is a subroutine to reduce a double precision nxp matrix x
3
c     by orthogonal transformations u and v to diagonal form.  the
4
c     by orthogonal transformations u and v to diagonal form.  the
4
c     diagonal elements s(i) are the singular values of x.  the
5
c     diagonal elements s(i) are the singular values of x.  the
5
c     columns of u are the corresponding left singular vectors,
6
c     columns of u are the corresponding left singular vectors,