d_cnjg.c
Go to the documentation of this file.
1 #include "datatypes.h"
2 
4  r->r = z->r;
5  r->i = -(z->i);
6 }
doublecomplex
Definition: datatypes.h:13
d_cnjg
void d_cnjg(doublecomplex *r, doublecomplex *z)
Definition: d_cnjg.c:3
datatypes.h
doublecomplex::i
doublereal i
Definition: datatypes.h:13
doublecomplex::r
doublereal r
Definition: datatypes.h:13
pybind_wrapper_test_script.z
z
Definition: pybind_wrapper_test_script.py:61


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:00:45