Uses of Class
org.ojalgo.function.PrimitiveFunction.SampleDomain
-
Packages that use PrimitiveFunction.SampleDomain Package Description org.ojalgo.data.transform org.ojalgo.function org.ojalgo.function.series -
-
Uses of PrimitiveFunction.SampleDomain in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform with parameters of type PrimitiveFunction.SampleDomain Modifier and Type Method Description static MatrixStore<ComplexNumber>
DiscreteFourierTransform. sample(java.util.function.DoubleUnaryOperator function, PrimitiveFunction.SampleDomain sampleDomain)
Sample, and transform, a function using the Discrete Fourier Transform. -
Uses of PrimitiveFunction.SampleDomain in org.ojalgo.function
Methods in org.ojalgo.function that return PrimitiveFunction.SampleDomain Modifier and Type Method Description PrimitiveFunction.SampleDomain
PrimitiveFunction.SampleDomain. adjustToPowerOf2()
Adjusts the number of samples to the smallest power of 2 that is not less than the current number of samples. -
Uses of PrimitiveFunction.SampleDomain in org.ojalgo.function.series
Methods in org.ojalgo.function.series that return PrimitiveFunction.SampleDomain Modifier and Type Method Description PrimitiveFunction.SampleDomain
PeriodicFunction. getSampleDomain(int nbSamples)
Methods in org.ojalgo.function.series with parameters of type PrimitiveFunction.SampleDomain Modifier and Type Method Description static FourierSeries
FourierSeries. estimate(java.util.function.DoubleUnaryOperator function, PrimitiveFunction.SampleDomain sampleDomain)
-