Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101859424
d_cnjg.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Feb 14, 11:29
Size
117 B
Mime Type
text/x-c
Expires
Sun, Feb 16, 11:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24243457
Attached To
rDLMA Diffusion limited mixed aggregation
d_cnjg.c
View Options
#include "datatypes.h"
void
d_cnjg
(
doublecomplex
*
r
,
doublecomplex
*
z
)
{
r
->
r
=
z
->
r
;
r
->
i
=
-
(
z
->
i
);
}
Event Timeline
Log In to Comment