Replies: 4 comments 2 replies
-
We are having a similar discussion with regard to invariants in the commutative algebra part (dimension, hilbert function, degree, ...) |
Beta Was this translation helpful? Give feedback.
-
We do not have any rules on whether a function should return an
P.S.: I find the following behaviour not user-friendly:
Imagine I spent a few weeks on my server with a computation and in the end it failed, because Oscar wanted to convert something to |
Beta Was this translation helpful? Give feedback.
-
The problem is the inteaction with the rest: if I do vcat(...) to do linear algebra later, how difficult is this to convert? What functionality will be supported for Vector Int? What are we allowed to provide for this type? |
Beta Was this translation helpful? Give feedback.
-
If there are situations where it is convenient to have an f-vector with |
Beta Was this translation helpful? Give feedback.
-
Let's start with an example:
The f-vector counts the number of faces per dimension; so a 3-dimensional cube has 8 vertices, 12 edges and 6 facets.
My question is if ZZRingElem is the correct type here, and I am inviting your opinions. Some of my reasoning is mainly philosophical, but there are also technical considerations.
For example, the second parameter (5) is an Int:
and I don't think there is a reasonable way to change that to ZZRingElem.
@lkastner @tbrysiewicz @thofma @fingolfin
Beta Was this translation helpful? Give feedback.
All reactions