The R Project SVN R

Rev

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

Rev 61623 Rev 61624
Line 23... Line 23...
23
 
23
 
24
}
24
}
25
\value{
25
\value{
26
  The inverse of the matrix whose Choleski decomposition was given.
26
  The inverse of the matrix whose Choleski decomposition was given.
27
}
27
}
28
\details{
-
 
29
  The LINPACK interface is restricted to matrices \code{x} with less
-
 
30
  than \eqn{2^{31}}{2^31} elements.
-
 
31
}
-
 
32
\source{
28
\source{
33
  This is an interface to the LAPACK routine \code{DPOTRI} and the LINPACK
29
  This is an interface to the LAPACK routine \code{DPOTRI}.
34
  routine \code{DPODI}.
-
 
35
 
-
 
36
  LAPACK and LINPACK are from \url{http://www.netlib.org/lapack} and
-
 
37
  \url{http://www.netlib.org/linpack} and their guides are listed
30
  LAPACK is from \url{http://www.netlib.org/lapack} and its guide is listed
38
  in the references.
31
  in the references.
39
}
32
}
40
\references{
33
\references{
41
  Anderson. E. and ten others (1999)
34
  Anderson. E. and ten others (1999)
42
  \emph{LAPACK Users' Guide}. Third Edition.
35
  \emph{LAPACK Users' Guide}. Third Edition.