1 #ifndef __matrix_algebra__
2 #define __matrix_algebra__
22 #include "math_util.h"
23 #include "nec_output.h"
46 int64_t nrh, int64_t np, int64_t n, int64_t mp, int64_t m, int64_t nop,
52 void test(nec_float f1r, nec_float f2r, nec_float *tr, nec_float f1i,
53 nec_float f2i, nec_float *ti, nec_float dmin);
55 nec_float test_simple( nec_float f1r, nec_float f2r, nec_float dmin );
57 #ifdef NEC_ERROR_CHECK
58 void to_octave(nec_complex& x);
59 void to_octave(
int& x);
60 void to_octave(nec_complex* a,
int n,
int ndim);
62 void to_octave(
int* a,
int n);
Definition: nec_output.h:56