Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed May 3, 2024
1 parent b93b62c commit b748984
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions experimental/GModule/Misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -381,21 +381,6 @@ function Hecke.induce_rational_reconstruction(a::ZZMatrix, pg::ZZRingElem; Error
end


#############################################################################
##
## functions that will eventually get defined in Nemo.jl,
## and then should get removed here

function (k::Nemo.fpField)(a::Vector)
@assert length(a) == 1
return k(a[1])
end

function (k::fqPolyRepField)(a::Vector)
return k(polynomial(Native.GF(Int(characteristic(k))), a))
end


#############################################################################
##
## functions that will eventually get defined in AbstractAlgebra.jl,
Expand Down

0 comments on commit b748984

Please sign in to comment.