Functions | |
FLGR_Ret | flgr1d_arith_complex_argument (FLGR_Data1D *rdatdest, FLGR_Data1D *cdatsrc) |
FLGR_Ret | flgr1d_arith_complex_build (FLGR_Data1D *cdatdest, FLGR_Data1D *datmodule, FLGR_Data1D *datarg) |
FLGR_Ret | flgr1d_arith_complex_module (FLGR_Data1D *rdatdest, FLGR_Data1D *cdatsrc) |
FLGR_Ret | flgr2d_arith_complex_argument (FLGR_Data2D *rdatdest, FLGR_Data2D *cdatsrc) |
FLGR_Ret | flgr2d_arith_complex_build (FLGR_Data2D *cdatdest, FLGR_Data2D *datmodule, FLGR_Data2D *datarg) |
FLGR_Ret | flgr2d_arith_complex_module (FLGR_Data2D *rdatdest, FLGR_Data2D *cdatsrc) |
FLGR_Ret flgr1d_arith_complex_argument | ( | FLGR_Data1D * | rdatdest, | |
FLGR_Data1D * | cdatsrc | |||
) |
Compute argument of a complex data
rdatdest | : pointer to FLGR_Data1D (real, spp=1) | |
cdatsrc | : pointer to FLGR_Data1D (complex, spp=2) |
Definition at line 192 of file flgrArithComplex.c.
FLGR_Ret flgr1d_arith_complex_build | ( | FLGR_Data1D * | cdatdest, | |
FLGR_Data1D * | datmodule, | |||
FLGR_Data1D * | datarg | |||
) |
build of a complex data using module and argument
cdatdest | : pointer to FLGR_Data1D (complex, spp=2) | |
datmodule | : pointer to FLGR_Data1D (module real, spp=1) | |
datarg | : pointer to FLGR_Data1D (argument real, spp=1) |
Definition at line 280 of file flgrArithComplex.c.
FLGR_Ret flgr1d_arith_complex_module | ( | FLGR_Data1D * | rdatdest, | |
FLGR_Data1D * | cdatsrc | |||
) |
Compute module of a complex data
rdatdest | : pointer to FLGR_Data1D (real, spp=1) | |
cdatsrc | : pointer to FLGR_Data1D (complex, spp=2) |
Definition at line 103 of file flgrArithComplex.c.
FLGR_Ret flgr2d_arith_complex_argument | ( | FLGR_Data2D * | rdatdest, | |
FLGR_Data2D * | cdatsrc | |||
) |
Compute module of a complex data
rdatdest | : pointer to FLGR_Data2D (real, spp=1) | |
cdatsrc | : pointer to FLGR_Data2D (complex, spp=2) |
Definition at line 453 of file flgrArithComplex.c.
FLGR_Ret flgr2d_arith_complex_build | ( | FLGR_Data2D * | cdatdest, | |
FLGR_Data2D * | datmodule, | |||
FLGR_Data2D * | datarg | |||
) |
build of a complex data using module and argument
cdatdest | : pointer to FLGR_Data2D (complex, spp=2) | |
datmodule | : pointer to FLGR_Data2D (module real, spp=1) | |
datarg | : pointer to FLGR_Data2D (argument real, spp=1) |
Definition at line 520 of file flgrArithComplex.c.
FLGR_Ret flgr2d_arith_complex_module | ( | FLGR_Data2D * | rdatdest, | |
FLGR_Data2D * | cdatsrc | |||
) |
Compute module of a complex data
rdatdest | : pointer to FLGR_Data2D (real, spp=1) | |
cdatsrc | : pointer to FLGR_Data2D (complex, spp=2) |
Definition at line 384 of file flgrArithComplex.c.