-
- All Superinterfaces:
NumberDefinition
- All Known Subinterfaces:
AggregatorFunction<N>,BigFunction.Nullary,ComplexFunction.Nullary,ElementView1D<N,V>,ElementView2D<N,V>,ElementViewAnyD<N,V>,NullaryFunction<N>,PrimitiveFunction.Nullary,QuadrupleFunction.Nullary,QuaternionFunction.Nullary,RationalFunction.Nullary,Scalar<N>,SelfDeclaringScalar<S>
- All Known Implementing Classes:
AbstractContinuous,AbstractDiscrete,Access1D.ElementView,Access2D.ElementView,AccessAnyD.ElementView,AggregatorFunction.PredicateWrapper,Amount,BigAggregator.BigAggregatorFunction,BigScalar,Binomial,Cauchy,ChiSquareDistribution,ChiSquareDistribution.Degree2,ChiSquareDistribution.NormalApproximation,ComplexAggregator.ComplexAggregatorFunction,ComplexNumber,Deterministic,Erlang,ExactDecimal,Exponential,Gamma,Geometric,LogNormal,Money,Normal,Poisson,Price,PrimitiveAggregator.PrimitiveAggregatorFunction,PrimitiveScalar,Quadruple,QuadrupleAggregator.QuadrupleAggregatorFunction,Quantity,Quaternion,QuaternionAggregator.QuaternionAggregatorFunction,R064CSC.NonZeroView,R064CSR.NonZeroView,RandomNumber,RationalAggregator.RationalAggregatorFunction,RationalNumber,SparseArray.NonzeroView,TDistribution,TDistribution.Degree1,TDistribution.Degree2,TDistribution.Degree3,TDistribution.Degree4,TDistribution.Degree5,TDistribution.DegreeInfinity,Uniform,Weibull
public interface AccessScalar<N> extends NumberDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nget()-
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
-
-
-
Method Detail
-
get
N get()
-
-