#include "arith.h"
Go to the source code of this file.
Functions | |
mat_mult2 (int n, int m, int l, MATRIX amat, int ai, int aj, MATRIX bmat, int bi, int bj, MATRIX pmat) | |
mat_mult2 | ( | int | n, |
int | m, | ||
int | l, | ||
MATRIX | amat, | ||
int | ai, | ||
int | aj, | ||
MATRIX | bmat, | ||
int | bi, | ||
int | bj, | ||
MATRIX | pmat | ||
) |
Definition at line 9 of file mat_mult2.c.