Package org.episteme.core.mathematics.analysis
package org.episteme.core.mathematics.analysis
-
ClassDescriptionBijection<D,
C> A bijective function (one-to-one and onto mapping).ContinuousFunction<D,C> Represents a continuous function.Represents a differentiable function.Provides numerical and symbolic differentiation capabilities. * @author Silvere Martin-MichiellotFunction<D,C> Represents a mathematical function from a domain D to a codomain C.IntegrableFunction<D,C> Represents an integrable function.Provides numerical integration capabilities. * @author Silvere Martin-MichiellotMultivariate function (multiple variables: â„Ââ¿ → â„Â).Represents a real-valued function of multiple real variables (R^n -> R).Represents a polynomial function P(x) over a Ring R.Represents a real-valued function of a real variable (R -> R).Relation<D,C> Represents a binary relation between a domain D and a codomain C.ScalarField<V>Represents a scalar field: f: â„Ââ¿ → â„ÂScalar-valued function (returns a single real number).Utility for basic symbolic operations (Differentiation).Univariate function (single variable: ℠→ â„Â).VectorField<V>Represents a vector field: F: â„Ââ¿ → â„Ââ¿VectorFunction<F extends Field<F>>Represents a function from a vector space to another (F^n -> F^m).