Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcromani committed Apr 6, 2024
1 parent f737fbb commit 767592b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@

**Cascade** is a lightweight C++ library for automatic differentiation and error propagation. It provides a streamlined engine to compute gradients of arbitrary functions and propagate uncertainties in the inputs to the outputs. The library simplifies the implementation of gradient-based optimization algorithms and the error analysis in scientific computing and engineering applications.

<p align="center">
<br>
<img src="./media/code.png" alt="Code" width="700">
<br>
</p>

## How to build

Create a `build` folder in the root directory and `cd` it. Build the library and tests executable with:
Expand Down

0 comments on commit 767592b

Please sign in to comment.