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) 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.Factory Modifier and Type Field Description static QR.Factory<ComplexNumber>
QR. C128
static QR.Factory<Quaternion>
QR. H256
static QR.Factory<RationalNumber>
QR. Q128
static QR.Factory<java.lang.Double>
QR. R064
static QR.Factory<Quadruple>
QR. R128
-