src
extern
eigen3
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
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:05:44