Releases: Hadelekw/mplusa
Releases · Hadelekw/mplusa
v0.0.4
- Separated domain validation from the main code.
- Created the
geometrymodule with basic line-related and point-related functions, as well asConvexConeclass,Hyperplaneclass,AbstractPolytopeclass withPolytope2Dsimplification. - Added built-in visualizations.
- Simplified
add_matrices. - Implemented the basic version of
eigenvalueandeigenvector-- to be extended. - Added
mult_arrays-- tropical tensor multiplication for NumPy arrays. get_hyperplanes->get_linear_hyperplanesin polynomials.