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 1ea20e0 + 72e23c8 commit a9fb926Copy full SHA for a9fb926
src/TracedRArray.jl
@@ -17,6 +17,8 @@ mutable struct TracedRArray{T,N} <: RArray{T,N}
17
end
18
19
20
+TracedRArray{T,N}(x::TracedRArray{T,N}) where {T,N} = x
21
+
22
const WrappedTracedRArray{T,N} = WrappedArray{T,N,TracedRArray,TracedRArray{T,N}}
23
const AnyTracedRArray{T,N} = Union{TracedRArray{T,N},WrappedTracedRArray{T,N}}
24
const AnyTracedRScalar{T} = AnyTracedRArray{T,0}
0 commit comments