Package com.imsl.test.example.math
Class LUEx1
java.lang.Object
com.imsl.test.example.math.LUEx1
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.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LUEx1
public LUEx1()
-
-
Method Details
-
main
- Throws:
SingularMatrixException
-