Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two exports #1604

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading