You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractAlgebra is a pure Julia package for computational abstract algebra. It grew out of the Nemo project and provides all of the abstract types and generic implementations that Nemo relies on.
9
9
10
-
It is currently developed by William Hart, Tommy Hofmann, Fredrik Johansson,
11
-
Claus Fieker with contributions from others.
10
+
It was originally developed by William Hart, Tommy Hofmann, Fredrik Johansson and
11
+
Claus Fieker with contributions from others. Current maintainers are Claus Fieker,
| $S = \mathrm{Mat}_{m\times n}(R)$ |`S = matrix_space(R, m, n)`|
83
+
84
+
## Parent objects with variable names
85
+
86
+
The multivariate parent object constructors (`polynomial_ring`, `power_series_ring`, `free_associative_algebra`, `laurent_polynomial_ring`, and `rational_function_field`) share a common interface for specifying the variable names, which is provided by `@varnames_interface`.
0 commit comments