public class Inverse extends DenseMatrix
A.multiply(A.inverse()) == A.ONE()
There are multiple ways to compute the inverse of a matrix. They are,
Constructor and Description |
---|
Inverse(Matrix A)
Constructs the inverse of a matrix.
|
Inverse(Matrix A,
double epsilon)
Constructs the inverse of a matrix.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.