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

sort by:
Revision Author Date Message Commit Date
6ae8183 updated maintainers 30 October 2015, 09:43:50 UTC
e599c7e execute all doc related stuff in tmp/PKGNAME 29 October 2015, 15:48:45 UTC
3154153 require older io 29 October 2015, 15:42:25 UTC
535d6c5 Merge remote-tracking branch 'sebasguts/master' into devel * sebasguts/master: Added version file to makedoc in Tools 29 October 2015, 15:32:50 UTC
cbb7be6 Added version file to makedoc in Tools 29 October 2015, 15:27:03 UTC
4fde348 do not push in make_dist_for_homalg.sh 29 October 2015, 15:22:54 UTC
f74d199 mkdir -> mkdir -p 29 October 2015, 15:22:53 UTC
f4dc45d fixed path in make_dist_for_homalg.sh 29 October 2015, 15:20:29 UTC
aec44ff Merge pull request #10 from sebasguts/master Changes for new homepage 29 October 2015, 15:03:36 UTC
dd07c9e Makedoc for autodoc does not need version file anymore 29 October 2015, 14:09:52 UTC
41d6b63 Use git archive to ignore non-tracked files 29 October 2015, 14:01:39 UTC
dc8a384 Tar is hard, fixed another bug in distscript 29 October 2015, 13:40:23 UTC
c681faf Fixed bug in distscript 29 October 2015, 13:38:19 UTC
91abb8b New version of dist script 29 October 2015, 13:35:24 UTC
5fc1175 Removed comments of all packageinfos. Made all packageinfos point to github website 29 October 2015, 10:15:18 UTC
974d1d2 ToolsForHomalg needs IO now 28 October 2015, 14:34:44 UTC
e8b48ad Merge remote-tracking branch 'homalg/master' * homalg/master: 28 October 2015, 13:55:27 UTC
6aa802f Made github the new wwwhome of ToolsForHomalg 28 October 2015, 13:54:47 UTC
47c5432 Added a homepage/distribution script 26 October 2015, 12:57:48 UTC
bb2ac0d Merge pull request #9 from sebasguts/master Functionality in tools 13 October 2015, 15:55:30 UTC
cdd67ec Added new function which makes a function a function with cache 13 October 2015, 11:43:28 UTC
4e10f7b Merge remote-tracking branch 'homalg/master' * homalg/master: updated makefile 09 October 2015, 10:13:34 UTC
054bebe Made install of set and has explicit 08 October 2015, 12:24:58 UTC
7eb959a updated makefile 08 October 2015, 09:21:12 UTC
c53b07f Made search in caching back first 05 October 2015, 11:20:14 UTC
7c7e07b added support for A * a, where A is a sparse matrix From: Sebastian Posur <sebastian.posur@rwth-aachen.de> Subject: Re: Skalarmultiplikation in MatricesForHomalg Date: 1. Oktober 2015 11:52:37 MESZ To: Mohamed Barakat <mohamed.barakat@rwth-aachen.de> Cc: "Gutsche, Sebastian" <gutsche@momo.math.rwth-aachen.de> Hallo Mohamed, folgender Fall ist noch nicht abgedeckt: gap> LoadPackage( "RingsForHomalg" ); gap> R := HomalgRingOfIntegers( 5 );; gap> e := MultiplicativeNeutralElement( R );; gap> M := HomalgMatrix( [ [ e ] ], 1, 1, R );; gap> Display( e * M ); 1 gap> Display( M * e ); Error, no method found! For debugging hints type ?Recovery from NoMethodFound Error, no 1st choice method found for `*' on 2 arguments called from Eval( A ) * a called from 01 October 2015, 10:07:38 UTC
ab7851e whitespaces 01 October 2015, 09:58:16 UTC
dd8aa16 added CommonHomalgTableForLocalizedRingsTools.MulMatRight 30 September 2015, 21:01:58 UTC
66b876a added CommonHomalgTableForGradedRingsTools.MulMatRight 30 September 2015, 20:59:01 UTC
be2ad9a added support for matrix * ring_element 30 September 2015, 20:39:55 UTC
bc4228d added MulMatRight for all external systems except for Maple 30 September 2015, 14:11:54 UTC
fcc0bba added pictogram MulMatRight 30 September 2015, 14:11:23 UTC
9c51370 language 30 September 2015, 14:08:59 UTC
66031d5 fixed CommonHomalgTableForSingularTools.MulMat bug for nonconstant ring elements From: Sebastian Posur <sebastian.posur@rwth-aachen.de> Subject: Re: Skalarmultiplikation in MatricesForHomalg Date: 30. September 2015 10:20:29 MESZ To: Mohamed Barakat <mohamed.barakat@rwth-aachen.de> Cc: Sebastian Gutsche <gutsche@momo.math.rwth-aachen.de> Ein weiterer Bug in diesem Zusammenhang: Die Linksmultiplikation mit einem Weylalgebra Element wird als Rechtsmultiplikation ausgeführt. LoadPackage( "RingsForHomalg" );; LoadPackage( "Modules" );; Qx := HomalgFieldOfRationalsInDefaultCAS( ) * "x";; A1 := RingOfDerivations( Qx, "d" );; x := IndeterminateCoordinatesOfRingOfDerivations( A1 )[1];; d := IndeterminateDerivationsOfRingOfDerivations( A1 )[1];; M := HomalgMatrix( [ [ d ] ], 1, 1, A1 );; gap> x*d; x*d gap> Display( x * M ); x*d+1 30 September 2015, 14:08:55 UTC
ba74531 fixed error message 30 September 2015, 06:53:47 UTC
60f9e9e deleted unfinished else statement which returned nothing 29 September 2015, 12:45:27 UTC
23f6347 Merge pull request #8 from sebasguts/master Slight improvement in caches 27 September 2015, 16:30:02 UTC
58c1969 Slight improvement in caches 26 September 2015, 14:32:56 UTC
957b950 Merge pull request #7 from sebasguts/master Improvements 25 September 2015, 07:15:10 UTC
d575d69 Improvements in todolists by removing unnecessary data propagation Disclaimer: This actually removes functionality. Since this functionality was never used (and probably never will be) I removed it to speed some constructors up by a factor 2. 24 September 2015, 22:21:59 UTC
0165663 Improvements in caches 24 September 2015, 22:21:49 UTC
f9d9889 Merge pull request #6 from sebasguts/master Bugfix in cache cleanup function 24 September 2015, 12:43:03 UTC
d0cfd54 Fixed cleanup function to maybe delete too many keys at the end. 23 September 2015, 15:20:35 UTC
23e9748 Removed unnecessary function in caching 23 September 2015, 15:20:35 UTC
28bb655 Revert "UnderlyingObject is now an attribute" This reverts commit 5986a2acf6932bf3ec5843cd8370203ffc06cd1c. 22 September 2015, 08:37:11 UTC
e045e66 renamed GeneralizedInverse -> InverseOfGeneralizedMorphismWithFullDomain 21 September 2015, 15:51:51 UTC
e3ea170 Merge pull request #5 from sebasguts/master Fixed documentation in tools 21 September 2015, 15:49:05 UTC
acbb4c0 Fixed documentation in tools 21 September 2015, 15:39:03 UTC
7ec746a avoid conflicts with the CAP_Project 21 September 2015, 10:06:22 UTC
a553b5c ImageObject as an Attribute 20 September 2015, 12:42:15 UTC
1346890 Merge pull request #4 from sebasguts/master Some changes 19 September 2015, 11:12:43 UTC
5986a2a UnderlyingObject is now an attribute 19 September 2015, 10:54:18 UTC
a915bdd Added Operation StringMutable for objects printed by generic view 18 September 2015, 15:27:09 UTC
95ecc0c Necessary bugfix 01 September 2015, 08:39:41 UTC
1a462b9 Raygens in polymakeInterface 31 August 2015, 16:42:19 UTC
ace5c0f bumped version number 31 August 2015, 07:30:00 UTC
be45b23 Merge pull request #3 from sebasguts/master Some changes from Martin Bies, Bugfix 20 August 2015, 07:25:16 UTC
13193f8 Revert "simplified code in EchelonMatTransformationDestructive" This reverts commit 1d81d423afc93f5dcad6e2b3ea3d8f9d3af10234. 17 August 2015, 12:17:47 UTC
b92dac2 Timing function in ToolsForHomalg 12 August 2015, 13:43:40 UTC
0ca4b2d Added Martin as author for ToricVarieties. 12 August 2015, 13:22:09 UTC
ae7b00f (1) condition on presentation morphism (2) deleted a few comments... 12 August 2015, 13:22:09 UTC
a56a68e Some more cleanup 12 August 2015, 13:22:09 UTC
debeffb added things to documentary 12 August 2015, 13:22:08 UTC
775b4d8 (1) use of HasCoxRing replaced by calling CoxRing( variety ) whenever necessary (2) added methods IsCPN which is meant to become a filter eventually (3) added specialised methods for CPN (4) added method H^0 which hands the input to the fastest method available thus far 12 August 2015, 13:22:08 UTC
c5db402 Code cleaning + H^i by Greg Smith 12 August 2015, 13:22:08 UTC
157092a Some coding style changes in cohomology.gi 12 August 2015, 13:22:08 UTC
9561abc Changes by Martin Bies: commit 3c93a91c4f6c3e35b8af339abc932e601fcd6a53 Author: HereAround <Bies@thphys.uni-heidelberg.de> Date: Mon Jul 27 09:20:01 2015 +0200 (1) Replace the rudimentary interface to Normaliz by the far better NormalizInterface by Gutsche, Horn et all (2) Added documentary for the methods. (3) Made Greg Smith cone attribute of toric varieties. (4) Added record to toricVarieties, to "remember" the computed degree layers of the Cox ring. commit e80fe85a0ef0d5fc70ef1919f4c0cfbfc900d1ca Author: HereAround <Bies@thphys.uni-heidelberg.de> Date: Fri Jul 17 11:50:46 2015 +0200 (1) Fixed an error in the functionality of CartierData (2) Fixed an error in DivisorOfGivenClass (3) Added multitruncation functionality for f.p. graded S-modules and S the Coxring of a smooth and complete toric variety (4) Added an algorithm to apply the theorem of G.S. to compute H0 for f.p. graded S-modules and S the Coxring of a smooth, complete and projective toric variety commit 5716b5c61ca71d594faebbb91f924e9d56e79fb7 Author: HereAround <Bies@thphys.uni-heidelberg.de> Date: Fri Jul 17 11:36:32 2015 +0200 (1) Fixed and error in Cartier data. (2) Added multitruncation methods for f.p. graded S-module and S the Cox-ring of a smooth and compact toric variety. This uses a so-far rudimentary interface to Normaliz. (3) Implemented a first algorithm to apply the theorem by Greg Smith to compute H0. 12 August 2015, 13:22:08 UTC
e9ebc22 Fixed FacetInequalities for 1-dimensional case. 12 August 2015, 11:57:40 UTC
ea84842 Documentations for caches. 11 August 2015, 13:01:48 UTC
43a31d3 fixed CoefficientsOfUnivariatePolynomial in CommonHomalgTableForMAGMATools 13 July 2015, 09:55:24 UTC
3f3da8f added Evaluate to CommonHomalgTableForMAGMATools 09 July 2015, 17:43:21 UTC
898d6e9 added NumeratorAndDenominatorOfPolynomial to CommonHomalgTableForMAGMATools 09 July 2015, 16:29:52 UTC
024c975 declared and installed ClearDenominatorsRowWise 09 July 2015, 16:29:51 UTC
cea8169 added NumeratorAndDenominatorOfPolynomial to CommonHomalgTableForMapleHomalgTools 09 July 2015, 16:29:51 UTC
8486b18 fixed CopyMatrix in CommonHomalgTableForMAGMATools to correctly handle the case k(x)[y] -> k[x][y] 09 July 2015, 16:29:51 UTC
c73a3f8 renamed quotR -> fracR 09 July 2015, 16:29:51 UTC
e593b0c added support for RationalParameters to Maple 09 July 2015, 16:29:50 UTC
dbd0d4e added support for RationalParameters to MAGMA 09 July 2015, 16:29:50 UTC
0b48abb enhanced the MAGMA macro imap to deal with k[x,y] -> k(x)[y] 09 July 2015, 16:29:50 UTC
c206b90 whitespace 09 July 2015, 16:29:50 UTC
e2f711d added CommonHomalgTableForRings to MapleHomalgPIR.gi 09 July 2015, 16:29:49 UTC
b639713 added Coefficients(OfUnivariatePolynomial) to CommonHomalgTableForMapleHomalgTools using the new Maple-macro MyReverse 09 July 2015, 16:29:49 UTC
601d195 added Coefficients(OfUnivariatePolynomial) to CommonHomalgTableForMAGMATools 09 July 2015, 16:29:45 UTC
87baf14 fixed DegreeOfRingElement in CommonHomalgTableForMAGMATools it now takes care of the relative case 09 July 2015, 16:10:33 UTC
61a10d6 fixed Maple macros CoefficientsOfPolynomial and CoefficientsOfLaurentPolynomial 08 July 2015, 14:39:03 UTC
b2b090b declared and installed FieldOfFractions 08 July 2015, 14:32:01 UTC
1d81d42 simplified code in EchelonMatTransformationDestructive 06 July 2015, 11:09:36 UTC
0d9f211 added examples/RegularSequenceUptoPermutation.g needs Modules v2015.06.02 06 July 2015, 10:53:58 UTC
7aa82b6 declared and installed IsRegularSequence 06 July 2015, 10:51:39 UTC
0151a87 simplified SubobjectQuotient using the new EpiOnFactorObject needs homalg v2015.06.01 06 July 2015, 10:51:31 UTC
2795f65 declared and installed EpiOnFactorObject 06 July 2015, 10:51:30 UTC
b510765 Increased version of Gauss 05 July 2015, 18:40:41 UTC
5229114 Merge branch 'master' of github.com:homalg-project/homalg_project * 'master' of github.com:homalg-project/homalg_project: New Methods for divisors, created by Martin Bies. Possibility to change caches. 05 July 2015, 18:36:20 UTC
d79c12d Merge pull request #2 from laurentbartholdi/lb-speedup Fixed performance issues and filters for KroneckerProduct over GF2 05 July 2015, 18:33:59 UTC
32e3723 Added methods ComplexConjugate, AINV_MUTABLE, TransposedMat 30 June 2015, 18:44:51 UTC
4d09687 Fixed performance issues and filters for KroneckerProduct over GF2 30 June 2015, 15:31:44 UTC
b236edb New Methods for divisors, created by Martin Bies. 22 June 2015, 09:08:48 UTC
b2cd051 Possibility to change caches. 18 June 2015, 09:10:31 UTC
9cdf527 fixed IsLeft/RightInvertibleMatrix 11 June 2015, 15:19:32 UTC
91cc26b Merge pull request #1 from wagh/master global makefile 10 June 2015, 14:50:49 UTC
back to top