Changeset c24143a in git for factory/NTLconvert.h


Ignore:
Timestamp:
May 26, 2010, 3:06:15 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
de7a92eb94c59c32661e87c70f553d6afa59469c
Parents:
d11e7e15559eada1122bb1d5e5546da0bf2f840c
Message:
more NTL conversion routines

git-svn-id: file:///usr/local/Singular/svn/trunk@12821 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.h

    rd11e7e rc24143a  
    3131#include <NTL/GF2EXFactoring.h>
    3232#include <NTL/mat_ZZ.h>
     33#include <NTL/mat_lzz_p.h>
     34#include <NTL/mat_lzz_pE.h>
    3335
    3436
     
    6466mat_ZZ* convertFacCFMatrix2NTLmat_ZZ(CFMatrix &m);
    6567CFMatrix* convertNTLmat_ZZ2FacCFMatrix(mat_ZZ &m);
     68mat_zz_p* convertFacCFMatrix2NTLmat_zz_p(CFMatrix &m);
     69CFMatrix* convertNTLmat_zz_p2FacCFMatrix(mat_zz_p &m);
     70mat_zz_pE* convertFacCFMatrix2NTLmat_zz_pE(CFMatrix &m);
     71CFMatrix* convertNTLmat_zz_pE2FacCFMatrix(mat_zz_pE &m, Variable alpha);
     72
    6673extern int fac_NTL_char;
    6774#endif
Note: See TracChangeset for help on using the changeset viewer.