From fb70b85f179384d6a91dd34ad611552b2362391b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesus=20Mart=C3=ADnez?= Date: Mon, 9 Feb 2026 12:03:12 +0000 Subject: [PATCH] Adds identity matrices to exports Adds I2, I3, and I4 to the list of exported symbols for the TensorAlgebra module. This makes these identity matrix types directly accessible to users of the library. --- src/Exports.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Exports.jl b/src/Exports.jl index 44e6b70..56cc837 100644 --- a/src/Exports.jl +++ b/src/Exports.jl @@ -17,6 +17,9 @@ end @publish TensorAlgebra logreg @publish TensorAlgebra Box @publish TensorAlgebra Ellipsoid +@publish TensorAlgebra I2 +@publish TensorAlgebra I3 +@publish TensorAlgebra I4 @publish TensorAlgebra I9 @publish TensorAlgebra Tensorize