X-Git-Url: https://s3miclassical.com/gitweb/?p=weak_simulation_stab_extent.git;a=blobdiff_plain;f=innerproduct.h;fp=innerproduct.h;h=09dc5aadce867931012f3ab018df9a02ca2ba719;hp=0000000000000000000000000000000000000000;hb=7bc25656311c391af6a4d5814cc82080981c63c4;hpb=d914e7c183347b1340988e0869a6e053dd573991 diff --git a/innerproduct.h b/innerproduct.h new file mode 100644 index 0000000..09dc5aa --- /dev/null +++ b/innerproduct.h @@ -0,0 +1 @@ +double complex innerproduct(int n1, int k1, int *h1, int **G1, int **GBar1, int Q1, int *D1, int **J1, int n2, int k2, int *h2, int **G2, int **GBar2, int Q2, int *D2, int **J2);