Class LUEx1

java.lang.Object
com.imsl.test.example.math.LUEx1

public class LUEx1 extends Object

Performs the LU factorization of a matrix.

The LU Factorization of a Matrix is performed. The reciprocal of the condition number of the Matrix is then computed and checked against machine precision to determine whether or not to issue a Warning about the results. A linear system is then solved using the factorization. The inverse and determinant of the input matrix are also computed.
See Also: