eigenmath/data.cpp

25 lines
287 B
C++
Raw Permalink Normal View History

2004-03-03 21:24:06 +01:00
#include "stdafx.h"
#include "defs.h"
2007-08-04 02:36:46 +02:00
int endian = 1;
2004-03-03 21:24:06 +01:00
U *p1;
U *p2;
U *p3;
U *p4;
U *p5;
U *p6;
U *p7;
U *p8;
2005-08-05 21:28:02 +02:00
2004-07-22 01:30:24 +02:00
U *zero, *one, *imaginaryunit;
2007-06-29 00:34:34 +02:00
U symtab[NSYM], *binding[NSYM], *arglist[NSYM];
2004-03-03 21:24:06 +01:00
int expanding;
int verbosing;
2005-07-31 18:39:53 +02:00
int esc_flag;
2006-10-11 19:37:38 +02:00
int draw_flag;
2007-05-24 17:26:56 +02:00
int test_flag;
char logbuf[1000];