-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Equations] Fixes/rewrite to some operators, additional comments and …
…additional parsers (#828) ## Summary of Changes Fixes/rewrite to some operators — integral, summation, gradients Parser can handle: - Derivative has new enum component to identify various different notation. e.g. Leibniz, Newton, Euler, DNotation, Lagrange (Note that previous operator `PartialDerivative` is removed and partial derivative operator notation is now in `DerivativeNotation` enum. ) - Vector e.g. \vec{x} --------- Co-authored-by: Deepsana Shahi <[email protected]> Co-authored-by: Justin <[email protected]>
- Loading branch information
1 parent
2004566
commit 68e7d31
Showing
16 changed files
with
1,319 additions
and
498 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -991,4 +991,4 @@ impl From<Vec<FirstOrderODE>> for RegNet { | |
metadata: None, | ||
} | ||
} | ||
} | ||
} |
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.