Changeset e3f523 in git for libpolys


Ignore:
Timestamp:
Jun 10, 2013, 3:59:05 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
f0f0cea15c937a16db379b549a9170d53a1f1432
Parents:
0c86aebd405f7d163404da6fe1512127bde45c78
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-10 15:59:05+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-17 09:19:03+02:00
Message:
Misc changes to BS and others

fix: GMP-checking will looks at CPATH
add: remarks due to C. Fieker
Location:
libpolys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/bigintmat.cc

    r0c86ae re3f523  
    684684
    685685// Ungetestet
     686// (According to C. Fieker) Seems to have a lot of memory leaks (pure adaptation of the
     687// corresponding method for intmat) due to return statements
    686688static void bimRowContent(bigintmat *bimat, int rowpos, int colpos)
    687689{
  • libpolys/polys/templates/p_Procs_Static.cc

    r0c86ae re3f523  
    4141
    4242// define DoSetProc and InitSetProcs
     43// cast_A_to_B<what##_Proc_Ptr, what##_Proc_Ptr> ???
     44//  _p_procs->what =            cast_vptr_to_A<what##_Proc_Ptr>( ???
    4345#define SetStaticProcFromArray(what, type, field, length, ord) \
    4446  _p_procs->what =            (what##_Proc_Ptr)( \
Note: See TracChangeset for help on using the changeset viewer.