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) void
AbstractPolynomial.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.C128
static final QR.Factory
<Quaternion> QR.H256
static final QR.Factory
<RationalNumber> QR.Q128
static final QR.Factory
<Double> QR.R064
static final QR.Factory
<Quadruple> QR.R128