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 495a4f0 commit 64191abCopy full SHA for 64191ab
src/contract/contract.jl
@@ -7,6 +7,7 @@ Algorithm(alg::Algorithm) = alg
7
struct Matricize{Style} <: Algorithm
8
fusion_style::Style
9
end
10
+Matricize() = Matricize(ReshapeFusion())
11
12
function default_contract_alg(a1::AbstractArray, labels1, a2::AbstractArray, labels2)
13
style1 = FusionStyle(a1)
0 commit comments