mAllocMul.c File Reference

#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Include dependency graph for 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:
a first matrix
b second matrix
Returns:
the allocated matrix if success, NULL if error

Definition at line 21 of file mAllocMul.c.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


artoolkit
Author(s): Gautier Dumonteil
autogenerated on Fri Jan 11 10:05:48 2013