gtsam
3rdparty
Eigen
blas
f2c
d_cnjg.c
Go to the documentation of this file.
1
#include "
datatypes.h
"
2
3
void
d_cnjg
(
doublecomplex
*r,
doublecomplex
*
z
) {
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 Sat Nov 16 2024 04:02:10