diff --git a/src/ellalgo/oracles/ldlt_mgr.py b/src/ellalgo/oracles/ldlt_mgr.py index bf4350a..3e52750 100644 --- a/src/ellalgo/oracles/ldlt_mgr.py +++ b/src/ellalgo/oracles/ldlt_mgr.py @@ -33,7 +33,6 @@ class LDLTMgr: __slots__ = ("pos", "wit", "_ndim", "_storage") - def __init__(self, ndim: int): """ The above function is the constructor for a LDLT Ext object, which initializes various attributes