Functions
mAllocMul.c File Reference
#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Include dependency graph for lib/SRC/AR/mAllocMul.c:

Go to the source code of this file.

Functions

ARMatarMatrixAllocMul (ARMat *a, ARMat *b)
 Multiply two matrix with memory allocation.

Function Documentation

ARMat* arMatrixAllocMul ( ARMat a,
ARMat b 
)

Multiply two matrix with memory allocation.

multiply two matrix and copy the result in a new allocate matrix (the source matrix is unmodified). the product is this one : dest = a * b

Parameters:
afirst matrix
bsecond matrix
Returns:
the allocated matrix if success, NULL if error

Definition at line 21 of file lib/SRC/AR/mAllocMul.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


ar_recog
Author(s): Graylin Trevor Jay and Christopher Crick
autogenerated on Fri Jan 25 2013 12:15:01