raddy 0.0.0-beta2

An automatic differentiation system for geometry and simulation.
Documentation
1
2
3
4
5
6
7
/// Implementations of operators on `&Ad<N>`
pub mod borrow_operator_traits_impl;
/// Implementations of operators on `Ad<N>`. Most are placeholders, to be implemented when needed.
pub mod field_impl;
pub mod num_traits_impl;
pub mod operator_traits_impl;
pub mod scalar_matrix_mul;