Uses of Interface
org.ojalgo.structure.AccessScalar
-
Packages that use AccessScalar Package Description org.ojalgo.array org.ojalgo.function org.ojalgo.function.aggregator org.ojalgo.matrix.store org.ojalgo.random org.ojalgo.scalar org.ojalgo.structure -
-
Uses of AccessScalar in org.ojalgo.array
Classes in org.ojalgo.array that implement AccessScalar Modifier and Type Class Description static classSparseArray.NonzeroView<N extends java.lang.Comparable<N>> -
Uses of AccessScalar in org.ojalgo.function
Subinterfaces of AccessScalar in org.ojalgo.function Modifier and Type Interface Description static interfaceBigFunction.Nullarystatic interfaceComplexFunction.NullaryinterfaceNullaryFunction<N extends java.lang.Comparable<N>>static interfacePrimitiveFunction.Nullarystatic interfaceQuadrupleFunction.Nullarystatic interfaceQuaternionFunction.Nullarystatic interfaceRationalFunction.Nullary -
Uses of AccessScalar in org.ojalgo.function.aggregator
Subinterfaces of AccessScalar in org.ojalgo.function.aggregator Modifier and Type Interface Description interfaceAggregatorFunction<N extends java.lang.Comparable<N>>Classes in org.ojalgo.function.aggregator that implement AccessScalar Modifier and Type Class Description static classAggregatorFunction.PredicateWrapper<N extends java.lang.Comparable<N>>(package private) static classBigAggregator.BigAggregatorFunction(package private) static classComplexAggregator.ComplexAggregatorFunction(package private) static classPrimitiveAggregator.PrimitiveAggregatorFunction(package private) static classQuadrupleAggregator.QuadrupleAggregatorFunction(package private) static classQuaternionAggregator.QuaternionAggregatorFunction(package private) static classRationalAggregator.RationalAggregatorFunction -
Uses of AccessScalar in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement AccessScalar Modifier and Type Class Description static classR064CSC.NonZeroViewstatic classR064CSR.NonZeroView -
Uses of AccessScalar in org.ojalgo.random
Classes in org.ojalgo.random that implement AccessScalar Modifier and Type Class Description (package private) classAbstractContinuous(package private) classAbstractDiscreteclassBinomialThe frequency in count indepedent trials, each with probability probability, has a binomial distribution.classCauchyhttps://en.wikipedia.org/wiki/Cauchy_distributionclassChiSquareDistribution(package private) static classChiSquareDistribution.Degree2(package private) static classChiSquareDistribution.NormalApproximationclassDeterministicclassErlangDistribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.classExponentialDistribution of length of life when no aging.classGammaDistribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.classGeometricThe number of required trials until an event with probability aProbability occurs has a geometric distribution.classLogNormalA continuous distribution in which the logarithm of a variable has a normal distribution.classNormalUnder general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).classPoissonThe Poisson distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time and/or space if these events occur with a known average rate and independently of the time since the last event.classRandomNumberRandomNumberclassTDistribution(package private) static classTDistribution.Degree1(package private) static classTDistribution.Degree2(package private) static classTDistribution.Degree3(package private) static classTDistribution.Degree4(package private) static classTDistribution.Degree5(package private) static classTDistribution.DegreeInfinityclassUniformCertain waiting times.classWeibullUseful as length of life distribution in reliability theory. -
Uses of AccessScalar in org.ojalgo.scalar
Subinterfaces of AccessScalar in org.ojalgo.scalar Modifier and Type Interface Description interfaceScalar<N extends java.lang.Comparable<N>>A Scalar is:(package private) interfaceSelfDeclaringScalar<S extends SelfDeclaringScalar<S>>Classes in org.ojalgo.scalar that implement AccessScalar Modifier and Type Class Description classAmount(currency) amount as in "amount = price * quatity"classBigScalarABigDecimalbased implementation of theScalarinterface.classComplexNumberComplexNumber is an immutable complex number class.classExactDecimal<S extends ExactDecimal<S>>To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).classMoneyAn exampleExactDecimalimplementation corresponding to the SQL data type MONEY or DECIMAL(19,4).classPriceprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"classPrimitiveScalarclassQuadruplehttps://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esclassQuantityquantity as in "amount = price * quatity"classQuaternionclassRationalNumber -
Uses of AccessScalar in org.ojalgo.structure
Subinterfaces of AccessScalar in org.ojalgo.structure Modifier and Type Interface Description interfaceElementView1D<N extends java.lang.Comparable<N>,V extends ElementView1D<N,V>>interfaceElementView2D<N extends java.lang.Comparable<N>,V extends ElementView2D<N,V>>interfaceElementViewAnyD<N extends java.lang.Comparable<N>,V extends ElementViewAnyD<N,V>>Classes in org.ojalgo.structure that implement AccessScalar Modifier and Type Class Description static classAccess1D.ElementView<N extends java.lang.Comparable<N>>static classAccess2D.ElementView<N extends java.lang.Comparable<N>>static classAccessAnyD.ElementView<N extends java.lang.Comparable<N>>
-