We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6bb92 commit f3e01f8Copy full SHA for f3e01f8
src/IterativeSolvers.jl
@@ -1,4 +1,5 @@
1
-__precompile__(true)
+VERSION < v"0.7.0-beta2.199" && __precompile__()
2
+
3
"""
4
Main module for `IterativeSolvers.jl` -- a Julia package for solving linear systems,
5
eigensystems, and singular value problems.
0 commit comments