asgeirbirkis / advar

The advar class, written in object-oriented MATLAB, is a prototype example of demonstrating automatic linearity detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advar

The advar class is used to demonstrate how automatic linearity detection can be incorporated into standard forward mode, operator overloaded implementation of automatic differentiation (AD).

As such, it is not meant to be an exhaustive software package; rather, it includes overloaded Matlab methods for the binary operators +,-,/,* and ^, as well as few selected methods such as cos, sin, and exp.

See INSTALL.txt for installation instructions, and LICENSE.txt for licensing information.

About

The advar class, written in object-oriented MATLAB, is a prototype example of demonstrating automatic linearity detection.

License:MIT License


Languages

Language:MATLAB 79.0%Language:M 21.0%