summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add expressionMichael Schneeberger2022-08-094-0/+57
|
* allow dict in eval expressionMichael Schneeberger2022-08-091-5/+30
|
* add trace operatorMichael Schneeberger2022-08-056-1/+66
|
* add 'install_requires' to setup.py, add missing link to README.mdMichael Schneeberger2022-08-043-9/+8
|
* add a description of the example given in README.mdMichael Schneeberger2022-08-041-4/+16
|
* add links to README.mdMichael Schneeberger2022-08-041-8/+17
|
* clean up and restructuringsMichael Schneeberger2022-08-0497-997/+312
|
* add max_degree, max and filter operatorMichael Schneeberger2022-08-0447-627/+1214
|
* add polynomial operations for sos optimizationMichael Schneeberger2022-07-3094-1303/+1955
|
* add eye, sum and symmetric operationMichael Schneeberger2022-06-1365-206/+1042
|
* introduce state monad and functions to go along with itMichael Schneeberger2022-05-3030-301/+788
|
* add statemonad syntaxMichael Schneeberger2022-05-0343-326/+711
|
* bug fixes and clean upsMichael Schneeberger2022-04-1286-1817/+539
|
* remove shape property, introduce accumulate function, reimplement derivative ↵Michael Schneeberger2022-04-0834-309/+868
| | | | expression
* implement polynomial matrix as an expressionMichael Schneeberger2022-04-04135-710/+2970
|
* bugfixes in KKT conditionsMichael Schneeberger2022-03-167-300/+588
|
* add inequality constraint and KKT conditionsMichael Schneeberger2022-03-0516-270/+905
|
* add solver for roots of a set of polynomial equationsMichael Schneeberger2022-03-014-306/+769
|
* bugfixesMichael Schneeberger2022-02-212-154/+393
|
* add skew-symmetry and gradient functionMichael Schneeberger2022-01-173-131/+259
|
* Initial commitMichael Schneeberger2022-01-1511-0/+1099