Skip to content

Commit

Permalink
Merge branch 'features/ad' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Axect committed Jan 16, 2021
2 parents fe25e6e + 99fc031 commit 6e366f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numerical/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::util::non_macro::{cat, zeros};
/// : Exact jacobian matrix using Automatic Differenitation
///
/// # Type
/// (Vector, F) -> Matrix where F: Fn(Vec<Number>) -> Vec<Number>
/// (Vector, F) -> Matrix where F: Fn(&Vec<AD>) -> Vec<AD>
///
/// # Examples
/// ```
Expand Down

0 comments on commit 6e366f5

Please sign in to comment.