index
:
ethz/semproj/polymatrix
main
upstream
Multivariate polynomial library
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polymatrix
/
expression
/
mixins
/
blockdiagexprmixin.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
add minimal documentation to the expression mixins
upstream
Michael Schneeberger
1
-0
/
+6
2024-02-26
clean ups
Michael Schneeberger
1
-1
/
+1
2024-02-20
flatten polymatrix.polymatrix and polymatrix.statemonad structure for better ...
Michael Schneeberger
1
-2
/
+2
2024-02-20
flatten polymatrix.expressionstate for better readibility
Michael Schneeberger
1
-1
/
+1
2024-02-10
move init expr functions into a single file
Michael Schneeberger
1
-2
/
+0
2023-04-21
rename dataclass_abc to dataclassabc
Michael Schneeberger
1
-2
/
+2
2022-08-19
'get_poly' returns None if (row, col) entry is empty, instead of raising a Ke...
Michael Schneeberger
1
-1
/
+1
2022-08-04
clean up and restructurings
Michael Schneeberger
1
-3
/
+3
2022-07-30
add polynomial operations for sos optimization
Michael Schneeberger
1
-4
/
+4
2022-06-13
add eye, sum and symmetric operation
Michael Schneeberger
1
-1
/
+1
2022-05-30
introduce state monad and functions to go along with it
Michael Schneeberger
1
-17
/
+23
2022-05-03
add statemonad syntax
Michael Schneeberger
1
-7
/
+1
2022-04-12
bug fixes and clean ups
Michael Schneeberger
1
-3
/
+3
2022-04-08
remove shape property, introduce accumulate function, reimplement derivative ...
Michael Schneeberger
1
-19
/
+20
2022-04-04
implement polynomial matrix as an expression
Michael Schneeberger
1
-0
/
+66