Uses of Interface
org.ojalgo.matrix.decomposition.QR.Factory
Packages that use QR.Factory
-
Uses of QR.Factory in org.ojalgo.function.polynomial
Methods in org.ojalgo.function.polynomial with parameters of type QR.FactoryModifier and TypeMethodDescription(package private) voidAbstractPolynomial.estimate(Access1D<?> x, Access1D<?> y, PhysicalStore.Factory<N, ?> store, QR.Factory<N> qr) -
Uses of QR.Factory in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as QR.FactoryModifier and TypeFieldDescriptionstatic final QR.Factory<ComplexNumber> QR.C128static final QR.Factory<Quaternion> QR.H256static final QR.Factory<RationalNumber> QR.Q128static final QR.Factory<Double> QR.R064static final QR.Factory<Quadruple> QR.R128