Changeset 9ac00d in git
- Timestamp:
- Aug 16, 2018, 3:04:29 PM (5 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- cdf201e1625c58e748d9488765e7b9e11a2d2518
- Parents:
- 77b7a1075c63d0b12c707b6a719240d2b2fdf345
- Location:
- libpolys/polys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapsing.cc
r77b7a10 r9ac00d 648 648 } 649 649 650 #if 0 651 // unused 650 652 void singclap_divide_content ( poly f, const ring r ) 651 653 { … … 744 746 } 745 747 } 748 #endif 746 749 747 750 BOOLEAN count_Factors(ideal I, intvec *v,int j, poly &f, poly fac, const ring r) -
libpolys/polys/clapsing.h
r77b7a10 r9ac00d 32 32 poly singclap_pmod ( poly f, poly g, const ring r ); 33 33 34 void singclap_divide_content ( poly f, const ring r);34 //void singclap_divide_content ( poly f, const ring r); 35 35 36 36 ideal singclap_factorize ( poly f, intvec ** v , int with_exps, const ring r); … … 46 46 ideal singclap_absFactorize ( poly f, ideal & mipos, intvec ** exps, int & n, const ring r); 47 47 48 49 48 matrix singclap_irrCharSeries ( ideal I, const ring r); 49 char* singclap_neworder ( ideal I, const ring r); 50 50 51 51 poly singclap_det( const matrix m, const ring r );
Note: See TracChangeset
for help on using the changeset viewer.