lib(matrix_util)

This library contains predicates for representing and manipulating matrices as nested lists.  Both list of rows and list of columns can be created and mapped into each other.Note that newer versions of ECLiPSe have good support for representing matrices as multi-dimensional arrays, which is often preferrable to the list representation used here.

