sparsesolve: Solve a sparse linear system

Description Usage Arguments Value References

View source: R/sparsesolve.R

Description

Solve a sparse linear system

Usage

1
sparsesolve(A, b, jt = NULL, forward = NULL, root = NULL)

Arguments

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)

Value

The solution to the linear problem AX = b

References

Paskin, M. and Lawrence D., \italicJunction tree algorithms for solving sparse linear systems, 2003.


goepp/sparsesolve documentation built on May 30, 2019, 12:01 a.m.