#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
ARMat * | arMatrixAllocUnit (int dim) |
Creates a unit matrix. |
ARMat* arMatrixAllocUnit | ( | int | dim | ) |
Creates a unit matrix.
Allocates and initializes a matrix to a an identity matrix.
dim | dimensions of the unit matrix (square) |
Definition at line 21 of file mAllocUnit.c.