File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -336,13 +336,12 @@ When `check = false`, responsibility for checking the decomposition's
336
336
validity (via [`issuccess`](@ref)) lies with the user.
337
337
338
338
The permutation `q` can either be a permutation vector or `nothing`. If no permutation vector
339
- is proveded or `q` is `nothing`, UMFPACK's default is used. If the permutation is not zero based, a
340
- zero based copy is made.
339
+ is provided or `q` is `nothing`, UMFPACK's default is used. If the permutation is not zero- based, a
340
+ zero- based copy is made.
341
341
342
- The `control` vector default to the package's default configs for umfpacks but can be changed passing a
342
+ The `control` vector defaults to the package's default configuration for UMFPACK, but can be changed by passing a
343
343
vector of length `UMFPACK_CONTROL`. See the UMFPACK manual for possible configurations. The corresponding
344
- variables are named `JL_UMFPACK_` since julia uses one based indexing.
345
-
344
+ variables are named `JL_UMFPACK_` since Julia uses one-based indexing.
346
345
347
346
The individual components of the factorization `F` can be accessed by indexing:
348
347
You can’t perform that action at this time.
0 commit comments