Skip to content

Commit f22cab0

Browse files
authored
fix doc spelling, grammar for lu (#352)
1 parent cb79e06 commit f22cab0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/solvers/umfpack.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,12 @@ When `check = false`, responsibility for checking the decomposition's
336336
validity (via [`issuccess`](@ref)) lies with the user.
337337
338338
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.
341341
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
343343
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.
346345
347346
The individual components of the factorization `F` can be accessed by indexing:
348347

0 commit comments

Comments
 (0)