Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add minimal documentation to the expression mixinsupstream | Michael Schneeberger | 2024-03-12 | 1 | -0/+6 |
| | |||||
* | clean ups | Michael Schneeberger | 2024-02-26 | 1 | -1/+1 |
| | |||||
* | flatten polymatrix.polymatrix and polymatrix.statemonad structure for better ↵ | Michael Schneeberger | 2024-02-20 | 1 | -2/+2 |
| | | | | readibility | ||||
* | flatten polymatrix.expressionstate for better readibility | Michael Schneeberger | 2024-02-20 | 1 | -1/+1 |
| | |||||
* | move init expr functions into a single file | Michael Schneeberger | 2024-02-10 | 1 | -2/+0 |
| | |||||
* | rename dataclass_abc to dataclassabc | Michael Schneeberger | 2023-04-21 | 1 | -2/+2 |
| | |||||
* | 'get_poly' returns None if (row, col) entry is empty, instead of raising a ↵ | Michael Schneeberger | 2022-08-19 | 1 | -1/+1 |
| | | | | KeyError exception | ||||
* | clean up and restructurings | Michael Schneeberger | 2022-08-04 | 1 | -3/+3 |
| | |||||
* | add polynomial operations for sos optimization | Michael Schneeberger | 2022-07-30 | 1 | -4/+4 |
| | |||||
* | add eye, sum and symmetric operation | Michael Schneeberger | 2022-06-13 | 1 | -1/+1 |
| | |||||
* | introduce state monad and functions to go along with it | Michael Schneeberger | 2022-05-30 | 1 | -0/+67 |