This directory contains different versions of
LU-decompositon and matrix-multiplication.

The programs verify their results by their own.

Idea:

a) A = random array
b) LU = LU decomposition of A
c) compute A1, the inverse of A from LU
d) matmul (A, A1) will give the matrix E
e) verify that E is correct

Only the lu decomposition and the matrix multiplication will be timed.

lumm.hpf : original program using the spread function

