@Data public static class CommonsDenseMatrix.DenseLUSolver extends java.lang.Object implements LUDecomposition.LUSolver
Constructor and Description |
---|
DenseLUSolver(org.apache.commons.math3.linear.DecompositionSolver implementation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.apache.commons.math3.linear.DecompositionSolver |
getImplementation() |
int |
hashCode() |
DenseMatrix |
solve(Matrix b) |
java.lang.String |
toString() |
public DenseLUSolver(org.apache.commons.math3.linear.DecompositionSolver implementation)
public DenseMatrix solve(Matrix b)
solve
in interface LUDecomposition.LUSolver
@Pure public int hashCode()
hashCode
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public org.apache.commons.math3.linear.DecompositionSolver getImplementation()