Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions | Variables
gaussSeidel2D.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <hitmap.h>
Include dependency graph for gaussSeidel2D.c:

Go to the source code of this file.

Functions

 hit_tileNewType (double)
 
void initMatrix (HitTile_double tileMat)
 
int main (int argc, char *argv[])
 

Variables

HitClock mainClock
 
HitClock initClock
 
HitClock sequentialClock
 

Function Documentation

hit_tileNewType ( double  )
void initMatrix ( HitTile_double  tileMat)

Definition at line 58 of file gaussSeidel2D.c.

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 113 of file gaussSeidel2D.c.

Here is the call graph for this function:

Variable Documentation

HitClock initClock

Definition at line 48 of file gaussSeidel2D.c.

HitClock mainClock

Definition at line 47 of file gaussSeidel2D.c.

HitClock sequentialClock

Definition at line 49 of file gaussSeidel2D.c.