GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
cvmul.c File Reference
#include "ccmath.h"
Include dependency graph for cvmul.c:

Go to the source code of this file.

Functions

void cvmul (Cpx *u, Cpx *a, Cpx *v, int n)
Cpx cvnrm (Cpx *u, Cpx *v, int n)

Function Documentation

void cvmul ( Cpx u,
Cpx a,
Cpx v,
int  n 
)

Definition at line 9 of file cvmul.c.

References complex::im, forms::q, and complex::re.

Cpx cvnrm ( Cpx u,
Cpx v,
int  n 
)

Definition at line 24 of file cvmul.c.

References complex::im, and complex::re.