You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@warn"The following arguments were passed but filtered out: $(join(filteredout, ", ")). Please watch closely if this introduces unexpexted behaviour in your code."
65
+
end
66
+
67
+
return [key=>kwargs[key] for key in filtered]
68
+
end
69
+
70
+
54
71
# Next we create the factory methods. We probably want to given
55
72
# a better error message if the extension module is not loaded
56
73
for op inlinearOperatorList()
57
74
@evalbegin
58
-
functioncreateLinearOperator(::Type{ Op }; kargs...) where Op <:$op{T}where T <:Number
59
-
return$op(T; kargs...)
75
+
functioncreateLinearOperator(::Type{ Op }; kwargWarning::Bool=true, kwargs...) where Op <:$op{T}where T <:Number
0 commit comments