Skip to content

Commit 2c4863c

Browse files
committed
Merge branch 'main' into third-law
2 parents cca10fb + 568c8bf commit 2c4863c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/TensorAlgebraBenchmarks/TensorAlgebraBenchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ A = A + A' + I3
4747

4848
SUITE["Tensor algebra"]["δδ_μ_2d"] = @benchmarkable δᵢₖδⱼₗ2D + δᵢₗδⱼₖ2D
4949
SUITE["Tensor algebra"]["δδ_λ_2d"] = @benchmarkable 1.0 * δᵢⱼδₖₗ2D
50-
SUITE["Tensor algebra"]["Cofactor"] = cof(A)
51-
SUITE["Tensor algebra"]["Det(A)Inv(A')"] = det(A)*inv(A')
50+
SUITE["Tensor algebra"]["Cofactor"] = @benchmarkable cof(A)
51+
SUITE["Tensor algebra"]["Det(A)Inv(A')"] = @benchmarkable det(A)*inv(A')

0 commit comments

Comments
 (0)