Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Macros | Functions
matrix.c File Reference

Macros

#define X   150 /* first dimension of array A */
 
#define Y   150 /* second dimension of array A, first dimension of array B */
 
#define Z   150 /* second dimension of array B */
 

Functions

int matrix_pin_down (int A[], int B[], int C[])
 
int main ()
 

Macro Definition Documentation

#define X   150 /* first dimension of array A */

Referenced by main(), and matrix_pin_down().

#define Y   150 /* second dimension of array A, first dimension of array B */

Referenced by main(), and matrix_pin_down().

#define Z   150 /* second dimension of array B */

Referenced by main(), and matrix_pin_down().

Function Documentation

int main ( void  )

References core.waf.cmake::f(), i, matrix_pin_down(), X, Y, and Z.

Here is the call graph for this function:

int matrix_pin_down ( int  A[],
int  B[],
int  C[] 
)

References i, X, Y, and Z.