The "LU" class is the class of LU decompositions of
real matrices
Arguments
Objects from the Class
Objects can be created by calls of the form new("LU", ...).
More commonly the objects are created explicitly from calls of the form
lu(mm) where mm is an object that inherits from the
"geMatrix" class or as a side-effect of other functions applied
to "geMatrix" objects.