@ -14,6 +14,6 @@ libcmaths_a_SOURCES = \
INCLUDES = -I$(top_srcdir)/src/include
INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/poly
MAINTAINERCLEANFILES = Makefile.in
@ -16,11 +16,10 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
*
*/
#include "ngspice.h"
#include "cpdefs.h"
#include "ftedefs.h"
#include "dvec.h"
#include "ftecmath.h"
#include <ngspice.h>
#include <cpdefs.h>
#include <dvec.h>
#include "cmath1.h"
@ -15,11 +15,11 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* and return a char * that is cast to complex or double.
#include <ftedefs.h>
#include "cmath2.h"
static double *
@ -15,11 +15,10 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include "cmath3.h"
@ -18,11 +18,15 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include <plot.h>
#include <complex.h>
#include <cpextern.h>
#include <fteext.h>
//#include <fteext.h>
#include "cmath4.h"
#include <interpolate.h>
#include <polyfit.h>
#include <polyeval.h>
#include <polyderiv.h>
void *
cx_and(void *data1, void *data2, short int datatype1, short int datatype2, int length)