public interface LUAlgorithm
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getL()
Get the lower triangular L of the LU decomposition.
|
DblMatrix |
getU()
Get the upper triangular matrix U of the LU decomposition.
|
boolean |
isSingular()
Return true if a singular condition is encountered during.
|
DblMatrix |
solveSystem(DblMatrix Y)
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
|
Copyright © 2011, 2013. Daniel P. Dougherty