Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Pulling ring extension changes out into a separate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Feb 19, 2022
1 parent 826061a commit 943c995
Show file tree
Hide file tree
Showing 8 changed files with 449 additions and 190 deletions.
5 changes: 4 additions & 1 deletion src/sage/rings/ring_extension.pxd
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
from sage.categories.map cimport Map
from sage.rings.ring cimport CommutativeRing, CommutativeAlgebra
from sage.rings.ring_extension cimport RingExtension_generic
from sage.rings.ring_extension_morphism cimport RingExtensionBackendIsomorphism, RingExtensionBackendReverseIsomorphism


cdef class RingExtension_generic(CommutativeAlgebra):
cdef _type
cdef _backend
cdef public _backend
cdef RingExtensionBackendIsomorphism _from_backend_morphism
cdef RingExtensionBackendReverseIsomorphism _to_backend_morphism
cdef _defining_morphism
cdef _backend_defining_morphism
cdef dict _print_options
Expand Down
Loading

0 comments on commit 943c995

Please sign in to comment.