-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First step to implement complex variables functionality * Move monomial function to correct file * Rename ordvar to ordinary_variable * Specialized complex routines for MonomialVector * fix * coefficienttype -> coefficient_type * Remove incorrect method * Add a (sometimes working) implementation for incomplete substitution * Fix old syntax * Format * Remove TODO * Add complex kind parameter to VT("name") constructor * Remove iscomplex * Remove dev dependency of MP, 0.5.3 has landed * Add ComplexKind docstring * Rename ComplexKind instances * typo * change substitution rules * Rename polycvar macro * Error for partial substitutions * Format * Complex substitution test cases * More strict substitution rules: only allow ordinary variable --------- Co-authored-by: Benoît Legat <[email protected]>
- Loading branch information
Showing
8 changed files
with
220 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.