summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polymatrix/expression/init.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/polymatrix/expression/init.py b/polymatrix/expression/init.py
index 825bc10..e65be9e 100644
--- a/polymatrix/expression/init.py
+++ b/polymatrix/expression/init.py
@@ -59,12 +59,6 @@ def init_combinations_expr(
)
-def init_determinant_expr(
- underlying: ExpressionBaseMixin,
-):
- return polymatrix.expression.impl.DeterminantExprImpl(
- underlying=underlying,
- )
def init_diag_expr(