index
:
ethz/semproj/polymatrix
main
upstream
Multivariate polynomial library
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Delete broken function for Determinant feature that was removed
Nao Pross
2024-05-20
1
-6
/
+0
*
Create BlockPolyMatrixMixin to replace VStack, BlockDiag, ...
Nao Pross
2024-05-20
3
-3
/
+79
*
Create Lower triangular matrix expression
Nao Pross
2024-05-20
4
-5
/
+69
*
Delete broken substitute methods in Expression
Nao Pross
2024-05-13
1
-23
/
+0
*
Create SliceExpr to replace GetItemExpr
Nao Pross
2024-05-13
6
-141
/
+87
*
Create SlicePolyMatrix, add bounds check for PolyMatrices
Nao Pross
2024-05-13
3
-27
/
+116
*
Delete SubstituteExpr, use EvalExpr
Nao Pross
2024-05-13
3
-159
/
+0
*
Bugfix in GetItemExprMixin
Nao Pross
2024-05-12
1
-1
/
+1
*
Delete obsolete unit tests
Nao Pross
2024-05-12
18
-828
/
+0
*
Forgot to make StateMonad a frozen dataclass
Nao Pross
2024-05-12
1
-1
/
+1
*
Mark functions as deprecated
Nao Pross
2024-05-12
3
-1
/
+32
*
Collapse polymatrix.variable module into a single file
Nao Pross
2024-05-12
10
-31
/
+28
*
Collapse StateMonad into single class
Nao Pross
2024-05-12
13
-124
/
+51
*
Collapse ExpressionState to a single class
Nao Pross
2024-05-12
62
-148
/
+122
*
Delete ParametrizeMatrixExprMixin, update ParametrizeExprMixin to work with a...
Nao Pross
2024-05-11
5
-119
/
+22
*
Mark get_variable_indices_from_variable as deprecated
Nao Pross
2024-05-11
1
-2
/
+4
*
Fix ParametrizeExpr, was broken since changes in ExpressionState
Nao Pross
2024-05-11
1
-41
/
+40
*
Add more helper methods to ExpressionState
Nao Pross
2024-05-11
1
-2
/
+32
*
Clean up PolyMatrixAsAffineExpression
Nao Pross
2024-05-10
4
-45
/
+58
*
Minor changes in ExpressionState
Nao Pross
2024-05-10
1
-3
/
+5
*
Reintroduce __truediv__ for int and float types
Nao Pross
2024-05-10
1
-0
/
+6
*
Check for uniqueness of names in ExpressionState
Nao Pross
2024-05-09
1
-3
/
+10
*
Remove redundant case in FromStateMonadMixin
Nao Pross
2024-05-09
1
-7
/
+1
*
Cleanup some typing issues and comments
Nao Pross
2024-05-09
3
-85
/
+58
*
Improve error message of matrix multiplication
Nao Pross
2024-05-09
1
-3
/
+3
*
Adapt CombinationsExprMixin to work with expression coefficients
Nao Pross
2024-05-09
2
-13
/
+55
*
Create helper PolyDict.is_constant to check if a polynomial is a constant
Nao Pross
2024-05-09
1
-0
/
+14
*
Separate out computation of power in PowerExprMixin into staticmethod
Nao Pross
2024-05-09
1
-21
/
+32
*
Add init_from_statemonad
Nao Pross
2024-05-09
1
-2
/
+5
*
Add helper method to PolyDict.constant to get constant term
Nao Pross
2024-05-09
1
-0
/
+6
*
Create PowerExprMixin
Nao Pross
2024-05-09
3
-0
/
+85
*
Add few comments to FromStateMonad
Nao Pross
2024-05-09
1
-0
/
+7
*
Fix bug in __str__ of StateMonad
Nao Pross
2024-05-09
1
-1
/
+1
*
Improve implementation of DegreeExprMixin
Nao Pross
2024-05-09
1
-28
/
+20
*
Create FromStateMonadMixin
Nao Pross
2024-05-09
4
-10
/
+85
*
Create singular polymatrix.from_name to remove ambiguous return type
Nao Pross
2024-05-08
2
-9
/
+8
*
Fix bug in PolyMatrixAsAffineExpr.affine_coefficient
Nao Pross
2024-05-08
1
-9
/
+21
*
Add expression and expressionstate to doc
Nao Pross
2024-05-07
1
-0
/
+16
*
Add helper methods to retrieve variables from ExpressionState
Nao Pross
2024-05-07
1
-0
/
+21
*
Fix bug in PolyMatrixAsAffinExpression
Nao Pross
2024-05-07
2
-2
/
+2
*
Fix bug in v_stack that creates unnecessary Expressions, add __str__ to combi...
Nao Pross
2024-05-07
2
-1
/
+6
*
Improve docstring
Nao Pross
2024-05-07
1
-0
/
+12
*
Merge branch 'main' of gitlab.ethz.ch:npross/polymatrix
Michael Schneeberger
2024-05-07
3
-13
/
+11
|
\
|
*
Small improvements of PolyMatrixAsAffineExpr, docstrings
Nao Pross
2024-05-07
3
-13
/
+11
*
|
add example of degree 3 in docstring of monomial_to_monomial_vector_indices
Michael Schneeberger
2024-05-07
1
-3
/
+9
|
/
*
rename and comment monomial_to_monomial_vector_indices
Michael Schneeberger
2024-05-07
2
-4
/
+15
*
add comments and remove unused code in denserepr module
Michael Schneeberger
2024-05-07
2
-68
/
+41
*
Remove old comment
Nao Pross
2024-05-07
1
-2
/
+1
*
Add MonomialIndex.combinations_of_degree
Nao Pross
2024-05-07
2
-23
/
+37
*
Improve PolyMatrixAsAffineExpr.affine_coefficient
Nao Pross
2024-05-07
1
-8
/
+10
[prev]
[next]