Package com.imsl.test.example.math
Class ComplexLUEx1
java.lang.Object
com.imsl.test.example.math.ComplexLUEx1
Computes the LU factorization of a complex matrix.
TheComplex data structure is used to convert a real matrix to a
complex matrix. An LU decomposition of the 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 determinant of the input matrix is also computed.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComplexLUEx1
public ComplexLUEx1()
-
-
Method Details
-
main
- Throws:
SingularMatrixException
-