Skip to content

Commit d730556

Browse files
committed
Update read me
1 parent e320535 commit d730556

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

SPEX/SPEX_Cholesky/README.txt

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11

2-
SPEX_Cholesky is software package used to solve a sparse SPD linear systems exactly using the Sparse Cholesky factorization. It comprises both an integer-preserving up-looking and integer-preserving left-looking Cholesky factorization.
2+
SPEX_Cholesky is software package used to solve a sparse SPD or symmetric negative definite
3+
and symmetric indefinite with nonzero leading principle minors linear systems exactly using
4+
the Sparse Cholesky factorization. It comprises both an integer-preserving up-looking and
5+
integer-preserving left-looking Cholesky and LDL factorization
36

4-
*********SPEX_Cholesky*********
7+
*********SPEX_cholesky*********
58
Purpose: Exactly solve an SPD sparse system of linear equations using a given
69
input matrix and right hand side vector file. This code can output the
710
final solution to a user specified output file in either double
811
precision or full precision rational numbers. If you intend to use
9-
SPEX_Cholesky within another program, refer to examples for help with
12+
SPEX_cholesky within another program, refer to examples for help with
13+
this.
14+
15+
*********SPEX_ldl*********
16+
Purpose: Exactly solve a symmetric system of equations with nonzero leading
17+
principle minors. This code can output the
18+
final solution to a user specified output file in either double
19+
precision or full precision rational numbers. If you intend to use
20+
SPEX_ldl within another program, refer to examples for help with
1021
this.
11-
12-
*********example_simple*********
13-
Purpose: Demonstrate the simple interface of SPEX_Cholesky for a matrix to be read in
14-
15-
*********example_extended*********
16-
Purpose: Demonstrate the extended interface of SPEX_Cholesky for a matrix to be read in

0 commit comments

Comments
 (0)