File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11Backend Interfaces
22==================
33
4+ See :class: `.ACSVSettings ` for information on how to
5+ configure the default computational backends. The module
6+ :mod: `.sage_acsv.groebner ` is the entrypoint for Groebner basis
7+ computations.
8+
49.. toctree ::
510 :maxdepth: 2
611
Original file line number Diff line number Diff line change 11"""Central interface for accessing and using different backends
22for Groebner basis computations.
3+
4+ Depending on the chosen backend for Groebner basis computations
5+ (via :meth:`.ACSVSettings.set_default_groebner_backend`, allowed
6+ values are given in :class:`.ACSVSettings.Groebner`) the members
7+ of this module delegate their computations to the available
8+ computational backends:
9+
10+ - :mod:`.backends.default`
11+ - :mod:`.backends.macaulay2`
312"""
413
514
You can’t perform that action at this time.
0 commit comments