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 class
SparseArray.NonzeroView<N extends Comparable<N>>
-
Uses of AccessScalar in org.ojalgo.function
Subinterfaces of AccessScalar in org.ojalgo.functionModifier and TypeInterfaceDescriptionstatic interface
static interface
interface
NullaryFunction<N extends Comparable<N>>
static interface
static interface
static interface
static 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 class
AggregatorFunction.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.random
Classes in org.ojalgo.random that implement AccessScalarModifier and TypeClassDescription(package private) class
(package private) class
class
The frequency in count indepedent trials, each with probability probability, has a binomial distribution.class
https://en.wikipedia.org/wiki/Cauchy_distributionclass
(package private) static final class
(package private) static final class
class
class
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.class
Distribution of length of life when no aging.class
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.class
The number of required trials until an event with probability aProbability occurs has a geometric distribution.class
A continuous distribution in which the logarithm of a variable has a normal distribution.class
Under general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).class
The 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.class
RandomNumberclass
(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 class
class
Certain waiting times.class
Useful as length of life distribution in reliability theory. -
Uses of AccessScalar in org.ojalgo.scalar
Subinterfaces of AccessScalar in org.ojalgo.scalarModifier and TypeInterfaceDescriptioninterface
Scalar<N extends Comparable<N>>
A Scalar is:(package private) interface
SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>
Classes in org.ojalgo.scalar that implement AccessScalarModifier and TypeClassDescriptionfinal class
(currency) amount as in "amount = price * quatity"final class
ABigDecimal
based implementation of theScalar
interface.final class
ComplexNumber is an immutable complex number class.class
ExactDecimal<S extends ExactDecimal<S>>
To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).final class
An exampleExactDecimal
implementation corresponding to the SQL data type MONEY or DECIMAL(19,4).final class
price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"final class
class
https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esfinal class
quantity as in "amount = price * quatity"final class
final class
-
Uses of AccessScalar in org.ojalgo.structure
Subinterfaces of AccessScalar in org.ojalgo.structureModifier and TypeInterfaceDescriptioninterface
ElementView1D<N extends Comparable<N>,
V extends ElementView1D<N, V>> interface
ElementView2D<N extends Comparable<N>,
V extends ElementView2D<N, V>> interface
ElementViewAnyD<N extends Comparable<N>,
V extends ElementViewAnyD<N, V>> Classes in org.ojalgo.structure that implement AccessScalarModifier and TypeClassDescriptionstatic final class
Access1D.ElementView<N extends Comparable<N>>
static class
Access2D.ElementView<N extends Comparable<N>>
static final class
AccessAnyD.ElementView<N extends Comparable<N>>