Skip to content

Commit

Permalink
Add two exports
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt committed Feb 12, 2024
1 parent 416f9f5 commit 3aa7921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AbstractAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ import ..Solve: solve
import ..Solve: solve_init
import ..Solve: can_solve
import ..Solve: can_solve_with_solution
import ..Solve: can_solve_with_solution_and_kernel

# Do not export inv, div, divrem, exp, log, sqrt, numerator and denominator as we define our own
export _check_dim
Expand Down Expand Up @@ -733,6 +734,7 @@ export block_diagonal_matrix
export cached
export can_solve
export can_solve_with_solution
export can_solve_with_solution_and_kernel
export canonical_unit
export change_base_ring
export change_coefficient_ring
Expand Down Expand Up @@ -1088,6 +1090,7 @@ export snf_kb_with_transform
export snf_kb!
export snf_with_transform
export solve
export solve_init
export sort_terms!
export SparsePolynomialRing
export Strassen
Expand Down

0 comments on commit 3aa7921

Please sign in to comment.