backsolve(r, x, k=ncol(r))
r
| an upper triangular matrix giving the coefficients for the system to be solved. Values below the diagonal are ignored. |
x
| a matrix whose columns give ``right-hand sides'' for the equations. |
k
|
The number or columns of r and rows of x to use.
|
x
is a vector and a matrix if x
is a matrix.
chol
,
qr
,
solve
.