Skip to content

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

License

Notifications You must be signed in to change notification settings

asgeirbirkis/advar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published