Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 398 Bytes

Automatic Differentiation

Please check out Project4.pdf for description of the project.

How to compile

In a terminal, call commands:

>cmake CMakeLists.txt

>make

OR

>cmake CMakeLists.txt && make

Make sure the executable is produced.

Then you can test the project with the command:

>./project4 functionDefinitionFile inputValuesFile outputValuesFile derivativeValuesFile