-
Couldn't load subscription status.
- Fork 34
Open
Description
The LinearAlgebra.det method defined in this package is not very good:
- It's restricted to
Matrix, soLinearAlgebra.detfails for, e.g.,LinearAlgebra.Symmetricpolynomial matrices - It doesn't check that the matrix is square
- It uses recursion with depth that's not statically known
- It uses
sumwithout aninitargument, causing a dynamic dispatch warning with JET
The LinearAlgebraX package, however, provides two different methods that both work with polynomial matrices (as far as I tried): detx and cofactor_det.
Perhaps LinearAlgebraX could be used to improve the linear algebra functionality in this package.
Metadata
Metadata
Assignees
Labels
No labels