Return to previous page | Return to menu | Go to next page


Variable type

MATRIX

Matrix variable type

Structure

typedef   FIXED MATRIX[4][3] ;

Description

Variable type for matrix notation.

Remarks

FIXED matrix[4][3] ;
MATRIX matrix ;
The above two definitions are the same.

Reference: Chapter 5 Matrix

MATRIX


Return to previous page | Return to menu | Go to next page