[BACK]Return to restriction.k CVS log [TXT][DIR] Up to [local] / OpenXM / src / k097 / lib / restriction

Diff for /OpenXM/src/k097/lib/restriction/restriction.k between version 1.3 and 1.4

version 1.3, 2013/01/26 03:21:52 version 1.4, 2013/01/26 10:59:48
Line 1 
Line 1 
 /*  $OpenXM: OpenXM/src/k097/lib/restriction/restriction.k,v 1.2 2013/01/24 00:27:54 takayama Exp $ */  /*  $OpenXM: OpenXM/src/k097/lib/restriction/restriction.k,v 1.3 2013/01/26 03:21:52 takayama Exp $ */
 load["lib/minimal/minimal-test.k"];;  load["lib/minimal/minimal-test.k"];;
 Load_sm1(["Srestall_s.sm1","lib/restriction/Srestall_s.sm1"],"Srestall_s.sm1.loaded");  Load_sm1(["Srestall_s.sm1","lib/restriction/Srestall_s.sm1"],"Srestall_s.sm1.loaded");
   
 def Srestall(gg,ttxx,tt,k1) {  def Srestall(gg,ttxx,tt,k1) {
   local cohom, gg, ttxx, tt, k1, cohom0, cohomd,ans;    local cohom, gg, ttxx, tt, k1, cohom0, cohomd,ans;
   sm1("gg dehomogenize /gg set");    sm1("gg univ2poly dehomogenize /gg set");
   gg = ToString_array(gg);    gg = ToString_array(gg);
   sm1(" [(x) ring_of_differential_operators [[(x) 1]] weight_vector 0] define_ring ]");    sm1(" [(x) ring_of_differential_operators [[(x) 1]] weight_vector 0] define_ring ]");
   sm1("[(Homogenize_vec) 1] system_variable");    sm1("[(Homogenize_vec) 1] system_variable");

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>