-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update to 0.23.9 #836
Update to 0.23.9 #836
Conversation
@hannes14 Are there also function quotient(I::smodule{spoly{T}}, J::smodule{spoly{T}}) where T <: Nemo.FieldElem function saturation(I::smodule{spoly{T}}, J::smodule{spoly{T}}) where T <: Nemo.FieldElem function saturation2(I::smodule{spoly{T}}, J::smodule{spoly{T}}) where T <: Nemo.FieldElem These are the ones I need most. |
it has also |
Good! So let is proceed here and do saturation seperately!Von meinem iPhone gesendetAm 11.10.2024 um 15:46 schrieb Hans Schoenemann ***@***.***>:
it has also
function quotient(I::smodule{spoly{T}}, J::smodule{spoly{T}}) where T <: Nemo.FieldElem
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@fingolfin Is there anything more to do here so that I can make use of it? |
You should be able to make use of it already. It worked for me 15 minutes after my comment |
After updates, I still get this:
julia> methods(Singular.quotient)
# 2 methods for generic function "quotient" from Singular:
[1] quotient(I::Singular.sideal{S}, J::Singular.sideal{S}) where S<:Singular.spluralg
@ ~/.julia/packages/Singular/a0LzT/src/ideal/ideal.jl:569
[2] quotient(I::Singular.sideal{S}, J::Singular.sideal{S}) where S<:Singular.spoly
@ ~/.julia/packages/Singular/a0LzT/src/ideal/ideal.jl:557
So the methods for smodules are not there ...
… Am 14.10.2024 um 18:05 schrieb Max Horn ***@***.***>:
You should be able to make use of it already. It worked for me 15 minutes after my comment
—
Reply to this email directly, view it on GitHub <#836 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AASSXESAYFHAX3H5DCAB6O3Z3PTS3AVCNFSM6AAAAABPY3VM6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJRGY3TQMZSHE>.
You are receiving this because you were mentioned.
|
quotient /saturation for smodule
@wdecker
@fingolfin
function quotient(I::smodule{spoly{T}}, J::sideal{spoly{T}}) where T <: Nemo.FieldElem
function saturation(I::smodule{spoly{T}}, J::sideal{spoly{T}}) where T <: Nemo.FieldElem
function saturation2(I::smodule{spoly{T}}, J::sideal{spoly{T}}) where T <: Nemo.FieldElem