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.
TracedRArray
1 parent deefd18 commit 72e23c8Copy full SHA for 72e23c8
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