blob: b2a466e46644d346ea21e81affa79478ca59ccd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
This port installs the module SLIP_LU of SuiteSparse.
SLIP_LU is software package used to solve a sparse systems of linear equations
exactly using the Sparse Left-looking Integer-Preserving LU factorization.
SLIPLU Purpose: Exactly solve a sparse system of linear equations using a given
input matrix and right hand side vector file. This code can output the final
solution to a user specified output file in either double precision or full
precision rational numbers.
WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
|