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.
2 parents e22bf33 + 178a54e commit d20f721Copy full SHA for d20f721
src/func.jl
@@ -90,7 +90,7 @@ end
90
91
function FunctionOperator(op,
92
input::AbstractVecOrMat,
93
- output::AbstractVecOrMat;
+ output::AbstractVecOrMat = input;
94
95
isinplace::Union{Nothing,Bool}=nothing,
96
outofplace::Union{Nothing,Bool}=nothing,
0 commit comments