Functions | |
static ARMat * | alloc (int row, int clm) |
static ARMat * | allocDup (ARMat *source) |
static int | dup (ARMat *dest, ARMat *source) |
static int | free (ARMat *m) |
static int | mul (ARMat *dest, ARMat *a, ARMat *b) |
static int | selfInv (ARMat *m) |
|
static |
|
static |
|
static |