Uses of Interface
org.ojalgo.matrix.decomposition.QR.Factory
-
Packages that use QR.Factory Package Description org.ojalgo.function.polynomial org.ojalgo.matrix.decomposition -
-
Uses of QR.Factory in org.ojalgo.function.polynomial
Methods in org.ojalgo.function.polynomial with parameters of type QR.Factory Modifier and Type Method Description (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.Factory Modifier and Type Field Description static QR.Factory<ComplexNumber>QR. C128static QR.Factory<Quaternion>QR. H256static QR.Factory<RationalNumber>QR. Q128static QR.Factory<java.lang.Double>QR. R064static QR.Factory<Quadruple>QR. R128
-