The R Project SVN R

Rev

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

Rev 85065 Rev 88574
Line 1... Line 1...
1
% File src/library/base/man/solve.Rd
1
% File src/library/base/man/solve.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-2023 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{solve}
6
\name{solve}
7
\title{Solve a System of Equations}
7
\title{Solve a System of Equations}
8
\description{
8
\description{
Line 61... Line 61...
61
  and \code{ZGESV}.
61
  and \code{ZGESV}.
62
 
62
 
63
  LAPACK is from \url{https://netlib.org/lapack/}.
63
  LAPACK is from \url{https://netlib.org/lapack/}.
64
}
64
}
65
\references{
65
\references{
66
  Anderson. E. and ten others (1999)
66
  \bibshow{R:Anderson+Bai+Bischof:1999,
67
  \emph{LAPACK Users' Guide}. Third Edition. SIAM.\cr
-
 
68
  Available on-line at
-
 
69
  \url{https://netlib.org/lapack/lug/lapack_lug.html}.
-
 
70
 
-
 
71
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
67
    R:Becker+Chambers+Wilks:1988}
72
  \emph{The New S Language}.
-
 
73
  Wadsworth & Brooks/Cole.
-
 
74
}
68
}
75
 
69
 
76
\seealso{
70
\seealso{
77
  \code{\link{solve.qr}} for the \code{qr} method,
71
  \code{\link{solve.qr}} for the \code{qr} method,
78
  \code{\link{chol2inv}} for inverting from the Cholesky factor
72
  \code{\link{chol2inv}} for inverting from the Cholesky factor