Skip to content

Commit dba4a06

Browse files
pmozilvgvassilev
andcommitted
Update _posts/2025-05-18-Supporting-STL-concurrency-primitives-in-clad.md
Co-authored-by: Vassil Vassilev <[email protected]>
1 parent 9b2da04 commit dba4a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-18-Supporting-STL-concurrency-primitives-in-clad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ I will work on adding support of STL conurrency primitives to CLAD.
1818
## Problem description
1919

2020
`Clad` is a plugin for automatic differentiation for the `clang` compiler.
21-
Automatic differentiation is a term for multiple techniques of deriving a mathematical function non-analytically. Some of the ways of doing this include simply calculating the derivatiev numberically or by deriving a function by a set of rules, symbolically.
21+
Automatic differentiation is a term for multiple techniques of deriving a mathematical function analytically. Some of the ways of doing this include simply calculating the derivative numerically or by deriving a function by a set of rules, symbolically.
2222

2323
`Clad` provides an interface that returns an object that containd the derivative of a given function. There might be problems with some functions, if they are to be derived. For example, one would not derive `printf`, and neither would they derive `std::tread` - those are exceptions, and should be handled differently from mathematical functions.
2424

0 commit comments

Comments
 (0)