| LU matrix decomposition.
The LU decomposition is a lower triangular matrix L, an upper triangular matrix U,
and a permutation size -long pivot vector.
Remarks
This class is a specialized adaptation from the original JAMA (Java Matrix) project,
brought to the public domain by The MathWorks, Inc. and the National Institute of Standards
and Technology (see JAMA home page).
author: Stefano Chizzolini version: 0.0.4, 07/12/07 since: 0.0.4 |