Skip to content

Commit

Permalink
Correct typographical error in comment (#46959)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Sep 29, 2022
1 parent e7a5c36 commit 75e96c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/src/LinearAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ _droplast!(A) = deleteat!(A, lastindex(A))

# General fallback definition for handling under- and overdetermined system as well as square problems
# While this definition is pretty general, it does e.g. promote to common element type of lhs and rhs
# which is required by LAPACK but not SuiteSpase which allows real-complex solves in some cases. Hence,
# which is required by LAPACK but not SuiteSparse which allows real-complex solves in some cases. Hence,
# we restrict this method to only the LAPACK factorizations in LinearAlgebra.
# The definition is put here since it explicitly references all the Factorizion structs so it has
# to be located after all the files that define the structs.
Expand Down

0 comments on commit 75e96c5

Please sign in to comment.