Macaulay2 Engine
Loading...
Searching...
No Matches
◆
getconjugate()
complex
complex::getconjugate
(
)
const
inline
Definition at line
330
of file
NAG.hpp
.
331
{
332
complex
tmp;
333
tmp.
real
= this->
real
;
334
tmp.
imag
= this->
imag
* -1;
335
return
tmp;
336
}
complex::imag
double imag
Definition
NAG.hpp:224
complex::complex
complex()
Definition
NAG.hpp:248
complex::real
double real
Definition
NAG.hpp:223
References
complex()
,
imag
, and
real
.
complex
Generated on
for Macaulay2 Engine by
1.15.0