[BACK]Return to ntl.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl

Diff for /OpenXM/src/ox_ntl/ntl.h between version 1.4 and 1.6

version 1.4, 2003/11/17 12:04:20 version 1.6, 2013/10/18 01:28:52
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/ox_ntl/ntl.h,v 1.3 2003/11/15 09:06:20 iwane Exp $ */  /* $OpenXM: OpenXM/src/ox_ntl/ntl.h,v 1.5 2008/09/19 10:55:40 iwane Exp $ */
   
 #ifndef __NTL_H__  #ifndef __NTL_H__
 #define __NTL_H__  #define __NTL_H__
Line 7 
Line 7 
 #include <NTL/mat_ZZ.h>  #include <NTL/mat_ZZ.h>
 #include "ox_toolkit.h"  #include "ox_toolkit.h"
 #include "oxserv.h"     /* for block interrupt input */  #include "oxserv.h"     /* for block interrupt input */
   #include "oxstack.h"
   
 #define NTL_FAILURE     (-1)  #define NTL_FAILURE     (-1)
 #define NTL_SUCCESS     ( 0)  #define NTL_SUCCESS     ( 0)
Line 19 
Line 20 
 #define CMON_ZZX             (CMO_PRIVATE + 3)  #define CMON_ZZX             (CMO_PRIVATE + 3)
 #define CMON_FACTORS         (CMO_PRIVATE + 4)  #define CMON_FACTORS         (CMO_PRIVATE + 4)
   
   using namespace NTL;
   
 typedef struct cmon_mat_zz_tag {  typedef struct cmon_mat_zz_tag {
         int tag;          int tag;
Line 96  cmo_list *mat_zz_to_cmo (mat_ZZ &);
Line 98  cmo_list *mat_zz_to_cmo (mat_ZZ &);
 /*===========================================================================*  /*===========================================================================*
  * NTL   * NTL
  *===========================================================================*/   *===========================================================================*/
 cmo     *ntl_fctr       (cmo **, int);  oxstack_node    *ntl_fctr       (oxstack_node **, int);
 cmo     *ntl_lll        (cmo **, int);  oxstack_node    *ntl_lll        (oxstack_node **, int);
   
 #endif /* !__NTL_H__*/  #endif /* !__NTL_H__*/

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

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