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  

r_cnjg.c File Reference

#include "f2c.h"

Go to the source code of this file.


Functions

VOID r_cnjg (complex *r, complex *z)

Function Documentation

VOID r_cnjg complex   r,
complex   z
 

Definition at line 6 of file r_cnjg.c.

References r.

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

Powered by Plone

This site conforms to the following standards: