mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 06:10:28 +01:00
remove old unsed definition for Positive
This commit is contained in:
parent
4e93e78a9b
commit
fee9c38537
@ -13,16 +13,6 @@ function Roots.Root(s::MatrixGroups.ElementarySymplectic{N}) where {N}
|
||||
end
|
||||
end
|
||||
|
||||
function Roots.positive(
|
||||
generating_set::AbstractVector{<:MatrixGroups.ElementarySymplectic},
|
||||
)
|
||||
r = Roots._positive_direction(Roots.Root(first(generating_set)))
|
||||
pos_gens = [
|
||||
s for s in generating_set if s.val > 0.0 && dot(Roots.Root(s), r) ≥ 0.0
|
||||
]
|
||||
return pos_gens
|
||||
end
|
||||
|
||||
grading(s::MatrixGroups.ElementarySymplectic) = Roots.Root(s)
|
||||
grading(e::MatrixGroups.ElementaryMatrix) = Roots.Root(e)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user