Mike Stillman
Mike Stillman
@mahrud There is a branch (mikestillman M2, branch read-msolve) that has an engine function for reading quickly msolve format matrix files (and Martin Helmer's package for interfacing with msolve). The...
@mahrud How sparse is your matrix? The code in that branch (read-msolve) actually doesn't handle sparse matrices either. It seems like we should make that function handle sparse matrices, with...
What should the degrees of the generators in the tensor product be if `Join => false` is used? I'm not sure...
When compiling on autotools on MacOS, apple M1, I get 4 example errors in ForeignFunctions, basically it can't find mpfr or mps, e.g. the code snippet below. In fact, the...
``` i1 : version#"operating system" o1 = Darwin i2 : version#"architecture" o2 = arm ```
I'm surprised it is `arm` too, I always thought it was `arm64`...
`isIsomorphic` should return a `Boolean`, perhaps the other function should be called `findIsomorphism` ?
@mahrud @DanGrayson Is this still a problem, or can we close this issue?
I think that this is not the intended behavior. I think we should only display methods which are exported in their package.
Yes, I'll work on fixing mathicgb as @jkyang92 suggests. I handled it by commenting out the testing of mathicgb in cmake... Not exactly a good solution!