Skip to content

Commit

Permalink
Merge pull request #2286 from Manoj-Kumar-S/refactor
Browse files Browse the repository at this point in the history
Refactored the heuristic code and rewrote the second heuristic
  • Loading branch information
flacjacket committed Jul 25, 2013
2 parents b2b1c89 + 04f2f1b commit 9348a9a
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 382 deletions.
22 changes: 22 additions & 0 deletions doc/src/modules/solvers/ode.rst
Expand Up @@ -120,6 +120,28 @@ ODE solving methods.
^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: sympy.solvers.ode.ode_separable_reduced

Lie heuristics
--------------
These functions are intended for internal use of the Lie Group Solver.
Nonetheless, they contain useful information in their docstrings on the algorithms
implemented for the various heuristics.

:obj:`abaco1_simple`
^^^^^^^^^^^^^^^^^^^^
.. autofunction:: sympy.solvers.ode.lie_heuristic_abaco1_simple

:obj:`abaco1_product`
^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: sympy.solvers.ode.lie_heuristic_abaco1_product

:obj:`bivariate`
^^^^^^^^^^^^^^^^
.. autofunction:: sympy.solvers.ode.lie_heuristic_bivariate

:obj:`chi`
^^^^^^^^^^
.. autofunction:: sympy.solvers.ode.lie_heuristic_chi

Information on the ode module
-----------------------------

Expand Down

0 comments on commit 9348a9a

Please sign in to comment.