Skip to content

Commit

Permalink
Merge branch 'main' into nested_evaluate
Browse files Browse the repository at this point in the history
  • Loading branch information
benruijl committed Aug 10, 2024
2 parents f53c411 + 8a3df03 commit 41e7c9c
Show file tree
Hide file tree
Showing 16 changed files with 790 additions and 885 deletions.
2 changes: 1 addition & 1 deletion examples/solve_linear_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn solve_from_matrix() {
})
.collect();

let field = RationalPolynomialField::new_from_poly(&rhs_rat[0].numerator);
let field = RationalPolynomialField::from_poly(&rhs_rat[0].numerator);
let m = Matrix::from_linear(
system_rat,
system.len() as u32,
Expand Down
Loading

0 comments on commit 41e7c9c

Please sign in to comment.