Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Diffcode details
Login with GitLab

Diffcode

Automatic differentiation
(528 downloads for this version - 23660 downloads for all versions)
Details
Version
1.2
A more recent valid version exists: 1.3
Authors
DIGITEO - Michael Baudin
INRIA - Xavier Jonsson
INRIA - Serge Steer
Owner Organization
DIGITEO - INRIA
Maintainers
Michael BAUDIN
Vincent COUVERT
John GLIKSBERG
Categories
License
Dependencies
Creation Date
December 2, 2014
Source created on
Scilab 5.4.x
Binaries available on
This toolbox is in the process of being built
Description
            This toolbox provides forward automatic differentiation. It is based on
operators and functions overloading.

Given a Scilab code computing a variable y depending on a variable x and a
direction dx it allow evaluation of y together with the directional derivative
Grad(y)*dx.

The module supports common arithmetic operations, common elementary functions
and several matrix functions, including matrix inversion.

Type : 

help diffcode_overview

for a quick start.

Features
--------

The following is a list of the current functions :
 * diffcode_der -  Create a new code differentiation object.
 * diffcode_CDcost -  Objective function for optim.
 * diffcode_hessian - Compute the Hessian of the function.
 * diffcode_jacobian - Compute the Jacobian of the function.

            
Files (1)
[33.93 kB]
Source code archive

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.