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

sort by:
Revision Author Date Message Commit Date
4038012 specialized two methods for Random 09 July 2020, 20:03:02 UTC
ac1f770 Improve README_DEV.md 09 July 2020, 14:27:31 UTC
93915d7 Merge branch 'pr-341' into devel * pr-341: Disable redSB when computing lift in BasisOfRowsCoeff (Singular) 27 June 2020, 16:19:20 UTC
7377839 Disable redSB when computing lift in BasisOfRowsCoeff (Singular) redSB does not have any influence on the specification of lift but slows down the computation 27 June 2020, 14:11:58 UTC
5ccde45 Add DualKroneckerMat 27 June 2020, 10:07:48 UTC
2fa46d6 Add CoefficientsWithGivenMonomials for two matrices 27 June 2020, 09:25:23 UTC
08ae564 Merge branch 'pr-338' into devel * pr-338: Add conditions imposed on B in DecideZeroRows/Columns to documentation 26 June 2020, 12:54:49 UTC
7454231 Add conditions imposed on B in DecideZeroRows/Columns to documentation 26 June 2020, 12:39:19 UTC
232b66d fixed the double shift algebra constructor 25 June 2020, 13:32:19 UTC
1258c2b Merge pull request #337 from zickgraf/README_DEV Add README_DEV.md 24 June 2020, 16:44:38 UTC
56938ec Add README_DEV.md 24 June 2020, 09:07:13 UTC
fa276d8 Merge branch 'pr-336' into devel * pr-336: bumped version Closes #335 21 June 2020, 15:09:53 UTC
4de9901 bumped version 21 June 2020, 15:09:38 UTC
31ec97b delete remaining ToricVarieties occurrences from repository 20 June 2020, 14:45:07 UTC
7309399 Closes #335 19 June 2020, 16:57:56 UTC
940ab4f Remove ToricVarieties 18 June 2020, 16:09:25 UTC
9150117 d&i IsNonZeroRing and fixed HasInvariantBasisProperty which is a left-right symmetric property 17 June 2020, 16:08:31 UTC
be59379 PseudoDoubleShiftAlgebra now understands the option `switch` 07 June 2020, 22:14:13 UTC
99d9bf4 the Coefficients now covers the case of IsFieldForHomalg 07 June 2020, 16:08:27 UTC
4d5691b Merge pull request #333 from mohamed-barakat/Julia started Julia support 28 May 2020, 23:23:20 UTC
0e442de started Julia support 28 May 2020, 18:18:18 UTC
de809bf Merge branch 'pr-332' * pr-332: d&i CallFuncListWithTime 28 May 2020, 18:17:22 UTC
483e142 homalgSendBlocking now passes the identifier of the pictogram rather than the pictogram itself. This is better for * performance, as it avoids getting the value HOMALG_IO.Pictograms.(identifier) * statistics, as different identifier with equal pictograms now show up separately in the statistics (no identifier lookup needed anymore) 27 May 2020, 12:41:36 UTC
e2924e3 added ConvertRowToMatrix CommonHomalgTableForMAGMATools 27 May 2020, 12:37:35 UTC
5abfe50 d&i CallFuncListWithTime 27 May 2020, 12:02:02 UTC
a98226f added comments 27 May 2020, 02:26:29 UTC
ab015b1 disabled two COLEMs by default that proved expensive 27 May 2020, 01:40:18 UTC
348fe5f added more comments 27 May 2020, 01:32:48 UTC
765fcbe moved Info statement behind relevant if statement 27 May 2020, 01:28:21 UTC
106deb3 better placing of comments 27 May 2020, 01:19:24 UTC
455860a made ConvertRow/ColumnToMatrix and ConvertMatrixToRow/Column lazy 27 May 2020, 00:55:09 UTC
bc5f725 added the two COLEMs for PreCompose if HasEvalMulMat - ( c * A ) * B = c * ( A * B ) - A * ( c * B ) = c * ( A * B ) if the ring is commutative or c is in the subring generated by 1 27 May 2020, 00:42:59 UTC
1833912 added back the two COLEMs deleted in ad21930 but under further restrictions which should to prevent them from causing inefficiencies 27 May 2020, 00:24:47 UTC
d0e2aa5 fixed the pictograms of ConvertRowToMatrix 26 May 2020, 15:47:05 UTC
b022a07 support univariate polynomial rings over homalg internal fields 26 May 2020, 00:03:47 UTC
565ee5d slight improvements in RingsForHomalg/examples/convert_test.g 26 May 2020, 00:01:11 UTC
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
back to top