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 toargin theapplymethod.BinaryFunctorImpl<T> Deprecated. BinaryNumerical Binary numerical function for functions like Plot3DComparators ProvideComparatorclasses.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 aComparatorand check if the evaluation of a binary AST object givesS.Falseor-1and return1, orS.Trueor1and return-1.Predicates.IsBinaryTrue Implement aComparatorand check if the evaluation of a binary AST object givesS.Trueor1and return1, orS.Falseor-1and 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 toargin theapplymethod.UnaryCompiled Unary numerical function for functions like PlotUnaryNumerical Unary numerical function for functions like PlotUnaryVariable2Slot