The R Project SVN R

Rev

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

Rev 82618 Rev 88574
Line 1... Line 1...
1
% File src/library/base/man/chol2inv.Rd
1
% File src/library/base/man/chol2inv.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2020 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{chol2inv}
6
\name{chol2inv}
7
\alias{chol2inv}
7
\alias{chol2inv}
8
\title{Inverse from Cholesky (or QR) Decomposition}
8
\title{Inverse from Cholesky (or QR) Decomposition}
Line 33... Line 33...
33
  This is an interface to the LAPACK routine \code{DPOTRI}.
33
  This is an interface to the LAPACK routine \code{DPOTRI}.
34
  LAPACK is from \url{https://netlib.org/lapack/} and its guide is listed
34
  LAPACK is from \url{https://netlib.org/lapack/} and its guide is listed
35
  in the references.
35
  in the references.
36
}
36
}
37
\references{
37
\references{
38
  Anderson. E. and ten others (1999)
38
  \bibshow{R:Anderson+Bai+Bischof:1999,
39
  \emph{LAPACK Users' Guide}. Third Edition.
-
 
40
  SIAM.
-
 
41
  Available on-line at
-
 
42
  \url{https://netlib.org/lapack/lug/lapack_lug.html}.
-
 
43
 
-
 
44
  Dongarra, J. J., Bunch, J. R., Moler, C. B. and Stewart, G. W. (1978)
-
 
45
  \emph{LINPACK Users Guide}.
-
 
46
  Philadelphia: SIAM Publications.
39
    R:Dongarra+Bunch+Moler:1979}
47
}
40
}
48
\seealso{
41
\seealso{
49
  \code{\link{chol}}, \code{\link{solve}}.
42
  \code{\link{chol}}, \code{\link{solve}}.
50
}
43
}
51
\examples{
44
\examples{