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