Uses of Interface
org.ojalgo.structure.AccessScalar
Packages that use AccessScalar
Package
Description
-
Uses of AccessScalar in org.ojalgo.array
Classes in org.ojalgo.array that implement AccessScalarModifier and TypeClassDescriptionstatic final classSparseArray.NonzeroView<N extends Comparable<N>> -
Uses of AccessScalar in org.ojalgo.function
Subinterfaces of AccessScalar in org.ojalgo.functionModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceinterfaceNullaryFunction<N extends Comparable<N>>static interfacestatic interfacestatic interfacestatic interface -
Uses of AccessScalar in org.ojalgo.function.aggregator
Subinterfaces of AccessScalar in org.ojalgo.function.aggregatorClasses in org.ojalgo.function.aggregator that implement AccessScalarModifier and TypeClassDescriptionstatic final classAggregatorFunction.PredicateWrapper<N extends Comparable<N>>(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class -
Uses of AccessScalar in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement AccessScalarModifier and TypeClassDescriptionstatic final classstatic final class -
Uses of AccessScalar in org.ojalgo.random
Classes in org.ojalgo.random that implement AccessScalarModifier and TypeClassDescription(package private) class(package private) classclassThe frequency in count indepedent trials, each with probability probability, has a binomial distribution.classhttps://en.wikipedia.org/wiki/Cauchy_distributionclass(package private) static final class(package private) static final classclassclassDistribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.classDistribution of length of life when no aging.classDistribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.classThe number of required trials until an event with probability aProbability occurs has a geometric distribution.classA continuous distribution in which the logarithm of a variable has a normal distribution.classUnder general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).classThe 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.classRandomNumberclass(package private) static final class(package private) static final class(package private) static final class(package private) static final class(package private) static final class(package private) static final classclassCertain waiting times.classUseful as length of life distribution in reliability theory. -
Uses of AccessScalar in org.ojalgo.scalar
Subinterfaces of AccessScalar in org.ojalgo.scalarModifier and TypeInterfaceDescriptioninterfaceScalar<N extends Comparable<N>>A Scalar is:(package private) interfaceSelfDeclaringScalar<S extends SelfDeclaringScalar<S>>Classes in org.ojalgo.scalar that implement AccessScalarModifier and TypeClassDescriptionfinal class(currency) amount as in "amount = price * quatity"final classABigDecimalbased implementation of theScalarinterface.final classComplexNumber 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).final classAn exampleExactDecimalimplementation corresponding to the SQL data type MONEY or DECIMAL(19,4).final classprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"final classclasshttps://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esfinal classquantity as in "amount = price * quatity"final classfinal class -
Uses of AccessScalar in org.ojalgo.structure
Subinterfaces of AccessScalar in org.ojalgo.structureModifier and TypeInterfaceDescriptioninterfaceElementView1D<N extends Comparable<N>, V extends ElementView1D<N,V>> interfaceElementView2D<N extends Comparable<N>, V extends ElementView2D<N,V>> interfaceElementViewAnyD<N extends Comparable<N>, V extends ElementViewAnyD<N,V>> Classes in org.ojalgo.structure that implement AccessScalarModifier and TypeClassDescriptionstatic final classAccess1D.ElementView<N extends Comparable<N>>static classAccess2D.ElementView<N extends Comparable<N>>static final classAccessAnyD.ElementView<N extends Comparable<N>>