Uses of Class
org.ojalgo.function.PrimitiveFunction.SampleDomain
Packages that use PrimitiveFunction.SampleDomain
-
Uses of PrimitiveFunction.SampleDomain in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform with parameters of type PrimitiveFunction.SampleDomainModifier and TypeMethodDescriptionstatic MatrixStore
<ComplexNumber> DiscreteFourierTransform.sample
(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.SampleDomainModifier and TypeMethodDescriptionPrimitiveFunction.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.SampleDomainMethods in org.ojalgo.function.series with parameters of type PrimitiveFunction.SampleDomainModifier and TypeMethodDescriptionstatic FourierSeries
FourierSeries.estimate
(DoubleUnaryOperator function, PrimitiveFunction.SampleDomain sampleDomain)