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

Don't export coprime_base_insert & subalgebra #1668

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/AlgAss/AbsAlgAss.jl
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function _subalgebra(A::AbstractAssociativeAlgebra{T}, e::AbstractAssociativeAlg
end

@doc raw"""
subalgebra(A::AbstractAssociativeAlgebra, basis::Vector{AbstractAssociativeAlgebraElem})
_subalgebra(A::AbstractAssociativeAlgebra, basis::Vector{AbstractAssociativeAlgebraElem})
-> StructureConstantAlgebra, AbsAlgAssMor

Returns the subalgebra $A$ generated by the elements in `basis` and a map
Expand Down
2 changes: 0 additions & 2 deletions src/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export content_ideal
export contract
export coordinates
export coprime_base
export coprime_base_insert
export copy
export cos
export cover
Expand Down Expand Up @@ -867,7 +866,6 @@ export strong_echelon_form
export structure_constant_algebra
export structure_constant_table
export sub
export subalgebra
export subfields
export subgroups
export submodules
Expand Down
Loading