oscar-system / Singular.jl

Julia package for the Singular library
Other
31 stars 33 forks source link

conversion of smatrix{spoly{T}} to AbstractAlgebra.Generic.Mat{spoly{T}} #82

Open heiderich opened 5 years ago

heiderich commented 5 years ago

I would consider a conversion function such as in the title of this issue for meaningful types T (such as n_Z or n_Q) helpful.

wbhart commented 5 years ago

We need very many conversion functions. They will all need to be implemented for Oscar.jl. But first I'm trying to get Singular.jl to work at all and to get the basic interface in line with AbstractAlgebra.