Changeset fe02b1 in git for Singular/grammar.cc


Ignore:
Timestamp:
Apr 25, 2012, 8:38:08 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
0fd1715860b463009cfd80025e81bd671f0a0a2d
Parents:
84fc1fddf725ce226a336195603ebcadbb650d4c
Message:
my rewrite of bigintmat as a matrix of numbers from any coeff. domain

fix: several bugs and mem. leaks
add: improved interface (mostly backward compatible)
chg: many minor improvements
add: started documenting with doxygen comments
add: lots of assumes

NOTE: NULL should NOT be used as a coeff. domain (use coeffs_BIGINT for Q!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.cc

    r84fc1f rfe02b1  
    31773177              h=(idhdl)v->data;
    31783178              delete IDBIMAT(h);
    3179               IDBIMAT(h) = new bigintmat(r,c);
     3179              IDBIMAT(h) = new bigintmat(r, c, coeffs_BIGINT);
    31803180              if (IDBIMAT(h)==NULL) YYERROR;
    31813181            }
Note: See TracChangeset for help on using the changeset viewer.