Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

d_cnjg.c File Reference

#include "f2c.h"

Go to the source code of this file.


Functions

VOID d_cnjg (doublecomplex *r, doublecomplex *z)

Function Documentation

VOID d_cnjg doublecomplex   r,
doublecomplex   z
 

Definition at line 7 of file d_cnjg.c.

References r.

00009 {
00010 r->r = z->r;
00011 r->i = - z->i;
00012 }
 

Powered by Plone

This site conforms to the following standards: