Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
gtsam
3rdparty
Eigen
blas
f2c
r_cnjg.c
Go to the documentation of this file.
1
#include "
datatypes.h
"
2
3
void
r_cnjg
(
complex
*r,
complex
*
z
) {
4
r->
r
= z->
r
;
5
r->
i
= -(z->
i
);
6
}
complex::i
real i
Definition:
datatypes.h:12
r_cnjg
void r_cnjg(complex *r, complex *z)
Definition:
r_cnjg.c:3
datatypes.h
pybind_wrapper_test_script.z
z
Definition:
pybind_wrapper_test_script.py:61
complex
Definition:
datatypes.h:12
complex::r
real r
Definition:
datatypes.h:12
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:43:47