Uses of Class
dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3.LDDecomposition
-
Packages that use LDDecomposition Package Description dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3 dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3.getvec -
-
Uses of LDDecomposition in dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3
Constructors in dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3 with parameters of type LDDecomposition Constructor Description SturmCount(LDDecomposition LDLt, int twistIndex)
Creates an instance for computing the Sturm count of a given robust representation (T - σ I = LDLT). -
Uses of LDDecomposition in dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3.getvec
Constructors in dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3.getvec with parameters of type LDDecomposition Constructor Description Getvec(LDDecomposition LDLt, double lambda, int twistIndex, double gapTolerance, double minPivot)
Computes an FP vector of a singleton.
-