Changeset 9c1b63 in git for kernel/ideals.cc
- Timestamp:
- Feb 12, 2009, 5:19:23 PM (14 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 40165d708d5c5de0e1ae9846acbc8942e2533da5
- Parents:
- dfd21411a39a507a93f99303b72f21a2030348f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
rdfd214 r9c1b63 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.6 8 2009-02-12 13:45:23 SingularExp $ */4 /* $Id: ideals.cc,v 1.69 2009-02-12 16:19:23 motsak Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 4009 4009 NOTE: for every f_i we run only ONCE along w_i saving partial sums into a temporary array of polys of size m 4010 4010 */ 4011 ideal tensorModuleMult(const int m, const ideal M, const ring rRing)4011 ideal id_TensorModuleMult(const int m, const ideal M, const ring rRing) 4012 4012 { 4013 4013 // #ifdef DEBU … … 4067 4067 assume( (cc + (vv-1)*m) == gen ); 4068 4068 4069 4070 p_AddExp(h, vv, 1, rRing); // h *= var(j) && 4069 p_IncrExp(h, vv, rRing); // h *= var(j) && // p_AddExp(h, vv, 1, rRing); 4071 4070 p_SetComp(h, cc, rRing); 4072 4071
Note: See TracChangeset
for help on using the changeset viewer.