Description Usage Arguments Details See Also
View source: R/solve.tridiag.R
This function solves the equation a %*% x = b
for x
,
where a
is tridiagonal and b
can be either a vector or a
matrix.
1 2 |
a |
a |
b |
a vector or matrix giving the right-hand side(s) of the
linear system. If missing, |
... |
ignored |
Uses the LINPACK dgtsv
routine.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.