https://github.com/homalg-project/homalg_project

sort by:
Revision Author Date Message Commit Date
8cf8c15 added a COLEM method for DiagMat 24 May 2020, 11:56:57 UTC
b9f103b white spaces 23 May 2020, 16:53:56 UTC
0756cf5 added more fallback methods for matrix conversions * ConvertRowToMatrix <-> ConvertColumnToMatrix * ConvertMatrixToRow <-> ConvertMatrixToColumn See #331 23 May 2020, 15:59:24 UTC
3d7018d simplified code 23 May 2020, 15:50:56 UTC
910235a d&i ConvertRow/ColumnToMatrix and ConvertMatrixToRow/Column Closes #331 23 May 2020, 14:27:00 UTC
3c476be whitespaces 22 May 2020, 19:02:02 UTC
29789b3 speed up ListToListList 22 May 2020, 19:02:02 UTC
85ce750 upon evaluation reset ResetFilterObj( C, HasEvalX ) and Unbind( C!.EvalX ), where X is * CertainRows * CertainColumns * AddMat * SubMat * Compose * PreEval 22 May 2020, 18:44:09 UTC
ad21930 got rid of potentially very expensive operations for lazy matrices 22 May 2020, 18:36:50 UTC
0363452 raise and error on nonempty stderr string caused by 4ti2 19 May 2020, 20:39:47 UTC
8a56552 ( HasIsZero( M ) and IsZero( M ) ) -> IsZero( M ) in ConvertTransposedMatrixToRow & ConvertTransposedMatrixToColumn 19 May 2020, 01:17:28 UTC
ab1dc53 renamed ConvertRow/ColumnToMatrix -> ConvertRow/ColumnToTransposedMatrix renamed * `ConvertRowToMatrix` -> `ConvertRowToTransposedMatrix` * `ConvertMatrixToRow` -> ConvertTransposedMatrixToRow * `ConvertColumnToMatrix` -> `ConvertColumnToTransposedMatrix` * `ConvertMatrixToColumn` -> `ConvertTransposedMatrixToColumn` Closes #330 19 May 2020, 00:23:52 UTC
46fa8bc added Julia support 17 May 2020, 15:02:17 UTC
93fe3dc d&i *BiasedDoubleShiftAlgebra 16 May 2020, 17:41:49 UTC
c70cec6 HOMALG_IO.Pictograms.CreateHomalgRing -> initialize 16 May 2020, 17:41:19 UTC
a374251 d&i ExportIndeterminates/RationalParameters/VariablesToJulia 15 May 2020, 22:38:12 UTC
9974255 d&i (Pseudo)DoubleShiftAlgebra 11 May 2020, 01:12:40 UTC
2474688 fixed ExportRationalParameters for rings in Singular 10 May 2020, 23:55:34 UTC
654a09a the residue class ring constructor now sets RationalParameters 10 May 2020, 23:50:36 UTC
a2bdc2e clarified comment 10 May 2020, 21:44:44 UTC
d1dcf21 HomalgFieldOfRationalsInSingular can now deal with empty parameters 10 May 2020, 21:44:44 UTC
5cf299c DefiningIdeal -> MatrixOfRelations in BaseRing method 07 May 2020, 01:54:17 UTC
dde7f04 installed CertainRows/CertainColumns for Julia object as 2nd argument 06 May 2020, 20:15:21 UTC
0d9f2e7 fixed AvailabilityTest and added ExternalConditions * avoid using IO_FindExecutable in AvailabilityTest as suggested by @alex-konovalov in https://github.com/homalg-project/homalg_project/issues/329#issuecomment-624017698 * added ExternalConditions as suggested by @alex-konovalov in https://github.com/homalg-project/homalg_project/issues/189#issuecomment-623985760 Closes #189 and closes #329. 05 May 2020, 21:06:37 UTC
2ffa65a OtherPackagesLoadedInAdvance := [ [ "io", ">=4.2" ] ] Closes #329 04 May 2020, 14:04:42 UTC
ef0d29b d&i DecomposeInMonomials 03 May 2020, 19:57:26 UTC
a1b6b2a installed Coefficients for residue class ring elements 03 May 2020, 19:55:48 UTC
f5b8cb4 simplified ExponentsOfGeneratorsOfToricIdeal 03 May 2020, 10:58:55 UTC
155ec3e updated old emails and links, especially to homalg in Maple 02 May 2020, 22:14:03 UTC
865d868 add back test_Gauss to makefile 02 May 2020, 21:37:41 UTC
1f61a02 CreateHomalgMatrixFromList now correctly deals with a list of empty lists Closes #232 02 May 2020, 11:57:41 UTC
3b20458 start testing 4ti2Interface and disable PolymakeInterface & Convex Closes #328 02 May 2020, 11:21:37 UTC
b28be81 updated makefile 02 May 2020, 11:10:32 UTC
2bd52bb HomalgRingOfIntegersInSingular( nonprime ) now works it now does exactly the alternative suggested by the error message 02 May 2020, 10:30:06 UTC
9d00b6e use ExponentsOfGeneratorsOfToricIdeal in CoordinateRing needs GradedRingForHomalg v2020.04.25 * got rid of old ToricIdeals package dependency * offer an alternativ to yet buggy GeneratingSetOfToricIdealGivenByHilbertBasis 01 May 2020, 18:22:40 UTC
e443a40 d&i ExponentsOfGeneratorsOfToricIdeal 01 May 2020, 18:12:00 UTC
1a0a7df installed Coefficients for graded ring elements 01 May 2020, 17:49:53 UTC
c9e6e4e changed RingOfIntegersDefaultCAS from Maple -> Singular 01 May 2020, 17:48:22 UTC
dcf9b7d AvailabilityTest now checks the availability of the 4ti2 binaries * groebner * hilbert * zsolve * graver 01 May 2020, 16:45:10 UTC
3e38513 unified code for 4ti2Interface_groebner_matrix/basis 01 May 2020, 15:48:55 UTC
05c7402 fixed precision for several 4ti2 binaries "arb" -> "gmp" and added tests 01 May 2020, 15:24:35 UTC
38f0ce2 d&i SyzygiesOfRows/Columns for lists 30 April 2020, 19:08:12 UTC
90be8f6 Merge branch 'pr-326' into devel * pr-326: * d&i CanComputeMonomialsWithGivenDegreeForRing 30 April 2020, 13:07:50 UTC
5b49762 * d&i CanComputeMonomialsWithGivenDegreeForRing * operation: MonomialsOfDegree -> key-dependent-operation: MonomialsWithGivenDegree * add NConvex and 4ti2Interface as suggested packages * bump version to v2020.04.16 30 April 2020, 12:47:49 UTC
de43c17 Merge branch 'pr-324' into devel * pr-324: Add CoefficientsWithGivenMonomials 30 April 2020, 12:03:55 UTC
2014a8a Add CoefficientsWithGivenMonomials 30 April 2020, 09:55:11 UTC
07c2f55 all procedures now understand the option `precision` 29 April 2020, 19:38:18 UTC
0a4a422 fixed bug introduced in commit 28db7373 29 April 2020, 16:38:47 UTC
09b590b removed unfinished part of example1 29 April 2020, 16:29:59 UTC
7f29098 Merge branch 'pr-322' into devel * pr-322: Fix declarations of HomalgQRingInSingular 23 April 2020, 13:01:02 UTC
0fe1787 Fix declarations of HomalgQRingInSingular 23 April 2020, 12:46:50 UTC
8233249 setting HOMALG_MATRICES.Eager := true deactivates laziness globally 22 April 2020, 21:49:53 UTC
ad99341 Compute the the monomials of a given degree in some special graded rings 22 April 2020, 14:32:38 UTC
86fd9fc bumped version 18 April 2020, 14:43:35 UTC
c70dd2b Fix phrasing in license 18 April 2020, 14:07:02 UTC
961dbd9 installed \[\] and \{\} for homalg matrices 18 April 2020, 02:12:31 UTC
7c22aee comment out obsolete declarations 18 April 2020, 01:55:35 UTC
f79d382 Merge branch 'pr-319' into devel * pr-319: Add HomalgQRingInSingular 17 April 2020, 22:43:48 UTC
9bc567f Merge branch 'pr-318' * pr-318: Bump versions Add Singular C vs c test Fix tests Use (dp,c) as default ordering for Singular rings 17 April 2020, 22:26:48 UTC
d9ae399 Bump versions 17 April 2020, 15:30:15 UTC
31c5a17 Add HomalgQRingInSingular 17 April 2020, 14:38:00 UTC
607c231 Add Singular C vs c test 17 April 2020, 10:43:45 UTC
8b88936 Fix tests 17 April 2020, 10:32:24 UTC
d9842a3 Use (dp,c) as default ordering for Singular rings 17 April 2020, 07:40:04 UTC
78cf8aa installed Random for IsHomalgInternalRingRep 13 April 2020, 13:59:36 UTC
890654c reintroduced UnionOfRowsOp for dense matrices This commit partially "reverts" adfc451: The difference is that the second argument of UnionOfRowsOp( IsList, ? ) is now for method selection fixes https://github.com/homalg-project/CatReps/issues/4#issuecomment-611414441 09 April 2020, 13:09:57 UTC
0d9e748 added README.md 08 April 2020, 21:31:10 UTC
b283c4a Merge branch 'pr-317' into devel * pr-317: EvalUnionOfRows with list of matrices of arbitrary length Make UnionOfColumns a global function again Unpack PreEvals Move input checks to LIMAT and fix evaluation of empty/zero matrices Change whitespace and wording Fix Eval for HasEvalUnionOfColumns Fix some whitespace, ordering of code blocks etc. Add the homalgTable entry UnionOfColumns for lists UnionOfColumns -> UnionOfColumnsPair for homalgTable entries UnionOfColumnsOp -> UnionOfColumns in Gauss Small fixes and simplifications Small fixes and version bump EvalUnionOfColumns with list of matrices of arbitrary length 08 April 2020, 19:41:50 UTC
adfc451 EvalUnionOfRows with list of matrices of arbitrary length 07 April 2020, 10:32:30 UTC
7f35427 Make UnionOfColumns a global function again Rename UnionOfColumns -> AugmentedRelations in ResidueClassRings 07 April 2020, 10:32:30 UTC
f69b3d0 Unpack PreEvals 07 April 2020, 10:32:30 UTC
d2c1d8e Move input checks to LIMAT and fix evaluation of empty/zero matrices 07 April 2020, 10:32:30 UTC
e6039a8 Change whitespace and wording 07 April 2020, 10:32:30 UTC
0226516 Fix Eval for HasEvalUnionOfColumns 07 April 2020, 10:32:30 UTC
5450ffe Fix some whitespace, ordering of code blocks etc. 07 April 2020, 10:32:30 UTC
b6ef007 Add the homalgTable entry UnionOfColumns for lists Add support to some of the CAS. 07 April 2020, 10:32:30 UTC
8a03711 UnionOfColumns -> UnionOfColumnsPair for homalgTable entries 07 April 2020, 10:32:30 UTC
98d6f9d UnionOfColumnsOp -> UnionOfColumns in Gauss For this we have to reintroduce UnionOfColumnsOp again to distinguish between lists of sparse matrices and lists of homalg matrices. 07 April 2020, 10:32:30 UTC
7541bde Small fixes and simplifications 07 April 2020, 10:32:30 UTC
22c953d turned InternalHom/InternalExt into operations 05 April 2020, 18:44:50 UTC
062a0a3 Small fixes and version bump 31 March 2020, 10:17:05 UTC
90ead20 EvalUnionOfColumns with list of matrices of arbitrary length (If this works, we can add the same functionality for rows) - Got rid of the constructor UnionOfColumnsOp - The purity example has the exact same number of external calls - No global function is necessary anymore, which removes the necessaity of a workaround in connection with the Gauss package - Necessary changes (often simplifications) in COLEM - The Eval-method is more complicted: - The actual union is not done in a tree-like structure with trying to do the union for smaller matrices first - The matrices are ched whether they are also unevaluated unions of rows and then included in the tree structure 31 March 2020, 10:03:10 UTC
0ad10a2 added RadicalSubobject & Pullback to CommonHomalgTableForMAGMATools 25 March 2020, 18:47:47 UTC
c244aae quick fix in _MAGMA_SetRing to correctly deal with multiple polynomial ring extensions 25 March 2020, 18:46:31 UTC
091c1af clean up in code of CommonHomalgTableForMAGMATools.IsPrime 25 March 2020, 18:45:19 UTC
00a2620 Revert "Do not upload code coverage information when testing with gap-master" This reverts commit 12e0cc5738b633c7d1ac1607489cdfa23536d4d3. 20 March 2020, 16:00:45 UTC
00f4054 added sanity check in LaunchCAS 11 March 2020, 18:48:17 UTC
b04e4d5 updated release file partially addresses #313 Thanks to @zickgraf 11 March 2020, 14:08:04 UTC
393309d installed CreateHomalgMatrixFromList for IsHomalgExternalRingRep for this to work we had to alter CommonHomalgTableForMacaulay2Tools.DivideByUnit 04 March 2020, 19:04:08 UTC
9665981 added option PresentationMorphism for FittingIdeal 04 March 2020, 15:22:13 UTC
f56d611 do not remove the zero minors 04 March 2020, 13:08:01 UTC
ba40d3e allow ByASmallerPresentation( M : BasisOfModule := false ) 04 March 2020, 10:29:49 UTC
b096643 no DuplicateFreeList in Minors (GB are much faster) 03 March 2020, 19:23:26 UTC
f3aba63 fixed \in for IsHomalgInternalRingRep addresses https://github.com/homalg-project/homalg_project/issues/311#issuecomment-592567238 29 February 2020, 12:25:37 UTC
8478cdf installed \in for elements in residue class rings closes #311 28 February 2020, 15:32:50 UTC
eb811b3 fixed method string 28 February 2020, 15:32:43 UTC
54d903d LaunchCAS_IO_ForHomalg can now set HOMALG_IO_CAS.environment 26 February 2020, 17:14:46 UTC
043a256 bump version 26 February 2020, 16:25:03 UTC
89f1b52 Display last error when CAS has died 26 February 2020, 15:00:38 UTC
6c5be6c Do not build PolymakeInterface Broken with Polymake 4.0 02 February 2020, 10:05:37 UTC
back to top