Skip to content

Commit

Permalink
fix typo in doc (#217)
Browse files Browse the repository at this point in the history
fix type in doc
  • Loading branch information
SobhanMP authored Aug 10, 2022
1 parent 3b53e58 commit c4b46a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/umfpack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ show_umf_info(F::UmfpackLU, level::Real=2.0) =


"""
lu(A::AbstractSparseMatrixCSC; check = true, q = nothing, control = get_umfpack_control) -> F::UmfpackLU
lu(A::AbstractSparseMatrixCSC; check = true, q = nothing, control = get_umfpack_control()) -> F::UmfpackLU
Compute the LU factorization of a sparse matrix `A`.
Expand Down

0 comments on commit c4b46a9

Please sign in to comment.