Module rules

Module rules 

Source
Expand description

Derivative and Antiderivative Rules

Defines rule types and structures for automatic differentiation and integration. These rules enable the Universal Function Intelligence System to compute derivatives and antiderivatives efficiently using pattern matching and rule-based evaluation.

Structs§

AntiderivativeRule
Antiderivative rule for automatic integration
DerivativeRule
Derivative rule for automatic differentiation
DomainRangeData
Domain and range information
MathIdentity
Mathematical identity for symbolic computation
RecurrenceRule
Recurrence relation for symbolic computation
SpecialValue
Special value for exact computation
ThreeTermRecurrence
Three-term recurrence for orthogonal polynomials

Enums§

AntiderivativeRuleType
Types of antiderivative rules for performance optimization
ConstantOfIntegration
Constant of integration handling
DerivativeRuleType
Types of derivative rules for performance optimization
Domain
Mathematical domain
EvaluationMethod
Evaluation method for computational efficiency
Range
Mathematical range