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 9d54770 commit f165066Copy full SHA for f165066
NDTensors/src/lib/GradedAxes/src/fusion.jl
@@ -47,6 +47,7 @@ function tensor_product(a1::UnitRangeDual, a2::AbstractUnitRange)
47
return tensor_product(flip(a1), a2)
48
end
49
50
+# TBD change convention to tensor(dual, dual) -> dual?
51
function tensor_product(a1::UnitRangeDual, a2::UnitRangeDual)
52
return tensor_product(flip(a1), flip(a2))
53
0 commit comments