We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92abea3 commit 36725ddCopy full SHA for 36725dd
1 file changed
src/MatrixAlgebraKit.jl
@@ -31,7 +31,7 @@ export LAPACK_HouseholderQR, LAPACK_HouseholderLQ,
31
export truncrank, trunctol, truncabove, TruncationKeepSorted, TruncationKeepFiltered
32
33
VERSION >= v"1.11.0-DEV.469" &&
34
- eval(Meta.parse("public default_algorithm, select_algorithm"))
+ eval(Expr(:public, :default_algorithm, :select_algorithm))
35
36
include("common/defaults.jl")
37
include("common/initialization.jl")
0 commit comments