Class BlockSplitPointSearch
- java.lang.Object
-
- dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3.BlockSplitPointSearch
-
public class BlockSplitPointSearch extends Object
Computes the splitting points with the given threshold.
-
-
Constructor Summary
Constructors Constructor Description BlockSplitPointSearch(double splitThreshold, double matrixNorm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
compute(Vector D, Vector E, Vector E2)
Searches splitting points in the symmetric tridiagonal matrix.
-