Class ComplexEx1

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

public class ComplexEx1 extends Object

Converts a real matrix to a complex matrix.

The Complex class is used to convert a real matrix to a complex matrix. An LU decomposition of the matrix is performed and the determinant and condition number of the matrix are obtained.
See Also: