Automatic Differentiation for Matlab
by Martin Fink
08 Jun 2007
(Updated 11 Jun 2007)
This package provides automatic first and second derivatives for vector-functions and matrices.
|
Watch this File
|
| File Information |
| Description |
This package uses forward automatic differentiation to calculate the first and second derivatives of provided user functions. It is 25-30 times faster than
commercially available packages (June 2006).
To calculate the derivatives of function myFunc with respect to x at x=x0 you call
x = myAD(x0);
result = myFunc(x);
functionValue = getvalues(result);
derivatives = getderivs(result); |
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (8) |
| 31 Dec 2010 |
Gabriel Peyre
|
|
|
| 25 May 2009 |
Achim Schaedle
|
|
|
| 06 May 2009 |
David
|
|
|
| 08 Apr 2009 |
Adam Attarian
|
|
|
| 17 Sep 2008 |
masharvi shams
|
|
|
| 24 Sep 2007 |
Cristian Montes
|
|
|
| 17 Jul 2007 |
Julian Montanez Vega
|
|
|
| 22 Jun 2007 |
carlos david vinante bewaller
|
|
|
|
Contact us