public class ComplexLUEx1 extends Object
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 and Description |
---|
ComplexLUEx1() |
public static void main(String[] args) throws SingularMatrixException
SingularMatrixException
Copyright © 2020 Rogue Wave Software. All rights reserved.