- Dispatch base multiplication methods on
Symplectic
type.
- Add
::Type{Symplectic}
to method arguments to create Symplectic matrix types. - Add support from LinearAlgebra.jl.
- Add
Symplectic
matrix type. - Bump Julia compat to 1.10.0.
- Add docstrings for
williamson
andpolar
. - (fix)
O
-P
-orderings inpolar
.
- First release.
- Implement
williamson
andpolar
decomposition methods and objects. - Add symplectic form types
PairForm
andBlockForm
. - Add symplectic tools such as
issymplectic
andrandsymplectic
.