Description Usage Arguments Value References
Solve a sparse linear system
1 | sparsesolve(A, b, jt = NULL, forward = NULL, root = NULL)
|
A |
matrix |
b |
vector |
jt |
junction tree of the graph corresponding to A |
forward |
order of elimination of the forward flow passing procedure |
root |
of the junction tree (choice is arbitrary) |
The solution to the linear problem AX = b
Paskin, M. and Lawrence D., \italicJunction tree algorithms for solving sparse linear systems, 2003.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.