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

Go to the documentation of this file.
00001 #include "f2c.h"
00002 
00003  VOID
00004 #ifdef KR_headers
00005 d_cnjg(r, z) doublecomplex *r, *z;
00006 #else
00007 d_cnjg(doublecomplex *r, doublecomplex *z)
00008 #endif
00009 {
00010 r->r = z->r;
00011 r->i = - z->i;
00012 }
 

Powered by Plone

This site conforms to the following standards: