Uses of Class
org.ojalgo.scalar.RationalNumber
-
-
Uses of RationalNumber in org.ojalgo.array
Fields in org.ojalgo.array with type parameters of type RationalNumber Modifier and Type Field Description static ScalarArray.Factory<RationalNumber>ArrayQ128. FACTORYstatic Array1D.Factory<RationalNumber>Array1D. Q128static Array2D.Factory<RationalNumber>Array2D. Q128static ArrayAnyD.Factory<RationalNumber>ArrayAnyD. Q128Methods in org.ojalgo.array with parameters of type RationalNumber Modifier and Type Method Description static ArrayQ128ArrayQ128. wrap(RationalNumber... data)Constructors in org.ojalgo.array with parameters of type RationalNumber Constructor Description ArrayQ128(RationalNumber[] data) -
Uses of RationalNumber in org.ojalgo.function
Methods in org.ojalgo.function that return RationalNumber Modifier and Type Method Description default RationalNumberRationalFunction.Binary. invoke(RationalNumber arg1, double arg2)Methods in org.ojalgo.function with parameters of type RationalNumber Modifier and Type Method Description default RationalNumberRationalFunction.Binary. invoke(RationalNumber arg1, double arg2)static RationalFunction.NullaryRationalFunction. nullary(RationalNumber value) -
Uses of RationalNumber in org.ojalgo.function.aggregator
Fields in org.ojalgo.function.aggregator with type parameters of type RationalNumber Modifier and Type Field Description private static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. AVERAGEprivate static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. CARDINALITYprivate static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. LARGESTprivate static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. MAXprivate static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. MINprivate static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. NORM1private static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. NORM2private static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. PRODUCTprivate static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. PRODUCT2private static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. SMALLESTprivate static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. SUMprivate static java.lang.ThreadLocal<AggregatorFunction<RationalNumber>>RationalAggregator. SUM2Methods in org.ojalgo.function.aggregator that return types with arguments of type RationalNumber Modifier and Type Method Description AggregatorFunction<RationalNumber>RationalAggregator. average()AggregatorFunction<RationalNumber>RationalAggregator. cardinality()AggregatorFunction<RationalNumber>RationalAggregator. largest()AggregatorFunction<RationalNumber>RationalAggregator. maximum()AggregatorFunction<RationalNumber>RationalAggregator. minimum()AggregatorFunction<RationalNumber>RationalAggregator. norm1()AggregatorFunction<RationalNumber>RationalAggregator. norm2()AggregatorFunction<RationalNumber>RationalAggregator. product()AggregatorFunction<RationalNumber>RationalAggregator. product2()AggregatorFunction<RationalNumber>RationalAggregator. smallest()AggregatorFunction<RationalNumber>RationalAggregator. sum()AggregatorFunction<RationalNumber>RationalAggregator. sum2()Scalar<RationalNumber>RationalAggregator.RationalAggregatorFunction. toScalar() -
Uses of RationalNumber in org.ojalgo.function.constant
Fields in org.ojalgo.function.constant declared as RationalNumber Modifier and Type Field Description static RationalNumberRationalMath.Prefix. ATTOstatic RationalNumberRationalMath.Prefix. CENTIstatic RationalNumberRationalMath.Prefix. DECIstatic RationalNumberRationalMath.Prefix. DEKAstatic RationalNumberRationalMath. Estatic RationalNumberRationalMath. EIGHTstatic RationalNumberRationalMath. EIGHTHstatic RationalNumberRationalMath. ELEVENstatic RationalNumberRationalMath. ELEVENTHstatic RationalNumberRationalMath.Prefix. EXAstatic RationalNumberRationalMath.Prefix. FEMTOstatic RationalNumberRationalMath. FITHstatic RationalNumberRationalMath. FIVEstatic RationalNumberRationalMath. FOURstatic RationalNumberRationalMath.Prefix. GIGAstatic RationalNumberRationalMath. GOLDEN_RATIOstatic RationalNumberRationalMath. HALFstatic RationalNumberRationalMath. HALF_PIstatic RationalNumberRationalMath.Prefix. HECTOstatic RationalNumberRationalMath. HUNDREDstatic RationalNumberRationalMath. HUNDREDTHstatic RationalNumberRationalMath.Prefix. KILOstatic RationalNumberRationalMath.Prefix. MEGAstatic RationalNumberRationalMath.Prefix. MICROstatic RationalNumberRationalMath.Prefix. MILLIstatic RationalNumberRationalMath. NaNstatic RationalNumberRationalMath.Prefix. NANOstatic RationalNumberRationalMath. NEGstatic RationalNumberRationalMath. NEGATIVE_INFINITYstatic RationalNumberRationalMath. NINEstatic RationalNumberRationalMath. NINTHstatic RationalNumberRationalMath. ONEstatic RationalNumberRationalMath.Prefix. PETAstatic RationalNumberRationalMath. PIstatic RationalNumberRationalMath.Prefix. PICOstatic RationalNumberRationalMath. POSITIVE_INFINITYstatic RationalNumberRationalMath. QUARTERstatic RationalNumberRationalMath. SEVENstatic RationalNumberRationalMath. SEVENTHstatic RationalNumberRationalMath. SIXstatic RationalNumberRationalMath. SIXTHstatic RationalNumberRationalMath. SQRT_PIstatic RationalNumberRationalMath. SQRT_TWOstatic RationalNumberRationalMath. SQRT_TWO_PIstatic RationalNumberRationalMath. TENstatic RationalNumberRationalMath. TENTHstatic RationalNumberRationalMath.Prefix. TERAstatic RationalNumberRationalMath. THIRDstatic RationalNumberRationalMath. THOUSANDstatic RationalNumberRationalMath. THOUSANDTHstatic RationalNumberRationalMath. THREEstatic RationalNumberRationalMath. THREE_QUARTERSstatic RationalNumberRationalMath. TWELFTHstatic RationalNumberRationalMath. TWELVEstatic RationalNumberRationalMath. TWOstatic RationalNumberRationalMath. TWO_PIstatic RationalNumberRationalMath. TWO_THIRDSstatic RationalNumberRationalMath.Prefix. YOCTOstatic RationalNumberRationalMath.Prefix. YOTTAstatic RationalNumberRationalMath.Prefix. ZEPTOstatic RationalNumberRationalMath. ZEROstatic RationalNumberRationalMath.Prefix. ZETTA -
Uses of RationalNumber in org.ojalgo.function.polynomial
Methods in org.ojalgo.function.polynomial that return RationalNumber Modifier and Type Method Description protected RationalNumberPolynomialQ128. getDerivativeFactor(int power)protected RationalNumberPolynomialQ128. getPrimitiveFactor(int power)Methods in org.ojalgo.function.polynomial with parameters of type RationalNumber Modifier and Type Method Description static PolynomialQ128PolynomialQ128. wrap(RationalNumber... coefficients)Constructor parameters in org.ojalgo.function.polynomial with type arguments of type RationalNumber Constructor Description PolynomialQ128(BasicArray<RationalNumber> coefficients) -
Uses of RationalNumber in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return types with arguments of type RationalNumber Modifier and Type Method Description (package private) Cholesky<RationalNumber>MatrixQ128. newCholesky(Structure2D typical)(package private) DeterminantTask<RationalNumber>MatrixQ128. newDeterminantTask(Structure2D template)(package private) Eigenvalue<RationalNumber>MatrixQ128. newEigenvalue(Structure2D typical)(package private) InverterTask<RationalNumber>MatrixQ128. newInverterTask(Structure2D template)(package private) LDL<RationalNumber>MatrixQ128. newLDL(Structure2D typical)(package private) LU<RationalNumber>MatrixQ128. newLU(Structure2D typical)(package private) QR<RationalNumber>MatrixQ128. newQR(Structure2D typical)(package private) SingularValue<RationalNumber>MatrixQ128. newSingularValue(Structure2D typical)(package private) SolverTask<RationalNumber>MatrixQ128. newSolverTask(Structure2D templateBody, Structure2D templateRHS)Method parameters in org.ojalgo.matrix with type arguments of type RationalNumber Modifier and Type Method Description (package private) MatrixQ128.DenseReceiverMatrixQ128.Factory. dense(PhysicalStore<RationalNumber> delegate)(package private) MatrixQ128MatrixQ128.DenseReceiver. instantiate(MatrixStore<RationalNumber> store)(package private) MatrixQ128MatrixQ128.SparseReceiver. instantiate(MatrixStore<RationalNumber> store)(package private) MatrixQ128MatrixQ128. newInstance(ElementsSupplier<RationalNumber> store)(package private) MatrixQ128.SparseReceiverMatrixQ128.Factory. sparse(SparseStore.Builder<RationalNumber> delegate)Constructor parameters in org.ojalgo.matrix with type arguments of type RationalNumber Constructor Description DenseReceiver(PhysicalStore<RationalNumber> delegate)MatrixQ128(ElementsSupplier<RationalNumber> supplier)This method is for internal use only - YOU should NOT use it!SparseReceiver(SparseStore.Builder<RationalNumber> delegate) -
Uses of RationalNumber in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition with type parameters of type RationalNumber Modifier and Type Field Description static Bidiagonal.Factory<RationalNumber>Bidiagonal. Q128static Cholesky.Factory<RationalNumber>Cholesky. Q128static Eigenvalue.Factory<RationalNumber>Eigenvalue. Q128static Hessenberg.Factory<RationalNumber>Hessenberg. Q128static LDL.Factory<RationalNumber>LDL. Q128static LU.Factory<RationalNumber>LU. Q128static QR.Factory<RationalNumber>QR. Q128static SingularValue.Factory<RationalNumber>SingularValue. Q128static Tridiagonal.Factory<RationalNumber>Tridiagonal. Q128Methods in org.ojalgo.matrix.decomposition that return types with arguments of type RationalNumber Modifier and Type Method Description (package private) Array1D<RationalNumber>DeferredTridiagonal.Q128. makeReal(BasicArray<RationalNumber> offDiagonal)(package private) Array1D<RationalNumber>[]DenseBidiagonal.Q128. makeReal()Method parameters in org.ojalgo.matrix.decomposition with type arguments of type RationalNumber Modifier and Type Method Description (package private) Array1D<RationalNumber>DeferredTridiagonal.Q128. makeReal(BasicArray<RationalNumber> offDiagonal) -
Uses of RationalNumber in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store with type parameters of type RationalNumber Modifier and Type Field Description static GenericStore.Factory<RationalNumber>GenericStore. Q128static SparseStore.Factory<RationalNumber>SparseStore. Q128 -
Uses of RationalNumber in org.ojalgo.matrix.task
Fields in org.ojalgo.matrix.task with type parameters of type RationalNumber Modifier and Type Field Description static DeterminantTask.Factory<RationalNumber>DeterminantTask. Q128static InverterTask.Factory<RationalNumber>InverterTask. Q128static SolverTask.Factory<RationalNumber>SolverTask. Q128 -
Uses of RationalNumber in org.ojalgo.scalar
Fields in org.ojalgo.scalar declared as RationalNumber Modifier and Type Field Description static RationalNumberRationalNumber. MAX_VALUEstatic RationalNumberRationalNumber. MIN_VALUEstatic RationalNumberRationalNumber. NaNstatic RationalNumberRationalNumber. NEGstatic RationalNumberRationalNumber. NEGATIVE_INFINITYstatic RationalNumberRationalNumber. ONEstatic RationalNumberRationalNumber. POSITIVE_INFINITYstatic RationalNumberRationalNumber. TWOstatic RationalNumberRationalNumber. ZEROFields in org.ojalgo.scalar with type parameters of type RationalNumber Modifier and Type Field Description static Scalar.Factory<RationalNumber>RationalNumber. FACTORYMethods in org.ojalgo.scalar that return RationalNumber Modifier and Type Method Description RationalNumberRationalNumber. add(double arg)RationalNumberRationalNumber. add(RationalNumber arg)private static RationalNumberRationalNumber. add(RationalNumber arg1, RationalNumber arg2)RationalNumberRationalNumber. conjugate()RationalNumberRationalNumber. divide(double arg)RationalNumberRationalNumber. divide(RationalNumber arg)private static RationalNumberRationalNumber. divide(RationalNumber arg1, RationalNumber arg2)RationalNumberRationalNumber. enforce(NumberContext context)private static RationalNumberRationalNumber. fromLong(long d)RationalNumberRationalNumber. get()RationalNumberRationalNumber. invert()RationalNumberRationalNumber. multiply(double arg)RationalNumberRationalNumber. multiply(RationalNumber arg)private static RationalNumberRationalNumber. multiply(RationalNumber arg1, RationalNumber arg2)RationalNumberRationalNumber. negate()static RationalNumberRationalNumber. of(long numerator, long denominator)private static RationalNumberRationalNumber. of(java.math.BigInteger numer, java.math.BigInteger denom)static RationalNumberRationalNumber. parse(java.lang.CharSequence plainNumberString)RationalNumberRationalNumber. power(int power)static RationalNumberRationalNumber. rational(double d)private static RationalNumberRationalNumber. rational(double d, double error, int depthLimit)RationalNumberRationalNumber. signum()RationalNumberRationalNumber. subtract(double arg)RationalNumberRationalNumber. subtract(RationalNumber arg)private static RationalNumberRationalNumber. subtract(RationalNumber arg1, RationalNumber arg2)static RationalNumberRationalNumber. valueOf(double value)static RationalNumberRationalNumber. valueOf(long value)static RationalNumberRationalNumber. valueOf(java.lang.Comparable<?> number)Methods in org.ojalgo.scalar with parameters of type RationalNumber Modifier and Type Method Description RationalNumberRationalNumber. add(RationalNumber arg)private static RationalNumberRationalNumber. add(RationalNumber arg1, RationalNumber arg2)intRationalNumber. compareTo(RationalNumber reference)RationalNumberRationalNumber. divide(RationalNumber arg)private static RationalNumberRationalNumber. divide(RationalNumber arg1, RationalNumber arg2)static booleanRationalNumber. isAbsolute(RationalNumber value)static booleanRationalNumber. isInfinite(RationalNumber value)static booleanRationalNumber. isNaN(RationalNumber value)static booleanRationalNumber. isSmall(double comparedTo, RationalNumber value)RationalNumberRationalNumber. multiply(RationalNumber arg)private static RationalNumberRationalNumber. multiply(RationalNumber arg1, RationalNumber arg2)RationalNumberRationalNumber. subtract(RationalNumber arg)private static RationalNumberRationalNumber. subtract(RationalNumber arg1, RationalNumber arg2)private static java.lang.StringRationalNumber. toString(RationalNumber aNmbr)
-