MathosProject / Mathos-Project-Java

Java version of the Mathos Core Library.
http://mathosproject.com/
GNU General Public License v2.0
1 stars 1 forks source link

Add a Jacobian matrix method #2

Open artemlos opened 9 years ago

artemlos commented 9 years ago

The method should find an approximation to a Jacobian matrix using the firstDerivative methods.

In addition, maybe the firstDerivative method should contain a method called "smartfirstderivative" which will perform experiments to find the optimal derivative at a given point (as this may vary for diff. functions.)