superlu 0.1.0 copy "superlu: ^0.1.0" to clipboard
superlu: ^0.1.0 copied to clipboard

outdatedDart 1 only

Sparse linear system solver

SuperLU #

A Dart package for the direct solution of large, sparse, symmetric systems of linear equations using SuperLU.

Ax = b

Usage #

Include the appropriate Emscripten module in your page:

<script src="packages/superlu/zsuperlu.js"></script>

Compute the factorization of a matrix in compressed column form:

var factors = new Factors(a, asub, xa);

Solve for one or more right-hand-side and free up the LU matrices. rhs is overwritten with the solution:

factors.solve(n, 1, rhs);
factors.free();
0
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Sparse linear system solver

Homepage

License

unknown (license)

Dependencies

browser

More

Packages that depend on superlu