[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.5

version 1.4, 2003/11/17 12:04:20 version 1.5, 2008/09/19 10:55:40
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.4 2003/11/17 12:04:20 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 96  cmo_list *mat_zz_to_cmo (mat_ZZ &);
Line 97  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.5

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