Skip to content

Commit

Permalink
Don't export nonexisting subalgebra function
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 30, 2024
1 parent 03248b2 commit 5ce2cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion src/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -866,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

0 comments on commit 5ce2cb3

Please sign in to comment.