Class ComplexLUEx1

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

public class ComplexLUEx1 extends Object

Computes the LU factorization of a complex matrix.

The Complex 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.
See Also: