-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LeftIdeal
replaces the old Ideal
; new Ideal
is two-sided
#2912
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for babebbf - Browse repository at this point
Copy the full SHA babebbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c6517 - Browse repository at this point
Copy the full SHA 60c6517View commit details -
Changed how skew polynomial rings are handled in AssociativeAlgebras,…
… and fixed a spurious numthreads line.
Configuration menu - View commit details
-
Copy full SHA for d13a1e3 - Browse repository at this point
Copy the full SHA d13a1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9f6b3 - Browse repository at this point
Copy the full SHA 9c9f6b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 546cb02 - Browse repository at this point
Copy the full SHA 546cb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eeeb13 - Browse repository at this point
Copy the full SHA 4eeeb13View commit details -
Update PseudomonomialPrimaryDecomposition.m2
Added isPseudomonomial as exported function
Configuration menu - View commit details
-
Copy full SHA for 6a8547a - Browse repository at this point
Copy the full SHA 6a8547aView commit details -
Remove quotes around shell variable in HTML5 validation test
When checking more than one package, this was causing build failures ("Syntax error: end of file unexpected").
Configuration menu - View commit details
-
Copy full SHA for 5f1ae4a - Browse repository at this point
Copy the full SHA 5f1ae4aView commit details -
Update "RingElement Array" syntactic sugar for "substitute"
It's now a wrapper around substitute(RingElement, List) to avoid issues where the matrix that was constructed ended up being over the wrong ring. We also check that the number of elements in the array matches the number of generators of the ring.
Configuration menu - View commit details
-
Copy full SHA for ad7cddd - Browse repository at this point
Copy the full SHA ad7cdddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4adba89 - Browse repository at this point
Copy the full SHA 4adba89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4128e1d - Browse repository at this point
Copy the full SHA 4128e1dView commit details -
Improve check of number of rows/columns in genericMatrix
We already know that we'll have ZZ objects since this is a method, so there's no reason to check their type again. Also, neither nrows or ncols makes sense to be 0, so we raise an error in that case as well.
Configuration menu - View commit details
-
Copy full SHA for 111c791 - Browse repository at this point
Copy the full SHA 111c791View commit details -
Remove unused files in Style package
* Various navigation buttons presumably once used in the html documentation, plus the Makefile and Scheme files used to generate them in Gimp. * Redundant 9planets.jpg -- we use 9planets.gif in the html documentation. * Several others of unknown purpose: - doc-no-buttons.css - styleswitcher.js - recbg.jpg
Configuration menu - View commit details
-
Copy full SHA for 896d006 - Browse repository at this point
Copy the full SHA 896d006View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3344aa - Browse repository at this point
Copy the full SHA d3344aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1eb65 - Browse repository at this point
Copy the full SHA 0a1eb65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2009082 - Browse repository at this point
Copy the full SHA 2009082View commit details -
Also check for "arm" for Apple silicon dlopen hack
We also switch member -> isMember
Configuration menu - View commit details
-
Copy full SHA for 0f34547 - Browse repository at this point
Copy the full SHA 0f34547View commit details -
LeftIdeal
replaces the oldIdeal
; newIdeal
is two-sidedIdeal is a type of LeftIdeal. Most functions are defined for LeftIdeal; the ones that make sense only for a two-sided ideal are defined for Ideal. The method `ideal` constructs an ideal typical for the given ring: e.g., LeftIdeal for a Weyl algebra and Ideal for a commutative or skew-commutative ring. Current state: FirstPackage, Style, Macaulay2Doc install without errors, there are errors in packages related to D-modules.
Anton Leykin committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e0667f3 - Browse repository at this point
Copy the full SHA e0667f3View commit details -
LeftIdeal update: more packages install now; checks pass for Dmodules…
…, but not for BernsteinSato yet
Anton Leykin committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for b1780de - Browse repository at this point
Copy the full SHA b1780deView commit details -
docs in packages/Macaulay2Doc/... fixed
Anton Leykin committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 8d7749e - Browse repository at this point
Copy the full SHA 8d7749eView commit details -
LeftIdeal --> Macaulay2Doc, HolonomicSystems; breaks at B-S
Anton Leykin committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 0498820 - Browse repository at this point
Copy the full SHA 0498820View commit details -
working on B.-S.: stuck on colon ideal
Anton Leykin committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for f14c2c6 - Browse repository at this point
Copy the full SHA f14c2c6View commit details -
BernsteinSato; added quotientHelper quotient(LeftIdeal,RingElement)
Anton Leykin committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 679d34c - Browse repository at this point
Copy the full SHA 679d34cView commit details