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

Diffcode

Automatic differentiation
(13306 downloads for this version - 23658 downloads for all versions)
Details
Version
1.3
Authors
DIGITEO - Michael Baudin
INRIA - Xavier Jonsson
INRIA - Serge Steer
Owner Organization
DIGITEO - INRIA
Maintainers
Michael BAUDIN
Vincent COUVERT
John GLIKSBERG
Administrator ATOMS
Stéphane MOTTELET
Categories
License
Dependencies
Creation Date
September 8, 2015
Source created on
Scilab 6.0.x
Binaries available on
Scilab 6.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 6.1.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("diffcode")
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 (3)
[122.90 kB]
Source code archive

[255.96 kB]
OS-independent binary for Scilab 6.0.x
Binary version
Automatically generated by the ATOMS compilation chain

[255.96 kB]
OS-independent binary for Scilab 6.1.x

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.