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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite BlockDiagExpr with BlockPolyMatrix
Nao Pross
2024-05-28
1
-60
/
+22
*
Collapse ExpressionState to a single class
Nao Pross
2024-05-12
1
-1
/
+1
*
Revert "Fix circular imports caused by type annotations"
Nao Pross
2024-05-06
1
-6
/
+1
*
Rename polymatrix.typing to polymatrix.index
Nao Pross
2024-05-05
1
-1
/
+1
*
Adapt nested polymatrix classes to use new API
Nao Pross
2024-05-04
1
-1
/
+5
*
Fix circular imports caused by type annotations
Nao Pross
2024-04-29
1
-1
/
+6
*
More review comments in expression mixins
Nao Pross
2024-04-02
1
-1
/
+4
*
format Python files with ruff
Michael Schneeberger
2024-03-27
1
-20
/
+21
*
add minimal documentation to the expression mixins
upstream
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
*
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 Ke...
Michael Schneeberger
2022-08-19
1
-1
/
+1
*
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