Package org.matheclipse.core.generic
Functors and Predicates.
-
Interface Summary Interface Description ObjIntFunction<T,R> Represents a function that accepts two arguments (T, int) and produces a result.ObjIntPredicate<T> A predicate of two arguments - one object and oneint
. -
Class Summary Class Description BinaryBindIth1st Clone a given AST and set the i-th argument of the new AST toarg
in theapply
method.BinaryFunctorImpl<T> Deprecated. BinaryNumerical Binary numerical function for functions like Plot3DComparators ProvideComparator
classes.ComplexUnaryNumerical Functors GenericPair<K,V> Generic pair.MultivariateJacobianGradient A class for functions that compute a vector of values and can compute their derivatives (Jacobian marix).MultiVariateNumerical MultiVariateVectorGradient A class representing a multivariate vectorial function.PowerTimesFunction Analyze if an expression is of the formx^n_.
Predicates Predicates.IsBinaryFalse Implement aComparator
and check if the evaluation of a binary AST object givesS.False
or-1
and return1
, orS.True
or1
and return-1
.Predicates.IsBinaryTrue Implement aComparator
and check if the evaluation of a binary AST object givesS.True
or1
and return1
, orS.False
or-1
and return-1
.Tensors Provide builder methods for creating dense tensor arrays.UnaryBindIth Clone a given AST and set the i-th argument of the new AST toarg
in theapply
method.UnaryCompiled Unary numerical function for functions like PlotUnaryNumerical Unary numerical function for functions like PlotUnaryVariable2Slot