ad_trait 0.3.1

Easy to use, efficient, and highly flexible automatic differentiation in Rust
Documentation
1
2
3
4
5
6
7
8
# Integration

`ad_trait` doesn't exist in a vacuum. It is designed to play well with the rest of the Rust numerical ecosystem.

- **nalgebra**: The standard for linear algebra in Rust.
- **ndarray**: Flexible multi-dimensional arrays.

In this section, we'll see how to use `ad_trait` types within these libraries.