File tree Expand file tree Collapse file tree
libraries-data-2/src/main/java/com/baeldung/suanshu Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .baeldung .suanshu ;
22
3+ /*
34import com.numericalmethod.suanshu.algebra.linear.matrix.doubles.Matrix;
45import com.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.dense.DenseMatrix;
56import com.numericalmethod.suanshu.algebra.linear.matrix.doubles.operation.Inverse;
910import com.numericalmethod.suanshu.analysis.function.polynomial.root.PolyRoot;
1011import com.numericalmethod.suanshu.analysis.function.polynomial.root.PolyRootSolver;
1112import com.numericalmethod.suanshu.number.complex.Complex;
13+ */
1214import org .slf4j .Logger ;
1315import org .slf4j .LoggerFactory ;
1416
@@ -137,5 +139,5 @@ public void solvePolynomial() {
137139 List<? extends Number> roots = solver.solve(p);
138140 log.info("Finding polynomial roots: {}", roots);
139141 }
140- */ /
142+ */
141143}
You can’t perform that action at this time.
0 commit comments