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 14fe2a5 commit a5cd365Copy full SHA for a5cd365
src/common.jl
@@ -1,4 +1,7 @@
1
struct OperatorAssumptions{issq} end
2
+# TODO - in defaultalg selection, OperatorAssumptions{nothing} behaves
3
+# exactly like OperatorAssumptions{true}. So let's remove the option to
4
+# put in nothing.
5
function OperatorAssumptions(issquare = nothing)
6
issq = something(_unwrap_val(issquare), Nothing)
7
OperatorAssumptions{issq}()
0 commit comments