The R Project SVN R

Rev

Rev 62150 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62150 Rev 76639
Line 1... Line 1...
1
      subroutine dchdc(a,lda,p,work,jpvt,job,info)
1
      subroutine dchdc(a,lda,p,work,jpvt,job,info)
2
      integer lda,p,jpvt(p),job,info
2
      integer lda,p,jpvt(p),job,info
3
      double precision a(lda,p),work(*)
3
      double precision a(lda,p),work(p)
4
c
4
c
5
c     dchdc computes the cholesky decomposition of a positive definite
5
c     dchdc computes the cholesky decomposition of a positive definite
6
c     matrix.  a pivoting option allows the user to estimate the
6
c     matrix.  a pivoting option allows the user to estimate the
7
c     condition of a positive definite matrix or determine the rank
7
c     condition of a positive definite matrix or determine the rank
8
c     of a positive semidefinite matrix.
8
c     of a positive semidefinite matrix.