Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 3, 2024
1 parent e52d9b6 commit ac0f5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ It will also convert a CSC matrix to a CSR matrix if necessary.

#### PARDISO
`pardisoinit(mtype, pt=None, iparm=None, single_precision=None,zero_indexing=True)`

`pardiso(A, B, pt, mtype, iparm, phase=13, maxfct=1, mnum=1, perm=None, msglvl=0, X=None, quiet=False)`

Wrapper for MKL pardiso solver and the pardisoinit function which initializes `pt` and `iparm`.
Expand Down

0 comments on commit ac0f5ce

Please sign in to comment.