SymDPoly contains different packages.
SymDPoly contains different packages.
- Monomial monoids and associated polynomial rings are defined in the
generic
, free
,
free based
and quotient
packages.
- The evaluation of monomials into moments is performed through evaluation
.
- Additional algebraic structures are defined in algebra
, with syntax in
syntax
.
- The packages sdp
and solvers
respectively
define floating point representations of conic linear programs and interface the supported solvers.
To obtain a good set of default types, values, syntax enrichments and instances,
simply import net.alasc.symdpoly.defaults._
in your code.