summaryrefslogtreecommitdiffstats
path: root/polymatrix/expression/mixins/blockdiagexprmixin.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-12add minimal documentation to the expression mixinsupstreamMichael Schneeberger1-0/+6
2024-02-26clean upsMichael Schneeberger1-1/+1
2024-02-20flatten polymatrix.polymatrix and polymatrix.statemonad structure for better ...Michael Schneeberger1-2/+2
2024-02-20flatten polymatrix.expressionstate for better readibilityMichael Schneeberger1-1/+1
2024-02-10move init expr functions into a single fileMichael Schneeberger1-2/+0
2023-04-21rename dataclass_abc to dataclassabcMichael Schneeberger1-2/+2
2022-08-19'get_poly' returns None if (row, col) entry is empty, instead of raising a Ke...Michael Schneeberger1-1/+1
2022-08-04clean up and restructuringsMichael Schneeberger1-3/+3
2022-07-30add polynomial operations for sos optimizationMichael Schneeberger1-4/+4
2022-06-13add eye, sum and symmetric operationMichael Schneeberger1-1/+1
2022-05-30introduce state monad and functions to go along with itMichael Schneeberger1-17/+23
2022-05-03add statemonad syntaxMichael Schneeberger1-7/+1
2022-04-12bug fixes and clean upsMichael Schneeberger1-3/+3
2022-04-08remove shape property, introduce accumulate function, reimplement derivative ...Michael Schneeberger1-19/+20
2022-04-04implement polynomial matrix as an expressionMichael Schneeberger1-0/+66