You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding the New Required Methods Substitute and SubstituteAccordingTo to Expression object
* Adding the Substitute and SubstituteAccordingTo methods to Constant-like objects
* Introduced Power Function (need tests!)
* Introduced Substitution Functions
* Reverted substitution map to use map[Variable]Expression and introduced checking function for it
* Added Tests for Variable.Substitute and a few other functions
* Added Tests for KMatrix Substitute, Degree, SubstituteAccordingTo, and Power
* Added Tests for Concretizing Vector Expressions
* Added Tests for Checking Substitution Map
* Added Tests for MonomialVector.Minus
* Added Tests for MonomialVector.Degree and MonomialVector.Power
* Added Tests for MatrixExpression.ConcretizeMatrixExpression
* Added Tests for Variable.Power, Variable.SubstituteAccordingTo
* Added Tests for Monomial.Minus
* Added Tests for Monomial.Minus
* Modified coverage file so that we don't consider the examples directory
* Removed extraneous switch in Monomial.Minus + modified the IsVectorExpression and IsMatrixExpression
* Modified ToVectorExpression as well
* Added More Tests for Monomial.Multiply() and Monomial.DerivativeWrt()
* Added Tests for ScalarExpression.ScalarPowerTemplate
* Updated ConstantMatrix.Multiply to accept more types + added tests for more Polynomial functions
* Added Tests for MatrixSubstituteTemplate and MatrixPowerTemplate
* Simplified Some of VectorExpression functions and added tests for error handling in VectorExpression templates
* Modified VariableVector.Minus() (to simplify it) and tested it
* Added Simple Test of Power Function
* Added Simple Test of MonomialMatrix.Substitute and MonomialMatrix.Minus Functions
* Changed how we concretize matrix and vectors of monomials
* Added tests for MonomialMatrix.SubstituteAccordingTo
---------
Co-authored-by: Kwesi Rutledge <[email protected]>
0 commit comments