@Data public static class CommonsDenseMatrix.DenseCholeskySolver extends java.lang.Object implements CholeskyDecomposition.CholeskySolver
Constructor and Description |
---|
DenseCholeskySolver(org.apache.commons.math3.linear.DecompositionSolver implementation,
Matrix L) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.apache.commons.math3.linear.DecompositionSolver |
getImplementation() |
Matrix |
getL() |
int |
hashCode() |
DenseMatrix |
solve(Matrix b,
CholeskyDecomposition.SolverMode mode) |
java.lang.String |
toString() |
public DenseCholeskySolver(org.apache.commons.math3.linear.DecompositionSolver implementation, Matrix L)
public DenseMatrix solve(Matrix b, CholeskyDecomposition.SolverMode mode)
solve
in interface CholeskyDecomposition.CholeskySolver
@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()
@Pure public Matrix getL()