Uses of Interface
org.episteme.core.mathematics.analysis.DifferentiableFunction
Packages that use DifferentiableFunction
Package
Description
-
Uses of DifferentiableFunction in org.episteme.core.mathematics.analysis
Subinterfaces of DifferentiableFunction in org.episteme.core.mathematics.analysisModifier and TypeInterfaceDescriptioninterfaceRepresents a real-valued function of a real variable (R -> R).interfaceUnivariate function (single variable: ℠→ â„Â).interfaceVectorFunction<F extends Field<F>>Represents a function from a vector space to another (F^n -> F^m).Classes in org.episteme.core.mathematics.analysis that implement DifferentiableFunctionModifier and TypeClassDescriptionclassRepresents a polynomial function P(x) over a Ring R. -
Uses of DifferentiableFunction in org.episteme.core.mathematics.analysis.series
Methods in org.episteme.core.mathematics.analysis.series with parameters of type DifferentiableFunctionModifier and TypeMethodDescriptionstatic PowerSeriesPowerSeries.taylor(DifferentiableFunction<Real, Real> f, Real center) Generates a Taylor series expansion for a differentiable function. f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2!static PowerSeriesPowerSeries.taylor(DifferentiableFunction<Real, Real> f, Real center, int maxOrder) Generates a Taylor series expansion with memoized derivatives. -
Uses of DifferentiableFunction in org.episteme.core.mathematics.analysis.transform
Classes in org.episteme.core.mathematics.analysis.transform that implement DifferentiableFunctionModifier and TypeClassDescriptionclassDiscrete Fourier Transform (DFT) using Fast Fourier Transform (FFT) algorithm. -
Uses of DifferentiableFunction in org.episteme.core.mathematics.geometry
Subinterfaces of DifferentiableFunction in org.episteme.core.mathematics.geometryModifier and TypeInterfaceDescriptioninterfaceRepresents a parametric curve in N-dimensional space.interfaceRepresents a parametric surface in 3D space. -
Uses of DifferentiableFunction in org.episteme.core.mathematics.geometry.curves
Classes in org.episteme.core.mathematics.geometry.curves that implement DifferentiableFunctionModifier and TypeClassDescriptionclassRepresents a Bézier curve.classRepresents a circle as a parametric curve.classRepresents an ellipse curve.classRepresents a 3D helix (spiral) curve. -
Uses of DifferentiableFunction in org.episteme.core.mathematics.geometry.surfaces
Classes in org.episteme.core.mathematics.geometry.surfaces that implement DifferentiableFunctionModifier and TypeClassDescriptionclassRepresents a conical surface.classRepresents a cylindrical surface.classRepresents an ellipsoidal surface.classRepresents a paraboloidal surface.classRepresents a sphere as a parametric surface.classRepresents a torus as a parametric surface. -
Uses of DifferentiableFunction in org.episteme.core.mathematics.symbolic
Methods in org.episteme.core.mathematics.symbolic with parameters of type DifferentiableFunction