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/backsolve.Rd
1
% File src/library/base/man/backsolve.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-2014 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{backsolve}
6
\name{backsolve}
7
\alias{backsolve}
7
\alias{backsolve}
8
\alias{forwardsolve}
8
\alias{forwardsolve}
Line 44... Line 44...
44
\value{
44
\value{
45
  The solution of the triangular system.  The result will be a vector if
45
  The solution of the triangular system.  The result will be a vector if
46
  \code{x} is a vector and a matrix if \code{x} is a matrix.
46
  \code{x} is a vector and a matrix if \code{x} is a matrix.
47
}
47
}
48
\references{
48
\references{
49
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
49
  \bibshow{R:Becker+Chambers+Wilks:1988,
50
  \emph{The New S Language}.
-
 
51
  Wadsworth & Brooks/Cole.
50
    R:Dongarra+Bunch+Moler:1979}
52
 
-
 
53
  Dongarra, J. J., Bunch, J. R.,  Moler, C. B. and  Stewart, G. W. (1978)
-
 
54
  \emph{LINPACK Users Guide}.  Philadelphia: SIAM Publications.
-
 
55
}
51
}
56
\seealso{
52
\seealso{
57
  \code{\link{chol}},
53
  \code{\link{chol}},
58
  \code{\link{qr}},
54
  \code{\link{qr}},
59
  \code{\link{solve}}.
55
  \code{\link{solve}}.