Macaulay2 Engine
Loading...
Searching...
No Matches

◆ mult() [2/2]

void M2::ARingCC::mult ( ElementType & res,
const ElementType & a,
const RealElementType & b ) const
inline

Definition at line 303 of file aring-CC.hpp.

306 {
307 res.re = a.re * b;
308 res.im = a.im * b;
309 }

References cc_doubles_struct::im, and cc_doubles_struct::re.

Referenced by power(), subtract_multiple(), TEST(), TEST(), TEST(), and TEST().