MatAddTwo4by4

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

MatAddTwo4by4()  

SYNOPSIS

misc_lib/genmat.c:291

void MatAddTwo4by4(MatrixType MatRes, MatrixType Mat1, MatrixType Mat2)
 

DESCRIPTION

Routine to add 2 4by4 matrices. MatRes may be one of Mat1 or Mat2.  

PARAMETERS:

MatRes: Result of matrix addition.

Mat1, Mat2: The two operand of the matrix addition.  

FUNCTION RETURN VALUE

void

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:10 GMT, July 20, 2024