--- /dev/null
+This project contains an implementation of the L D^{-1} U
+decomposition for matrices over integral domains. Included example
+domains are the integers and the polynomials over GF(2). Users can
+freely define their own domains using the signature in matrix.ml.
+
+The program depends on the Zarith library for handling big integers.
+
+The project uses OASIS as its build tool. Use the commands
+
+ oasis setup
+ ocaml setup.ml -all
+
+in order to compile. This will create an executable file
+
+ test.native
+
+in the top directory.
+
--- /dev/null
+* Eliminate Tools
+
+ Try to eliminate the dependency on the tools library. Otherwise I
+ would have to publish tools, too.
+