eigenmath/data.cpp

31 lines
337 B
C++

#include "stdafx.h"
#include "defs.h"
U *p1;
U *p2;
U *p3;
U *p4;
U *p5;
U *p6;
U *p7;
U *p8;
U *tmp;
U *nil;
U *formal_arg[6];
U *zero, *one, *imaginaryunit;
U *table_of_integrals;
U *meta_a;
U *meta_b;
U *meta_c;
U *meta_n;
U *meta_x;
U *table_of_fourier;
int expanding;
int conjugating;
int verbosing;
int floating;
int esc_flag;