$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
$
- $(IExpr, IExpr...) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST).
- $Aborted - Static variable in class org.matheclipse.core.expression.ID
- $Aborted - Static variable in class org.matheclipse.core.expression.S
- $Assumptions - Static variable in class org.matheclipse.core.expression.ID
- $Assumptions - Static variable in class org.matheclipse.core.expression.S
-
$Assumptions - contains the default assumptions for `Integrate`, `Refine` and `Simplify`.
- $b() - Static method in class org.matheclipse.core.expression.F
-
Create a
Blank[]
pattern object for pattern-matching and term rewriting - $b(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a
Blank[condition]
pattern object for pattern-matching and term rewriting - $b(IExpr, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a
Blank[condition]
pattern object for pattern-matching and term rewriting - $BaseDirectory - Static variable in class org.matheclipse.core.expression.ID
- $BaseDirectory - Static variable in class org.matheclipse.core.expression.S
- $bns(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a
BlankNullSequence[condition]
pattern object for pattern-matching and term rewriting - $bs(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a
BlankSequence[condition]
pattern object for pattern-matching and term rewriting - $Cancel - Static variable in class org.matheclipse.core.expression.ID
- $Cancel - Static variable in class org.matheclipse.core.expression.S
- $catch(Object) - Static method in class org.matheclipse.core.expression.J
-
Catch(expr) - returns the value argument of the first `Throw(value)` generated in the evaluation of `expr`.
- $catch(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Catch(expr) - returns the value argument of the first `Throw(value)` generated in the evaluation of `expr`.
- $catch(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Catch(expr) - returns the value argument of the first `Throw(value)` generated in the evaluation of `expr`.
- $CharacterEncoding - Static variable in class org.matheclipse.core.expression.ID
- $CharacterEncoding - Static variable in class org.matheclipse.core.expression.S
- $Context - Static variable in class org.matheclipse.core.expression.ID
- $Context - Static variable in class org.matheclipse.core.expression.S
- $ContextPath - Static variable in class org.matheclipse.core.expression.ID
- $ContextPath - Static variable in class org.matheclipse.core.expression.S
- $CreationDate - Static variable in class org.matheclipse.core.expression.ID
- $CreationDate - Static variable in class org.matheclipse.core.expression.S
- $default(Object) - Static method in class org.matheclipse.core.expression.J
-
Default(symbol) - `Default` returns the default value associated with the `symbol` for a pattern default `_.` expression.
- $default(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Default(symbol) - `Default` returns the default value associated with the `symbol` for a pattern default `_.` expression.
- $DisplayFunction - Static variable in class org.matheclipse.core.expression.ID
- $DisplayFunction - Static variable in class org.matheclipse.core.expression.S
- $div(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Operator overloading for Scala operator
/
. - $do(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Do(expr, {max}) - evaluates `expr` `max` times.
- $do(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Do(expr, {max}) - evaluates `expr` `max` times.
- $Failed - Static variable in class org.matheclipse.core.expression.ID
- $Failed - Static variable in class org.matheclipse.core.expression.S
- $for(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
For(start, test, incr, body) - evaluates `start`, and then iteratively `body` and `incr` as long as test evaluates to `True`.
- $HistoryLength - Static variable in class org.matheclipse.core.expression.ID
- $HistoryLength - Static variable in class org.matheclipse.core.expression.S
-
$HistoryLength - specifies the maximum number of `In` and `Out` entries.
- $HomeDirectory - Static variable in class org.matheclipse.core.expression.ID
- $HomeDirectory - Static variable in class org.matheclipse.core.expression.S
- $IdentityMatrix - Static variable in class org.matheclipse.core.expression.ID
- $IdentityMatrix - Static variable in class org.matheclipse.core.expression.S
- $if(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
If(cond, pos, neg) - returns `pos` if `cond` evaluates to `True`, and `neg` if it evaluates to `False`.
- $if(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
If(cond, pos, neg) - returns `pos` if `cond` evaluates to `True`, and `neg` if it evaluates to `False`.
- $import(Object) - Static method in class org.matheclipse.core.expression.J
-
Import("path-to-filename", "WXF") - if the file system is enabled, import an expression in WXF format from the "path-to-filename" file.
- $import(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Import("path-to-filename", "WXF") - if the file system is enabled, import an expression in WXF format from the "path-to-filename" file.
- $Input - Static variable in class org.matheclipse.core.expression.ID
- $Input - Static variable in class org.matheclipse.core.expression.S
- $InputFileName - Static variable in class org.matheclipse.core.expression.ID
- $InputFileName - Static variable in class org.matheclipse.core.expression.S
- $instanceof(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
InstanceOf[java-object, "class-name"] - return the result of the Java expression `java-object instanceof class`.
- $InverseFunction - Static variable in class org.matheclipse.core.expression.ExprAnalyzer
- $IterationLimit - Static variable in class org.matheclipse.core.expression.ID
- $IterationLimit - Static variable in class org.matheclipse.core.expression.S
-
$IterationLimit - specifies the maximum number of times a reevaluation of an expression may happen.
- $Line - Static variable in class org.matheclipse.core.expression.ID
- $Line - Static variable in class org.matheclipse.core.expression.S
-
$Line - holds the current input line number.
- $MachineEpsilon - Static variable in class org.matheclipse.core.expression.ID
- $MachineEpsilon - Static variable in class org.matheclipse.core.expression.S
- $MachinePrecision - Static variable in class org.matheclipse.core.expression.ID
- $MachinePrecision - Static variable in class org.matheclipse.core.expression.S
- $MaxMachineNumber - Static variable in class org.matheclipse.core.expression.ID
- $MaxMachineNumber - Static variable in class org.matheclipse.core.expression.S
-
$MaxMachineNumber - return the largest positive finite Java `double` value (`Double.MAX_VALUE` approx.
- $MessageList - Static variable in class org.matheclipse.core.expression.ID
- $MessageList - Static variable in class org.matheclipse.core.expression.S
- $MinMachineNumber - Static variable in class org.matheclipse.core.expression.ID
- $MinMachineNumber - Static variable in class org.matheclipse.core.expression.S
-
$MinMachineNumber - return the smallest positive normal Java `double` value (`Double.MIN_NORMAL` approx.
- $minus(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Operator overloading for Scala operator
/
. - $Notebooks - Static variable in class org.matheclipse.core.expression.ID
- $Notebooks - Static variable in class org.matheclipse.core.expression.S
- $OperatingSystem - Static variable in class org.matheclipse.core.expression.ID
- $OperatingSystem - Static variable in class org.matheclipse.core.expression.S
-
$OperatingSystem - gives the type of operating system ("Windows", "MacOSX", or "Unix") running Symja.
- $OptionsPattern() - Static method in class org.matheclipse.core.expression.F
- $OptionsPattern(ISymbol) - Static method in class org.matheclipse.core.expression.F
- $OptionsPattern(ISymbol, IExpr) - Static method in class org.matheclipse.core.expression.F
- $OutputSizeLimit - Static variable in class org.matheclipse.core.expression.ID
- $OutputSizeLimit - Static variable in class org.matheclipse.core.expression.S
- $p(String) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- $p(String, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- $p(String, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- $p(String, IExpr, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- $p(ISymbol) - Static method in class org.matheclipse.core.expression.F
-
Create a
Pattern[]
pattern for pattern-matching and term rewriting - $p(ISymbol, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- $p(ISymbol, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- $p(ISymbol, IExpr, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- $Packages - Static variable in class org.matheclipse.core.expression.ID
- $Packages - Static variable in class org.matheclipse.core.expression.S
- $Path - Static variable in class org.matheclipse.core.expression.ID
- $Path - Static variable in class org.matheclipse.core.expression.S
- $PathnameSeparator - Static variable in class org.matheclipse.core.expression.ID
- $PathnameSeparator - Static variable in class org.matheclipse.core.expression.S
- $plus(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Operator overloading for Scala operator
+
. - $PrePrint - Static variable in class org.matheclipse.core.expression.ID
- $PrePrint - Static variable in class org.matheclipse.core.expression.S
- $PreRead - Static variable in class org.matheclipse.core.expression.ID
- $PreRead - Static variable in class org.matheclipse.core.expression.S
- $ps(String) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- $ps(ISymbol) - Static method in class org.matheclipse.core.expression.F
-
Create a new PatternSequence
BlankSequence
. - $ps(ISymbol, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a new PatternSequence
BlankSequence
orBlankNullSequence
. - $ps(ISymbol, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a new PatternSequence
BlankSequence
orBlankNullSequence
. - $ps(ISymbol, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a new PatternSequence
BlankSequence
orBlankNullSequence
. - $RecursionLimit - Static variable in class org.matheclipse.core.expression.ID
- $RecursionLimit - Static variable in class org.matheclipse.core.expression.S
-
$RecursionLimit - holds the current input line number
- $Repeated(IExpr, int, int, EvalEngine) - Static method in class org.matheclipse.core.expression.F
- $return(Object) - Static method in class org.matheclipse.core.expression.J
-
Return(expr) - aborts a function call and returns `expr`.
- $RootDirectory - Static variable in class org.matheclipse.core.expression.ID
- $RootDirectory - Static variable in class org.matheclipse.core.expression.S
- $rubi(String) - Static method in class org.matheclipse.core.expression.F
- $rubi(String, IEvaluator) - Static method in class org.matheclipse.core.expression.F
- $s(String) - Static method in class org.matheclipse.core.expression.F
-
Get or create a global predefined symbol which is retrieved from the SYSTEM context map or created or retrieved from the SYSTEM context variables map.
- $Scaling - Static variable in class org.matheclipse.core.expression.ID
- $Scaling - Static variable in class org.matheclipse.core.expression.S
- $ScriptCommandLine - Static variable in class org.matheclipse.core.expression.ID
- $ScriptCommandLine - Static variable in class org.matheclipse.core.expression.S
-
$ScriptCommandLine - is a list of string arguments when running Symja in script mode.
- $short(Object) - Static method in class org.matheclipse.core.expression.J
- $SingleEntryMatrix - Static variable in class org.matheclipse.core.expression.ID
- $SingleEntryMatrix - Static variable in class org.matheclipse.core.expression.S
- $str(char) - Static method in class org.matheclipse.core.expression.F
- $str(String) - Static method in class org.matheclipse.core.expression.F
-
Create a string expression
- $str(String, short) - Static method in class org.matheclipse.core.expression.F
- $switch(Object) - Static method in class org.matheclipse.core.expression.J
-
Switch(expr, pattern1, value1, pattern2, value2, ...) - yields the first `value` for which `expr` matches the corresponding pattern.
- $switch(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Switch(expr, pattern1, value1, pattern2, value2, ...) - yields the first `value` for which `expr` matches the corresponding pattern.
- $switch(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Switch(expr, pattern1, value1, pattern2, value2, ...) - yields the first `value` for which `expr` matches the corresponding pattern.
- $SystemCharacterEncoding - Static variable in class org.matheclipse.core.expression.ID
- $SystemCharacterEncoding - Static variable in class org.matheclipse.core.expression.S
- $SystemMemory - Static variable in class org.matheclipse.core.expression.ID
- $SystemMemory - Static variable in class org.matheclipse.core.expression.S
- $TemporaryDirectory - Static variable in class org.matheclipse.core.expression.ID
- $TemporaryDirectory - Static variable in class org.matheclipse.core.expression.S
- $throw(Object) - Static method in class org.matheclipse.core.expression.J
-
Throw(value) - stops evaluation and returns `value` as the value of the nearest enclosing `Catch`.
- $throw(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Throw(value) - stops evaluation and returns `value` as the value of the nearest enclosing `Catch`.
- $times(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Operator overloading for Scala operator
*
. - $up(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Operator overloading for Scala operator
^
. - $UserBaseDirectory - Static variable in class org.matheclipse.core.expression.ID
- $UserBaseDirectory - Static variable in class org.matheclipse.core.expression.S
- $UserName - Static variable in class org.matheclipse.core.expression.ID
- $UserName - Static variable in class org.matheclipse.core.expression.S
- $Version - Static variable in class org.matheclipse.core.expression.ID
- $Version - Static variable in class org.matheclipse.core.expression.S
- $while(Object) - Static method in class org.matheclipse.core.expression.J
-
While(test, body) - evaluates `body` as long as test evaluates to `True`.
- $while(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
While(test, body) - evaluates `body` as long as test evaluates to `True`.
A
- a - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
a
that will never be assigned a value. - a_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
a_
that will be used only for predefined pattern-matching rules and can match one expression. - A_ - Static variable in class org.matheclipse.core.expression.F
- a_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- A_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- a_Symbol - Static variable in class org.matheclipse.core.expression.F
- aASTriangle(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AASTriangle(alpha, beta, a) - returns a triangle from 2 angles `alpha`, `beta` and side `a` (which is not between the angles).
- AASTriangle - Static variable in class org.matheclipse.core.expression.ID
- AASTriangle - Static variable in class org.matheclipse.core.expression.S
-
AASTriangle(alpha, beta, a) - returns a triangle from 2 angles `alpha`, `beta` and side `a` (which is not between the angles).
- Abort - Static variable in class org.matheclipse.core.expression.ID
- Abort - Static variable in class org.matheclipse.core.expression.S
-
Abort() - aborts an evaluation completely and returns `$Aborted`.
- ABORTED - Static variable in exception org.matheclipse.core.eval.exception.AbortException
- AbortException - Exception in org.matheclipse.core.eval.exception
- AbortException() - Constructor for exception org.matheclipse.core.eval.exception.AbortException
- abs() - Method in class org.matheclipse.core.expression.ApcomplexNum
- abs() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Get the absolute value for a given number
- abs() - Method in class org.matheclipse.core.expression.BigFractionSym
- abs() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Get the absolute value for a given number
- abs() - Method in class org.matheclipse.core.expression.ComplexNum
- abs() - Method in class org.matheclipse.core.expression.ComplexSym
-
Get the absolute value for a given number
- abs() - Method in class org.matheclipse.core.expression.FractionSym
-
Compute the absolute of this rational.
- abs() - Method in class org.matheclipse.core.expression.IntegerSym
-
Get the absolute value for a given number
- abs() - Method in class org.matheclipse.core.expression.Num
-
Get the absolute value for a given number
- abs() - Method in class org.matheclipse.core.expression.NumStr
- abs() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the absolute value of this.
- abs() - Method in interface org.matheclipse.core.interfaces.IFraction
-
Get the absolute value for a given number
- abs() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Get the absolute value for a given number
- abs() - Method in interface org.matheclipse.core.interfaces.INumber
-
Get the absolute value for a given number
- abs() - Method in interface org.matheclipse.core.interfaces.IRational
-
Get the absolute value for a given number
- abs() - Method in interface org.matheclipse.core.interfaces.IReal
-
Get the absolute value for a given number
- abs() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial absolute value, i.e.
- abs() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong absolute value.
- abs() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong absolute value.
- abs() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial absolute value, i.e.
- abs() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- abs(Object) - Static method in class org.matheclipse.core.expression.J
-
Abs(expr) - returns the absolute value of the real or complex number `expr`.
- abs(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Abs - Static variable in class org.matheclipse.core.expression.ID
- Abs - Static variable in class org.matheclipse.core.expression.S
-
Abs(expr) - returns the absolute value of the real or complex number `expr`.
- Abs(IExpr) - Static method in class org.matheclipse.core.expression.F
- AbsArg - Static variable in class org.matheclipse.core.expression.ID
- AbsArg - Static variable in class org.matheclipse.core.expression.S
-
AbsArg(expr) - returns a list of 2 values of the complex number `Abs(expr), Arg(expr)`.
- absolute(Number) - Static method in class org.matheclipse.core.tensor.sca.Clips
- absolute(IReal) - Static method in class org.matheclipse.core.tensor.sca.Clips
-
clips in the interval [-max, ..., max]
- absoluteCorrelation(Object, Object) - Static method in class org.matheclipse.core.expression.J
- AbsoluteCorrelation - Static variable in class org.matheclipse.core.expression.ID
- AbsoluteCorrelation - Static variable in class org.matheclipse.core.expression.S
- AbsoluteCorrelation(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- absoluteOne() - Static method in class org.matheclipse.core.tensor.sca.Clips
- AbsoluteTime - Static variable in class org.matheclipse.core.expression.ID
- AbsoluteTime - Static variable in class org.matheclipse.core.expression.S
- absoluteTiming(Object) - Static method in class org.matheclipse.core.expression.J
-
AbsoluteTiming(x) - returns a list with the first entry containing the evaluation time of `x` and the second entry is the evaluation result of `x`.
- AbsoluteTiming - Static variable in class org.matheclipse.core.expression.ID
- AbsoluteTiming - Static variable in class org.matheclipse.core.expression.S
-
AbsoluteTiming(x) - returns a list with the first entry containing the evaluation time of `x` and the second entry is the evaluation result of `x`.
- AbsorbMinusSign(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- AbsRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - AbsRules() - Constructor for class org.matheclipse.core.reflection.system.rules.AbsRules
- AbstractArg1 - Class in org.matheclipse.core.eval.interfaces
-
Evaluate a function with 1 argument.
- AbstractArg1() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractArg1
- AbstractArg12 - Class in org.matheclipse.core.eval.interfaces
-
Evaluate a function with 1 or 2 arguments.
- AbstractArg12() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractArg12
- AbstractArg2 - Class in org.matheclipse.core.eval.interfaces
-
Evaluate a function with 2 arguments.
- AbstractArg2() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractArg2
- AbstractArgMultiple - Class in org.matheclipse.core.eval.interfaces
- AbstractArgMultiple() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
- AbstractAssumptions - Class in org.matheclipse.core.eval.util
- AbstractAssumptions() - Constructor for class org.matheclipse.core.eval.util.AbstractAssumptions
- AbstractAST - Class in org.matheclipse.core.expression
- AbstractAST() - Constructor for class org.matheclipse.core.expression.AbstractAST
- AbstractAST.ASTIterator - Class in org.matheclipse.core.expression
- AbstractAST.NILPointer - Class in org.matheclipse.core.expression
-
The class
NILPointer
implements the constant objectF.NIL
(not in list), which indicates in the evaluation process that no evaluation was possible (i.e. - AbstractCoreFunctionEvaluator - Class in org.matheclipse.core.eval.interfaces
-
Abstract interface for built-in Symja functions.
- AbstractCoreFunctionEvaluator() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionEvaluator
- AbstractCoreFunctionOptionEvaluator - Class in org.matheclipse.core.eval.interfaces
- AbstractCoreFunctionOptionEvaluator() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionOptionEvaluator
- AbstractCorePredicateEvaluator - Class in org.matheclipse.core.eval.interfaces
-
Abstract interface for built-in Symja functions.
- AbstractCorePredicateEvaluator() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractCorePredicateEvaluator
- AbstractEvalStepListener - Class in org.matheclipse.core.interfaces
-
An abstract listener which could listen to the
EvalEngine#evalLoop()
steps, to implement an evaluation trace or a step by step evaluation. - AbstractEvalStepListener() - Constructor for class org.matheclipse.core.interfaces.AbstractEvalStepListener
- AbstractEvaluator - Class in org.matheclipse.core.eval.interfaces
-
Abstract interface for built-in Symja functions.
- AbstractEvaluator() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractEvaluator
- AbstractFractionSym - Class in org.matheclipse.core.expression
-
Abstract base class for FractionSym and BigFractionSym
- AbstractFractionSym() - Constructor for class org.matheclipse.core.expression.AbstractFractionSym
- AbstractFunctionEvaluator - Class in org.matheclipse.core.eval.interfaces
-
Abstract interface for built-in Symja functions.
- AbstractFunctionEvaluator() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
- AbstractFunctionOptionEvaluator - Class in org.matheclipse.core.eval.interfaces
- AbstractFunctionOptionEvaluator() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractFunctionOptionEvaluator
- AbstractHashedPatternRules - Class in org.matheclipse.core.patternmatching.hash
- AbstractHashedPatternRules(IExpr, IExpr, boolean) - Constructor for class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
- AbstractIntegerSym - Class in org.matheclipse.core.expression
-
Abstract base class for IntegerSym and BigIntegerSym
- AbstractIntegerSym() - Constructor for class org.matheclipse.core.expression.AbstractIntegerSym
- AbstractInterpolation - Class in org.matheclipse.core.tensor.itp
-
Suggested base class for implementations of
Interpolation
- AbstractInterpolation() - Constructor for class org.matheclipse.core.tensor.itp.AbstractInterpolation
- AbstractLevelVisitor - Class in org.matheclipse.core.visit
- AbstractLevelVisitor(int, int, int, int, boolean) - Constructor for class org.matheclipse.core.visit.AbstractLevelVisitor
-
Example value set for including all levels:
fromLevel = 0;
toLevel = Integer.MAX_VALUE;
fromDepth = Integer.MIN_VALUE;
toDepth = -1;
- AbstractLevelVisitor(IExpr, boolean, int, EvalEngine) - Constructor for class org.matheclipse.core.visit.AbstractLevelVisitor
-
Create a LevelSpecification from an IInteger or IAST list-object.
AnunevaledLevelExpr
is interpreted as a level specification for the allowed levels in an AST.
IfunevaledLevelExpr
is a non-negative IInteger iValue set Level {1,iValue};
IfunevaledLevelExpr
is a negative IInteger iValue set Level {iValue, 0};
IfunevaledLevelExpr
is a List {i0Value, i1Value} set Level {i0Value, i1Value}; - AbstractListStepVisitor<T> - Class in org.matheclipse.core.combinatoric
-
Abstract step visitor for
IAST
s. - AbstractListStepVisitor(IAST) - Constructor for class org.matheclipse.core.combinatoric.AbstractListStepVisitor
- AbstractMathMLFormFactory - Class in org.matheclipse.core.form.mathml
-
Abstract Factory for generating MathML output
- AbstractMathMLFormFactory() - Constructor for class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
Constructor for the EMML object
- AbstractMathMLFormFactory(String, NumberFormat) - Constructor for class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- AbstractMatrix1Expr - Class in org.matheclipse.core.eval.interfaces
- AbstractMatrix1Expr() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
- AbstractMatrix1Expr.PossibleZeroQTest - Class in org.matheclipse.core.eval.interfaces
- AbstractMatrix1Matrix - Class in org.matheclipse.core.eval.interfaces
- AbstractMatrix1Matrix() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractMatrix1Matrix
- AbstractNonOrderlessArgMultiple - Class in org.matheclipse.core.eval.interfaces
- AbstractNonOrderlessArgMultiple() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractNonOrderlessArgMultiple
- AbstractPatternMatcherMethod - Class in org.matheclipse.core.patternmatching
- AbstractPatternMatcherMethod() - Constructor for class org.matheclipse.core.patternmatching.AbstractPatternMatcherMethod
- AbstractPatternMatcherMethod(IExpr) - Constructor for class org.matheclipse.core.patternmatching.AbstractPatternMatcherMethod
-
Define a pattern-matching rule.
- AbstractPatternSequence - Class in org.matheclipse.core.expression
-
Abstract base class for patters with sequence handling.
- AbstractPatternSequence() - Constructor for class org.matheclipse.core.expression.AbstractPatternSequence
- AbstractPredicateEvaluator - Class in org.matheclipse.core.eval.interfaces
-
Abstract interface for built-in Symja functions.
- AbstractPredicateEvaluator() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractPredicateEvaluator
- AbstractSequence - Class in org.matheclipse.core.eval.util
-
Basic abstract class for sequence specifications.
- AbstractSequence(int, int, int) - Constructor for class org.matheclipse.core.eval.util.AbstractSequence
- AbstractSymbolEvaluator - Class in org.matheclipse.core.eval.interfaces
- AbstractSymbolEvaluator() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractSymbolEvaluator
- AbstractTeXConverter - Class in org.matheclipse.core.form.tex
-
Abstract converter for a TeX conversion in TeXFormFactory.
- AbstractTeXConverter() - Constructor for class org.matheclipse.core.form.tex.AbstractTeXConverter
- AbstractTrigArg1 - Class in org.matheclipse.core.eval.interfaces
-
Base class for functions with 1 argument (i.e.
- AbstractTrigArg1() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractTrigArg1
- AbstractVisitor - Class in org.matheclipse.core.visit
-
Abstract visitor which returns
F.NIL
, if the visitor step couldn't be evaluated. - AbstractVisitor() - Constructor for class org.matheclipse.core.visit.AbstractVisitor
-
Abstract visitor which returns
F.NIL
, if the visitor step couldn't be evaluated. - AbstractVisitorBoolean - Class in org.matheclipse.core.visit
- AbstractVisitorBoolean() - Constructor for class org.matheclipse.core.visit.AbstractVisitorBoolean
- AbstractVisitorInt - Class in org.matheclipse.core.visit
- AbstractVisitorInt() - Constructor for class org.matheclipse.core.visit.AbstractVisitorInt
- AbstractVisitorLong - Class in org.matheclipse.core.visit
- AbstractVisitorLong() - Constructor for class org.matheclipse.core.visit.AbstractVisitorLong
- AbsurdNumberFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- AbsurdNumberGCD(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- AbsurdNumberGCDList(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- AbsurdNumberQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- accept(AbstractVisitor) - Method in class org.matheclipse.core.patternmatching.RulesData
-
Run the given visitor on every IAST stored in the rule database.
- accept(IVisitor) - Method in class org.matheclipse.core.expression.AbstractAST
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.Blank
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.ComplexNum
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.ComplexSym
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- accept(IVisitor) - Method in class org.matheclipse.core.expression.DataExpr
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.Num
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.StringX
-
Accept a visitor with return type T
- accept(IVisitor) - Method in class org.matheclipse.core.expression.Symbol
-
Accept a visitor with return type T
- accept(IVisitor) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Accept a visitor with return type T
- accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.Blank
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.ComplexNum
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.ComplexSym
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.DataExpr
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.Num
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.StringX
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in class org.matheclipse.core.expression.Symbol
-
Accept a visitor with return type
boolean
. - accept(IVisitorBoolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Accept a visitor with return type
boolean
. - accept(IVisitorInt) - Method in class org.matheclipse.core.expression.AbstractAST
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.Blank
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.ComplexNum
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.ComplexSym
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.DataExpr
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.Num
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.StringX
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in class org.matheclipse.core.expression.Symbol
-
Accept a visitor with return type
int
- accept(IVisitorInt) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Accept a visitor with return type
int
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.AbstractAST
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.ApfloatNum
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.Blank
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.ComplexNum
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.ComplexSym
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.DataExpr
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.Num
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.StringX
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in class org.matheclipse.core.expression.Symbol
-
Accept a visitor with return type
long
- accept(IVisitorLong) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Accept a visitor with return type
long
- ACCEPT_NUMERIC_INTEGER_IN_INTEGERS_DOMAIN - Static variable in class org.matheclipse.core.basic.Config
-
Return
True
forApfloat
integers inElement(apfloat, Integers)
- acceptChecked(IVisitor) - Method in interface org.matheclipse.core.interfaces.IAST
- accumulate(Object) - Static method in class org.matheclipse.core.expression.J
-
Accumulate(list) - accumulate the values of `list` returning a new list.
- Accumulate - Static variable in class org.matheclipse.core.expression.ID
- Accumulate - Static variable in class org.matheclipse.core.expression.S
-
Accumulate(list) - accumulate the values of `list` returning a new list.
- accumulator() - Method in class org.matheclipse.core.interfaces.IASTAppendable.CollectorImpl
- acos() - Method in class org.matheclipse.core.expression.ApcomplexNum
- acos() - Method in class org.matheclipse.core.expression.ApfloatNum
- acos() - Method in class org.matheclipse.core.expression.ComplexNum
- acos() - Method in class org.matheclipse.core.expression.Num
- acos() - Method in class org.matheclipse.core.expression.NumStr
- acos() - Method in interface org.matheclipse.core.interfaces.IExpr
- acos() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- acosh() - Method in class org.matheclipse.core.expression.ApcomplexNum
- acosh() - Method in class org.matheclipse.core.expression.ApfloatNum
- acosh() - Method in interface org.matheclipse.core.interfaces.IExpr
- ActivateTrig(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- add(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- add(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- add(double) - Method in interface org.matheclipse.core.interfaces.IExpr
- add(double, Complex, Complex...) - Static method in class org.matheclipse.core.builtin.functions.JS
- add(int, Context) - Method in class org.matheclipse.core.expression.ContextPath
- add(Complex, double) - Static method in class org.matheclipse.core.builtin.functions.JS
-
Return
x.add(y)
. - add(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
-
Return
x.add(y)
. - add(Complex, Complex, Complex...) - Static method in class org.matheclipse.core.builtin.functions.JS
- add(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Compute the sum of
this
andv
. - add(ApcomplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- add(ComplexSym) - Method in class org.matheclipse.core.expression.ComplexSym
- add(Context) - Method in class org.matheclipse.core.expression.ContextPath
- add(IComplex) - Method in class org.matheclipse.core.expression.ComplexSym
- add(IComplex) - Method in interface org.matheclipse.core.interfaces.IComplex
- add(IComplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- add(IComplexNum) - Method in class org.matheclipse.core.expression.ComplexNum
- add(IComplexNum) - Method in interface org.matheclipse.core.interfaces.IComplexNum
- add(IExpr) - Method in class org.matheclipse.core.convert.VariablesSet
-
Check if the symbol is a valid variable.
- add(IExpr) - Method in class org.matheclipse.core.eval.LastCalculationsHistory
-
Add a new calculation to the history.
- add(IExpr) - Method in class org.matheclipse.core.eval.TraceStack
-
Add the expression to the internal trace list, if the trace matcher returns
true
. - add(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- add(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- add(IExpr, IExpr, int, long, IExpr) - Method in class org.matheclipse.core.eval.TraceStack
- add(IExpr, IExpr, int, long, IExpr) - Method in class org.matheclipse.core.interfaces.AbstractEvalStepListener
-
Add a new step in which the
inputExpr
was evaluated to the newresultExpr
. - add(IExpr, IExpr, int, long, IExpr) - Method in interface org.matheclipse.core.interfaces.IEvalStepListener
-
Add a new step in which the
inputExpr
was evaluated to the newresultExpr
. - add(IFraction) - Method in class org.matheclipse.core.expression.BigFractionSym
-
Return a new rational representing
this + other
. - add(IFraction) - Method in class org.matheclipse.core.expression.FractionSym
-
Return a new rational representing
this + other
. - add(IFraction) - Method in interface org.matheclipse.core.interfaces.IFraction
- add(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- add(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- add(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
-
this + val
- add(INum) - Method in class org.matheclipse.core.expression.ApfloatNum
- add(INum) - Method in class org.matheclipse.core.expression.Num
- add(INum) - Method in interface org.matheclipse.core.interfaces.INum
- add(IRational) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- add(IRational) - Method in class org.matheclipse.core.expression.BigFractionSym
- add(IRational) - Method in class org.matheclipse.core.expression.BigIntegerSym
- add(IRational) - Method in class org.matheclipse.core.expression.FractionSym
- add(IRational) - Method in class org.matheclipse.core.expression.IntegerSym
- add(IRational) - Method in interface org.matheclipse.core.interfaces.IRational
- add(IReal) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- add(IReal) - Method in class org.matheclipse.core.expression.BigIntegerSym
- add(IReal) - Method in class org.matheclipse.core.expression.IntegerSym
- add(IReal) - Method in class org.matheclipse.core.expression.Num
- add(IReal) - Method in interface org.matheclipse.core.interfaces.INum
- add(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
- add(Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Adds this vector to v1 and places the result in this vector.
- add(Vector3d, Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Adds vector v1 to v2 and places the result in this vector.
- add(IUnit) - Method in interface org.matheclipse.core.tensor.qty.IUnit
-
"addition" of units is performed in order to compute a product of quantities.
- add(T) - Method in class org.matheclipse.core.eval.util.ArraySet
- add(T) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Add an entry with multiplicity 1.
- add(T) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- add(T) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- add(T, int) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Add one entry with given multiplicity.
- add(T, int) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- add(T, int) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- addAlgebraicVariables(Set<IExpr>, IExpr) - Static method in class org.matheclipse.core.convert.VariablesSet
-
See the Variables() function in
Cos(x) + Sin(x)
,Cos(x)
andSin(x)
are extracted as variables^. - addAll(Collection<T>) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Add all values of the given collection.
- addAll(Collection<T>) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- addAll(Collection<T>) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- addAll(Set<? extends IExpr>) - Method in class org.matheclipse.core.convert.VariablesSet
- addAll(Multiset<T>) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Add another multiset to this.
- addAll(Multiset<T>) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- addAll(Multiset<T>) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- addAll(T[]) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Add all values of the given array.
- addAll(T[]) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- addAll(T[]) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- addAssumption(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- addAssumption(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- addAssumption(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Add more assumptions from the given
expr
. - addAttributes(int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Add the attributes to the existing attributes bit-set.
- addAttributes(int) - Method in class org.matheclipse.core.expression.Symbol
-
Add the attributes to the existing attributes bit-set.
- addAttributes(int) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Add the attributes to the existing attributes bit-set.
- addBooleanVarList(IExpr) - Method in class org.matheclipse.core.convert.VariablesSet
-
Add the variables which satisfy the
IExpr#isVariable()
predicate and which are used in logical functions like Not, And, OR, Xor,... - addEvalFlags(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Add an evaluation flag to the existing ones.
- addEvalFlags(int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Set an evaluation flag.
- addEvalFlags(int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Set an evaluation flag.
- addEvalFlags(int) - Method in class org.matheclipse.core.expression.Symbol
-
Set an evaluation flag.
- addEvalFlags(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Add an evaluation flag to the existing ones.
- addEvalFlags(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Set an evaluation flag.
- addEvaluatedTraceStep(IExpr, IExpr, IExpr...) - Method in class org.matheclipse.core.eval.EvalEngine
-
Add a single step to the currently defined trace stack and evaluate the
rewrittenExpr
expression. - addFlags(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Add a flag to the existing ones.
- addIfEmpty(IExpr) - Method in class org.matheclipse.core.eval.TraceStack
-
Add the expression to the internal trace list, if the trace matcher returns
true
and the trace lit is empty. - addInOut(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Add an expression to the
Out[]
list. - addInOut(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalHistory
-
Add a new calculation to the history.
- addListenersTo(Component) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- addModifiedVariable(ISymbol) - Method in class org.matheclipse.core.eval.EvalEngine
-
For every evaluation, store the list of modified variables in an internal list.
- addmul(IFraction, IFraction) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns
this+(fac1*fac2)
. - addNewFaces(FaceList, Vertex, Vector) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- addNonFractionalPart(GenPolynomial<BigRational>) - Method in interface org.matheclipse.core.polynomials.IPartialFractionGenerator
-
Add the non-fractional part of the partial fraction decomposition.
- addNonFractionalPart(GenPolynomial<BigRational>) - Method in class org.matheclipse.core.polynomials.PartialFractionGenerator
- addNonFractionalPart(GenPolynomial<BigRational>) - Method in class org.matheclipse.core.polynomials.PartialFractionIntegrateGenerator
- addOperator(Map<String, Operator>, Map<String, ArrayList<Operator>>, String, String, Operator) - Static method in class org.matheclipse.core.parser.ExprParserFactory
- addOptionsPattern(IExpr, EvalEngine) - Method in class org.matheclipse.core.expression.OptionsPattern
- addPadding() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- addPadding(double[]) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- addPattern(List<GenericPair<IExpr, IPatternObject>>) - Method in class org.matheclipse.core.expression.Blank
- addPattern(List<GenericPair<IExpr, IPatternObject>>) - Method in class org.matheclipse.core.expression.OptionsPattern
- addPattern(List<GenericPair<IExpr, IPatternObject>>) - Method in class org.matheclipse.core.expression.Pattern
- addPattern(List<GenericPair<IExpr, IPatternObject>>) - Method in class org.matheclipse.core.expression.PatternSequence
- addPattern(List<GenericPair<IExpr, IPatternObject>>) - Method in class org.matheclipse.core.expression.RepeatedPattern
- addPattern(List<GenericPair<IExpr, IPatternObject>>) - Method in interface org.matheclipse.core.interfaces.IPatternObject
-
Add this pattern to the given
patternIndexMap
. - addPattern(List<GenericPair<IExpr, IPatternObject>>, IPatternObject) - Static method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Set the index of
fPatternSymbolsArray
where thepattern
stores it's assigned value during pattern matching. - addPoints(IAST) - Method in class org.matheclipse.core.graphics.GraphicsOptions
-
Add the data for the points.
- addPointToHull(Vertex) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- addSides(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AddSides(compare-expr, value) - add `value` to all elements of the `compare-expr`.
- AddSides - Static variable in class org.matheclipse.core.expression.ID
- AddSides - Static variable in class org.matheclipse.core.expression.S
-
AddSides(compare-expr, value) - add `value` to all elements of the `compare-expr`.
- AddSides(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- addSinglePartialFraction(GenPolynomial<BigRational>, GenPolynomial<BigRational>, int) - Method in interface org.matheclipse.core.polynomials.IPartialFractionGenerator
-
Add a single partial fraction.
- addSinglePartialFraction(GenPolynomial<BigRational>, GenPolynomial<BigRational>, int) - Method in class org.matheclipse.core.polynomials.PartialFractionGenerator
- addSinglePartialFraction(GenPolynomial<BigRational>, GenPolynomial<BigRational>, int) - Method in class org.matheclipse.core.polynomials.PartialFractionIntegrateGenerator
- addTo(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AddTo(x, dx) - is equivalent to `x = x + dx`.
- AddTo - Static variable in class org.matheclipse.core.expression.ID
- AddTo - Static variable in class org.matheclipse.core.expression.S
-
AddTo(x, dx) - is equivalent to `x = x + dx`.
- addToClassPath(Object) - Static method in class org.matheclipse.core.expression.J
- addToClassPath(Object, Object) - Static method in class org.matheclipse.core.expression.J
- addToClassPath(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- AddToClassPath - Static variable in class org.matheclipse.core.expression.ID
- AddToClassPath - Static variable in class org.matheclipse.core.expression.S
- addToEntry(int, int, IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
-
Change an entry in the specified row and column.
- addToMap(IReal, IExpr) - Method in class org.matheclipse.core.polynomials.HornerScheme
- addTraceInfoStep(IExpr, IAST) - Method in class org.matheclipse.core.eval.EvalEngine
-
Add a single information step to the currently defined trace stack.
- addTraceStep(Supplier<IExpr>, Supplier<IExpr>, IAST) - Method in class org.matheclipse.core.eval.EvalEngine
-
Add a single step to the currently defined trace stack.
- addTraceStep(Supplier<IExpr>, IExpr, IAST) - Method in class org.matheclipse.core.eval.EvalEngine
- addTraceStep(IExpr, IExpr, IAST) - Method in class org.matheclipse.core.eval.EvalEngine
-
Add a single step to the currently defined trace stack.
- addVariables(Set<IExpr>, IExpr) - Static method in class org.matheclipse.core.convert.VariablesSet
-
Get the set of all variables from the
expr
and return list of ordered variables. - addVarList(IAST, int) - Method in class org.matheclipse.core.convert.VariablesSet
-
Add the variables of the arguments in
ast
starting at indexfromIndex
and stopping at rule arguments by testingIExpr.isRuleAST()
. - addVarList(IExpr) - Method in class org.matheclipse.core.convert.VariablesSet
-
Add the variables of the given expression
- adjacencyMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
AdjacencyMatrix(graph) - convert the `graph` into a adjacency matrix in sparse array format.
- AdjacencyMatrix - Static variable in class org.matheclipse.core.expression.ID
- AdjacencyMatrix - Static variable in class org.matheclipse.core.expression.S
-
AdjacencyMatrix(graph) - convert the `graph` into a adjacency matrix in sparse array format.
- adjugate(Object) - Static method in class org.matheclipse.core.expression.J
-
Adjugate(matrix) - calculate the adjugate matrix `Inverse(matrix)*Det(matrix)`
- adjugate(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Adjugate(matrix) - calculate the adjugate matrix `Inverse(matrix)*Det(matrix)`
- Adjugate - Static variable in class org.matheclipse.core.expression.ID
- Adjugate - Static variable in class org.matheclipse.core.expression.S
-
Adjugate(matrix) - calculate the adjugate matrix `Inverse(matrix)*Det(matrix)`
- Adjugate() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Adjugate
- adjugateMatrix(FieldMatrix<IExpr>, Predicate<IExpr>) - Static method in class org.matheclipse.core.builtin.LinearAlgebra.Adjugate
- adjugateMatrix(RealMatrix) - Static method in class org.matheclipse.core.builtin.LinearAlgebra.Adjugate
- advance() - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap.Iterator
-
Advance iterator one step further.
- advance() - Method in class org.matheclipse.core.eval.util.OpenIntToList.Iterator
-
Advance iterator one step further.
- advance() - Method in class org.matheclipse.core.eval.util.OpenIntToSet.Iterator
-
Advance iterator one step further.
- AffineTransforms - Class in org.matheclipse.core.bridge.gfx
- AffineTransforms() - Constructor for class org.matheclipse.core.bridge.gfx.AffineTransforms
- airyAi(double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- airyAi(Object) - Static method in class org.matheclipse.core.expression.J
-
AiryAi(z) - returns the Airy function of the first kind of `z`.
- airyAi(Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- AiryAi - Static variable in class org.matheclipse.core.expression.ID
- AiryAi - Static variable in class org.matheclipse.core.expression.S
-
AiryAi(z) - returns the Airy function of the first kind of `z`.
- AiryAi(IExpr) - Static method in class org.matheclipse.core.expression.F
- airyAiPrime(double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- airyAiPrime(Object) - Static method in class org.matheclipse.core.expression.J
-
AiryAiPrime(z) - returns the derivative of the `AiryAi` function.
- airyAiPrime(Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- AiryAiPrime - Static variable in class org.matheclipse.core.expression.ID
- AiryAiPrime - Static variable in class org.matheclipse.core.expression.S
-
AiryAiPrime(z) - returns the derivative of the `AiryAi` function.
- AiryAiPrime(IExpr) - Static method in class org.matheclipse.core.expression.F
- airyBi(double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- airyBi(Object) - Static method in class org.matheclipse.core.expression.J
-
AiryBi(z) - returns the Airy function of the second kind of `z`.
- airyBi(Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- AiryBi - Static variable in class org.matheclipse.core.expression.ID
- AiryBi - Static variable in class org.matheclipse.core.expression.S
-
AiryBi(z) - returns the Airy function of the second kind of `z`.
- AiryBi(IExpr) - Static method in class org.matheclipse.core.expression.F
- airyBiPrime(double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- airyBiPrime(Object) - Static method in class org.matheclipse.core.expression.J
-
AiryBiPrime(z) - returns the derivative of the `AiryBi` function.
- airyBiPrime(Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- AiryBiPrime - Static variable in class org.matheclipse.core.expression.ID
- AiryBiPrime - Static variable in class org.matheclipse.core.expression.S
-
AiryBiPrime(z) - returns the derivative of the `AiryBi` function.
- AiryBiPrime(IExpr) - Static method in class org.matheclipse.core.expression.F
- ak() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- Algebra - Class in org.matheclipse.core.builtin
- Algebra.Factor - Class in org.matheclipse.core.builtin
-
Factor
- Algebra.InternalFindCommonFactorPlus - Class in org.matheclipse.core.builtin
- AlgebraicFunctionFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- AlgebraicFunctionQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- AlgebraicFunctionQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- AlgebraicNotInvertibleException - Exception in org.matheclipse.core.polynomials.longexponent
-
Algebraic number NotInvertibleException class.
- AlgebraicNotInvertibleException() - Constructor for exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
- AlgebraicNotInvertibleException(String) - Constructor for exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
- AlgebraicNotInvertibleException(String, Throwable) - Constructor for exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
- AlgebraicNotInvertibleException(String, Throwable, ExprPolynomial, ExprPolynomial, ExprPolynomial) - Constructor for exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
-
Constructor.
- AlgebraicNotInvertibleException(String, ExprPolynomial, ExprPolynomial, ExprPolynomial) - Constructor for exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
-
Constructor.
- AlgebraicNotInvertibleException(Throwable) - Constructor for exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
- AlgebraicNotInvertibleException(Throwable, ExprPolynomial, ExprPolynomial, ExprPolynomial) - Constructor for exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
-
Constructor.
- AlgebraicNotInvertibleException(ExprPolynomial, ExprPolynomial, ExprPolynomial) - Constructor for exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
-
Constructor.
- AlgebraicNumber - Static variable in class org.matheclipse.core.expression.ID
- AlgebraicNumber - Static variable in class org.matheclipse.core.expression.S
- algebraicNumber2Expr(AlgebraicNumber<BigRational>) - Method in class org.matheclipse.core.convert.JASConvert
- Algebraics - Static variable in class org.matheclipse.core.expression.ID
- Algebraics - Static variable in class org.matheclipse.core.expression.S
- AlgebraicTrigFunctionQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ALIAS - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- All - Static variable in class org.matheclipse.core.expression.ID
- All - Static variable in class org.matheclipse.core.expression.S
-
All - is a value for a number of functions indicating to include everything.
- AllNegTermQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- allocHint() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Get a hint of how much iterations probably will occurr.
- allocLevel1(IAST, Predicate<IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Calulate the allocation size for a new
IAST
object. - allocMax16(IAST) - Static method in class org.matheclipse.core.expression.F
-
Determine the maximum of the
ast
IAST.argSize()
and integer number 15, - allocMax32(IAST) - Static method in class org.matheclipse.core.expression.F
-
Determine the maximum of the
ast
IAST.argSize()
and integer number 31, - allocMax64(IAST) - Static method in class org.matheclipse.core.expression.F
-
Determine the maximum of the
ast
IAST.argSize()
and integer number 63, - allocMax8(IAST) - Static method in class org.matheclipse.core.expression.F
-
Determine the maximum of the
ast
IAST.argSize()
and integer number 7, - allocMin16(int) - Static method in class org.matheclipse.core.expression.F
-
Determine the minimum of the
size
and integer number 15 - allocMin16(IAST) - Static method in class org.matheclipse.core.expression.F
-
Determine the minimum of the
ast
IAST.argSize()
and integer number 15 - allocMin32(int) - Static method in class org.matheclipse.core.expression.F
-
Determine the minimum of the
size
and integer number 31 - allocMin32(IAST) - Static method in class org.matheclipse.core.expression.F
-
Determine the minimum of the
ast
IAST.argSize()
and integer number 31, - allocMin64(IAST) - Static method in class org.matheclipse.core.expression.F
-
Determine the minimum of the
ast
IAST.argSize()
and integer number 63, - allocMin8(int) - Static method in class org.matheclipse.core.expression.F
-
Determine the minimum of the
size
and integer number 7 - allocMin8(IAST) - Static method in class org.matheclipse.core.expression.F
-
Determine the minimum of the
ast
IAST.argSize()
and integer number 7 - allocPlus(int) - Method in interface org.matheclipse.core.polynomials.IPartialFractionGenerator
-
Allocate memory for the
Plus()
operator - allocPlus(int) - Method in class org.matheclipse.core.polynomials.PartialFractionGenerator
- allocPlus(int) - Method in class org.matheclipse.core.polynomials.PartialFractionIntegrateGenerator
-
Allocate memory for the
Plus()
operator - AllowedHeads - Static variable in class org.matheclipse.core.expression.ID
- AllowedHeads - Static variable in class org.matheclipse.core.expression.S
- AllowShortContext - Static variable in class org.matheclipse.core.expression.ID
- AllowShortContext - Static variable in class org.matheclipse.core.expression.S
- allTrue(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AllTrue({expr1, expr2, ...}, test) - returns `True` if all applications of `test` to `expr1, expr2, ...` evaluate to `True`.
- AllTrue - Static variable in class org.matheclipse.core.expression.ID
- AllTrue - Static variable in class org.matheclipse.core.expression.S
-
AllTrue({expr1, expr2, ...}, test) - returns `True` if all applications of `test` to `expr1, expr2, ...` evaluate to `True`.
- allVisible(int, int, int, int) - Method in class org.matheclipse.core.bridge.awt.ScreenRectangle
- allVisible(Rectangle) - Method in class org.matheclipse.core.bridge.awt.ScreenRectangle
- alphabet(Object) - Static method in class org.matheclipse.core.expression.J
-
Alphabet() - gives the list of lowercase letters `a-z` in the English or Latin alphabet .
- Alphabet - Static variable in class org.matheclipse.core.expression.ID
- Alphabet - Static variable in class org.matheclipse.core.expression.S
-
Alphabet() - gives the list of lowercase letters `a-z` in the English or Latin alphabet .
- ALPINE - org.matheclipse.core.tensor.img.ColorDataGradients
-
the tensor library is made in Switzerland the alpine color scheme was added August 1st gray-blue, gray-green, light-gray, white
- Alternatives - Static variable in class org.matheclipse.core.expression.ID
- Alternatives - Static variable in class org.matheclipse.core.expression.S
-
Alternatives(p1, p2, ..., p_i) - is a pattern that matches any of the patterns `p1, p2,...., p_i`.
- Alternatives(IExpr...) - Static method in class org.matheclipse.core.expression.F
- AmbientLight - Static variable in class org.matheclipse.core.expression.ID
- AmbientLight - Static variable in class org.matheclipse.core.expression.S
- AmbientLight(IExpr) - Static method in class org.matheclipse.core.expression.F
- analyzeSublistRecursive(ArrayList<ExprAnalyzer>, IAST, IASTAppendable, int, IASTAppendable, IASTAppendable, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Solve.SolveData
-
Recursively solve the list of analyzers.
- and(Integer, IExpr) - Static method in class org.matheclipse.core.expression.F
- and(BigInteger, IExpr) - Static method in class org.matheclipse.core.expression.F
- and(ObjIntPredicate<? super T>) - Method in interface org.matheclipse.core.generic.ObjIntPredicate
-
Returns a new predicate that returns true if both predicates return true.
- and(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Deprecated.
- and(IExpr, Integer) - Static method in class org.matheclipse.core.expression.F
- and(IExpr, BigInteger) - Static method in class org.matheclipse.core.expression.F
- And - Static variable in class org.matheclipse.core.expression.ID
- And - Static variable in class org.matheclipse.core.expression.S
-
And(expr1, expr2, ...) - `expr1 && expr2 && ...` evaluates each expression in turn, returning `False` as soon as an expression evaluates to `False`.
- And() - Static method in class org.matheclipse.core.expression.F
- And(IExpr...) - Static method in class org.matheclipse.core.expression.F
- And(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- And(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- AndroidLoggerFix - Class in org.matheclipse.core.basic
- AndroidLoggerFix() - Constructor for class org.matheclipse.core.basic.AndroidLoggerFix
- andThen(ScalarUnaryOperator) - Method in interface org.matheclipse.core.tensor.api.ScalarUnaryOperator
- andThen(ScalarUnaryOperator) - Method in interface org.matheclipse.core.tensor.api.TensorScalarFunction
- andThen(TensorUnaryOperator) - Method in interface org.matheclipse.core.tensor.api.ScalarTensorFunction
- andThen(TensorUnaryOperator) - Method in interface org.matheclipse.core.tensor.api.TensorUnaryOperator
- angleVector(Object) - Static method in class org.matheclipse.core.expression.J
-
AngleVector(phi) - returns the point at angle `phi` on the unit circle.
- angleVector(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AngleVector(phi) - returns the point at angle `phi` on the unit circle.
- AngleVector - Static variable in class org.matheclipse.core.expression.ID
- AngleVector - Static variable in class org.matheclipse.core.expression.S
-
AngleVector(phi) - returns the point at angle `phi` on the unit circle.
- AngleVector(IExpr) - Static method in class org.matheclipse.core.expression.F
- Annotation - Static variable in class org.matheclipse.core.expression.ID
- Annotation - Static variable in class org.matheclipse.core.expression.S
- annuity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Annuity(p, t) - returns an annuity object.
- annuity(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Annuity(p, t) - returns an annuity object.
- Annuity - Static variable in class org.matheclipse.core.expression.ID
- Annuity - Static variable in class org.matheclipse.core.expression.S
-
Annuity(p, t) - returns an annuity object.
- annuityDue(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AnnuityDue(p, t) - returns an annuity due object.
- annuityDue(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AnnuityDue(p, t) - returns an annuity due object.
- AnnuityDue - Static variable in class org.matheclipse.core.expression.ID
- AnnuityDue - Static variable in class org.matheclipse.core.expression.S
-
AnnuityDue(p, t) - returns an annuity due object.
- antihermitianMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
-
AntihermitianMatrixQ(m) - returns `True` if `m` is a anti hermitian matrix.
- antihermitianMatrixQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AntihermitianMatrixQ(m) - returns `True` if `m` is a anti hermitian matrix.
- AntihermitianMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- AntihermitianMatrixQ - Static variable in class org.matheclipse.core.expression.S
-
AntihermitianMatrixQ(m) - returns `True` if `m` is a anti hermitian matrix.
- AntiSymmetric - Static variable in class org.matheclipse.core.expression.ID
- AntiSymmetric - Static variable in class org.matheclipse.core.expression.S
- AntiSymmetric(IExpr) - Static method in class org.matheclipse.core.expression.F
- antisymmetricMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
-
AntisymmetricMatrixQ(m) - returns `True` if `m` is a anti symmetric matrix.
- antisymmetricMatrixQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AntisymmetricMatrixQ(m) - returns `True` if `m` is a anti symmetric matrix.
- AntisymmetricMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- AntisymmetricMatrixQ - Static variable in class org.matheclipse.core.expression.S
-
AntisymmetricMatrixQ(m) - returns `True` if `m` is a anti symmetric matrix.
- anyTrue(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AnyTrue({expr1, expr2, ...}, test) - returns `True` if any application of `test` to `expr1, expr2, ...` evaluates to `True`.
- AnyTrue - Static variable in class org.matheclipse.core.expression.ID
- AnyTrue - Static variable in class org.matheclipse.core.expression.S
-
AnyTrue({expr1, expr2, ...}, test) - returns `True` if any application of `test` to `expr1, expr2, ...` evaluates to `True`.
- apart(Object) - Static method in class org.matheclipse.core.expression.J
-
Apart(expr) - rewrites `expr` as a sum of individual fractions.
- apart(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Apart(expr) - rewrites `expr` as a sum of individual fractions.
- Apart - Static variable in class org.matheclipse.core.expression.ID
- Apart - Static variable in class org.matheclipse.core.expression.S
-
Apart(expr) - rewrites `expr` as a sum of individual fractions.
- Apart(IExpr) - Static method in class org.matheclipse.core.expression.F
- Apart(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ApcomplexNum - Class in org.matheclipse.core.expression
-
IComplexNum
implementation which wraps aApcomplex
value to represent a numeric complex floating-point number. - apcomplexNumValue() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- apcomplexNumValue() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- apcomplexNumValue() - Method in class org.matheclipse.core.expression.ApcomplexNum
- apcomplexNumValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- apcomplexNumValue() - Method in class org.matheclipse.core.expression.ComplexNum
- apcomplexNumValue() - Method in class org.matheclipse.core.expression.ComplexSym
- apcomplexNumValue() - Method in class org.matheclipse.core.expression.Num
- apcomplexNumValue() - Method in interface org.matheclipse.core.interfaces.INumber
-
Get a
Apcomplex
number wrapped into anApcomplexNum
object. - apcomplexValue() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- apcomplexValue() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- apcomplexValue() - Method in class org.matheclipse.core.expression.ApcomplexNum
- apcomplexValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- apcomplexValue() - Method in class org.matheclipse.core.expression.ComplexNum
- apcomplexValue() - Method in class org.matheclipse.core.expression.ComplexSym
- apcomplexValue() - Method in class org.matheclipse.core.expression.Num
- apcomplexValue() - Method in interface org.matheclipse.core.interfaces.INumber
-
Get a
Apcomplex
object. - apcomplexValue(Complex) - Static method in class org.matheclipse.core.expression.NumberUtil
- apfloatEval(ISymbol, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractSymbolEvaluator
- apfloatEval(ISymbol, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.ISymbolEvaluator
-
Numerical evaluation of a symbol
- apfloatHelper() - Method in class org.matheclipse.core.eval.EvalEngine
-
Get the
FixedPrecisionApfloatHelper
for fixed precision calculations. - ApfloatNum - Class in org.matheclipse.core.expression
-
INum
implementation which wraps aApfloat
value to represent a numeric floating-point number. - apfloatNumValue() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- apfloatNumValue() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- apfloatNumValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- apfloatNumValue() - Method in class org.matheclipse.core.expression.Num
- apfloatNumValue() - Method in class org.matheclipse.core.expression.NumStr
- apfloatNumValue() - Method in interface org.matheclipse.core.interfaces.IReal
-
Get a
Apfloat
number wrapped into anApfloatNum
object. - apfloatToMathML(StringBuilder, Apfloat, int, long, boolean) - Static method in class org.matheclipse.core.form.ApfloatToMMA
-
Convert a
Apfloat
value into a MathML string. - apfloatToMMA(Appendable, Apfloat, int, long, boolean, OutputStyle) - Static method in class org.matheclipse.core.form.ApfloatToMMA
-
Convert an
Apfloat
value into a string similar to the Mathematica output format. - apfloatToMMA(StringBuilder, double, int, int) - Static method in class org.matheclipse.core.form.ApfloatToMMA
- apfloatToMMA(StringBuilder, Apfloat, int, long, boolean) - Static method in class org.matheclipse.core.form.ApfloatToMMA
-
Convert a
Apfloat
value into a string similar to the Mathematica output format. - ApfloatToMMA - Class in org.matheclipse.core.form
-
Convert a
Apfloat
value into a string similar to the Mathematica output format. - apfloatToTeX(StringBuilder, Apfloat, int, long, boolean) - Static method in class org.matheclipse.core.form.ApfloatToMMA
-
Convert a
Apfloat
value into a TeX string. - apfloatValue() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- apfloatValue() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- apfloatValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- apfloatValue() - Method in class org.matheclipse.core.expression.Num
- apfloatValue() - Method in class org.matheclipse.core.expression.NumStr
- apfloatValue() - Method in interface org.matheclipse.core.interfaces.IReal
- apfloatValue(double) - Static method in class org.matheclipse.core.expression.NumberUtil
- AppellF1 - Static variable in class org.matheclipse.core.expression.ID
- AppellF1 - Static variable in class org.matheclipse.core.expression.S
- AppellF1(IExpr, IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- append(boolean) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified boolean value at the end of this
List
. - append(char) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified character value at the end of this
List
. - append(double) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified double value at the end of this
List
. - append(int, int, IntFunction<T>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
- append(int, long) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Inserts the specified long value into this
List
at the specified location. - append(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- append(int, IExpr) - Method in class org.matheclipse.core.expression.ASTRRBTree
- append(int, IExpr) - Method in class org.matheclipse.core.expression.HMArrayList
-
Inserts the specified object into this
ArrayList
at the specified location. - append(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Inserts the specified object into this
List
at the specified location. - append(long) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified long value at the end of this
List
. - append(Appendable, String) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- append(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Append(expr, item) - returns `expr` with `item` appended to its leaves.
- append(String) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified string value at the end of this
List
. - append(List<T>, Function<T, IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Iterates over the lists elements and calls the function.
- append(List<T>, Function<T, IExpr>, Predicate<T>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
- append(Map<? extends IExpr, ? extends IExpr>, BiFunction<IExpr, IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- append(Map<? extends IExpr, ? extends IExpr>, BiFunction<IExpr, IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Iterates over the maps entries and calls the binary function with the key value pair of the entry.
- append(Set<? extends IExpr>, Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Iterates over the elements of the
exprSet
and calls the function. - append(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Construct a vector by appending a vector to this vector.
- append(IAST, int, int, Function<T, IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
- append(IAST, int, int, Function<T, IExpr>, Predicate<T>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
- append(IAST, Function<T, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- append(IAST, Function<T, IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Iterates over the lists elements and calls the function.
- append(IAST, Function<T, IExpr>, Predicate<T>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
- append(IAST, ObjIntFunction<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- append(IAST, ObjIntFunction<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Iterates over the lists elements and calls the function.
- append(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- append(IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
- append(IExpr) - Method in class org.matheclipse.core.expression.ASTRRBTree
- append(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Construct a vector by appending a IExpr to this vector.
- append(IExpr) - Method in class org.matheclipse.core.expression.HMArrayList
-
Adds the specified object at the end of this
ArrayList
. - append(IExpr) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified expression at the end of
this
. - Append - Static variable in class org.matheclipse.core.expression.ID
- Append - Static variable in class org.matheclipse.core.expression.S
-
Append(expr, item) - returns `expr` with `item` appended to its leaves.
- Append(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- appendAll(int, Collection<? extends IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendAll(int, Collection<? extends IExpr>) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendAll(int, Collection<? extends IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Inserts the objects in the specified collection at the specified location in this List.
- appendAll(int, Collection<? extends IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Inserts the objects in the specified collection at the specified location in this AST.
- appendAll(Collection<? extends IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendAll(Collection<? extends IExpr>) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendAll(Collection<? extends IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Adds the objects in the specified collection to this
ArrayList
. - appendAll(Collection<? extends IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the objects in the specified collection to the end of this
List
. - appendAll(List<? extends IExpr>, int, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendAll(List<? extends IExpr>, int, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendAll(List<? extends IExpr>, int, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Appends all elements from offset
startPosition
toendPosition
in the specified list to the end of this AST. - appendAll(List<? extends IExpr>, int, int) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Appends all elements from offset
startPosition
toendPosition
in the specified list to the end of this AST. - appendAll(Map<? extends IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendAll(Map<? extends IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendAll(Map<? extends IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
- appendAll(Map<? extends IExpr, ? extends IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the mappings in the specified map as
Rule(...)
to the end of thisList
. - appendAll(IAST, int, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendAll(IAST, int, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendAll(IAST, int, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Appends all elements from offset
startPosition
toendPosition
in the specified AST to the end of this AST. - appendAll(IAST, int, int) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Appends all elements from offset
startPosition
toendPosition
in the specified AST to the end of this AST. - appendAll(IExpr[], int, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendAll(IExpr[], int, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendAll(IExpr[], int, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Appends all elements from offset
startPosition
toendPosition
in the specified list to the end of this AST. - appendAll(IExpr[], int, int) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Appends all elements from offset
startPosition
toendPosition
in the specified list to the end of this AST. - appendArgs(int, int, IntFunction<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendArgs(int, int, IntFunction<IExpr>) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendArgs(int, int, IntFunction<IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Appends all elements generated by the given
IntFunction.apply(int)
method from indexstart
inclusive toend
exclusive. - appendArgs(int, int, IntFunction<IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Appends all elements generated by the given
IntFunction.apply(int)
method from indexstart
inclusive toend
exclusive. - appendArgs(int, IntFunction<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendArgs(int, IntFunction<IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Appends all elements generated by the given function from index
1
inclusive toend
exclusive. - appendArgs(IAST) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendArgs(IAST) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendArgs(IAST) - Method in class org.matheclipse.core.expression.HMArrayList
-
Appends all of the arguments (starting from offset
1
) in the specifiedast
to the end ofthis
AST. - appendArgs(IAST) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Appends all of the arguments (starting from offset
1
) in the specifiedast
to the end ofthis
AST. - appendArgs(IAST, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendArgs(IAST, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendArgs(IAST, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Appends all of the arguments (starting from offset
1
) in the specified AST up to positionuntilPosition
exclusive. - appendArgs(IAST, int) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Appends all of the arguments (starting from offset
1
) in the specified AST up to positionuntilPosition
exclusive. - appendAtClone(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and add theexpr
at the givenposition
. - appendAtClone(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and add theexpr
at the givenposition
. - appendClone(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Append an expression to this list.
- appendClone(IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Append an expression to this list.
- appendIfPresent(IExpr) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified expression at the end of
this
, if it is present. - appendIfPresent(IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified expression at the end of
this
. - appendOneIdentity(IAST) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendOneIdentity(IAST) - Method in class org.matheclipse.core.expression.AST
-
Append an
subAST
with attributeOneIdentity
for example Plus[] or Times[]. - appendOneIdentity(IAST) - Method in class org.matheclipse.core.expression.ASTRRBTree
- appendOneIdentity(IAST) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Append an
subAST
with attributeOneIdentity
for example Plus[] or Times[]. - appendOptionRules(IAST) - Method in class org.matheclipse.core.eval.util.OptionArgs
- appendRule(IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Adds the specified rule at the end of this association.Existing duplicate rule keys will be replaced by the new rule.
- appendRule(IExpr) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified rule at the end of this association.
- appendRules(IAST) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendRules(IAST) - Method in class org.matheclipse.core.expression.ASTAssociation
- appendRules(IAST) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Append a list of rules.
- appendRules(IAST, int, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- appendRules(IAST, int, int) - Method in class org.matheclipse.core.expression.ASTAssociation
- appendRules(IAST, int, int) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Append a range of a list of rules.
- appendSlider(String) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- appendTo(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AppendTo(s, item) - append `item` to value of `s` and sets `s` to the result.
- AppendTo - Static variable in class org.matheclipse.core.expression.ID
- AppendTo - Static variable in class org.matheclipse.core.expression.S
-
AppendTo(s, item) - append `item` to value of `s` and sets `s` to the result.
- AppendTo(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- appendToList(List<IExpr>) - Method in class org.matheclipse.core.convert.VariablesSet
-
Append the set of variables to a
List<IExpr>
list of variables. - appendToList(IAST) - Method in class org.matheclipse.core.convert.VariablesSet
-
Append the set of variables to a
List<IExpr>
list of variables. - APPLICATION_JAVA - Static variable in interface org.matheclipse.core.interfaces.IStringX
- APPLICATION_JAVASCRIPT - Static variable in interface org.matheclipse.core.interfaces.IStringX
- APPLICATION_SYMJA - Static variable in interface org.matheclipse.core.interfaces.IStringX
- apply(double) - Method in class org.matheclipse.core.generic.UnaryCompiled
-
Evaluate the
unaryFunction
for thevalue
by substituting thevariable
in theunaryFunction
and return the numerical result orS.Indeterminate
- apply(double) - Method in class org.matheclipse.core.generic.UnaryNumerical
-
Evaluate the
unaryFunction
for thevalue
by substituting thevariable
in theunaryFunction
and return the numerical result orS.Indeterminate
- apply(int[]) - Method in interface org.matheclipse.core.interfaces.IDimensionFunction
- apply(int, int) - Method in interface org.matheclipse.core.eval.util.BiIntFunction
- apply(int, F1) - Method in interface org.matheclipse.core.interfaces.IUnaryIndexFunction
-
Applies the function to an integer and an object of types
F1
, resulting in an object of typeT
. - apply(int, IExpr) - Method in class org.matheclipse.core.generic.BinaryBindIth1st
-
Clone the given AST and set the i-th argument of the new AST to
arg
. - apply(int, IExpr) - Method in class org.matheclipse.core.generic.UnaryBindIth
-
Clone the given AST and set the i-th argument of the new AST to
arg
. - apply(Object) - Static method in class org.matheclipse.core.expression.J
-
f @ expr - returns `f(expr)`
- apply(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
f @ expr - returns `f(expr)`
- apply(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
f @ expr - returns `f(expr)`
- apply(List<? extends IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
- apply(IAST) - Method in class org.matheclipse.core.tensor.fft.PeriodogramArray
- apply(IAST) - Method in class org.matheclipse.core.tensor.fft.SpectrogramArray
- apply(IAST) - Method in class org.matheclipse.core.tensor.img.ImageCrop
- apply(IExpr) - Method in class org.matheclipse.core.builtin.OutputFunctions.VariableManager
- apply(IExpr) - Method in class org.matheclipse.core.builtin.WindowFunctions.WindowFunction
- apply(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
- apply(IExpr) - Method in class org.matheclipse.core.expression.data.DispatchExpr
-
Apply the dispatcher functions on an expression and return the right-hand-side if found or
F.NIL
. - apply(IExpr) - Method in class org.matheclipse.core.generic.UnaryCompiled
- apply(IExpr) - Method in class org.matheclipse.core.generic.UnaryNumerical
- apply(IExpr) - Method in class org.matheclipse.core.generic.UnaryVariable2Slot
-
For every given argument return the associated unique slot from the internal Map
- apply(IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Apply the given head to this expression (i.e.
- apply(IExpr) - Method in class org.matheclipse.core.patternmatching.Matcher
-
Main method performing the pattern matching.
- apply(IExpr) - Method in enum org.matheclipse.core.tensor.img.ColorDataGradients
- apply(IExpr) - Method in class org.matheclipse.core.tensor.img.GrayscaleColorData
- apply(IExpr) - Method in class org.matheclipse.core.tensor.img.LinearColorDataGradient
- apply(IExpr) - Method in class org.matheclipse.core.tensor.itp.BSplineFunctionBase
- apply(IExpr) - Method in class org.matheclipse.core.tensor.itp.DeBoor
- apply(IExpr) - Method in class org.matheclipse.core.tensor.qty.SimpleUnitSystem
- apply(IExpr) - Method in class org.matheclipse.core.tensor.sca.Mod
- apply(IExpr...) - Method in class org.matheclipse.core.expression.BuiltInDummy
- apply(IExpr...) - Method in class org.matheclipse.core.expression.Symbol
- apply(IExpr...) - Method in interface org.matheclipse.core.interfaces.IExpr
- apply(IExpr, int) - Method in class org.matheclipse.core.expression.AbstractAST
- apply(IExpr, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Apply the given head to this expression (i.e.
- apply(IExpr, int, int) - Method in class org.matheclipse.core.expression.AbstractAST
- apply(IExpr, int, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Apply the given head to this expression (i.e.
- apply(IExpr, IExpr) - Method in class org.matheclipse.core.generic.BinaryNumerical
- apply(IExpr, IExpr, IASTAppendable, int) - Method in interface org.matheclipse.core.expression.IntervalSym.IExprProcessor
-
Append the transformed interval part
[min, max]
to the result. - apply(T1, T2, T3, T4) - Method in interface org.matheclipse.core.interfaces.Function4
-
Applies this function to 4 arguments and returns the result.
- apply(T1, T2, T3, T4, T5) - Method in interface org.matheclipse.core.interfaces.Function5
-
Applies this function to 4 arguments and returns the result.
- apply(T, int) - Method in interface org.matheclipse.core.generic.ObjIntFunction
-
Applies this function to the given arguments.
- apply(T, T) - Method in class org.matheclipse.core.generic.BinaryFunctorImpl
-
Deprecated.Executes the function and returns the result.
- Apply - Static variable in class org.matheclipse.core.expression.ID
- Apply - Static variable in class org.matheclipse.core.expression.S
-
f @ expr - returns `f(expr)`
- Apply(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Operator
@@
- APPLY_HEAD_OPERATOR - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- APPLY_LEVEL_OPERATOR - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- APPLY_OPERATOR - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- applyAsDouble(double) - Method in class org.matheclipse.core.generic.UnaryCompiled
- applyAsDouble(double) - Method in class org.matheclipse.core.generic.UnaryNumerical
- applyLimit(IExpr) - Method in class org.matheclipse.core.generic.UnaryCompiled
-
Evaluate the
S.Limit
of theunaryFunction
for thevalue
in the formF.N( F.Limit(unaryFunction, F.Rule(variable, value)) )
and return the numerical result orS.Indeterminate
- applyLimit(IExpr) - Method in class org.matheclipse.core.generic.UnaryNumerical
-
Evaluate the
S.Limit
of theunaryFunction
for thevalue
in the formF.N( F.Limit(unaryFunction, F.Rule(variable, value)) )
and return the numerical result orS.Indeterminate
- ApplyListC1(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Operator
@@@
- applySides(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ApplySides(compare-expr, value) - divides all elements of the `compare-expr` by `value`.
- ApplySides - Static variable in class org.matheclipse.core.expression.ID
- ApplySides - Static variable in class org.matheclipse.core.expression.S
-
ApplySides(compare-expr, value) - divides all elements of the `compare-expr` by `value`.
- ApplySides(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- arccos(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- arcCos(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcCos(expr) - returns the arc cosine (inverse cosine) of `expr` (measured in radians).
- ArcCos - Static variable in class org.matheclipse.core.expression.ID
- ArcCos - Static variable in class org.matheclipse.core.expression.S
-
ArcCos(expr) - returns the arc cosine (inverse cosine) of `expr` (measured in radians).
- ArcCos(IExpr) - Static method in class org.matheclipse.core.expression.F
- arccosh(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- arcCosh(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcCosh(z) - returns the inverse hyperbolic cosine of `z`.
- ArcCosh - Static variable in class org.matheclipse.core.expression.ID
- ArcCosh - Static variable in class org.matheclipse.core.expression.S
-
ArcCosh(z) - returns the inverse hyperbolic cosine of `z`.
- ArcCosh(IExpr) - Static method in class org.matheclipse.core.expression.F
- ArcCoshRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcCoshRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcCoshRules
- ArcCosRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcCosRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcCosRules
- arccot(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- arcCot(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcCot(z) - returns the inverse cotangent of `z`.
- ArcCot - Static variable in class org.matheclipse.core.expression.ID
- ArcCot - Static variable in class org.matheclipse.core.expression.S
-
ArcCot(z) - returns the inverse cotangent of `z`.
- ArcCot(IExpr) - Static method in class org.matheclipse.core.expression.F
- arcCoth(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcCoth(z) - returns the inverse hyperbolic cotangent of `z`.
- ArcCoth - Static variable in class org.matheclipse.core.expression.ID
- ArcCoth - Static variable in class org.matheclipse.core.expression.S
-
ArcCoth(z) - returns the inverse hyperbolic cotangent of `z`.
- ArcCoth(IExpr) - Static method in class org.matheclipse.core.expression.F
- ArcCothRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcCothRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcCothRules
- ArcCotRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcCotRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcCotRules
- arcCsc(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcCsc(z) - returns the inverse cosecant of `z`.
- ArcCsc - Static variable in class org.matheclipse.core.expression.ID
- ArcCsc - Static variable in class org.matheclipse.core.expression.S
-
ArcCsc(z) - returns the inverse cosecant of `z`.
- ArcCsc(IExpr) - Static method in class org.matheclipse.core.expression.F
- arcCsch(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcCsch(z) - returns the inverse hyperbolic cosecant of `z`.
- ArcCsch - Static variable in class org.matheclipse.core.expression.ID
- ArcCsch - Static variable in class org.matheclipse.core.expression.S
-
ArcCsch(z) - returns the inverse hyperbolic cosecant of `z`.
- ArcCsch(IExpr) - Static method in class org.matheclipse.core.expression.F
- ArcCschRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcCschRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcCschRules
- ArcCscRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcCscRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcCscRules
- arcLength(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcLength(geometric-form) - returns the length of the `geometric-form`.
- arcLength(String, String, String, String) - Static method in class org.matheclipse.core.eval.MathUtils
- ArcLength - Static variable in class org.matheclipse.core.expression.ID
- ArcLength - Static variable in class org.matheclipse.core.expression.S
-
ArcLength(geometric-form) - returns the length of the `geometric-form`.
- arcSec(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcSec(z) - returns the inverse secant of `z`.
- ArcSec - Static variable in class org.matheclipse.core.expression.ID
- ArcSec - Static variable in class org.matheclipse.core.expression.S
-
ArcSec(z) - returns the inverse secant of `z`.
- ArcSec(IExpr) - Static method in class org.matheclipse.core.expression.F
- arcSech(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcSech(z) - returns the inverse hyperbolic secant of `z`.
- ArcSech - Static variable in class org.matheclipse.core.expression.ID
- ArcSech - Static variable in class org.matheclipse.core.expression.S
-
ArcSech(z) - returns the inverse hyperbolic secant of `z`.
- ArcSech(IExpr) - Static method in class org.matheclipse.core.expression.F
- ArcSechRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcSechRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcSechRules
- ArcSecRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcSecRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcSecRules
- arcsin(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- arcSin(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcSin(expr) - returns the arc sine (inverse sine) of `expr` (measured in radians).
- ArcSin - Static variable in class org.matheclipse.core.expression.ID
- ArcSin - Static variable in class org.matheclipse.core.expression.S
-
ArcSin(expr) - returns the arc sine (inverse sine) of `expr` (measured in radians).
- ArcSin(IExpr) - Static method in class org.matheclipse.core.expression.F
- arcsinh(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- arcSinh(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcSinh(z) - returns the inverse hyperbolic sine of `z`.
- ArcSinh - Static variable in class org.matheclipse.core.expression.ID
- ArcSinh - Static variable in class org.matheclipse.core.expression.S
-
ArcSinh(z) - returns the inverse hyperbolic sine of `z`.
- ArcSinh(IExpr) - Static method in class org.matheclipse.core.expression.F
- ArcSinhRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcSinhRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcSinhRules
- ArcSinRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcSinRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcSinRules
- arctan(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- arcTan(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcTan(expr) - returns the arc tangent (inverse tangent) of `expr` (measured in radians).
- arcTan(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArcTan(expr) - returns the arc tangent (inverse tangent) of `expr` (measured in radians).
- ArcTan - Static variable in class org.matheclipse.core.expression.ID
- ArcTan - Static variable in class org.matheclipse.core.expression.S
-
ArcTan(expr) - returns the arc tangent (inverse tangent) of `expr` (measured in radians).
- ArcTan(IExpr) - Static method in class org.matheclipse.core.expression.F
- ArcTan(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- arctanh(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- arcTanh(Object) - Static method in class org.matheclipse.core.expression.J
-
ArcTanh(z) - returns the inverse hyperbolic tangent of `z`.
- ArcTanh - Static variable in class org.matheclipse.core.expression.ID
- ArcTanh - Static variable in class org.matheclipse.core.expression.S
-
ArcTanh(z) - returns the inverse hyperbolic tangent of `z`.
- ArcTanh(IExpr) - Static method in class org.matheclipse.core.expression.F
- ArcTanhRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcTanhRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcTanhRules
- ArcTanRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ArcTanRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ArcTanRules
- area(Object) - Static method in class org.matheclipse.core.expression.J
-
Area(geometric-form) - returns the area of the `geometric-form`.
- Area - Static variable in class org.matheclipse.core.expression.ID
- Area - Static variable in class org.matheclipse.core.expression.S
-
Area(geometric-form) - returns the area of the `geometric-form`.
- arg(Object) - Static method in class org.matheclipse.core.expression.J
-
Arg(expr) - returns the argument of the complex number `expr`.
- Arg - Static variable in class org.matheclipse.core.expression.ID
- Arg - Static variable in class org.matheclipse.core.expression.S
-
Arg(expr) - returns the argument of the complex number `expr`.
- Arg(IExpr) - Static method in class org.matheclipse.core.expression.F
- arg0 - Variable in class org.matheclipse.core.expression.AST0
-
The head of this function.
- arg1 - Variable in class org.matheclipse.core.expression.AST1
-
The first argument of this function.
- arg1 - Variable in class org.matheclipse.core.expression.B1
-
The second argument of this function.
- arg1 - Variable in class org.matheclipse.core.expression.B2
-
The second argument of this function.
- arg1 - Variable in class org.matheclipse.core.expression.B3
-
The second argument of this function.
- arg1() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- arg1() - Method in class org.matheclipse.core.expression.AST0
-
Get the first argument (i.e.
- arg1() - Method in class org.matheclipse.core.expression.AST1
-
Get the first argument (i.e.
- arg1() - Method in class org.matheclipse.core.expression.ASTAssociation
- arg1() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Get the first argument (i.e.
- arg1() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Get the first argument (i.e.
- arg1() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Get the first argument (i.e.
- arg1() - Method in class org.matheclipse.core.expression.ASTSeriesData
- arg1() - Method in class org.matheclipse.core.expression.B1
-
Get the first argument (i.e.
- arg1() - Method in class org.matheclipse.core.expression.B2
-
Get the first argument (i.e.
- arg1() - Method in class org.matheclipse.core.expression.B3
-
Get the first argument (i.e.
- arg1() - Method in class org.matheclipse.core.expression.HMArrayList
-
Get the first argument (i.e.
- arg1() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the first argument (i.e.
- arg2 - Variable in class org.matheclipse.core.expression.AST2
-
The second argument of this function.
- arg2 - Variable in class org.matheclipse.core.expression.B2
-
The second argument of this function.
- arg2 - Variable in class org.matheclipse.core.expression.B3
-
The second argument of this function.
- arg2() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- arg2() - Method in class org.matheclipse.core.expression.AST0
-
Get the second argument (i.e.
- arg2() - Method in class org.matheclipse.core.expression.AST2
-
Get the second argument (i.e.
- arg2() - Method in class org.matheclipse.core.expression.ASTAssociation
- arg2() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Get the second argument (i.e.
- arg2() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Get the second argument (i.e.
- arg2() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Get the second argument (i.e.
- arg2() - Method in class org.matheclipse.core.expression.ASTSeriesData
- arg2() - Method in class org.matheclipse.core.expression.B1
-
Get the second argument (i.e.
- arg2() - Method in class org.matheclipse.core.expression.B2
-
Get the second argument (i.e.
- arg2() - Method in class org.matheclipse.core.expression.B3
-
Get the second argument (i.e.
- arg2() - Method in class org.matheclipse.core.expression.HMArrayList
-
Get the second argument (i.e.
- arg2() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the second argument (i.e.
- arg3 - Variable in class org.matheclipse.core.expression.AST3
-
The third argument of this function.
- arg3 - Variable in class org.matheclipse.core.expression.B3
-
The third argument of this function.
- arg3() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- arg3() - Method in class org.matheclipse.core.expression.AST0
-
Get the third argument (i.e.
- arg3() - Method in class org.matheclipse.core.expression.AST3
-
Get the third argument (i.e.
- arg3() - Method in class org.matheclipse.core.expression.ASTAssociation
- arg3() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Get the third argument (i.e.
- arg3() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Get the third argument (i.e.
- arg3() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Get the third argument (i.e.
- arg3() - Method in class org.matheclipse.core.expression.ASTSeriesData
- arg3() - Method in class org.matheclipse.core.expression.B1
-
Get the third argument (i.e.
- arg3() - Method in class org.matheclipse.core.expression.B2
-
Get the third argument (i.e.
- arg3() - Method in class org.matheclipse.core.expression.B3
-
Get the third argument (i.e.
- arg3() - Method in class org.matheclipse.core.expression.HMArrayList
-
Get the third argument (i.e.
- arg3() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the third argument (i.e.
- arg4() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- arg4() - Method in class org.matheclipse.core.expression.AST0
-
Get the fourth argument (i.e.
- arg4() - Method in class org.matheclipse.core.expression.ASTAssociation
- arg4() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Get the fourth argument (i.e.
- arg4() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Get the fourth argument (i.e.
- arg4() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Get the fourth argument (i.e.
- arg4() - Method in class org.matheclipse.core.expression.ASTSeriesData
- arg4() - Method in class org.matheclipse.core.expression.B1
-
Get the fourth argument (i.e.
- arg4() - Method in class org.matheclipse.core.expression.B2
-
Get the fourth argument (i.e.
- arg4() - Method in class org.matheclipse.core.expression.B3
-
Get the fourth argument (i.e.
- arg4() - Method in class org.matheclipse.core.expression.HMArrayList
-
Get the fourth argument (i.e.
- arg4() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the fourth argument (i.e.
- arg5() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- arg5() - Method in class org.matheclipse.core.expression.AST0
-
Get the fifth argument (i.e.
- arg5() - Method in class org.matheclipse.core.expression.ASTAssociation
- arg5() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Get the fifth argument (i.e.
- arg5() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Get the fifth argument (i.e.
- arg5() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Get the fifth argument (i.e.
- arg5() - Method in class org.matheclipse.core.expression.ASTSeriesData
- arg5() - Method in class org.matheclipse.core.expression.B1
-
Get the fifth argument (i.e.
- arg5() - Method in class org.matheclipse.core.expression.B2
-
Get the fifth argument (i.e.
- arg5() - Method in class org.matheclipse.core.expression.B3
-
Get the fifth argument (i.e.
- arg5() - Method in class org.matheclipse.core.expression.HMArrayList
-
Get the fifth argument (i.e.
- arg5() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the fifth argument (i.e.
- argMax(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArgMax(function, variable) - returns a maximizer point for a univariate `function`.
- ArgMax - Static variable in class org.matheclipse.core.expression.ID
- ArgMax - Static variable in class org.matheclipse.core.expression.S
-
ArgMax(function, variable) - returns a maximizer point for a univariate `function`.
- argMin(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArgMin(function, variable) - returns a minimizer point for a univariate `function`.
- ArgMin - Static variable in class org.matheclipse.core.expression.ID
- ArgMin - Static variable in class org.matheclipse.core.expression.S
-
ArgMin(function, variable) - returns a minimizer point for a univariate `function`.
- argReXImY(IExpr, IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.SimplifyFunctions
-
Return
Arg(x+I*y)
. - ARGS_0_0 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 0 arguments and the head must be the built-in symbol name of the function.
- ARGS_0_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 0 or 1 argument and the head must be the built-in symbol name of the function.
- ARGS_0_1_0 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 0 or 1 argument and the head must be the built-in symbol name of the function or can be an operator form.
- ARGS_0_2 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 0 or 2 arguments and the head must be the built-in symbol name of the function.
- ARGS_0_2_0 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 0 up to 2 arguments and the head must be the built-in symbol name of the function or can be an operator form.
- ARGS_0_3 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 0 or 3 arguments and the head must be the built-in symbol name of the function.
- ARGS_0_INFINITY - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have between
0
andInteger.MAX_VALUE
arguments and the head must be the built-in symbol name of the function. - ARGS_1_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have exactly 1 argument and the head must be the built-in symbol name of the function.
- ARGS_1_2 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 2 arguments and the head must be the built-in symbol name of the function.
- ARGS_1_2_0 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 2 arguments and the head must be the built-in symbol name of the function or can be an operator form.
- ARGS_1_2_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 2 arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm1Append(IAST)
. - ARGS_1_2_2 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 2 arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm2Prepend(IAST, int[], EvalEngine)
. - ARGS_1_3 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 3 arguments and the head must be the built-in symbol name of the function.
- ARGS_1_3_0 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 3 arguments and the head must be the built-in symbol name of the function or can be an operator form.
- ARGS_1_3_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 3 arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm1Append(IAST)
. - ARGS_1_3_2 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 3 arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm2Prepend(IAST, int[], EvalEngine)
. - ARGS_1_4 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 4 arguments and the head must be the built-in symbol name of the function.
- ARGS_1_4_0 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 4 arguments and the head must be the built-in symbol name of the function or can be an operator form.
- ARGS_1_4_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 4 arguments and the head must be the built-in symbol name of the function or can be an
F.operatorForm1Append(IAST)
. - ARGS_1_4_2 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 4 arguments and the head must be the built-in symbol name of the function or can be an
F.operatorForm2Prepend(IAST, int[], EvalEngine)
. - ARGS_1_5 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
- ARGS_1_5_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or 5 arguments and the head must be the built-in symbol name of the function or can be an
F.operatorForm1Append(IAST)
. - ARGS_1_INFINITY - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have between
1
andInteger.MAX_VALUE
arguments and the head must be the built-in symbol name of the function. - ARGS_1_INFINITY_0 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 0 or n arguments and the head must be the built-in symbol name of the function or can be an operator form.
- ARGS_1_INFINITY_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 1 or n arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm1Append(IAST)
- ARGS_2_2 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have exactly 2 arguments and the head must be the built-in symbol name of the function.
- ARGS_2_2_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 2 arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm1Append(IAST)
. - ARGS_2_3 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 2 or 3 arguments and the head must be the built-in symbol name of the function.
- ARGS_2_3_0 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 2 or 3 arguments and the head must be the built-in symbol name of the function or can be an operator form.
- ARGS_2_3_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 2 or 3 arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm1Append(IAST)
. - ARGS_2_3_2 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 2 or 3 arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm2Prepend(IAST, int[], EvalEngine)
. - ARGS_2_4 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 2 or 4 arguments and the head must be the built-in symbol name of the function.
- ARGS_2_4_1 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 2 or 4 arguments and the head must be the built-in symbol name of the function or can call
F.operatorForm1Append(IAST)
- ARGS_2_4_2 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 2 or 4 arguments and the head must be the built-in symbol name of the function or can be an
F.operatorForm2Prepend(IAST, int[], EvalEngine)
. - ARGS_2_INFINITY - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have between
2
andInteger.MAX_VALUE
arguments and the head must be the built-in symbol name of the function. - ARGS_3_3 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 3 arguments and the head must be the built-in symbol name of the function.
- ARGS_3_4 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 3 or 4 arguments and the head must be the built-in symbol name of the function.
- ARGS_3_5 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 3 or 5 arguments and the head must be the built-in symbol name of the function.
- ARGS_3_6 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 3 or 6 arguments and the head must be the built-in symbol name of the function.
- ARGS_3_INFINITY - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have between
3
andInteger.MAX_VALUE
arguments and the head must be the built-in symbol name of the function. - ARGS_4_4 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 4 arguments and the head must be the built-in symbol name of the function.
- ARGS_5_5 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 5 arguments and the head must be the built-in symbol name of the function.
- ARGS_6_6 - Static variable in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
The function is allowed to have 6 arguments and the head must be the built-in symbol name of the function.
- ARGS_EVALUATOR - Static variable in interface org.matheclipse.core.eval.interfaces.ICoreFunctionEvaluator
- args0() - Method in interface org.matheclipse.core.interfaces.ISeqBase
- args0() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
- args0() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- args0() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- args1() - Method in interface org.matheclipse.core.interfaces.ISeqBase
- args1() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
- args1() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- args1() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- argsCnc(IExpr) - Static method in class org.matheclipse.core.sympy.core.Expr
- argsCnc(IExpr, boolean, boolean) - Static method in class org.matheclipse.core.sympy.core.Expr
- argSize - Variable in class org.matheclipse.core.eval.EvalEngine.OptionsResult
- argSize() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.AST0
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.AST1
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.AST2
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.AST3
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.ASTSeriesData
- argSize() - Method in class org.matheclipse.core.expression.B1
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.B2
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.B3
-
Returns the number of arguments in this
IAST
. - argSize() - Method in class org.matheclipse.core.expression.HMArrayList
-
Returns the number of arguments in this
IAST
. - argSize() - Method in interface org.matheclipse.core.interfaces.IAST
- argSize() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns the number of arguments in this
IAST
. - ArgumentTypeException - Exception in org.matheclipse.core.eval.exception
- ArgumentTypeException(String) - Constructor for exception org.matheclipse.core.eval.exception.ArgumentTypeException
- ArgumentTypeException(String, IAST) - Constructor for exception org.matheclipse.core.eval.exception.ArgumentTypeException
- ArgumentTypeStopException - Exception in org.matheclipse.core.eval.exception
- ArgumentTypeStopException(String) - Constructor for exception org.matheclipse.core.eval.exception.ArgumentTypeStopException
- ArgumentTypeStopException(String, IAST) - Constructor for exception org.matheclipse.core.eval.exception.ArgumentTypeStopException
- Arithmetic - Class in org.matheclipse.core.builtin
- Arithmetic.Plus - Class in org.matheclipse.core.builtin
-
Plus(a, b, ...) a + b + ...
- Arithmetic.Power - Class in org.matheclipse.core.builtin
-
Power(a, b) a ^ b
- Arithmetic.Times - Class in org.matheclipse.core.builtin
-
Times(a, b, ...) a * b * ...
- arithmeticGeometricMean(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArithmeticGeometricMean({a, b, c,...}) - returns the arithmetic geometric mean of `{a, b, c,...}`.
- ArithmeticGeometricMean - Static variable in class org.matheclipse.core.expression.ID
- ArithmeticGeometricMean - Static variable in class org.matheclipse.core.expression.S
-
ArithmeticGeometricMean({a, b, c,...}) - returns the arithmetic geometric mean of `{a, b, c,...}`.
- ArithmeticGeometricMean(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- array - Variable in class org.matheclipse.core.combinatoric.AbstractListStepVisitor
- array - Variable in class org.matheclipse.core.expression.HMArrayList
- array(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Array(f, n) - returns the `n`-element list `{f(1), ..., f(n)}`.
- array(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Array(f, n) - returns the `n`-element list `{f(1), ..., f(n)}`.
- Array - Static variable in class org.matheclipse.core.expression.ID
- Array - Static variable in class org.matheclipse.core.expression.S
-
Array(f, n) - returns the `n`-element list `{f(1), ..., f(n)}`.
- Array(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- arrayDepth(Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayDepth(a) - returns the depth of the non-ragged array `a`, defined as `Length(Dimensions(a))`.
- ArrayDepth - Static variable in class org.matheclipse.core.expression.ID
- ArrayDepth - Static variable in class org.matheclipse.core.expression.S
-
ArrayDepth(a) - returns the depth of the non-ragged array `a`, defined as `Length(Dimensions(a))`.
- arrayFlatten(Object) - Static method in class org.matheclipse.core.expression.J
- arrayFlatten(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ArrayFlatten - Static variable in class org.matheclipse.core.expression.ID
- ArrayFlatten - Static variable in class org.matheclipse.core.expression.S
- arrayPad(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayPad(list, n) - adds `n` times `0` on the left and right of the `list`.
- arrayPad(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayPad(list, n) - adds `n` times `0` on the left and right of the `list`.
- ArrayPad - Static variable in class org.matheclipse.core.expression.ID
- ArrayPad - Static variable in class org.matheclipse.core.expression.S
-
ArrayPad(list, n) - adds `n` times `0` on the left and right of the `list`.
- arrayPlot(Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayPlot( matrix-of-values ) - generate a rectangle image for the `matrix-of-values`.
- arrayPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayPlot( matrix-of-values ) - generate a rectangle image for the `matrix-of-values`.
- arrayPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayPlot( matrix-of-values ) - generate a rectangle image for the `matrix-of-values`.
- ArrayPlot - Static variable in class org.matheclipse.core.expression.ID
- ArrayPlot - Static variable in class org.matheclipse.core.expression.S
-
ArrayPlot( matrix-of-values ) - generate a rectangle image for the `matrix-of-values`.
- arrayQ(Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayQ(expr) - tests whether expr is a full array.
- arrayQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayQ(expr) - tests whether expr is a full array.
- arrayQ(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayQ(expr) - tests whether expr is a full array.
- ArrayQ - Static variable in class org.matheclipse.core.expression.ID
- ArrayQ - Static variable in class org.matheclipse.core.expression.S
-
ArrayQ(expr) - tests whether expr is a full array.
- ArrayQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
'ArrayQ(expr)
- arrayReshape(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayReshape(list-of-values, list-of-dimension) - returns the `list-of-values` elements reshaped as nested list with dimensions according to the `list-of-dimension`.
- arrayReshape(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayReshape(list-of-values, list-of-dimension) - returns the `list-of-values` elements reshaped as nested list with dimensions according to the `list-of-dimension`.
- ArrayReshape - Static variable in class org.matheclipse.core.expression.ID
- ArrayReshape - Static variable in class org.matheclipse.core.expression.S
-
ArrayReshape(list-of-values, list-of-dimension) - returns the `list-of-values` elements reshaped as nested list with dimensions according to the `list-of-dimension`.
- arrayRules() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- arrayRules() - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Convert this sparse array to Symja rules.
- arrayRules(Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayRules(sparse-array) - return the array of rules which define the sparse array.
- arrayRules(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ArrayRules(sparse-array) - return the array of rules which define the sparse array.
- arrayRules(IAST, IExpr) - Static method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Create array rules from the nested lists.
- arrayRules(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Convert this sparse array to array rules list format.
- arrayRules(IExpr) - Method in interface org.matheclipse.core.interfaces.ISparseArray
- ArrayRules - Static variable in class org.matheclipse.core.expression.ID
- ArrayRules - Static variable in class org.matheclipse.core.expression.S
-
ArrayRules(sparse-array) - return the array of rules which define the sparse array.
- Arrays - Static variable in class org.matheclipse.core.expression.ID
- Arrays - Static variable in class org.matheclipse.core.expression.S
- Arrays(IAST) - Static method in class org.matheclipse.core.expression.F
-
The domain of arrays.
- Arrays(IAST, ISymbol) - Static method in class org.matheclipse.core.expression.F
-
The domain of arrays.
- Arrays(IAST, ISymbol, IAST) - Static method in class org.matheclipse.core.expression.F
-
The domain of arrays.
- Arrays(IExpr) - Static method in class org.matheclipse.core.expression.F
- Arrays(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Arrays(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ArraySet<T> - Class in org.matheclipse.core.eval.util
-
A set implementation for very small sets.
- ArraySet() - Constructor for class org.matheclipse.core.eval.util.ArraySet
- ArraySet(int) - Constructor for class org.matheclipse.core.eval.util.ArraySet
- ArrayUtils - Class in org.matheclipse.core.combinatoric
-
Provides a couple of static utility methods for creating and initializing arrays used throughout permutation and combination generation.
- arrow(Object) - Static method in class org.matheclipse.core.expression.J
-
Arrow({p1, p2}) - represents a line from `p1` to `p2` that ends with an arrow at `p2`.
- arrow(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Arrow({p1, p2}) - represents a line from `p1` to `p2` that ends with an arrow at `p2`.
- arrow(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Arrow({p1, p2}) - represents a line from `p1` to `p2` that ends with an arrow at `p2`.
- Arrow - Static variable in class org.matheclipse.core.expression.ID
- Arrow - Static variable in class org.matheclipse.core.expression.S
-
Arrow({p1, p2}) - represents a line from `p1` to `p2` that ends with an arrow at `p2`.
- Arrowheads - Static variable in class org.matheclipse.core.expression.ID
- Arrowheads - Static variable in class org.matheclipse.core.expression.S
- asAST() - Method in interface org.matheclipse.core.interfaces.ISeqBase
- asAST() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- asAST(boolean...) - Static method in class org.matheclipse.core.convert.Lists
- aSATriangle(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ASATriangle(alpha, c, beta) - returns a triangle from 2 angles `alpha`, `beta` and side `c` (which is between the angles).
- ASATriangle - Static variable in class org.matheclipse.core.expression.ID
- ASATriangle - Static variable in class org.matheclipse.core.expression.S
-
ASATriangle(alpha, c, beta) - returns a triangle from 2 angles `alpha`, `beta` and side `c` (which is between the angles).
- asBaseExp() - Method in interface org.matheclipse.core.interfaces.IExpr
- ASCIIPrettyPrinter3 - Class in org.matheclipse.core.form.output
-
ASCII pretty printer which tries to create a pretty printer ASCII form on 3 lines.
- ASCIIPrettyPrinter3() - Constructor for class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
- asCoeffAdd() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the pair
{c, Plus(args)}
where this is written as anPlus(...)
,a
. - asCoeffAdd() - Method in interface org.matheclipse.core.interfaces.INumber
- asCoeffAdd(Collection<IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
- asCoeffAdd(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- asCoeffExponent(ISymbol) - Method in interface org.matheclipse.core.interfaces.IExpr
- asCoeffmul() - Method in interface org.matheclipse.core.interfaces.IExpr
- asCoeffmul(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
- asCoeffmul(ISymbol) - Method in interface org.matheclipse.core.interfaces.IExpr
- asCoeffmul(ISymbol, boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the list
{c, args}
where this is written as aTimes(...)
m
. - asCoeffmul(ISymbol, boolean) - Method in interface org.matheclipse.core.interfaces.INumber
- asCoeffMul() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the list
{c, args}
where this is written as aTimes(...)
m
. - asCoeffMul(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the list
{c, args}
where this is written as aTimes(...)
m
. - asCoeffMul(boolean) - Method in interface org.matheclipse.core.interfaces.IFraction
- asCoeffMul(boolean) - Method in interface org.matheclipse.core.interfaces.INumber
- asExpr() - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
-
Return the underlying expression.
- asin() - Method in class org.matheclipse.core.expression.ApcomplexNum
- asin() - Method in class org.matheclipse.core.expression.ApfloatNum
- asin() - Method in class org.matheclipse.core.expression.ComplexNum
- asin() - Method in class org.matheclipse.core.expression.Num
- asin() - Method in class org.matheclipse.core.expression.NumStr
- asin() - Method in interface org.matheclipse.core.interfaces.IExpr
- asin() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- asIndependent(IExpr, IAST) - Static method in class org.matheclipse.core.sympy.core.Expr
- asIndependent(IExpr, IAST, Map<String, IExpr>) - Static method in class org.matheclipse.core.sympy.core.Expr
-
A mostly naive separation of a Times or Plus into arguments that are not dependent on deps.
- asinh() - Method in class org.matheclipse.core.expression.ApcomplexNum
- asinh() - Method in class org.matheclipse.core.expression.ApfloatNum
- asinh() - Method in interface org.matheclipse.core.interfaces.IExpr
- asLeadingTerm(ISymbol) - Method in interface org.matheclipse.core.interfaces.IExpr
- asLeadingTerm(ISymbol[], IExpr, int) - Method in interface org.matheclipse.core.interfaces.IExpr
- asLeadingTerm(ISymbol, int) - Method in interface org.matheclipse.core.interfaces.IExpr
- asLeadingTerm(ISymbol, IExpr, int) - Method in interface org.matheclipse.core.interfaces.IExpr
- asList(double...) - Static method in class org.matheclipse.core.convert.Lists
- asList(float...) - Static method in class org.matheclipse.core.convert.Lists
- asList(int...) - Static method in class org.matheclipse.core.convert.Lists
- asList(int[]) - Static method in class org.matheclipse.core.tensor.ext.Integers
-
Careful: The elements of the returned list are backed by the given array.
- asList(long...) - Static method in class org.matheclipse.core.convert.Lists
- asList(short...) - Static method in class org.matheclipse.core.convert.Lists
- asList(Object...) - Static method in class org.matheclipse.core.convert.Lists
- asList(String...) - Static method in class org.matheclipse.core.convert.Lists
- asListSymbols(String...) - Static method in class org.matheclipse.core.convert.Lists
- asNumerDenom() - Method in class org.matheclipse.core.expression.AbstractAST
- asNumerDenom() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- asNumerDenom() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Expression
a/b -> [a, b]
- AspectRatio - Static variable in class org.matheclipse.core.expression.ID
- AspectRatio - Static variable in class org.matheclipse.core.expression.S
- asPowersDict() - Method in class org.matheclipse.core.expression.AbstractAST
- asPowersDict() - Method in interface org.matheclipse.core.interfaces.IExpr
- asSet() - Method in class org.matheclipse.core.expression.AbstractAST
- asSet() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- asSet() - Method in class org.matheclipse.core.expression.AST0
- asSet() - Method in class org.matheclipse.core.expression.AST1
- asSet() - Method in class org.matheclipse.core.expression.AST2
- asSet() - Method in class org.matheclipse.core.expression.AST3
- asSet() - Method in class org.matheclipse.core.expression.ASTRealMatrix
- asSet() - Method in class org.matheclipse.core.expression.ASTRealVector
- asSet() - Method in class org.matheclipse.core.expression.ASTRRBTree
- asSet() - Method in class org.matheclipse.core.expression.B1
- asSet() - Method in class org.matheclipse.core.expression.B2
- asSet() - Method in class org.matheclipse.core.expression.B3
- asSet() - Method in class org.matheclipse.core.expression.HMArrayList
- asSet() - Method in interface org.matheclipse.core.interfaces.IAST
-
Collect all arguments of this AST in a new set.
- assign(IExpr, IAST, IAssumptions, EvalEngine) - Static method in interface org.matheclipse.core.eval.util.IAssumptions
- assignedValue() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Get the
OwnValues
value which is assigned to the symbol ornull
, if no value is assigned. - assignedValue() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Get the
OwnValues
value which is assigned to the symbol ornull
, if no value is assigned. - assignedValue() - Method in class org.matheclipse.core.expression.Symbol
-
Get the
OwnValues
value which is assigned to the symbol ornull
, if no value is assigned. - assignedValue() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the
OwnValues
value which is assigned to the symbol ornull
, if no value is assigned. - assignValue(IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Set the
OwnValues
value of this variable. - assignValue(IExpr, boolean) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Set the
OwnValues
value of this variable - assignValue(IExpr, boolean) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Set the
OwnValues
value of this variable - assignValue(IExpr, boolean) - Method in class org.matheclipse.core.expression.Symbol
-
Set the
OwnValues
value of this variable - assignValue(IExpr, boolean) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Set the
OwnValues
value of this variable - assoc() - Static method in class org.matheclipse.core.expression.F
- assoc(IAssociation, Map<IExpr, IASTMutable>) - Static method in class org.matheclipse.core.expression.F
-
Create an association data structure
<| x0->y0, x1->y1, ...
- assoc(IAST) - Static method in class org.matheclipse.core.expression.F
-
Create an association data structure
<| x0->y0, x1->y1, ...
- associateTo(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AssociateTo(assoc, rule) - append `rule` to the association `assoc` and assign the result to `assoc`.
- AssociateTo - Static variable in class org.matheclipse.core.expression.ID
- AssociateTo - Static variable in class org.matheclipse.core.expression.S
-
AssociateTo(assoc, rule) - append `rule` to the association `assoc` and assign the result to `assoc`.
- Association - Static variable in class org.matheclipse.core.expression.ID
- Association - Static variable in class org.matheclipse.core.expression.S
-
Association[key1 -> val1, key2 -> val2, ...> - represents an association between `key`s and `value`s.
- AssociationFunctions - Class in org.matheclipse.core.builtin
- associationMap(Object) - Static method in class org.matheclipse.core.expression.J
-
AssociationMap(header, <|k1->v1, k2->v2,...|>) - create an association `<|header(k1->v1), header(k2->v2),...|>` with the rules mapped by the `header`.
- associationMap(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AssociationMap(header, <|k1->v1, k2->v2,...|>) - create an association `<|header(k1->v1), header(k2->v2),...|>` with the rules mapped by the `header`.
- AssociationMap - Static variable in class org.matheclipse.core.expression.ID
- AssociationMap - Static variable in class org.matheclipse.core.expression.S
-
AssociationMap(header, <|k1->v1, k2->v2,...|>) - create an association `<|header(k1->v1), header(k2->v2),...|>` with the rules mapped by the `header`.
- associationQ(Object) - Static method in class org.matheclipse.core.expression.J
-
AssociationQ(expr) - returns `True` if `expr` is an association, and `False` otherwise.
- AssociationQ - Static variable in class org.matheclipse.core.expression.ID
- AssociationQ - Static variable in class org.matheclipse.core.expression.S
-
AssociationQ(expr) - returns `True` if `expr` is an association, and `False` otherwise.
- associationThread(Object) - Static method in class org.matheclipse.core.expression.J
-
AssociationThread({k1,k2,...}, {v1,v2,...}) - create an association with rules from the keys `{k1,k2,...}` and values `{v1,v2,...}`.
- associationThread(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
AssociationThread({k1,k2,...}, {v1,v2,...}) - create an association with rules from the keys `{k1,k2,...}` and values `{v1,v2,...}`.
- AssociationThread - Static variable in class org.matheclipse.core.expression.ID
- AssociationThread - Static variable in class org.matheclipse.core.expression.S
-
AssociationThread({k1,k2,...}, {v1,v2,...}) - create an association with rules from the keys `{k1,k2,...}` and values `{v1,v2,...}`.
- assumeAlgebraic(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
TODO implement algebraic number conditions.
- assumeArray(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be anArrays(list, domain, symmetry)
expression. - assumeBoolean(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be an boolean value. - assumeComplex(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be a complex number. - assumeEqual(IExpr, IReal) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- assumeGreaterEqual(IExpr, IReal) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- assumeGreaterThan(IExpr, IReal) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- assumeInteger(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be an integer. - assumeLessEqual(IExpr, IReal) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- assumeLessThan(IExpr, IReal) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- assumeMatrices(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- assumeNegative(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be an negative number. - assumeNonNegative(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be an non negative number. - assumePositive(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be an positive number. - assumePrime(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be an prime number. - assumeRational(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be a rational number. - assumeReal(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to be a real number. - assumeReNegative(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to have a negative real part. - assumeRePositive(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
-
Test if
expr
is assumed to have a positive real part. - assumeUnequal(IExpr, INumber) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- assumeVectors(IExpr) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- assuming(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Assuming(assumption, expression) - evaluate the `expression` with the assumptions appended to the default `$Assumptions` assumptions.
- Assuming - Static variable in class org.matheclipse.core.expression.ID
- Assuming - Static variable in class org.matheclipse.core.expression.S
-
Assuming(assumption, expression) - evaluate the `expression` with the assumptions appended to the default `$Assumptions` assumptions.
- AssumptionFunctions - Class in org.matheclipse.core.builtin
- Assumptions - Class in org.matheclipse.core.eval.util
- Assumptions - Static variable in class org.matheclipse.core.expression.ID
- Assumptions - Static variable in class org.matheclipse.core.expression.S
- ast(IAST, IExpr, boolean, int, int) - Static method in class org.matheclipse.core.expression.F
-
Creates a new AST from the given
ast
andhead
. - ast(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST).
- ast(IExpr[], IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a new function expression (AST - abstract syntax tree).
- ast(IExpr, int) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST).
- ast(IExpr, int, boolean) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.
- ast(IExpr, Collection<? extends IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST).
- ast(IExpr, Collection<? extends IExpr>, int) - Static method in class org.matheclipse.core.expression.F
- ast(ISymbol, boolean, Complex[]) - Static method in class org.matheclipse.core.expression.F
-
Create a new function expression (AST - abstract syntax tree), where all arguments are Java
ComplexNum
values. - ast(ISymbol, int[]) - Static method in class org.matheclipse.core.expression.F
-
Create a new function expression (AST - abstract syntax tree), where all arguments are Java
int
values. - ast(ISymbol, Complex[]) - Static method in class org.matheclipse.core.expression.F
-
Create a new function expression (AST - abstract syntax tree), where all arguments are Java
org.hipparchus.complex.Complex
values. - AST - Class in org.matheclipse.core.expression
-
(A)bstract (S)yntax (T)ree of a given function.
- AST() - Constructor for class org.matheclipse.core.expression.AST
-
Public no-arg constructor only needed for serialization
- AST(int) - Constructor for class org.matheclipse.core.expression.AST
- AST(int, boolean) - Constructor for class org.matheclipse.core.expression.AST
-
Constructs an empty list with the specified initial capacity.
- AST0 - Class in org.matheclipse.core.expression
-
Immutable (A)bstract (S)yntax (T)ree of a given function with no argument.
- AST0() - Constructor for class org.matheclipse.core.expression.AST0
-
ctor for deserialization
- AST1 - Class in org.matheclipse.core.expression
-
Immutable (A)bstract (S)yntax (T)ree of a given function with exactly 1 argument.
- AST1() - Constructor for class org.matheclipse.core.expression.AST1
-
ctor for deserialization
- AST2 - Class in org.matheclipse.core.expression
-
Immutable (A)bstract (S)yntax (T)ree of a given function with exactly 2 arguments.
- AST2() - Constructor for class org.matheclipse.core.expression.AST2
-
ctor for deserialization
- AST2Expr - Class in org.matheclipse.core.convert
-
Converts a parsed
org.matheclipse.parser.client.ast.ASTNode
expression into an IExpr expression - AST2Expr() - Constructor for class org.matheclipse.core.convert.AST2Expr
- AST2Expr(boolean, EvalEngine) - Constructor for class org.matheclipse.core.convert.AST2Expr
- AST2Expr(Class<ASTNode>, Class<IExpr>) - Constructor for class org.matheclipse.core.convert.AST2Expr
-
Deprecated.
- AST2Expr(EvalEngine) - Constructor for class org.matheclipse.core.convert.AST2Expr
- AST3 - Class in org.matheclipse.core.expression
-
Immutable (A)bstract (S)yntax (T)ree of a given function with exactly 3 arguments.
- AST3() - Constructor for class org.matheclipse.core.expression.AST3
-
ctor for deserialization
- ASTAssociation - Class in org.matheclipse.core.expression
- ASTAssociation() - Constructor for class org.matheclipse.core.expression.ASTAssociation
-
Public no-arg constructor needed for serialization.
- ASTElementLimitExceeded - Exception in org.matheclipse.core.eval.exception
-
Exception which will be thrown, if the Config.MAX_AST_SIZE limit was exceeded.
- ASTElementLimitExceeded(int, int) - Constructor for exception org.matheclipse.core.eval.exception.ASTElementLimitExceeded
-
Set the exceeded limit to
(long)rowDimension*(long)columnDimension
. - ASTElementLimitExceeded(long) - Constructor for exception org.matheclipse.core.eval.exception.ASTElementLimitExceeded
- ASTID - org.matheclipse.core.expression.Hierarchy
- ASTID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- ASTIterator() - Constructor for class org.matheclipse.core.expression.AbstractAST.ASTIterator
- astMutable(IExpr, int) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST) with pre- allocated elements set to
null
. - ASTRealMatrix - Class in org.matheclipse.core.expression
-
Immutable (A)bstract (S)yntax (T)ree of a given function with no argument.
- ASTRealMatrix() - Constructor for class org.matheclipse.core.expression.ASTRealMatrix
- ASTRealMatrix(double[][], boolean) - Constructor for class org.matheclipse.core.expression.ASTRealMatrix
- ASTRealMatrix(RealMatrix, boolean) - Constructor for class org.matheclipse.core.expression.ASTRealMatrix
- ASTRealVector - Class in org.matheclipse.core.expression
-
Immutable (A)bstract (S)yntax (T)ree of a given function with no argument.
- ASTRealVector() - Constructor for class org.matheclipse.core.expression.ASTRealVector
- ASTRealVector(double[], boolean) - Constructor for class org.matheclipse.core.expression.ASTRealVector
- ASTRealVector(RealVector, boolean) - Constructor for class org.matheclipse.core.expression.ASTRealVector
- ASTRRBTree - Class in org.matheclipse.core.expression
-
Immutable (A)bstract (S)yntax (T)ree of a given function implemented as an RRB Tree.
- ASTRRBTree() - Constructor for class org.matheclipse.core.expression.ASTRRBTree
- ASTRRBTree(int, boolean) - Constructor for class org.matheclipse.core.expression.ASTRRBTree
- ASTRRBTree(IAST) - Constructor for class org.matheclipse.core.expression.ASTRRBTree
-
Copy constructor.
- ASTRRBTree(IExpr[]) - Constructor for class org.matheclipse.core.expression.ASTRRBTree
- ASTRRBTree(RrbTree.ImRrbt<IExpr>) - Constructor for class org.matheclipse.core.expression.ASTRRBTree
- ASTRRBTree(RrbTree.MutRrbt<IExpr>) - Constructor for class org.matheclipse.core.expression.ASTRRBTree
- ASTSeriesData - Class in org.matheclipse.core.expression
- ASTSeriesData() - Constructor for class org.matheclipse.core.expression.ASTSeriesData
- ASTSeriesData(IExpr, IExpr, int, int, int) - Constructor for class org.matheclipse.core.expression.ASTSeriesData
- ASTSeriesData(IExpr, IExpr, int, int, int, int, OpenIntToIExprHashMap<IExpr>) - Constructor for class org.matheclipse.core.expression.ASTSeriesData
- ASTSeriesData(IExpr, IExpr, IAST, int, int, int) - Constructor for class org.matheclipse.core.expression.ASTSeriesData
- asType(Class<?>) - Method in class org.matheclipse.core.expression.AbstractAST
- asType(Class<?>) - Method in interface org.matheclipse.core.interfaces.IExpr
- ASymbol - Static variable in class org.matheclipse.core.expression.S
- at(IExpr) - Method in class org.matheclipse.core.tensor.itp.BSplineInterpolation
- at(IExpr) - Method in interface org.matheclipse.core.tensor.itp.Interpolation
-
optimized function for interpolation along the first dimension
- at(IExpr) - Method in class org.matheclipse.core.tensor.itp.LinearInterpolation
- At(IExpr) - Method in class org.matheclipse.core.tensor.itp.AbstractInterpolation
- At(IExpr) - Method in interface org.matheclipse.core.tensor.itp.Interpolation
- atan() - Method in class org.matheclipse.core.expression.ApcomplexNum
- atan() - Method in class org.matheclipse.core.expression.ApfloatNum
- atan() - Method in class org.matheclipse.core.expression.ComplexNum
- atan() - Method in class org.matheclipse.core.expression.Num
- atan() - Method in class org.matheclipse.core.expression.NumStr
- atan() - Method in interface org.matheclipse.core.interfaces.IExpr
- atan() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- atan2(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- atan2(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- atanh() - Method in class org.matheclipse.core.expression.ApcomplexNum
- atanh() - Method in class org.matheclipse.core.expression.ApfloatNum
- atanh() - Method in interface org.matheclipse.core.interfaces.IExpr
- AtomBaseQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- atomQ(Object) - Static method in class org.matheclipse.core.expression.J
-
AtomQ(x) - is true if `x` is an atom (an object such as a number or string, which cannot be divided into subexpressions using 'Part').
- AtomQ - Static variable in class org.matheclipse.core.expression.ID
- AtomQ - Static variable in class org.matheclipse.core.expression.S
-
AtomQ(x) - is true if `x` is an atom (an object such as a number or string, which cannot be divided into subexpressions using 'Part').
- AtomQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
AtomQ(x)
- atoms(IAST) - Static method in class org.matheclipse.core.sympy.core.Basic
- atoms(IAST, Predicate<IExpr>) - Static method in class org.matheclipse.core.sympy.core.Basic
- AttributeFunctions - Class in org.matheclipse.core.builtin
- attributes(Object) - Static method in class org.matheclipse.core.expression.J
-
Attributes(symbol) - returns the list of attributes which are assigned to `symbol`
- Attributes - Static variable in class org.matheclipse.core.expression.ID
- Attributes - Static variable in class org.matheclipse.core.expression.S
-
Attributes(symbol) - returns the list of attributes which are assigned to `symbol`
- Attributes(IExpr) - Static method in class org.matheclipse.core.expression.F
- attributesList(IExpr, IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.AttributeFunctions
-
Get the attributes of this
expr
as symbolic constants in a list. - attributesList(ISymbol) - Static method in class org.matheclipse.core.builtin.AttributeFunctions
-
Get the attrbutes of this
symbol
as symbolic constants in a list. - augmentedFieldMatrix(FieldMatrix<IExpr>, FieldVector<IExpr>) - Static method in class org.matheclipse.core.convert.Convert
- AURORA - org.matheclipse.core.tensor.img.ColorDataGradients
-
dark-gray, dark-yellow, magenta
- Automatic - Static variable in class org.matheclipse.core.expression.ID
- Automatic - Static variable in class org.matheclipse.core.expression.S
- AUTOMATIC_TOLERANCE - Static variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Specifies that the distance tolerance should be computed automatically from the input point data.
- AutomaticRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - AutomaticRules() - Constructor for class org.matheclipse.core.reflection.system.rules.AutomaticRules
- AUTOSIZE - Static variable in class org.matheclipse.core.builtin.ManipulateFunction
- AVOCADO - org.matheclipse.core.tensor.img.ColorDataGradients
-
black, green, yellow
- AvogadroConstant - Static variable in class org.matheclipse.core.expression.ID
- AvogadroConstant - Static variable in class org.matheclipse.core.expression.S
- await() - Static method in class org.matheclipse.core.expression.F
-
Causes the current thread to wait until the main initialization has finished.
- await() - Method in interface org.matheclipse.core.interfaces.IEvaluator
- await() - Method in class org.matheclipse.core.reflection.system.Integrate
-
Causes the current thread to wait until the INIT_THREAD has initialized the Integrate() rules.
- axes - Variable in class org.matheclipse.core.graphics.Dimensions2D
- Axes - Static variable in class org.matheclipse.core.expression.ID
- Axes - Static variable in class org.matheclipse.core.expression.S
- AxesLabel - Static variable in class org.matheclipse.core.expression.ID
- AxesLabel - Static variable in class org.matheclipse.core.expression.S
- AxesOrigin - Static variable in class org.matheclipse.core.expression.ID
- AxesOrigin - Static variable in class org.matheclipse.core.expression.S
- AxesStyle - Static variable in class org.matheclipse.core.expression.ID
- AxesStyle - Static variable in class org.matheclipse.core.expression.S
- Axis - Static variable in class org.matheclipse.core.expression.ID
- Axis - Static variable in class org.matheclipse.core.expression.S
B
- b - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
b
that will never be assigned a value. - b_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
b_
that will be used only for predefined pattern-matching rules and can match one expression. - B_ - Static variable in class org.matheclipse.core.expression.F
- b_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- B_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- b_Symbol - Static variable in class org.matheclipse.core.expression.F
- B1 - Class in org.matheclipse.core.expression
- B1() - Constructor for class org.matheclipse.core.expression.B1
-
ctor for deserialization
- B1(IExpr) - Constructor for class org.matheclipse.core.expression.B1
-
Create a function with one argument (i.e.
- B2 - Class in org.matheclipse.core.expression
- B2() - Constructor for class org.matheclipse.core.expression.B2
-
ctor for deserialization
- B2(IExpr, IExpr) - Constructor for class org.matheclipse.core.expression.B2
-
Create a function with two arguments (i.e.
- B3 - Class in org.matheclipse.core.expression
- B3() - Constructor for class org.matheclipse.core.expression.B3
-
ctor for deserialization
- Background - Static variable in class org.matheclipse.core.expression.ID
- Background - Static variable in class org.matheclipse.core.expression.S
- Ball - Static variable in class org.matheclipse.core.expression.ID
- Ball - Static variable in class org.matheclipse.core.expression.S
- BarChart - Static variable in class org.matheclipse.core.expression.ID
- BarChart - Static variable in class org.matheclipse.core.expression.S
-
BarChart(list-of-values, options) - plot a bar chart for a `list-of-values` with option `BarOrigin->Bottom` or `BarOrigin->Bottom`
- BarOrigin - Static variable in class org.matheclipse.core.expression.ID
- BarOrigin - Static variable in class org.matheclipse.core.expression.S
- BARTLETT - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- bartlettWindow(Object) - Static method in class org.matheclipse.core.expression.J
- bartlettWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- BartlettWindow - Static variable in class org.matheclipse.core.expression.ID
- BartlettWindow - Static variable in class org.matheclipse.core.expression.S
- base() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get the first element of this
AST
list (i.e. - baseBLog(IInteger, IInteger) - Static method in class org.matheclipse.core.builtin.ExpTrigsFunctions
-
Integer logarithm of
arg
for baseb
. - baseDecode(Object) - Static method in class org.matheclipse.core.expression.J
-
BaseDecode(string) - decodes a Base64 encoded `string` into a `ByteArray` using the Base64 encoding scheme.
- BaseDecode - Static variable in class org.matheclipse.core.expression.ID
- BaseDecode - Static variable in class org.matheclipse.core.expression.S
-
BaseDecode(string) - decodes a Base64 encoded `string` into a `ByteArray` using the Base64 encoding scheme.
- baseEncode(Object) - Static method in class org.matheclipse.core.expression.J
-
BaseEncode(byte-array) - encodes the specified `byte-array` into a string using the Base64 encoding scheme.
- BaseEncode - Static variable in class org.matheclipse.core.expression.ID
- BaseEncode - Static variable in class org.matheclipse.core.expression.S
-
BaseEncode(byte-array) - encodes the specified `byte-array` into a string using the Base64 encoding scheme.
- baseForm(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BaseForm(integer, radix) - prints the `integer` number in base `radix` form.
- BaseForm - Static variable in class org.matheclipse.core.expression.ID
- BaseForm - Static variable in class org.matheclipse.core.expression.S
-
BaseForm(integer, radix) - prints the `integer` number in base `radix` form.
- BaseForm(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Basic - Class in org.matheclipse.core.sympy.core
- Basic() - Constructor for class org.matheclipse.core.sympy.core.Basic
- BDDExpr - Class in org.matheclipse.core.expression.data
- BDDExpr() - Constructor for class org.matheclipse.core.expression.data.BDDExpr
- BDDExpr(BDD, boolean) - Constructor for class org.matheclipse.core.expression.data.BDDExpr
- BDDEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- BEACH - org.matheclipse.core.tensor.img.ColorDataGradients
-
orange, yellow, white
- Beep - Class in org.matheclipse.core.reflection.system
- Beep - Static variable in class org.matheclipse.core.expression.ID
- Beep - Static variable in class org.matheclipse.core.expression.S
- Beep() - Constructor for class org.matheclipse.core.reflection.system.Beep
- begin(Object) - Static method in class org.matheclipse.core.expression.J
-
Begin("
") - start a new context definition - begin(String, Context) - Method in class org.matheclipse.core.eval.EvalEngine
- Begin - Static variable in class org.matheclipse.core.expression.ID
- Begin - Static variable in class org.matheclipse.core.expression.S
-
Begin("
") - start a new context definition - beginPackage(Object) - Static method in class org.matheclipse.core.expression.J
-
BeginPackage("
") - start a new package definition - beginPackage(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BeginPackage("
") - start a new package definition - beginPackage(String) - Method in class org.matheclipse.core.eval.EvalEngine
- BeginPackage - Static variable in class org.matheclipse.core.expression.ID
- BeginPackage - Static variable in class org.matheclipse.core.expression.S
-
BeginPackage("
") - start a new package definition - BeginTestSection - Static variable in class org.matheclipse.core.expression.ID
- BeginTestSection - Static variable in class org.matheclipse.core.expression.S
- bellB(Object) - Static method in class org.matheclipse.core.expression.J
-
BellB(n) - the Bell number function counts the number of different ways to partition a set that has exactly `n` elements
- bellB(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BellB(n) - the Bell number function counts the number of different ways to partition a set that has exactly `n` elements
- BellB - Static variable in class org.matheclipse.core.expression.ID
- BellB - Static variable in class org.matheclipse.core.expression.S
-
BellB(n) - the Bell number function counts the number of different ways to partition a set that has exactly `n` elements
- BellB(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Bell number.
- BellB(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Bell polynomial.
- bellY(int, int, IAST, IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.PolynomialFunctions
-
Calculate the partial Bell polynomial recursively.
- bellY(Object) - Static method in class org.matheclipse.core.expression.J
-
BellY(n, k, {x1, x2, ...
- bellY(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BellY(n, k, {x1, x2, ...
- bellY(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BellY(n, k, {x1, x2, ...
- BellY - Static variable in class org.matheclipse.core.expression.ID
- BellY - Static variable in class org.matheclipse.core.expression.S
-
BellY(n, k, {x1, x2, ...
- BellY(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- bernoulli(int, Complex) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- bernoulliB(Object) - Static method in class org.matheclipse.core.expression.J
-
BernoulliB(expr) - computes the Bernoulli number of the first kind.
- bernoulliB(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BernoulliB(expr) - computes the Bernoulli number of the first kind.
- BernoulliB - Static variable in class org.matheclipse.core.expression.ID
- BernoulliB - Static variable in class org.matheclipse.core.expression.S
-
BernoulliB(expr) - computes the Bernoulli number of the first kind.
- BernoulliB(IExpr) - Static method in class org.matheclipse.core.expression.F
- BernoulliB(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- bernoulliDistribution(Object) - Static method in class org.matheclipse.core.expression.J
-
BernoulliDistribution(p) - returns the Bernoulli distribution.
- BernoulliDistribution - Static variable in class org.matheclipse.core.expression.ID
- BernoulliDistribution - Static variable in class org.matheclipse.core.expression.S
-
BernoulliDistribution(p) - returns the Bernoulli distribution.
- BernoulliDistribution(IExpr) - Static method in class org.matheclipse.core.expression.F
- bernoulliDouble(int) - Static method in class org.matheclipse.core.builtin.NumberTheory
- bernoulliInt(int) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- bernoulliNumber(int) - Static method in class org.matheclipse.core.builtin.NumberTheory
-
Compute the Bernoulli number of the first kind.
- bernoulliNumber(IInteger) - Static method in class org.matheclipse.core.builtin.NumberTheory
-
Compute the Bernoulli number of the first kind.
- BernoulliProcess - Static variable in class org.matheclipse.core.expression.ID
- BernoulliProcess - Static variable in class org.matheclipse.core.expression.S
- bernsteinBasis(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BernsteinBasis(n, v, expr) - computes the Bernstein basis for the expression `expr`.
- BernsteinBasis - Static variable in class org.matheclipse.core.expression.ID
- BernsteinBasis - Static variable in class org.matheclipse.core.expression.S
-
BernsteinBasis(n, v, expr) - computes the Bernstein basis for the expression `expr`.
- BesselFunctions - Class in org.matheclipse.core.builtin
- besselI(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselI(double, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselI(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BesselI(n, z) - modified Bessel function of the first kind.
- besselI(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- BesselI - Static variable in class org.matheclipse.core.expression.ID
- BesselI - Static variable in class org.matheclipse.core.expression.S
-
BesselI(n, z) - modified Bessel function of the first kind.
- BesselI(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- besselIDouble(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- BesselIRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - BesselIRules() - Constructor for class org.matheclipse.core.reflection.system.rules.BesselIRules
- besselJ(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselJ(double, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselJ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BesselJ(n, z) - Bessel function of the first kind.
- besselJ(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- BesselJ - Static variable in class org.matheclipse.core.expression.ID
- BesselJ - Static variable in class org.matheclipse.core.expression.S
-
BesselJ(n, z) - Bessel function of the first kind.
- BesselJ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- besselJDouble(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- BesselJRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - BesselJRules() - Constructor for class org.matheclipse.core.reflection.system.rules.BesselJRules
- BesselJS - Class in org.matheclipse.core.builtin.functions
-
Ported from JavaScript file bessel.js
- besselJZero(double, int) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselJZero(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BesselJZero(n, z) - is the `k`th zero of the `BesselJ(n,z)` function.
- BesselJZero - Static variable in class org.matheclipse.core.expression.ID
- BesselJZero - Static variable in class org.matheclipse.core.expression.S
-
BesselJZero(n, z) - is the `k`th zero of the `BesselJ(n,z)` function.
- besselK(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselK(double, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselK(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BesselK(n, z) - modified Bessel function of the second kind.
- besselK(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- BesselK - Static variable in class org.matheclipse.core.expression.ID
- BesselK - Static variable in class org.matheclipse.core.expression.S
-
BesselK(n, z) - modified Bessel function of the second kind.
- BesselK(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- besselKDouble(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- BesselKRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - BesselKRules() - Constructor for class org.matheclipse.core.reflection.system.rules.BesselKRules
- besselY(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselY(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BesselY(n, z) - Bessel function of the second kind.
- besselY(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- BesselY - Static variable in class org.matheclipse.core.expression.ID
- BesselY - Static variable in class org.matheclipse.core.expression.S
-
BesselY(n, z) - Bessel function of the second kind.
- BesselY(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- besselYDouble(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- BesselYRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - BesselYRules() - Constructor for class org.matheclipse.core.reflection.system.rules.BesselYRules
- besselYZero(double, int) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- besselYZero(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BesselYZero(n, z) - is the `k`th zero of the `BesselY(n,z)` function.
- BesselYZero - Static variable in class org.matheclipse.core.expression.ID
- BesselYZero - Static variable in class org.matheclipse.core.expression.S
-
BesselYZero(n, z) - is the `k`th zero of the `BesselY(n,z)` function.
- beta(double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- beta(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- beta(double, double, double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- beta(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Beta(a, b) - is the beta function of the numbers `a`,`b`.
- beta(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Beta(a, b) - is the beta function of the numbers `a`,`b`.
- beta(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- beta(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- beta(Complex, Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- Beta - Static variable in class org.matheclipse.core.expression.ID
- Beta - Static variable in class org.matheclipse.core.expression.S
-
Beta(a, b) - is the beta function of the numbers `a`,`b`.
- Beta(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Beta(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- BetaDistribution - Static variable in class org.matheclipse.core.expression.ID
- BetaDistribution - Static variable in class org.matheclipse.core.expression.S
- betaRegularized(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- betaRegularized(double, double, double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- betaRegularized(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- betaRegularized(Complex, Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- BetaRegularized - Static variable in class org.matheclipse.core.expression.ID
- BetaRegularized - Static variable in class org.matheclipse.core.expression.S
- BetaRegularized(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- BetaRegularized(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- between(IAST, IAST) - Static method in class org.matheclipse.core.tensor.nrm.Vector1Norm
-
Manhattan distance
- between(IAST, IAST) - Static method in class org.matheclipse.core.tensor.nrm.Vector2Norm
- between(IAST, IAST) - Static method in class org.matheclipse.core.tensor.nrm.Vector2NormSquared
- BetweennessCentrality - Static variable in class org.matheclipse.core.expression.ID
- BetweennessCentrality - Static variable in class org.matheclipse.core.expression.S
-
BetweennessCentrality(graph) - Computes the betweenness centrality of each vertex of a `graph`.
- BezierFunction - Static variable in class org.matheclipse.core.expression.ID
- BezierFunction - Static variable in class org.matheclipse.core.expression.S
- BI_EIGHT - Static variable in class org.matheclipse.core.expression.AbstractIntegerSym
- BI_FOUR - Static variable in class org.matheclipse.core.expression.AbstractIntegerSym
- BI_MINUS_ONE - Static variable in class org.matheclipse.core.expression.AbstractIntegerSym
-
The BigInteger constant minus one.
- BI_SEVEN - Static variable in class org.matheclipse.core.expression.AbstractIntegerSym
- BI_THREE - Static variable in class org.matheclipse.core.expression.AbstractIntegerSym
- BI_TWO - Static variable in class org.matheclipse.core.expression.AbstractIntegerSym
- BigFractionSym - Class in org.matheclipse.core.expression
-
IFraction implementation which uses methods of the Apache
BigFraction
methods. - BigIntegerLimitExceeded - Exception in org.matheclipse.core.eval.exception
-
Exception which will be thrown, if the Config.MAX_AST_SIZE limit was exceeded.
- BigIntegerLimitExceeded(int, int) - Constructor for exception org.matheclipse.core.eval.exception.BigIntegerLimitExceeded
-
Set the exceeded limit to
(long)rowDimension*(long)columnDimension
. - BigIntegerLimitExceeded(long) - Constructor for exception org.matheclipse.core.eval.exception.BigIntegerLimitExceeded
- BigIntegerSym - Class in org.matheclipse.core.expression
-
IInteger implementation which delegates most of the methods to the
BigInteger
methods. - BigIntegerSym() - Constructor for class org.matheclipse.core.expression.BigIntegerSym
-
do not use directly, needed for serialization/deserialization
- BigIntegerSym(byte[]) - Constructor for class org.matheclipse.core.expression.BigIntegerSym
- BigIntegerSym(long) - Constructor for class org.matheclipse.core.expression.BigIntegerSym
- BigIntegerSym(BigInteger) - Constructor for class org.matheclipse.core.expression.BigIntegerSym
- BiIntFunction<R> - Interface in org.matheclipse.core.eval.util
-
Represents a function that accepts two int-valued arguments and produces a result.
- binary(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a function
head(arg1, arg2)
with 2 arguments without evaluation. - binary64() - Method in interface org.matheclipse.core.interfaces.IReal
-
Returns the value of the specified number as a
Binary64
which may involve rounding. - binaryAST2(IExpr, String, String) - Static method in class org.matheclipse.core.expression.F
- binaryAST2(IExpr, String, IExpr) - Static method in class org.matheclipse.core.expression.F
- binaryAST2(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a function
head(arg1, arg2)
with 2 argument as anAST2
mutable object without evaluation. - binaryAverage - Variable in class org.matheclipse.core.tensor.itp.BSplineFunction
- BinaryAverage - Interface in org.matheclipse.core.tensor.itp
-
Reference: "Smoothing using Geodesic Averages", 2018 http://www.vixra.org/abs/1810.0283
- BinaryBindIth1st - Class in org.matheclipse.core.generic
-
Clone a given AST and set the i-th argument of the new AST to
arg
in theapply
method. - BinaryBindIth1st(IAST, IAST) - Constructor for class org.matheclipse.core.generic.BinaryBindIth1st
-
The
constant1
andconstant2
AST will be cloned in theapply
method. - BinaryDeserialize - Static variable in class org.matheclipse.core.expression.ID
- BinaryDeserialize - Static variable in class org.matheclipse.core.expression.S
-
BinaryDeserialize(byte-array) - deserialize the `byte-array` from WXF format into a Symja expression.
- binaryDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BinaryDistance(u, v) - returns the binary distance between `u` and `v`.
- BinaryDistance - Static variable in class org.matheclipse.core.expression.ID
- BinaryDistance - Static variable in class org.matheclipse.core.expression.S
-
BinaryDistance(u, v) - returns the binary distance between `u` and `v`.
- BinaryFunction - Class in org.matheclipse.core.form.tex
-
Used for:
HermiteH(a,b)) ==> H_a(b)
,LaguerreL(a,b)) ==> L_a(b)
- BinaryFunction(String, String, String) - Constructor for class org.matheclipse.core.form.tex.BinaryFunction
-
Convert a binary function into it's TeX string representation
- BinaryFunctorImpl<T> - Class in org.matheclipse.core.generic
-
Deprecated.
- BinaryFunctorImpl() - Constructor for class org.matheclipse.core.generic.BinaryFunctorImpl
-
Deprecated.
- BinaryNumerical - Class in org.matheclipse.core.generic
-
Binary numerical function for functions like Plot3D
- BinaryNumerical(IExpr, ISymbol, ISymbol, EvalEngine) - Constructor for class org.matheclipse.core.generic.BinaryNumerical
- binaryOperator(IAST, IExpr, IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- binaryOperator(IAST, IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Power
- binaryOperator(IAST, IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- binaryOperator(IAST, IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
- binaryPlotParameters(ISymbol, double, double, IExpr, IExpr, Dimensions2D, EvalEngine) - Static method in class org.matheclipse.core.builtin.ManipulateFunction
- binaryPredicateComparator(IExpr) - Static method in class org.matheclipse.core.generic.Comparators
-
Comparator for using an internal
BiPredicate
fromPredicates.isBinaryTrue(IExpr)
as a test for equality. - binaryRead(Object) - Static method in class org.matheclipse.core.expression.J
- binaryRead(Object, Object) - Static method in class org.matheclipse.core.expression.J
- BinaryRead - Static variable in class org.matheclipse.core.expression.ID
- BinaryRead - Static variable in class org.matheclipse.core.expression.S
- BinarySerialize - Static variable in class org.matheclipse.core.expression.ID
- BinarySerialize - Static variable in class org.matheclipse.core.expression.S
-
BinarySerialize(expr) - serialize the Symja `expr` into a byte array expression in WXF format.
- BinaryTernaryFunction - Class in org.matheclipse.core.form.tex
- BinaryTernaryFunction(String, String, String, String, boolean) - Constructor for class org.matheclipse.core.form.tex.BinaryTernaryFunction
- binaryWrite(Object, Object) - Static method in class org.matheclipse.core.expression.J
- binaryWrite(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- BinaryWrite - Static variable in class org.matheclipse.core.expression.ID
- BinaryWrite - Static variable in class org.matheclipse.core.expression.S
- binCounts(Object) - Static method in class org.matheclipse.core.expression.J
-
BinCounts(list, width-of-bin) - count the number of elements, if `list`, is divided into successive bins with width `width-of-bin`.
- binCounts(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BinCounts(list, width-of-bin) - count the number of elements, if `list`, is divided into successive bins with width `width-of-bin`.
- BinCounts - Static variable in class org.matheclipse.core.expression.ID
- BinCounts - Static variable in class org.matheclipse.core.expression.S
-
BinCounts(list, width-of-bin) - count the number of elements, if `list`, is divided into successive bins with width `width-of-bin`.
- bind2(T) - Method in class org.matheclipse.core.generic.BinaryFunctorImpl
-
Deprecated.
- binomial(long, long) - Static method in class org.matheclipse.core.combinatoric.KSubsets
- binomial(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Binomial(n, k) - returns the binomial coefficient of the 2 integers `n` and `k`
- binomial(IInteger, IInteger) - Static method in class org.matheclipse.core.builtin.NumberTheory
-
Calculate integer binomial number.
- Binomial - Static variable in class org.matheclipse.core.expression.ID
- Binomial - Static variable in class org.matheclipse.core.expression.S
-
Binomial(n, k) - returns the binomial coefficient of the 2 integers `n` and `k`
- Binomial(int, int) - Static method in class org.matheclipse.core.expression.F
- Binomial(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- BinomialDegree(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- binomialDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BinomialDistribution(n, p) - returns the binomial distribution.
- BinomialDistribution - Static variable in class org.matheclipse.core.expression.ID
- BinomialDistribution - Static variable in class org.matheclipse.core.expression.S
-
BinomialDistribution(n, p) - returns the binomial distribution.
- BinomialDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- BinomialMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- BinomialParts(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- BinomialProcess - Static variable in class org.matheclipse.core.expression.ID
- BinomialProcess - Static variable in class org.matheclipse.core.expression.S
- BinomialQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- BinomialQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- BinomialQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- BinomialTest(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- bioSequence(Object, Object) - Static method in class org.matheclipse.core.expression.J
- BioSequence - Static variable in class org.matheclipse.core.expression.ID
- BioSequence - Static variable in class org.matheclipse.core.expression.S
- BIOSEQUENCEID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- bioSequenceQ(Object) - Static method in class org.matheclipse.core.expression.J
- BioSequenceQ - Static variable in class org.matheclipse.core.expression.ID
- BioSequenceQ - Static variable in class org.matheclipse.core.expression.S
- BioSequenceTranscribe - Static variable in class org.matheclipse.core.expression.ID
- BioSequenceTranscribe - Static variable in class org.matheclipse.core.expression.S
- BioSequenceTranslate - Static variable in class org.matheclipse.core.expression.ID
- BioSequenceTranslate - Static variable in class org.matheclipse.core.expression.S
- biQuadraticSolve(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve the bi-quadratic expression.
- biQuadraticSolve(IExpr, IExpr, IExpr, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve the bi-quadratic expression.
- bitLength() - Method in class org.matheclipse.core.expression.BigIntegerSym
- bitLength() - Method in class org.matheclipse.core.expression.IntegerSym
- bitLength() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Returns the number of bits in the minimal two's-complement representation of this IInteger, excluding a sign bit.
- bitLength(Object) - Static method in class org.matheclipse.core.expression.J
-
BitLengthi(x) - gives the number of bits needed to represent the integer `x`.
- BitLength - Static variable in class org.matheclipse.core.expression.ID
- BitLength - Static variable in class org.matheclipse.core.expression.S
-
BitLengthi(x) - gives the number of bits needed to represent the integer `x`.
- black - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color black.
- Black - Static variable in class org.matheclipse.core.expression.ID
- Black - Static variable in class org.matheclipse.core.expression.S
- BLACK - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color black.
- BLACK - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- BLACK_BODY_SPECTRUM - org.matheclipse.core.tensor.img.ColorDataGradients
-
heated black body object emitting temperatures between 1000...10000[K]
- BLACKMAN - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- BLACKMAN_HARRIS - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- BLACKMAN_NUTTAL - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- blackmanHarrisWindow(Object) - Static method in class org.matheclipse.core.expression.J
- blackmanHarrisWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- BlackmanHarrisWindow - Static variable in class org.matheclipse.core.expression.ID
- BlackmanHarrisWindow - Static variable in class org.matheclipse.core.expression.S
- blackmanNuttallWindow(Object) - Static method in class org.matheclipse.core.expression.J
- blackmanNuttallWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- BlackmanNuttallWindow - Static variable in class org.matheclipse.core.expression.ID
- BlackmanNuttallWindow - Static variable in class org.matheclipse.core.expression.S
- blackmanWindow(Object) - Static method in class org.matheclipse.core.expression.J
- blackmanWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- BlackmanWindow - Static variable in class org.matheclipse.core.expression.ID
- BlackmanWindow - Static variable in class org.matheclipse.core.expression.S
- blank(Object) - Static method in class org.matheclipse.core.expression.J
- Blank - Class in org.matheclipse.core.expression
-
A "blank pattern" with no assigned "pattern name" (i.e.
- Blank - Static variable in class org.matheclipse.core.expression.ID
- Blank - Static variable in class org.matheclipse.core.expression.S
- Blank() - Constructor for class org.matheclipse.core.builtin.PatternMatching.Blank
- Blank() - Constructor for class org.matheclipse.core.expression.Blank
- Blank(IExpr) - Constructor for class org.matheclipse.core.expression.Blank
- Blank(IExpr, boolean) - Constructor for class org.matheclipse.core.expression.Blank
- BLANKID - org.matheclipse.core.expression.Hierarchy
- BLANKID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- blankNullSequence(Object) - Static method in class org.matheclipse.core.expression.J
- BlankNullSequence - Static variable in class org.matheclipse.core.expression.ID
- BlankNullSequence - Static variable in class org.matheclipse.core.expression.S
- BlankNullSequence() - Constructor for class org.matheclipse.core.builtin.PatternMatching.BlankNullSequence
- blankSequence(Object) - Static method in class org.matheclipse.core.expression.J
- BlankSequence - Static variable in class org.matheclipse.core.expression.ID
- BlankSequence - Static variable in class org.matheclipse.core.expression.S
- BlankSequence() - Constructor for class org.matheclipse.core.builtin.PatternMatching.BlankSequence
- BlankSequence() - Static method in class org.matheclipse.core.expression.F
- block(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Block({list_of_local_variables}, expr ) - evaluates `expr` for the `list_of_local_variables`
- Block - Static variable in class org.matheclipse.core.expression.ID
- Block - Static variable in class org.matheclipse.core.expression.S
-
Block({list_of_local_variables}, expr ) - evaluates `expr` for the `list_of_local_variables`
- Block(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- blockOrder(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Create block term order at split index.
- blockOrder(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Create block term order at split index.
- blockOrder(int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Create block term order at split index.
- blockOrder(int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Create block term order at split index.
- blockOrder(int, ExprTermOrder) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Create block term order at split index.
- blockOrder(int, ExprTermOrder, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Create block term order at split index.
- blockOrder(int, SymbolicTermOrder) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Create block term order at split index.
- blockOrder(int, SymbolicTermOrder, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Create block term order at split index.
- blockOrder(ExprTermOrder, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
Construct elimination block ExprTermOrder.
- blockOrder(ExprTermOrder, ExprTermOrder, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
Construct elimination block ExprTermOrder.
- blockOrder(ExprTermOrder, ExprTermOrder, ExpVectorLong, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
Construct elimination block ExprTermOrder.
- blockOrder(ExprTermOrder, ExpVectorLong, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
Construct elimination block ExprTermOrder.
- blockOrder(SymbolicTermOrder, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
Construct elimination block ExpVectorTermOrder.
- blockOrder(SymbolicTermOrder, ExpVectorLong, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
Construct elimination block ExpVectorTermOrder.
- blockOrder(SymbolicTermOrder, SymbolicTermOrder, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
Construct elimination block ExpVectorTermOrder.
- blockOrder(SymbolicTermOrder, SymbolicTermOrder, ExpVectorLong, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
Construct elimination block ExpVectorTermOrder.
- blue - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color blue.
- Blue - Static variable in class org.matheclipse.core.expression.ID
- Blue - Static variable in class org.matheclipse.core.expression.S
- BLUE - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color blue.
- BMP - org.matheclipse.core.io.Extension
-
uncompressed loss-less image format, no alpha channel
- BohrRadius - Static variable in class org.matheclipse.core.expression.ID
- BohrRadius - Static variable in class org.matheclipse.core.expression.S
- BONE - org.matheclipse.core.tensor.img.ColorDataGradients
-
black, blue-gray, white
- bool(boolean) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use
F.booleSymbol(boolean)
instead - boole(Object) - Static method in class org.matheclipse.core.expression.J
-
Boole(expr) - returns `1` if `expr` evaluates to `True`; returns `0` if `expr` evaluates to `False`; and gives no result otherwise.
- Boole - Static variable in class org.matheclipse.core.expression.ID
- Boole - Static variable in class org.matheclipse.core.expression.S
-
Boole(expr) - returns `1` if `expr` evaluates to `True`; returns `0` if `expr` evaluates to `False`; and gives no result otherwise.
- Boole(IExpr) - Static method in class org.matheclipse.core.expression.F
- booleanConvert(Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanConvert(logical-expr) - convert the `logical-expr` to [disjunctive normal form](https://en.wikipedia.org/wiki/Disjunctive_normal_form)
- booleanConvert(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanConvert(logical-expr) - convert the `logical-expr` to [disjunctive normal form](https://en.wikipedia.org/wiki/Disjunctive_normal_form)
- BooleanConvert - Static variable in class org.matheclipse.core.expression.ID
- BooleanConvert - Static variable in class org.matheclipse.core.expression.S
-
BooleanConvert(logical-expr) - convert the `logical-expr` to [disjunctive normal form](https://en.wikipedia.org/wiki/Disjunctive_normal_form)
- BooleanConvert(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- BooleanFunction - Static variable in class org.matheclipse.core.expression.ID
- BooleanFunction - Static variable in class org.matheclipse.core.expression.S
-
BooleanFunction(n, number-of-variables) - create the `n`-th boolean function containing the `number-of-variables`.
- BooleanFunctions - Class in org.matheclipse.core.builtin
- BooleanFunctions.Greater - Class in org.matheclipse.core.builtin
-
Greater(x, y) x > y
- BooleanFunctions.GreaterEqual - Class in org.matheclipse.core.builtin
-
GreaterEqual(x, y) x >= y
- BooleanFunctions.Less - Class in org.matheclipse.core.builtin
-
Less(x, y) x < y
- BooleanFunctions.LessEqual - Class in org.matheclipse.core.builtin
-
LessEqual(x, y) x <= y
- booleanMaxterms(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BooleaMaxterms({{b1,b2,...}}, {v1,v2,...}) - create the conjunction of the variables `{v1,v2,...}`.
- BooleanMaxterms - Static variable in class org.matheclipse.core.expression.ID
- BooleanMaxterms - Static variable in class org.matheclipse.core.expression.S
-
BooleaMaxterms({{b1,b2,...}}, {v1,v2,...}) - create the conjunction of the variables `{v1,v2,...}`.
- booleanMinimize(Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanMinimize(expr) - minimizes a boolean function with the [Quine McCluskey algorithm](https://en.wikipedia.org/wiki/Quine%E2%80%93McCluskey_algorithm)
- booleanMinimize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanMinimize(expr) - minimizes a boolean function with the [Quine McCluskey algorithm](https://en.wikipedia.org/wiki/Quine%E2%80%93McCluskey_algorithm)
- BooleanMinimize - Static variable in class org.matheclipse.core.expression.ID
- BooleanMinimize - Static variable in class org.matheclipse.core.expression.S
-
BooleanMinimize(expr) - minimizes a boolean function with the [Quine McCluskey algorithm](https://en.wikipedia.org/wiki/Quine%E2%80%93McCluskey_algorithm)
- BooleanMinimize(IExpr) - Static method in class org.matheclipse.core.expression.F
- booleanMinterms(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanMinterms({{b1,b2,...}}, {v1,v2,...}) - create the disjunction of the variables `{v1,v2,...}`.
- BooleanMinterms - Static variable in class org.matheclipse.core.expression.ID
- BooleanMinterms - Static variable in class org.matheclipse.core.expression.S
-
BooleanMinterms({{b1,b2,...}}, {v1,v2,...}) - create the disjunction of the variables `{v1,v2,...}`.
- booleanQ(Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanQ(expr) - returns `True` if `expr` is either `True` or `False`.
- BooleanQ - Static variable in class org.matheclipse.core.expression.ID
- BooleanQ - Static variable in class org.matheclipse.core.expression.S
-
BooleanQ(expr) - returns `True` if `expr` is either `True` or `False`.
- BooleanQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
BooleanQ(expr)
- Booleans - Static variable in class org.matheclipse.core.expression.ID
- Booleans - Static variable in class org.matheclipse.core.expression.S
-
Booleans - is the set of boolean values.
- booleanTable(Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanTable(logical-expr, variables) - generate [truth values](https://en.wikipedia.org/wiki/Truth_table) from the `logical-expr`
- booleanTable(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanTable(logical-expr, variables) - generate [truth values](https://en.wikipedia.org/wiki/Truth_table) from the `logical-expr`
- BooleanTable - Static variable in class org.matheclipse.core.expression.ID
- BooleanTable - Static variable in class org.matheclipse.core.expression.S
-
BooleanTable(logical-expr, variables) - generate [truth values](https://en.wikipedia.org/wiki/Truth_table) from the `logical-expr`
- BooleanTable(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- booleanVariables(Object) - Static method in class org.matheclipse.core.expression.J
-
BooleanVariables(logical-expr) - gives a list of the boolean variables that appear in the `logical-expr`.
- BooleanVariables - Static variable in class org.matheclipse.core.expression.ID
- BooleanVariables - Static variable in class org.matheclipse.core.expression.S
-
BooleanVariables(logical-expr) - gives a list of the boolean variables that appear in the `logical-expr`.
- BooleanVariables(IExpr) - Static method in class org.matheclipse.core.expression.F
- booleInteger(boolean) - Static method in class org.matheclipse.core.expression.F
-
Returns integers 1 or 0 (type ISymbol) depending on the boolean value
true
orfalse
. - booleSymbol(boolean) - Static method in class org.matheclipse.core.expression.F
-
Returns symbol "True" or "False" (type ISymbol) depending on the boolean value.
- Bottom - Static variable in class org.matheclipse.core.expression.ID
- Bottom - Static variable in class org.matheclipse.core.expression.S
- bottomUp(IExpr, Function<IExpr, IExpr>) - Static method in class org.matheclipse.core.sympy.core.Traversal
-
Apply
function
to all expressions in an expression tree from the bottom up. - bottomUp(IExpr, Function<IExpr, IExpr>, boolean, boolean) - Static method in class org.matheclipse.core.sympy.core.Traversal
-
Apply
function
to all expressions in an expression tree from the bottom up. - bottomUpNIL(IExpr, Function<IExpr, IExpr>) - Static method in class org.matheclipse.core.sympy.core.Traversal
-
Apply
function
to all expressions in an expression tree from the bottom up. - bound(int) - Method in class org.matheclipse.core.tensor.itp.BSplineFunction
- bound(int) - Method in class org.matheclipse.core.tensor.itp.BSplineFunctionString
- boundedNextDouble(Random, double) - Static method in class org.matheclipse.core.builtin.RandomFunctions
- boundedNextDouble(Random, double, double) - Static method in class org.matheclipse.core.builtin.RandomFunctions
- boundedNextInt(Random, int, int) - Static method in class org.matheclipse.core.builtin.RandomFunctions
- boundingBox() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- Boxed - Static variable in class org.matheclipse.core.expression.ID
- Boxed - Static variable in class org.matheclipse.core.expression.S
- BoxesFunctions - Class in org.matheclipse.core.builtin
- BoxRatios - Static variable in class org.matheclipse.core.expression.ID
- BoxRatios - Static variable in class org.matheclipse.core.expression.S
- BoxWhiskerChart - Static variable in class org.matheclipse.core.expression.ID
- BoxWhiskerChart - Static variable in class org.matheclipse.core.expression.S
-
BoxWhiskerChart( ) - plot a box whisker chart.
- brayCurtisDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
BrayCurtisDistance(u, v) - returns the Bray Curtis distance between `u` and `v`.
- BrayCurtisDistance - Static variable in class org.matheclipse.core.expression.ID
- BrayCurtisDistance - Static variable in class org.matheclipse.core.expression.S
-
BrayCurtisDistance(u, v) - returns the Bray Curtis distance between `u` and `v`.
- Break - Static variable in class org.matheclipse.core.expression.ID
- Break - Static variable in class org.matheclipse.core.expression.S
-
Break() - exits a `For`, `While`, or `Do` loop.
- Break() - Static method in class org.matheclipse.core.expression.F
- BreakException - Exception in org.matheclipse.core.eval.exception
-
Exception for the Break function.
- BreakException() - Constructor for exception org.matheclipse.core.eval.exception.BreakException
- brighter() - Method in class org.matheclipse.core.convert.RGBColor
-
Creates a new RGBColor which is a brighter than this RGBColor.
- Brown - Static variable in class org.matheclipse.core.expression.ID
- Brown - Static variable in class org.matheclipse.core.expression.S
- BROWN_CYAN - org.matheclipse.core.tensor.img.ColorDataGradients
-
red-brown, white, cyan
- BrownianBridgeProcess - Static variable in class org.matheclipse.core.expression.ID
- BrownianBridgeProcess - Static variable in class org.matheclipse.core.expression.S
- BrownianBridgeProcess(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- BSplineFunction - Class in org.matheclipse.core.tensor.itp
-
tensor::BSplineFunction is parameterized over the interval [0, control.length() - 1] tensor::BSplineFunction can be instantiated for all degrees regardless of the length of the control points.
- BSplineFunction - Static variable in class org.matheclipse.core.expression.ID
- BSplineFunction - Static variable in class org.matheclipse.core.expression.S
- BSplineFunction(BinaryAverage, int, IAST) - Constructor for class org.matheclipse.core.tensor.itp.BSplineFunction
- BSplineFunctionBase - Class in org.matheclipse.core.tensor.itp
- BSplineFunctionBase(BinaryAverage, int, IAST) - Constructor for class org.matheclipse.core.tensor.itp.BSplineFunctionBase
- BSplineFunctionString - Class in org.matheclipse.core.tensor.itp
-
function defined over the interval [0, control.length() - 1]
- BSplineFunctionString(int, IAST) - Constructor for class org.matheclipse.core.tensor.itp.BSplineFunctionString
- BSplineInterpolation - Class in org.matheclipse.core.tensor.itp
-
BSplineInterpolation defines a parametric curve that interpolates the given control points at integer values.
- BSplineInterpolation(int, IExpr, boolean) - Constructor for class org.matheclipse.core.tensor.itp.BSplineInterpolation
- BSymbol - Static variable in class org.matheclipse.core.expression.S
- build(Supplier<IExpr>, int[]) - Static method in class org.matheclipse.core.generic.Tensors
-
Create a dense tensor.
- build(IAST) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Constructs the convex hull of a set of points.
- build(IDimensionFunction<IExpr>, int[]) - Static method in class org.matheclipse.core.generic.Tensors
-
Create a dense tensor.
- build(IExpr[]) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Constructs the convex hull of a set of points whose coordinates are given by an array of doubles.
- buildDocFilename(String) - Static method in class org.matheclipse.core.form.Documentation
- buildFunctionFilename(String) - Static method in class org.matheclipse.core.form.Documentation
- buildGraphics2D(String, String) - Static method in class org.matheclipse.core.form.output.JSBuilder
- buildGraphics3D(String, String) - Static method in class org.matheclipse.core.form.output.JSBuilder
- buildHull() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- buildJSXGraph(String, String) - Static method in class org.matheclipse.core.form.output.JSBuilder
- buildMathcell(String, String) - Static method in class org.matheclipse.core.form.output.JSBuilder
- buildMermaid(String, String) - Static method in class org.matheclipse.core.form.output.JSBuilder
- buildPlotly(String, String) - Static method in class org.matheclipse.core.form.output.JSBuilder
- buildPolynomial(int, IExpr, List<BigFraction>, PolynomialsUtils.RecurrenceCoefficientsGenerator) - Static method in class org.matheclipse.core.polynomials.PolynomialsUtils
-
Get the coefficients array for a given degree.
- BUILT_IN_EVALED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
Is set, if the built-in function associated with this object was evaluated and no further evaluation is needed for the built-in evaluation function.
- BUILTIN_PROTECTED - Static variable in class org.matheclipse.core.basic.Config
-
Global switch to make all symbols unprotected if set to
ISymbol.NOATTRIBUTE
- BuiltInDummy - Class in org.matheclipse.core.expression
- BuiltInDummy() - Constructor for class org.matheclipse.core.expression.BuiltInDummy
-
constructor for serialization
- BuiltInDummy(String) - Constructor for class org.matheclipse.core.expression.BuiltInDummy
- BuiltInDummy(String, IEvaluator) - Constructor for class org.matheclipse.core.expression.BuiltInDummy
- BuiltInRubi - Class in org.matheclipse.core.expression
- BuiltInRubi(String) - Constructor for class org.matheclipse.core.expression.BuiltInRubi
- BuiltInSymbol - Class in org.matheclipse.core.expression
-
Implements Symbols for function, constant and variable names
- BuiltInSymbol(String, int) - Constructor for class org.matheclipse.core.expression.BuiltInSymbol
- BuiltinUsage - Class in org.matheclipse.core.expression
- BuiltinUsage() - Constructor for class org.matheclipse.core.expression.BuiltinUsage
- Button - Static variable in class org.matheclipse.core.expression.ID
- Button - Static variable in class org.matheclipse.core.expression.S
- Byte - Static variable in class org.matheclipse.core.expression.ID
- Byte - Static variable in class org.matheclipse.core.expression.S
- ByteArray - Static variable in class org.matheclipse.core.expression.ID
- ByteArray - Static variable in class org.matheclipse.core.expression.S
-
ByteArray({list-of-byte-values}) - converts the `list-of-byte-values` into a byte array.
- ByteArrayExpr - Class in org.matheclipse.core.expression.data
- ByteArrayExpr() - Constructor for class org.matheclipse.core.expression.data.ByteArrayExpr
- ByteArrayExpr(byte[]) - Constructor for class org.matheclipse.core.expression.data.ByteArrayExpr
-
Create a new ByteArray object.
- BYTEARRAYID - org.matheclipse.core.expression.Hierarchy
- BYTEARRAYID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- byteArrayQ(Object) - Static method in class org.matheclipse.core.expression.J
- ByteArrayQ - Static variable in class org.matheclipse.core.expression.ID
- ByteArrayQ - Static variable in class org.matheclipse.core.expression.S
- byteArrayToString(Object) - Static method in class org.matheclipse.core.expression.J
-
ByteArrayToString(byte-array) - decoding the specified `byte-array` using the default character set `UTF-8`.
- ByteArrayToString - Static variable in class org.matheclipse.core.expression.ID
- ByteArrayToString - Static variable in class org.matheclipse.core.expression.S
-
ByteArrayToString(byte-array) - decoding the specified `byte-array` using the default character set `UTF-8`.
- byteCount(Object) - Static method in class org.matheclipse.core.expression.J
- ByteCount - Static variable in class org.matheclipse.core.expression.ID
- ByteCount - Static variable in class org.matheclipse.core.expression.S
- byteValue() - Method in class org.matheclipse.core.expression.BigIntegerSym
- byteValue() - Method in class org.matheclipse.core.expression.IntegerSym
- byteValue() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Converts this integer to
byte
; this method raises no exception, if this integer cannot be represented by anbyte
type.
C
- c - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
c
that will never be assigned a value. - c - Variable in class org.matheclipse.core.polynomials.longexponent.ExprMonomial
-
Coefficient of monomial.
- c - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
-
Coefficient of monomial.
- C - Static variable in class org.matheclipse.core.expression.ID
- C - Static variable in class org.matheclipse.core.expression.S
-
C(n) - represents the `n`-th constant in a solution to a differential equation.
- C(int) - Static method in class org.matheclipse.core.expression.F
- c_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
c_
that will be used only for predefined pattern-matching rules and can match one expression. - C_ - Static variable in class org.matheclipse.core.expression.F
- c_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- C_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- c_Symbol - Static variable in class org.matheclipse.core.expression.F
- C0 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "0"
- C1 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "1"
- C10 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "10"
- C100 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "100"
- C1000 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "1000"
- C1D2 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "1/2"
- C1D3 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "1/3"
- C1D4 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "1/4"
- C1D5 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "1/5"
- C1D6 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "1/6"
- C1DSqrt10 - Static variable in class org.matheclipse.core.expression.F
-
Represents
1/Sqrt(10)
- C1DSqrt2 - Static variable in class org.matheclipse.core.expression.F
-
Represents
1/Sqrt(2)
- C1DSqrt3 - Static variable in class org.matheclipse.core.expression.F
-
Represents
1/Sqrt(3)
- C1DSqrt5 - Static variable in class org.matheclipse.core.expression.F
-
Represents
1/Sqrt(5)
- C1DSqrt6 - Static variable in class org.matheclipse.core.expression.F
-
Represents
1/Sqrt(6)
- C1DSqrt7 - Static variable in class org.matheclipse.core.expression.F
-
Represents
1/Sqrt(7)
- C2 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "2"
- C2D3 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "2/3"
- C2Pi - Static variable in class org.matheclipse.core.expression.F
-
Represents
2*Pi
as Symja expressionTimes(C2, Pi)
- C3 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "3"
- C3D2 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "3/2"
- C3D4 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "3/4"
- C4 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "4"
- C5 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "5"
- C5D2 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "5/2"
- C6 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "6"
- C7 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "7"
- C8 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "8"
- C9 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "9"
- cabs(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- cache - Variable in class org.matheclipse.core.tensor.itp.BSplineFunction
- calculateHashcode(int, int) - Static method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
Symmetric hash code.
- calculateHorizon(Vector3d, HalfEdge, Face, Vector) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- CalculusFreeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- CalculusQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- call() - Method in class org.matheclipse.core.eval.EvalControlledCallable
- callMatcher(IAST, IExpr, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.FunctionExpand
- canberraDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CanberraDistance(u, v) - returns the canberra distance between `u` and `v`, which is a weighted version of the Manhattan distance.
- CanberraDistance - Static variable in class org.matheclipse.core.expression.ID
- CanberraDistance - Static variable in class org.matheclipse.core.expression.S
-
CanberraDistance(u, v) - returns the canberra distance between `u` and `v`, which is a weighted version of the Manhattan distance.
- cancel() - Method in class org.matheclipse.core.eval.EvalControlledCallable
- cancel() - Method in interface org.matheclipse.core.interfaces.IExpr
- cancel(Object) - Static method in class org.matheclipse.core.expression.J
-
Cancel(expr) - cancels out common factors in numerators and denominators.
- Cancel - Static variable in class org.matheclipse.core.expression.ID
- Cancel - Static variable in class org.matheclipse.core.expression.S
-
Cancel(expr) - cancels out common factors in numerators and denominators.
- Cancel(IExpr) - Static method in class org.matheclipse.core.expression.F
- CancelButton - Static variable in class org.matheclipse.core.expression.ID
- CancelButton - Static variable in class org.matheclipse.core.expression.S
- CancelButton() - Static method in class org.matheclipse.core.expression.F
- CancelCommonFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- cancelFractionalParts(IExpr) - Static method in class org.matheclipse.core.builtin.Algebra
- cancelGCD(IExpr, IExpr) - Static method in class org.matheclipse.core.builtin.Algebra
-
Calculate the 3 elements result array
- CannotIntegrate(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- CANONICAL_COMPARATOR - Static variable in class org.matheclipse.core.generic.Comparators
-
Compares an expression with another expression for order.
- carlsonRC(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- carlsonRC(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CarlsonRC(x, y) - returns the Carlson RC function..
- carlsonRC(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- CarlsonRC - Static variable in class org.matheclipse.core.expression.ID
- CarlsonRC - Static variable in class org.matheclipse.core.expression.S
-
CarlsonRC(x, y) - returns the Carlson RC function..
- CarlsonRC(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- carlsonRD(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- carlsonRD(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CarlsonRD(x, y, z) - returns the Carlson RD function.
- carlsonRD(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- CarlsonRD - Static variable in class org.matheclipse.core.expression.ID
- CarlsonRD - Static variable in class org.matheclipse.core.expression.S
-
CarlsonRD(x, y, z) - returns the Carlson RD function.
- CarlsonRD(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- carlsonRF(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- carlsonRF(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CarlsonRF(x, y, z) - returns the Carlson RF function.
- carlsonRF(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- CarlsonRF - Static variable in class org.matheclipse.core.expression.ID
- CarlsonRF - Static variable in class org.matheclipse.core.expression.S
-
CarlsonRF(x, y, z) - returns the Carlson RF function.
- CarlsonRF(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- carlsonRG(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- carlsonRG(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CarlsonRG(x, y, z) - returns the Carlson RG function.
- carlsonRG(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- CarlsonRG - Static variable in class org.matheclipse.core.expression.ID
- CarlsonRG - Static variable in class org.matheclipse.core.expression.S
-
CarlsonRG(x, y, z) - returns the Carlson RG function.
- CarlsonRG(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- carlsonRJ(double, double, double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- carlsonRJ(Complex, Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- CarlsonRJ - Static variable in class org.matheclipse.core.expression.ID
- CarlsonRJ - Static variable in class org.matheclipse.core.expression.S
-
CarlsonRJ(x, y, z, p) - returns the Carlson RJ function.
- carmichaelLambda(Object) - Static method in class org.matheclipse.core.expression.J
-
CarmichaelLambda(n) - the Carmichael function of `n`
- CarmichaelLambda - Static variable in class org.matheclipse.core.expression.ID
- CarmichaelLambda - Static variable in class org.matheclipse.core.expression.S
-
CarmichaelLambda(n) - the Carmichael function of `n`
- CarmichaelLambda(IExpr) - Static method in class org.matheclipse.core.expression.F
- cartesianProduct(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CartesianProduct(list1, list2) - returns the cartesian product for multiple lists.
- cartesianProduct(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CartesianProduct(list1, list2) - returns the cartesian product for multiple lists.
- CartesianProduct - Static variable in class org.matheclipse.core.expression.ID
- CartesianProduct - Static variable in class org.matheclipse.core.expression.S
-
CartesianProduct(list1, list2) - returns the cartesian product for multiple lists.
- caseBoole(IExpr, BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.patternmatching.Matcher
-
If this rule matches the evaluation will return
S.True
orS.False
depending on thepredicates
result. - caseBoole(IExpr, Predicate<IExpr>) - Method in class org.matheclipse.core.patternmatching.Matcher
-
If this rule matches the evaluation will return
S.True
orS.False
depending on thepredicates
result. - caseMethod(IExpr, IPatternMethod) - Method in class org.matheclipse.core.patternmatching.Matcher
-
If this rule matches the evaluation will return the result of the
method.eval()
method. - caseOf(IExpr) - Method in class org.matheclipse.core.patternmatching.Tester
-
Method called in order to add a new pattern-matching rule to this rule-set.
- caseOf(IExpr, BiFunction<IExpr, IExpr, IExpr>) - Method in class org.matheclipse.core.patternmatching.Matcher
-
If this rule matches the evaluation will return the result of the
function.apply()
method. - caseOf(IExpr, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.patternmatching.Matcher
-
If this rule matches the evaluation will return the result of the
function.apply()
method. - caseOf(IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.Matcher
-
Method called in order to add a new pattern-matching rule to this rule-set.
- cases(Object) - Static method in class org.matheclipse.core.expression.J
-
Cases(list, pattern) - returns the elements of `list` that match `pattern`.
- cases(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cases(list, pattern) - returns the elements of `list` that match `pattern`.
- cases(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cases(list, pattern) - returns the elements of `list` that match `pattern`.
- Cases - Static variable in class org.matheclipse.core.expression.ID
- Cases - Static variable in class org.matheclipse.core.expression.S
-
Cases(list, pattern) - returns the elements of `list` that match `pattern`.
- cast(Object) - Static method in class org.matheclipse.core.expression.F
-
Converts a given object into a MathEclipse IExpr expression
- CAST_MAP - Static variable in class org.matheclipse.core.convert.Object2Expr
- Catalan - Static variable in class org.matheclipse.core.expression.ID
- Catalan - Static variable in class org.matheclipse.core.expression.S
-
Catalan - Catalan's constant
- Catalan - Static variable in interface org.matheclipse.core.interfaces.INum
- catalanNumber(Object) - Static method in class org.matheclipse.core.expression.J
-
CatalanNumber(n) - returns the catalan number for the argument `n`.
- catalanNumber(IInteger) - Static method in class org.matheclipse.core.builtin.NumberTheory
- CatalanNumber - Static variable in class org.matheclipse.core.expression.ID
- CatalanNumber - Static variable in class org.matheclipse.core.expression.S
-
CatalanNumber(n) - returns the catalan number for the argument `n`.
- CatalanNumber(IExpr) - Static method in class org.matheclipse.core.expression.F
- Catch - Static variable in class org.matheclipse.core.expression.ID
- Catch - Static variable in class org.matheclipse.core.expression.S
-
Catch(expr) - returns the value argument of the first `Throw(value)` generated in the evaluation of `expr`.
- Catch(IExpr) - Static method in class org.matheclipse.core.expression.F
- catenate(Object) - Static method in class org.matheclipse.core.expression.J
-
Catenate({l1, l2, ...}) - concatenates the lists `l1, l2, ...`
- Catenate - Static variable in class org.matheclipse.core.expression.ID
- Catenate - Static variable in class org.matheclipse.core.expression.S
-
Catenate({l1, l2, ...}) - concatenates the lists `l1, l2, ...`
- cauchyDistribution(Object) - Static method in class org.matheclipse.core.expression.J
-
CauchyDistribution(a,b) - returns the Cauchy distribution.
- cauchyDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CauchyDistribution(a,b) - returns the Cauchy distribution.
- CauchyDistribution - Static variable in class org.matheclipse.core.expression.ID
- CauchyDistribution - Static variable in class org.matheclipse.core.expression.S
-
CauchyDistribution(a,b) - returns the Cauchy distribution.
- CauchyDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- cbrt() - Method in class org.matheclipse.core.expression.ApcomplexNum
- cbrt() - Method in class org.matheclipse.core.expression.ApfloatNum
- cbrt() - Method in interface org.matheclipse.core.interfaces.IExpr
- CC(long, long) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
real + I * imag
. - CC(long, long, long, long) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
(realNumerator/realDenominator) + I * (imagNumerator/imagDenominator)
- CC(IFraction) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
re + I * 0
- CC(IRational, IRational) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
real + I * imag
- CComplexInfinity - Static variable in class org.matheclipse.core.expression.F
-
Represents
ComplexInfinity
(i.e. - CD0 - Static variable in class org.matheclipse.core.expression.F
-
Constant double "0.0"
- CD1 - Static variable in class org.matheclipse.core.expression.F
-
Constant double "1.0"
- cdf(Object) - Static method in class org.matheclipse.core.expression.J
-
CDF(distribution, value) - returns the cumulative distribution function of `value`.
- cdf(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CDF(distribution, value) - returns the cumulative distribution function of `value`.
- CDF - Static variable in class org.matheclipse.core.expression.ID
- CDF - Static variable in class org.matheclipse.core.expression.S
-
CDF(distribution, value) - returns the cumulative distribution function of `value`.
- CDF(IExpr) - Static method in class org.matheclipse.core.expression.F
- CDF(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- CDI - Static variable in class org.matheclipse.core.expression.F
-
Complex numerical imaginary unit.
- CDNI - Static variable in class org.matheclipse.core.expression.F
-
Complex negative numerical imaginary unit.
- ceil() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- ceil() - Method in class org.matheclipse.core.expression.ApcomplexNum
- ceil() - Method in class org.matheclipse.core.expression.ApfloatNum
- ceil() - Method in class org.matheclipse.core.expression.BigFractionSym
- ceil() - Method in class org.matheclipse.core.expression.FractionSym
- ceil() - Method in interface org.matheclipse.core.interfaces.IExpr
- ceil() - Method in interface org.matheclipse.core.interfaces.IRational
- ceil() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- ceilFraction() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- ceilFraction() - Method in class org.matheclipse.core.expression.ApcomplexNum
- ceilFraction() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Returns the smallest (closest to negative infinity)
IInteger
value that is not less thanthis
and is equal to a mathematical integer. - ceilFraction() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Return a new rational representing the smallest integral rational not smaller than
this
. - ceilFraction() - Method in class org.matheclipse.core.expression.ComplexNum
- ceilFraction() - Method in class org.matheclipse.core.expression.ComplexSym
- ceilFraction() - Method in class org.matheclipse.core.expression.FractionSym
-
Return a new rational representing the smallest integral rational not smaller than
this
. - ceilFraction() - Method in class org.matheclipse.core.expression.Num
-
Returns the smallest (closest to negative infinity)
IInteger
value that is not less thanthis
and is equal to a mathematical integer. - ceilFraction() - Method in interface org.matheclipse.core.interfaces.INum
- ceilFraction() - Method in interface org.matheclipse.core.interfaces.INumber
-
Returns the smallest (closest to negative infinity)
IInteger
value that is not less thanthis
and is equal to a mathematical integer. - ceilFraction() - Method in interface org.matheclipse.core.interfaces.IReal
- ceiling(Object) - Static method in class org.matheclipse.core.expression.J
-
Ceiling(expr) - gives the first integer greater than or equal `expr`.
- ceiling(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Ceiling(expr) - gives the first integer greater than or equal `expr`.
- ceiling(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Ceiling, round towards positive infinity.
- Ceiling - Static variable in class org.matheclipse.core.expression.ID
- Ceiling - Static variable in class org.matheclipse.core.expression.S
-
Ceiling(expr) - gives the first integer greater than or equal `expr`.
- Ceiling(IExpr) - Static method in class org.matheclipse.core.expression.F
- CEmptyInterval - Static variable in class org.matheclipse.core.expression.F
-
Represents
Interval()
(i.e. - CEmptyIntervalData - Static variable in class org.matheclipse.core.expression.F
-
Represents
Interval()
(i.e. - CEmptyList - Static variable in class org.matheclipse.core.expression.F
-
Represents
List()
(i.e. - CEmptySequence - Static variable in class org.matheclipse.core.expression.F
-
Represents
Sequence()
(i.e. - CEmptyString - Static variable in class org.matheclipse.core.expression.F
-
Represents the empty Smyja string
""
- Center - Static variable in class org.matheclipse.core.expression.ID
- Center - Static variable in class org.matheclipse.core.expression.S
- CenterDot - Static variable in class org.matheclipse.core.expression.ID
- CenterDot - Static variable in class org.matheclipse.core.expression.S
- centralMoment(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CentralMoment(list, r) - gives the the `r`-th central moment (i.e.
- CentralMoment - Static variable in class org.matheclipse.core.expression.ID
- CentralMoment - Static variable in class org.matheclipse.core.expression.S
-
CentralMoment(list, r) - gives the the `r`-th central moment (i.e.
- CentralMoment(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- cForm(Object) - Static method in class org.matheclipse.core.expression.J
- CForm - Static variable in class org.matheclipse.core.expression.ID
- CForm - Static variable in class org.matheclipse.core.expression.S
- chain(ScalarUnaryOperator...) - Static method in interface org.matheclipse.core.tensor.api.ScalarUnaryOperator
-
Remark: The empty chain ScalarUnaryOperator.chain() returns the instance
ScalarUnaryOperator.IDENTITY
- chain(TensorUnaryOperator...) - Static method in interface org.matheclipse.core.tensor.api.TensorUnaryOperator
-
Remark: The empty chain TensorUnaryOperator.chain() returns the instance
TensorUnaryOperator.IDENTITY
- Character - Static variable in class org.matheclipse.core.expression.ID
- Character - Static variable in class org.matheclipse.core.expression.S
- CharacterEncoding - Static variable in class org.matheclipse.core.expression.ID
- CharacterEncoding - Static variable in class org.matheclipse.core.expression.S
- characteristic() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Characteristic of this ring.
- characteristic() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- characteristic() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Characteristic of this ring.
- characteristicPolynomial(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CharacteristicPolynomial(matrix, var) - computes the characteristic polynomial of a `matrix` for the variable `var`.
- CharacteristicPolynomial - Static variable in class org.matheclipse.core.expression.ID
- CharacteristicPolynomial - Static variable in class org.matheclipse.core.expression.S
-
CharacteristicPolynomial(matrix, var) - computes the characteristic polynomial of a `matrix` for the variable `var`.
- CharacteristicPolynomial(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
CharacteristicPolynomial(matrix, var) - computes the characteristic polynomial of a `matrix` for the variable `var`.
- characteristics() - Method in class org.matheclipse.core.interfaces.IASTAppendable.CollectorImpl
- characterRange(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CharacterRange(min-character, max-character) - computes a list of character strings from `min-character` to `max-character`
- CharacterRange - Static variable in class org.matheclipse.core.expression.ID
- CharacterRange - Static variable in class org.matheclipse.core.expression.S
-
CharacterRange(min-character, max-character) - computes a list of character strings from `min-character` to `max-character`
- characters(Object) - Static method in class org.matheclipse.core.expression.J
- Characters - Static variable in class org.matheclipse.core.expression.ID
- Characters - Static variable in class org.matheclipse.core.expression.S
- charAt(int) - Method in class org.matheclipse.core.expression.StringX
- charAtPosition() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Get the character at the current position in the parsed input string.
- charLength - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- charmichaelLambda() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- charmichaelLambda() - Method in interface org.matheclipse.core.interfaces.IInteger
- charmichaelLambda(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
- chebyshevT(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ChebyshevT(n, x) - returns the Chebyshev polynomial of the first kind `T_n(x)`.
- ChebyshevT - Static variable in class org.matheclipse.core.expression.ID
- ChebyshevT - Static variable in class org.matheclipse.core.expression.S
-
ChebyshevT(n, x) - returns the Chebyshev polynomial of the first kind `T_n(x)`.
- ChebyshevT(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- chebyshevU(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ChebyshevU(n, x) - returns the Chebyshev polynomial of the second kind `U_n(x)`.
- ChebyshevU - Static variable in class org.matheclipse.core.expression.ID
- ChebyshevU - Static variable in class org.matheclipse.core.expression.S
-
ChebyshevU(n, x) - returns the Chebyshev polynomial of the second kind `U_n(x)`.
- ChebyshevU(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- check(PrintStream) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Checks the correctness of the hull using the distance tolerance returned by
getDistanceTolerance
; seecheck(PrintStream,double)
for details. - check(PrintStream, IExpr) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Checks the correctness of the hull.
- check(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Check(expr, failure) - evaluates `expr`, and returns the result, unless messages were generated, in which case `failure` will be returned.
- check(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Check(expr, failure) - evaluates `expr`, and returns the result, unless messages were generated, in which case `failure` will be returned.
- check(IExpr, IExpr, IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.NumberTheory
- Check - Static variable in class org.matheclipse.core.expression.ID
- Check - Static variable in class org.matheclipse.core.expression.S
-
Check(expr, failure) - evaluates `expr`, and returns the result, unless messages were generated, in which case `failure` will be returned.
- checkAbort(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CheckAbort(expr, failure-expr) - evaluates `expr`, and returns the result, unless `Abort` was called during the evaluation, in which case `failure-expr` will be returned.
- CheckAbort - Static variable in class org.matheclipse.core.expression.ID
- CheckAbort - Static variable in class org.matheclipse.core.expression.S
-
CheckAbort(expr, failure-expr) - evaluates `expr`, and returns the result, unless `Abort` was called during the evaluation, in which case `failure-expr` will be returned.
- checkAssumptions(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Greater
-
Check assumptions for the comparison operator.
- checkAssumptions(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.GreaterEqual
-
Check assumptions for the comparison operator.
- checkAssumptions(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Less
-
Check assumptions for the comparison operator.
- checkAssumptions(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.LessEqual
-
Check assumptions for the comparison operator.
- checkASTOrAssociationType(IAST, IExpr, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the expression is an IAST or an IAssociation
- checkASTType(IAST, IExpr, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the expression is an AST.
- checkASTUpRuleType(IExpr) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument is an AST, otherwise throw an
ArgumentTypeException
with message "Cannot assign to raw object `1`." - checkBitLength() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- checkBitLength() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- checkBitLength() - Method in class org.matheclipse.core.expression.ComplexSym
- checkBitLength() - Method in interface org.matheclipse.core.interfaces.IComplex
- checkBitLength() - Method in interface org.matheclipse.core.interfaces.IFraction
- checkBitLength() - Method in interface org.matheclipse.core.interfaces.IInteger
- checkBitLength() - Method in interface org.matheclipse.core.interfaces.IRational
- checkBuiltinArgsSize(IAST, IFastFunctionEvaluator) - Method in class org.matheclipse.core.eval.EvalEngine
-
Check the number of arguments and print a message to error stream if necessary.
- checkBuiltinArguments(IAST, IFunctionEvaluator) - Method in class org.matheclipse.core.eval.EvalEngine
-
Check the number of arguments if requested and transform the
ast
from an operator form to normal form if it is allowed. - checkContextName(IAST, int) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a
IStringX
string object. - checkCycles(IAST, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.Combinatoric
-
Check if cycles is a valid
Cycles({{...},{...},...})
, which contains disjoint permutation cycles represented by integer lists. - checkDimension(IAST, IExpr, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Get a dimension parameter.
- checkedCharAtPosition() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Return
'\0'
space character if the scanner is at the end of the input string; otherwise return the character at the current position. - checkEquations(IAST, int) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given
ast
position is an equation (i.e. - checkEquationsAndInequations(IAST, int) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given
ast
position is an equation or inequation (i.e. - checkFaceConvexity(Face, IExpr, PrintStream) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- checkFaces(IExpr, PrintStream) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- checkIdentifier(IExpr, IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Deprecated.
- checkIdentifierHoldPattern(IExpr, IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
- checkInterrupt() - Static method in class org.matheclipse.core.basic.OperationSystem
- checkIntLevelType(IExpr) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the expression, if it's a Java
int
value in the range [0 , Integer.MAX_VALUE] - checkIntLevelType(IExpr, int) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the expression, if it's a Java
int
value in the range [startValue
, Integer.MAX_VALUE] - checkIntType(IAST, int) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the argument, if it's a Java
int
value in the range [0, Integer.MAX_VALUE] - checkIntType(IAST, int, int) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the
ast
s argument, if it's a Javaint
value in the range [startValue
, Integer.MAX_VALUE] - checkIntType(ISymbol, IExpr, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the expression, if it's a Java
int
value in the range [startValue
, Integer.MAX_VALUE] - checkIsVariable(IAST, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a variable, i.e.
- checkIsVariable(IAST, int, ISymbol, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a variable, i.e.
- checkIsVariableOrVariableList(IAST, int, ISymbol, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a single variable or a list of variables.
- checkIsVariableOrVariableList(IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.OutputFunctions
-
Deprecated.
- checkLess(IExpr) - Method in class org.matheclipse.core.builtin.SimplifyFunctions.SimplifiedResult
- checkLessEqual(IExpr) - Method in class org.matheclipse.core.builtin.SimplifyFunctions.SimplifiedResult
- checkListOfBigIntegers(IAST, IExpr, boolean, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
- checkListOfInts(IAST, IExpr, boolean, boolean, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the argument, if it's an
IAST
ofint
values in the range [Integer.MIN_VALUE+1, Integer.MAX_VALUE] - checkListOfInts(IAST, IExpr, int, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the argument, if it's an
IAST
ofint
values in the rangeminValue
(inclusive),maxValue
(inclusive). - checkListOfLongs(IAST, IExpr, long, boolean, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the argument, if it's an
IAST
oflong
values in the range [startValue
, Long.MAX_VALUE] - checkListOfSequenceSpec(IAST, IExpr, int, int, int, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
- checkListType(IAST, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a
List()
(i.e. - checkLocalVariableList(IAST, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a list of symbols or
Set
andSefDelayed
definitions from a local variable definition. - checkMatrixDimensions(IExpr) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Adjugate
- checkMatrixDimensions(IExpr) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Det
- checkMatrixDimensions(IExpr) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Inverse
- checkMatrixDimensions(IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
-
Check if
arg1
is a matrix. - checkMatrixDimensions(IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Matrix
-
Check if
arg1
is a matrix. - checkMemory() - Static method in class org.matheclipse.core.basic.OperationSystem
- checkMemory(long) - Static method in class org.matheclipse.core.basic.OperationSystem
- checkMessageNameTag(IExpr, IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Test if
expr
is a symbol or a string which can be converted into a MessageName tag. - checkMultiplicationOperation(int, long) - Static method in class org.matheclipse.core.basic.OperationSystem
- checkNonEmptyRectangularMatrix(ISymbol, IExpr) - Static method in class org.matheclipse.core.convert.Convert
- checkNonEmptySquareMatrix(ISymbol, IExpr) - Static method in class org.matheclipse.core.convert.Convert
- checkNonNegative(String, double) - Static method in class org.matheclipse.core.expression.NumberUtil
- checkNonNegative(String, int) - Static method in class org.matheclipse.core.expression.NumberUtil
- checkNonNegative(String, long) - Static method in class org.matheclipse.core.expression.NumberUtil
- checkNonNegative(String, BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- checkNonNegativeIntType(IAST, int) - Static method in class org.matheclipse.core.eval.exception.Validate
- checkParameters(IAST) - Method in interface org.matheclipse.core.interfaces.IDistribution
-
Test if the parameters are consistent.
- checkPartialRealOrder(IExpr[], MathArrays.OrderDirection, boolean, boolean) - Static method in class org.matheclipse.core.reflection.system.InterpolatingPolynomial
-
Check that the given array is sorted for real numbers.
- checkPositive(String, int) - Static method in class org.matheclipse.core.expression.NumberUtil
- checkPositive(String, long) - Static method in class org.matheclipse.core.expression.NumberUtil
- checkPositive(String, BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- checkPositiveIntType(IAST, int) - Static method in class org.matheclipse.core.eval.exception.Validate
- checkRHSCondition(EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Check if the condition for the right-hand-sides
Module()
orCondition()
expressions evaluates totrue
. - checkRHSCondition(EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
-
Check if the condition for the right-hand-sides
Module[], With[] or Condition[]
expressions evaluates totrue
. - checkRHSCondition(EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcherList
- checkStringType(IAST, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a
IStringX
string object. - checkSymbolOrSymbolList(IAST, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a single symbol or a list of symbols.
- checkSymbolType(IAST, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check if the argument at the given position is a symbol.
- checkUpTo(IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Test if a non-negative integer or Infinity is defined in
upToAST.arg1()
. - checkVectorDimensions(int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Check if instance dimension is equal to some expected value.
- chessboardDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ChessboardDistance(u, v) - returns the chessboard distance (also known as Chebyshev distance) between `u` and `v`, which is the number of moves a king on a chessboard needs to get from square `u` to square `v`.
- ChessboardDistance - Static variable in class org.matheclipse.core.expression.ID
- ChessboardDistance - Static variable in class org.matheclipse.core.expression.S
-
ChessboardDistance(u, v) - returns the chessboard distance (also known as Chebyshev distance) between `u` and `v`, which is the number of moves a king on a chessboard needs to get from square `u` to square `v`.
- chineseRemainder(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ChineseRemainder({a1, a2, a3,...}, {n1, n2, n3,...}) - the chinese remainder function.
- ChineseRemainder - Static variable in class org.matheclipse.core.expression.ID
- ChineseRemainder - Static variable in class org.matheclipse.core.expression.S
-
ChineseRemainder({a1, a2, a3,...}, {n1, n2, n3,...}) - the chinese remainder function.
- ChiSquareDistribution - Static variable in class org.matheclipse.core.expression.ID
- ChiSquareDistribution - Static variable in class org.matheclipse.core.expression.S
- ChocoConvert - Class in org.matheclipse.core.convert
-
Convert
IExpr
expressions from and to Choco solver - choleskyDecomposition(Object) - Static method in class org.matheclipse.core.expression.J
-
CholeskyDecomposition(matrix) - calculate the Cholesky decomposition of a hermitian, positive definite square `matrix`.
- CholeskyDecomposition - Static variable in class org.matheclipse.core.expression.ID
- CholeskyDecomposition - Static variable in class org.matheclipse.core.expression.S
-
CholeskyDecomposition(matrix) - calculate the Cholesky decomposition of a hermitian, positive definite square `matrix`.
- chop(double) - Static method in class org.matheclipse.core.builtin.functions.JS
-
For approximate
x
values that are close to zero return thedouble
value0.0
. - chop(Object) - Static method in class org.matheclipse.core.expression.J
-
Chop(numerical-expr) - replaces numerical values in the `numerical-expr` which are close to zero with symbolic value `0`.
- chop(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Chop(numerical-expr) - replaces numerical values in the `numerical-expr` which are close to zero with symbolic value `0`.
- chop(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
-
For approximate
x.getReal()
orx.getImaginary()
values that are close to zero return thedouble
value0.0
. - Chop - Static variable in class org.matheclipse.core.expression.ID
- Chop - Static variable in class org.matheclipse.core.expression.S
-
Chop(numerical-expr) - replaces numerical values in the `numerical-expr` which are close to zero with symbolic value `0`.
- Chop(IExpr) - Static method in class org.matheclipse.core.expression.F
- chopComplex(Complex) - Static method in class org.matheclipse.core.expression.F
-
Set real or imaginary parts of a numeric argument to zero, those absolute value is less than
Config.DEFAULT_CHOP_DELTA
- chopComplex(Complex, double) - Static method in class org.matheclipse.core.expression.F
-
Set real or imaginary parts of a numeric argument to zero, those absolute value is less than a delta.
- chopExpr(IExpr, double) - Static method in class org.matheclipse.core.expression.F
- chopNumber(INumber, double) - Static method in class org.matheclipse.core.expression.F
-
Set real or imaginary parts of a numeric argument to zero, those absolute value is less than a delta.
- CI - Static variable in class org.matheclipse.core.expression.F
-
Complex imaginary unit "0 + I".
- CIInfinity - Static variable in class org.matheclipse.core.expression.F
-
Represents
I*Infinity
(i.e. - CInfinity - Static variable in class org.matheclipse.core.expression.F
-
Represents
Infinity
(i.e. - circle(Object) - Static method in class org.matheclipse.core.expression.J
- circle(Object, Object) - Static method in class org.matheclipse.core.expression.J
- circle(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Circle - Static variable in class org.matheclipse.core.expression.ID
- Circle - Static variable in class org.matheclipse.core.expression.S
- Circle(IAST) - Static method in class org.matheclipse.core.expression.F
- CircleDot - Static variable in class org.matheclipse.core.expression.ID
- CircleDot - Static variable in class org.matheclipse.core.expression.S
- circlePoints(Object) - Static method in class org.matheclipse.core.expression.J
-
CirclePoints(i) - gives the `i` points on the unit circle for a positive integer `i`.
- CirclePoints - Static variable in class org.matheclipse.core.expression.ID
- CirclePoints - Static variable in class org.matheclipse.core.expression.S
-
CirclePoints(i) - gives the `i` points on the unit circle for a positive integer `i`.
- CircleTimes - Static variable in class org.matheclipse.core.expression.ID
- CircleTimes - Static variable in class org.matheclipse.core.expression.S
- CLASS_NAME - org.matheclipse.core.eval.util.SourceCodeProperties.Prefix
- CLASSIC - org.matheclipse.core.tensor.img.ColorDataGradients
-
classic is default black, blue, cyan green, yellow, red, white
- clear() - Method in class org.matheclipse.core.convert.VariablesSet
- clear() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- clear() - Method in class org.matheclipse.core.expression.ASTRRBTree
- clear() - Method in class org.matheclipse.core.expression.DefaultDict
- clear() - Method in class org.matheclipse.core.expression.ExprTrie
- clear() - Method in class org.matheclipse.core.expression.HMArrayList
-
Removes all elements from this
ArrayList
, leaving it empty. - clear() - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Removes all elements from this
IAST
, leaving it empty (optional). - clear() - Method in class org.matheclipse.core.patternmatching.RulesData
- clear(EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Clear the associated rules (
OwnValues
,DownValues
andUpValues
) for this symbol but don't clear the attribute flags. - clear(EvalEngine) - Method in class org.matheclipse.core.expression.Symbol
-
Clear the associated rules (
OwnValues
,DownValues
andUpValues
) for this symbol but don't clear the attribute flags. - clear(EvalEngine) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Clear the associated rules (
OwnValues
,DownValues
andUpValues
) for this symbol but don't clear the attribute flags. - Clear - Static variable in class org.matheclipse.core.expression.ID
- Clear - Static variable in class org.matheclipse.core.expression.S
-
Clear(symbol1, symbol2,...) - clears all values of the given symbols.
- Clear(IExpr...) - Static method in class org.matheclipse.core.expression.F
- clearAll() - Method in class org.matheclipse.core.patternmatching.RulesData
- clearAll(EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Clear all associated rules (
OwnValues
,DownValues
andUpValues
) and attribute flags for this symbol. - clearAll(EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Clear all associated rules (
OwnValues
,DownValues
andUpValues
) and attribute flags for this symbol. - clearAll(EvalEngine) - Method in class org.matheclipse.core.expression.Symbol
-
Clear all associated rules (
OwnValues
,DownValues
andUpValues
) and attribute flags for this symbol. - clearAll(EvalEngine) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Clear all associated rules (
OwnValues
,DownValues
andUpValues
) and attribute flags for this symbol. - ClearAll - Static variable in class org.matheclipse.core.expression.ID
- ClearAll - Static variable in class org.matheclipse.core.expression.S
-
ClearAll(symbol1, symbol2,...) - clears all values and attributes associated with the given symbols.
- clearAttributes(int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Remove the attribute flags from the existing attributes bit-set.
- clearAttributes(int) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Remove the attribute flags from the existing attributes bit-set.
- clearAttributes(int) - Method in class org.matheclipse.core.expression.Symbol
-
Remove the attribute flags from the existing attributes bit-set.
- clearAttributes(int) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Remove the attribute flags from the existing attributes bit-set.
- clearAttributes(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ClearAttributes(symbol, attrib) - removes `attrib` from `symbol`'s attributes.
- ClearAttributes - Static variable in class org.matheclipse.core.expression.ID
- ClearAttributes - Static variable in class org.matheclipse.core.expression.S
-
ClearAttributes(symbol, attrib) - removes `attrib` from `symbol`'s attributes.
- ClearAttributes(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- clearEvalFlags(int) - Method in class org.matheclipse.core.expression.BuiltInDummy
- clearEvalFlags(int) - Method in class org.matheclipse.core.expression.Symbol
- clearEvalFlags(int) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Remove the evaluation flags from the existing flags bit-set.
- clearHashCache() - Method in class org.matheclipse.core.expression.AbstractAST
- clearHashCache() - Method in interface org.matheclipse.core.interfaces.IAST
-
Set the cached hash value to zero.
- clearValue() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Clear the
OwnValues
value which is assigned to this symbol. - clearValue() - Method in class org.matheclipse.core.expression.Symbol
-
Clear the
OwnValues
value which is assigned to this symbol. - clearValue() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Clear the
OwnValues
value which is assigned to this symbol. - clearVariables() - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Clear all local variables defined with the
defineVariable()
method for this evaluator. - clebschGordan(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ClebschGordan({j1,m1},{j2,m2},{j3,m3}) - get the Clebsch–Gordan coefficients.
- ClebschGordan - Static variable in class org.matheclipse.core.expression.ID
- ClebschGordan - Static variable in class org.matheclipse.core.expression.S
-
ClebschGordan({j1,m1},{j2,m2},{j3,m3}) - get the Clebsch–Gordan coefficients.
- ClebschGordan(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- clip(int, int) - Static method in class org.matheclipse.core.tensor.ext.Integers
- clip(Object) - Static method in class org.matheclipse.core.expression.J
-
Clip(expr) - returns `expr` in the range `-1` to `1`.
- clip(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Clip(expr) - returns `expr` in the range `-1` to `1`.
- clip(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Clip(expr) - returns `expr` in the range `-1` to `1`.
- clip(IExpr, IReal, IReal) - Static method in class org.matheclipse.core.builtin.Arithmetic
-
Gives
min
forx<min
andmax
forx>max
. - clip(IExpr, IReal, IReal, IExpr, IExpr) - Static method in class org.matheclipse.core.builtin.Arithmetic
-
Gives
vMin
forx<min
andvMax
forx>max
. - Clip - Interface in org.matheclipse.core.tensor.sca
-
Clip encodes a non-empty, closed interval in an ordered set of scalars.
- Clip - Static variable in class org.matheclipse.core.expression.ID
- Clip - Static variable in class org.matheclipse.core.expression.S
-
Clip(expr) - returns `expr` in the range `-1` to `1`.
- Clip(IExpr) - Static method in class org.matheclipse.core.expression.F
- Clip(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Clips - Class in org.matheclipse.core.tensor.sca
- Clips() - Constructor for class org.matheclipse.core.tensor.sca.Clips
- CListC0 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(0)
- CListC0C0 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(0,0)
- CListC1 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(1)
- CListC1C1 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(1,1)
- CListC1C2 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(1,2)
- CListC2 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(2)
- CListC2C1 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(2,1)
- CListC2C2 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(2,2)
- CListCN1 - Static variable in class org.matheclipse.core.expression.F
-
Represents
List(-1)
. - CLOCKWISE - Static variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Specifies that (on output) vertex indices for a face should be listed in clockwise order.
- clone() - Method in class org.matheclipse.core.eval.util.OpenFixedSizeMap
- clone() - Method in class org.matheclipse.core.expression.AST0
-
Returns a new
AST0
with the same elements, the same size and the same capacity as thisAST0
. - clone() - Method in class org.matheclipse.core.expression.AST1
-
Returns a new
HMArrayList
with the same elements, the same size and the same capacity as thisHMArrayList
. - clone() - Method in class org.matheclipse.core.expression.AST2
-
Returns a new
AST2
with the same elements, the same size and the same capacity as thisAST2
. - clone() - Method in class org.matheclipse.core.expression.AST3
-
Returns a new
HMArrayList
with the same elements, the same size and the same capacity as thisHMArrayList
. - clone() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Returns a new
HMArrayList
with the same elements, the same size and the same capacity as thisHMArrayList
. - clone() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Returns a new
HMArrayList
with the same elements, the same size and the same capacity as thisHMArrayList
. - clone() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Returns a new
HMArrayList
with the same elements, the same size and the same capacity as thisHMArrayList
. - clone() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Returns a new
HMArrayList
with the same elements, the same size and the same capacity as thisHMArrayList
. - clone() - Method in class org.matheclipse.core.expression.B1
-
Returns a new
AST2
with the same elements, the same size and the same capacity as thisAST2
. - clone() - Method in class org.matheclipse.core.expression.B2
-
Returns a new
AST2
with the same elements, the same size and the same capacity as thisAST2
. - clone() - Method in class org.matheclipse.core.expression.B3
-
Returns a new
B3
with the same elements, the same size and the same capacity as thisB3
. - clone() - Method in class org.matheclipse.core.patternmatching.AbstractPatternMatcherMethod
- clone() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
- clone() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- clone() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- clone() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndInvoker
-
Deprecated.
- clone() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- close() - Method in class org.matheclipse.core.eval.util.WriterOutputStream
- close() - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- close() - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- close(Object) - Static method in class org.matheclipse.core.expression.J
-
Close(stream) - closes an input or output `stream`.
- close(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Close(stream) - closes an input or output `stream`.
- Close - Static variable in class org.matheclipse.core.expression.ID
- Close - Static variable in class org.matheclipse.core.expression.S
-
Close(stream) - closes an input or output `stream`.
- closenessCentrality(Object) - Static method in class org.matheclipse.core.expression.J
-
ClosenessCentrality(graph) - Computes the closeness centrality of each vertex of a `graph`.
- ClosenessCentrality - Static variable in class org.matheclipse.core.expression.ID
- ClosenessCentrality - Static variable in class org.matheclipse.core.expression.S
-
ClosenessCentrality(graph) - Computes the closeness centrality of each vertex of a `graph`.
- ClusteringFunctions - Class in org.matheclipse.core.builtin
- CMissingNotFound - Static variable in class org.matheclipse.core.expression.F
-
Represents
Missing("NotFound")
- CMYColor - Static variable in class org.matheclipse.core.expression.ID
- CMYColor - Static variable in class org.matheclipse.core.expression.S
- CMYK_REVERSED - org.matheclipse.core.tensor.img.ColorDataGradients
-
black, gray, yellow, magenta, cyan
- CN1 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-1"
- CN10 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-10"
- CN1D2 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "-1/2"
- CN1D3 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "-1/3"
- CN1D4 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "-1/4"
- CN1D5 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "-1/5"
- CN1D6 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "-1/6"
- CN2 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-2"
- CN2D3 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "-2/3"
- CN2Pi - Static variable in class org.matheclipse.core.expression.F
-
Represents
-2*Pi
as Symja expressionTimes(CN2, Pi)
- CN3 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-3"
- CN3D2 - Static variable in class org.matheclipse.core.expression.F
-
Constant fraction "-3/2"
- CN4 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-4"
- CN5 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-5"
- CN6 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-6"
- CN7 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-7"
- CN8 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-8"
- CN9 - Static variable in class org.matheclipse.core.expression.F
-
Constant integer "-9"
- CND1 - Static variable in class org.matheclipse.core.expression.F
-
Constant double "-1.0"
- CNI - Static variable in class org.matheclipse.core.expression.F
-
Complex negative imaginary unit "0 - I".
- CNIInfinity - Static variable in class org.matheclipse.core.expression.F
-
Represents
-I*Infinity
(i.e. - CNInfinity - Static variable in class org.matheclipse.core.expression.F
-
Represents
-Infinity
(i.e. - CNPi - Static variable in class org.matheclipse.core.expression.F
-
Represents
-Pi
as Symja expressionTimes(CN1, Pi)
- CNPiHalf - Static variable in class org.matheclipse.core.expression.F
-
Represents
-Pi/2
as Symja expressionTimes(CN1D2, Pi)
- CNPiQuarter - Static variable in class org.matheclipse.core.expression.F
-
Represents
-Pi/4
as Symja expressionTimes(CN1D4, Pi)
- CNPiThird - Static variable in class org.matheclipse.core.expression.F
-
Represents
-Pi/3
as Symja expressionTimes(CN1D3, Pi)
- coeff(IExpr) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
-
Returns the coefficient at point pt.
- coeff(IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.core.Expr
- coeff(IExpr, IExpr, int) - Static method in class org.matheclipse.core.sympy.core.Expr
- coeff(IExpr, IExpr, int, boolean, boolean) - Static method in class org.matheclipse.core.sympy.core.Expr
- Coeff(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Coeff(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Coeff(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.series.Formal
- COEFF - Static variable in class org.matheclipse.core.sympy.series.Formal
- coeff_mul(IExpr) - Method in class org.matheclipse.core.sympy.series.Sequences.EmptySequence
- coefficient() - Method in class org.matheclipse.core.polynomials.longexponent.ExprMonomial
-
Getter for coefficient.
- coefficient() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
-
Getter for coefficient.
- coefficient(int) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Get the coefficient for
(x-x0)^k
. - coefficient(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Coefficient(polynomial, variable, exponent) - get the coefficient of `variable^exponent` in `polynomial`.
- coefficient(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Coefficient(polynomial, variable, exponent) - get the coefficient of `variable^exponent` in `polynomial`.
- coefficient(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Coefficient.
- coefficient(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Coefficient.
- Coefficient - Static variable in class org.matheclipse.core.expression.ID
- Coefficient - Static variable in class org.matheclipse.core.expression.S
-
Coefficient(polynomial, variable, exponent) - get the coefficient of `variable^exponent` in `polynomial`.
- Coefficient(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Coefficient(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- coefficientArrays(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Deprecated.
- CoefficientArrays - Static variable in class org.matheclipse.core.expression.ID
- CoefficientArrays - Static variable in class org.matheclipse.core.expression.S
- coefficientIterator() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Iterator over coefficients.
- coefficientIterator() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Iterator over coefficients.
- coefficientList() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Get the coefficients of a univariate polynomial up to n degree.
- coefficientList(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CoefficientList(polynomial, variable) - get the coefficient list of a `polynomial`.
- coefficientList(IExpr, IAST) - Static method in class org.matheclipse.core.builtin.PolynomialFunctions
- CoefficientList - Static variable in class org.matheclipse.core.expression.ID
- CoefficientList - Static variable in class org.matheclipse.core.expression.S
-
CoefficientList(polynomial, variable) - get the coefficient list of a `polynomial`.
- CoefficientList(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- coefficientRules() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Get the coefficient rules of a polynomial
List()
form - coefficientRules() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Get the coefficient rules of a polynomial
List()
form - coefficientRules(Object) - Static method in class org.matheclipse.core.expression.J
-
CoefficientRules(polynomial, list-of-variables) - get the list of coefficient rules of a `polynomial`.
- coefficientRules(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CoefficientRules(polynomial, list-of-variables) - get the list of coefficient rules of a `polynomial`.
- coefficientRules(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CoefficientRules(polynomial, list-of-variables) - get the list of coefficient rules of a `polynomial`.
- CoefficientRules - Static variable in class org.matheclipse.core.expression.ID
- CoefficientRules - Static variable in class org.matheclipse.core.expression.S
-
CoefficientRules(polynomial, list-of-variables) - get the list of coefficient rules of a `polynomial`.
- coefficients(IExpr, ISymbol) - Static method in class org.matheclipse.core.builtin.RootsFunctions
-
Get the coefficient list of a univariate polynomial.
- coFac - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The factory for the coefficients.
- coFac - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
The factory for the coefficients.
- cofactor(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cofactor(matrix, {i,j}) - calculate the cofactor of the matrix
- Cofactor - Static variable in class org.matheclipse.core.expression.ID
- Cofactor - Static variable in class org.matheclipse.core.expression.S
-
Cofactor(matrix, {i,j}) - calculate the cofactor of the matrix
- Cofactor() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Cofactor
- collect(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Collect(expr, variable) - collect subexpressions in `expr` which belong to the same `variable`.
- collect(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Collect(expr, variable) - collect subexpressions in `expr` which belong to the same `variable`.
- Collect - Static variable in class org.matheclipse.core.expression.ID
- Collect - Static variable in class org.matheclipse.core.expression.S
-
Collect(expr, variable) - collect subexpressions in `expr` which belong to the same `variable`.
- Collect(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- CollectReciprocals(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- collinearPoints(Object) - Static method in class org.matheclipse.core.expression.J
-
CollinearPoints({{x1,y1},{x2,y2},{a,b},...}) - returns true if the point `{a,b]` is on the line defined by the first two points `{x1,y1},{x2,y2}`.
- CollinearPoints - Static variable in class org.matheclipse.core.expression.ID
- CollinearPoints - Static variable in class org.matheclipse.core.expression.S
-
CollinearPoints({{x1,y1},{x2,y2},{a,b},...}) - returns true if the point `{a,b]` is on the line defined by the first two points `{x1,y1},{x2,y2}`.
- Colon - Static variable in class org.matheclipse.core.expression.ID
- Colon - Static variable in class org.matheclipse.core.expression.S
- Colon(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- color - Variable in class org.matheclipse.core.graphics.Dimensions2D
- ColorData - Static variable in class org.matheclipse.core.expression.ID
- ColorData - Static variable in class org.matheclipse.core.expression.S
- ColorDataGradient - Interface in org.matheclipse.core.tensor.img
-
ColorDataGradient maps a
Scalar
from the interval [0, 1] to a 4-vector {r, g, b, a} with rgba entries using linear interpolation on a given table of rgba values. - ColorDataGradients - Enum in org.matheclipse.core.tensor.img
-
To obtain a single color value use
- ColorDataIndexed - Interface in org.matheclipse.core.tensor.img
-
Function maps
Scalar
s to vectors of the form {R, G, B, A} with entries in the interval [0, 255]. - ColorDataLists - Enum in org.matheclipse.core.tensor.img
-
Color data lists.
- ColorFormat - Class in org.matheclipse.core.tensor.img
- ColorFormat() - Constructor for class org.matheclipse.core.tensor.img.ColorFormat
- ColorFunction - Static variable in class org.matheclipse.core.expression.ID
- ColorFunction - Static variable in class org.matheclipse.core.expression.S
- Column - Static variable in class org.matheclipse.core.expression.ID
- Column - Static variable in class org.matheclipse.core.expression.S
- columnNames() - Method in interface org.matheclipse.core.interfaces.IASTDataset
- Combinatoric - Class in org.matheclipse.core.builtin
- Combinatoric.KPermutationsIterable - Class in org.matheclipse.core.builtin
-
Generate an
java.lang.Iterable
for (multiset) permutations - combine(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Combine with ExpVectorLong.
- combine(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Combine with ExpVectorLong.
- CombineExponents(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- combiner() - Method in class org.matheclipse.core.interfaces.IASTAppendable.CollectorImpl
- commonest(Object) - Static method in class org.matheclipse.core.expression.J
-
Commonest(data-values-list) - the mode of a list of data values is the value that appears most often.
- commonest(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Commonest(data-values-list) - the mode of a list of data values is the value that appears most often.
- Commonest - Static variable in class org.matheclipse.core.expression.ID
- Commonest - Static variable in class org.matheclipse.core.expression.S
-
Commonest(data-values-list) - the mode of a list of data values is the value that appears most often.
- CommonFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- CommonNumericFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Comparators - Class in org.matheclipse.core.generic
-
Provide
Comparator
classes. - compare(IExpr, IExpr) - Method in class org.matheclipse.core.generic.Predicates.IsBinaryFalse
- compare(IExpr, IExpr) - Method in class org.matheclipse.core.generic.Predicates.IsBinaryTrue
- compare(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.series.Gruntz
-
Returns "<" if a<b, "=" for a == b, ">" for a>b
- compare(IPatternMatcher, IPatternMatcher) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher.EquivalenceComparator
- compare(IPatternMatcher, IPatternMatcher) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher.PriorityComparator
- compare(ExpVectorLong, ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder.EVComparator
- compare(ExpVectorSymbolic, ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder.EVComparator
- compareAbsValueToOne() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Compare the absolute value of this number with
1
and return1
, if the absolute value is greater than 10
, if the absolute value equals 1-1
, if the absolute value is less than 1 - compareAbsValueToOne() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Compare the absolute value of this number with
1
and return1
, if the absolute value is greater than 10
, if the absolute value equals 1-1
, if the absolute value is less than 1 - compareAbsValueToOne() - Method in class org.matheclipse.core.expression.BigFractionSym
- compareAbsValueToOne() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Compare the absolute value of this number with
1
and return1
, if the absolute value is greater than 10
, if the absolute value equals 1-1
, if the absolute value is less than 1 - compareAbsValueToOne() - Method in class org.matheclipse.core.expression.ComplexNum
-
Compare the absolute value of this number with
1
and return1
, if the absolute value is greater than 10
, if the absolute value equals 1-1
, if the absolute value is less than 1 - compareAbsValueToOne() - Method in class org.matheclipse.core.expression.ComplexSym
-
Compare the absolute value of this number with
1
and return1
, if the absolute value is greater than 10
, if the absolute value equals 1-1
, if the absolute value is less than 1 - compareAbsValueToOne() - Method in class org.matheclipse.core.expression.FractionSym
- compareAbsValueToOne() - Method in class org.matheclipse.core.expression.IntegerSym
-
Compare the absolute value of this number with
1
and return1
, if the absolute value is greater than 10
, if the absolute value equals 1-1
, if the absolute value is less than 1 - compareAbsValueToOne() - Method in class org.matheclipse.core.expression.Num
-
Compare the absolute value of this number with
1
and return1
, if the absolute value is greater than 10
, if the absolute value equals 1-1
, if the absolute value is less than 1 - compareAbsValueToOne() - Method in interface org.matheclipse.core.interfaces.INumber
-
Compare the absolute value of this number with
1
and return1
, if the absolute value is greater than 10
, if the absolute value equals 1-1
, if the absolute value is less than 1 - compareAdjacent(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Compare all adjacent elements from lowest to highest index and return true, if the binary predicate gives true in each step.
- compareAdjacent(BiPredicate<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Compare all adjacent elements from lowest to highest index and return true, if the binary predicate gives true in each step.
- compareDepth(int) - Method in class org.matheclipse.core.eval.util.LevelSpecification
- compareHierarchy(IExpr, IExpr) - Static method in interface org.matheclipse.core.interfaces.IExpr
- compareInt(int) - Method in class org.matheclipse.core.expression.BigFractionSym
- compareInt(int) - Method in class org.matheclipse.core.expression.BigIntegerSym
- compareInt(int) - Method in class org.matheclipse.core.expression.FractionSym
- compareInt(int) - Method in class org.matheclipse.core.expression.IntegerSym
- compareInt(int) - Method in interface org.matheclipse.core.interfaces.IRational
- compareLevel() - Method in class org.matheclipse.core.eval.util.LevelSpecification
- compareLevel(int) - Method in class org.matheclipse.core.eval.util.LevelSpecification
- compareTernary(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Greater
-
Return
TRUE
if the comparison istrue
ReturnFALSE
if the comparison isfalse
ReturnUNDECIDABLE
if the comparison to true or false is undecidable (i.e. - compareTernary(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.GreaterEqual
-
Return
TRUE
if the comparison istrue
ReturnFALSE
if the comparison isfalse
ReturnUNDECIDABLE
if the comparison to true or false is undecidable (i.e. - compareTernary(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Less
-
Return
TRUE
if the comparison istrue
ReturnFALSE
if the comparison isfalse
ReturnUNDECIDABLE
if the comparison to true or false is undecidable (i.e. - compareTernary(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.LessEqual
-
Return
TRUE
if the comparison istrue
ReturnFALSE
if the comparison isfalse
ReturnUNDECIDABLE
if the comparison to true or false is undecidable (i.e. - compareTernary(IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.ITernaryComparator
-
Return
TRUE
if the comparison istrue
ReturnFALSE
if the comparison isfalse
ReturnUNDECIDABLE
if the comparison to true or false is undecidable (i.e. - compareTo(double) - Method in class org.matheclipse.core.expression.Num
- compareTo(Integer, IExpr) - Static method in class org.matheclipse.core.expression.F
- compareTo(BigInteger, IExpr) - Static method in class org.matheclipse.core.expression.F
- compareTo(Apcomplex) - Method in class org.matheclipse.core.expression.ApcomplexNum
- compareTo(Complex) - Method in class org.matheclipse.core.expression.ComplexNum
- compareTo(ExprAnalyzer) - Method in class org.matheclipse.core.expression.ExprAnalyzer
- compareTo(StringX) - Method in class org.matheclipse.core.expression.StringX
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Compares this expression with the specified expression for canonical order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.ASTSeriesData
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.BigFractionSym
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.Blank
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.BuiltInSymbol
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.ComplexNum
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.ComplexSym
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.DataExpr
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.FractionSym
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.IntegerSym
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.Num
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.OptionsPattern
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.Pattern
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.PatternNested
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.PatternSequence
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.RepeatedPattern
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.StringX
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in class org.matheclipse.core.expression.Symbol
-
Compares this expression with the specified expression for order.
- compareTo(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compares this expression with the specified expression for canonical order.
- compareTo(IExpr) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- compareTo(IExpr, Integer) - Static method in class org.matheclipse.core.expression.F
- compareTo(IExpr, BigInteger) - Static method in class org.matheclipse.core.expression.F
- compareTo(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- compareTo(SortedMultiset<T>) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
-
Compares this to another SortedMultiset.
- compareTo(SortedMultiset<T>) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
-
Compares this to another ComparableMultiset.
- compareTo(ExprMonomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprMonomial
- compareTo(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial comparison.
- compareTo(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong compareTo.
- compareTo(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong compareTo.
- compareTo(SymbolicMonomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
- compareTo(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial comparison.
- compareToIgnoreCase(StringX) - Method in class org.matheclipse.core.expression.StringX
- compareToNumerical(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compares this expression with the specified expression for numerical order.
- CompatibleUnitQ - Static variable in class org.matheclipse.core.expression.ID
- CompatibleUnitQ - Static variable in class org.matheclipse.core.expression.S
- compile(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Compile(list-of-arguments}, expression) - compile the `expression` into a Java function, which has the arguments defined in `list-of-arguments` and return the compiled result in an `CompiledFunction` expression.
- compile(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Compile(list-of-arguments}, expression) - compile the `expression` into a Java function, which has the arguments defined in `list-of-arguments` and return the compiled result in an `CompiledFunction` expression.
- compile(IAST, CompilerFunctions.CompiledFunctionArg[], EvalEngine) - Static method in class org.matheclipse.core.builtin.CompilerFunctions
- Compile - Static variable in class org.matheclipse.core.expression.ID
- Compile - Static variable in class org.matheclipse.core.expression.S
-
Compile(list-of-arguments}, expression) - compile the `expression` into a Java function, which has the arguments defined in `list-of-arguments` and return the compiled result in an `CompiledFunction` expression.
- Compile(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- COMPILE - Static variable in class org.matheclipse.core.basic.ToggleFeature
-
If
true
, enableorg.matheclipse.core.builtin.function.Compile
function. - COMPILE_PRINT - Static variable in class org.matheclipse.core.basic.ToggleFeature
-
If
true
, enableorg.matheclipse.core.builtin.function.CompilePrint
function. - COMPILE_WITH_JAVAPARSER - Static variable in class org.matheclipse.core.basic.ToggleFeature
- CompiledFunction - Static variable in class org.matheclipse.core.expression.ID
- CompiledFunction - Static variable in class org.matheclipse.core.expression.S
-
CompiledFunction(...) - represents a binary Java coded function.
- CompiledFunctionArg(IExpr, IExpr) - Constructor for class org.matheclipse.core.builtin.CompilerFunctions.CompiledFunctionArg
- CompiledFunctionArg(IExpr, IExpr, CompilerFunctions.CompiledFunctionArg.Rank) - Constructor for class org.matheclipse.core.builtin.CompilerFunctions.CompiledFunctionArg
- CompiledFunctionExpr - Class in org.matheclipse.core.expression.data
- CompiledFunctionExpr(IAST, IAST, IExpr, Class<?>) - Constructor for class org.matheclipse.core.expression.data.CompiledFunctionExpr
- compiledJavaClass - Variable in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- COMPILEFUNCTONID - org.matheclipse.core.expression.Hierarchy
- COMPILEFUNCTONID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- compilePrint(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CompilePrint(list-of-arguments}, expression) - compile the `expression` into a Java function and return the corresponding Java source code function, which has the arguments defined in `list-of-arguments`n.
- compilePrint(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CompilePrint(list-of-arguments}, expression) - compile the `expression` into a Java function and return the corresponding Java source code function, which has the arguments defined in `list-of-arguments`n.
- compilePrint(IAST, CompilerFunctions.CompiledFunctionArg[], EvalEngine) - Static method in class org.matheclipse.core.builtin.CompilerFunctions
-
Get the generated Java source code for
function
from callCompilePrint({variable/types}, function)
- CompilePrint - Static variable in class org.matheclipse.core.expression.ID
- CompilePrint - Static variable in class org.matheclipse.core.expression.S
-
CompilePrint(list-of-arguments}, expression) - compile the `expression` into a Java function and return the corresponding Java source code function, which has the arguments defined in `list-of-arguments`n.
- CompilePrint() - Constructor for class org.matheclipse.core.builtin.CompilerFunctions.CompilePrint
- CompilePrint(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- compilePrintJavaParser(IAST, CompilerFunctions.CompiledFunctionArg[], EvalEngine) - Static method in class org.matheclipse.core.builtin.CompilerFunctions
- CompilerFunctions - Class in org.matheclipse.core.builtin
- CompilerFunctions.CompiledFunctionArg - Class in org.matheclipse.core.builtin
-
Contains the name, type and rank of an argument in a compiled function.
- CompilerFunctions.CompilePrint - Class in org.matheclipse.core.builtin
- complement(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Complement(set1, set2) - get the complement set from `set1` and `set2`.
- complement(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Complement(set1, set2) - get the complement set from `set1` and `set2`.
- Complement - Static variable in class org.matheclipse.core.expression.ID
- Complement - Static variable in class org.matheclipse.core.expression.S
-
Complement(set1, set2) - get the complement set from `set1` and `set2`.
- Complement(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- completeContextName() - Method in class org.matheclipse.core.expression.Context
-
If the current parent context isn't
null
orGlobal`
get the complete context name prepended with the parent context name. - completeGraph(Object) - Static method in class org.matheclipse.core.expression.J
-
CompleteGraph(order) - returns the complete graph with `order` vertices.
- CompleteGraph - Static variable in class org.matheclipse.core.expression.ID
- CompleteGraph - Static variable in class org.matheclipse.core.expression.S
-
CompleteGraph(order) - returns the complete graph with `order` vertices.
- complex(double, double) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
- complex(double, double, double) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
- complex(long, long, long, long) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
- complex(Object) - Static method in class org.matheclipse.core.expression.J
-
Complex - is the head of complex numbers.
- complex(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Complex - is the head of complex numbers.
- complex(IRational) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
- complex(IRational, IRational) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number
- Complex - Static variable in class org.matheclipse.core.expression.ID
- Complex - Static variable in class org.matheclipse.core.expression.S
-
Complex - is the head of complex numbers.
- Complex(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a
Complex(a, b)
AST symbolic expression. - COMPLEX_NORM_REVERSE_COMPARATOR - Static variable in class org.matheclipse.core.generic.Comparators
-
Compare the two
Complex.norm()
double
values of the numbers. - complexArg() - Method in class org.matheclipse.core.expression.ApcomplexNum
- complexArg() - Method in class org.matheclipse.core.expression.ComplexNum
- complexArg() - Method in class org.matheclipse.core.expression.ComplexSym
- complexArg() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the argument of a complex number.
- complexArg() - Method in interface org.matheclipse.core.interfaces.INumber
-
Get the argument of the complex number
- complexArg() - Method in interface org.matheclipse.core.interfaces.IReal
-
Get the argument of the complex number
- complexAverage(DoubleFunction<Complex>, double) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- complexAverage(Function<Complex, Complex>, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- complexAverage(Function<Complex, Complex>, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- complexAverage(Function<Complex, Complex>, Complex) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- complexAverage(Function<Complex, Complex>, Complex, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- complexAverage(Function<Complex, Complex>, Complex, double) - Static method in class org.matheclipse.core.builtin.functions.JS
- complexConvergent(double, double) - Static method in class org.matheclipse.core.expression.F
-
Create a symbolic complex number.
- Complexes - Static variable in class org.matheclipse.core.expression.ID
- Complexes - Static variable in class org.matheclipse.core.expression.S
-
Complexes - is the set of complex numbers.
- complexExpand(Object) - Static method in class org.matheclipse.core.expression.J
-
ComplexExpand(expr) - expands `expr`.
- complexExpand(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ComplexExpand(expr) - expands `expr`.
- ComplexExpand - Class in org.matheclipse.core.reflection.system
-
ComplexExpand(expr)
- ComplexExpand - Static variable in class org.matheclipse.core.expression.ID
- ComplexExpand - Static variable in class org.matheclipse.core.expression.S
-
ComplexExpand(expr) - expands `expr`.
- ComplexExpand() - Constructor for class org.matheclipse.core.reflection.system.ComplexExpand
- ComplexFormFactory - Class in org.matheclipse.core.form.output
-
Converts an internal
IExpr
into a user readable string. - ComplexFormFactory(boolean, boolean, int, int, boolean) - Constructor for class org.matheclipse.core.form.output.ComplexFormFactory
- ComplexFreeQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- COMPLEXID - org.matheclipse.core.expression.Hierarchy
- COMPLEXID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- ComplexInfinity - Static variable in class org.matheclipse.core.expression.ID
- ComplexInfinity - Static variable in class org.matheclipse.core.expression.S
-
ComplexInfinity - represents an infinite complex quantity of undetermined direction.
- complexIntegerPoly2Expr(GenPolynomial<Complex<BigInteger>>) - Method in class org.matheclipse.core.convert.JASConvert
- ComplexityFunction - Static variable in class org.matheclipse.core.expression.ID
- ComplexityFunction - Static variable in class org.matheclipse.core.expression.S
- complexMatrix2List(FieldMatrix<Complex>) - Static method in class org.matheclipse.core.convert.Convert
-
Converts a complex FieldMatrix to the list expression representation.
- complexMatrix2List(FieldMatrix<Complex>, boolean) - Static method in class org.matheclipse.core.convert.Convert
- complexNum(double) - Static method in class org.matheclipse.core.expression.F
-
Create a complex numeric number with imaginary part = 0.0
- complexNum(double, double) - Static method in class org.matheclipse.core.expression.F
-
Create a complex numeric value
- complexNum(String, String, long) - Static method in class org.matheclipse.core.expression.F
-
Return a
ApcomplexNum
which wraps twoApfloat
arbitrary precision floating-point numbers for the real and imaginary part. - complexNum(Apcomplex) - Static method in class org.matheclipse.core.expression.F
-
Return a
ApcomplexNum
which wraps aApcomplex
arbitrary precision floating-point complex number. - complexNum(Apfloat) - Static method in class org.matheclipse.core.expression.F
-
Return a
ApcomplexNum
which wraps twoApfloat
arbitrary precision floating-point numbers for the real and imaginary part with imaginary part set to0
. - complexNum(Apfloat, Apfloat) - Static method in class org.matheclipse.core.expression.F
-
Return a
ApcomplexNum
which wraps twoApfloat
arbitrary precision floating-point numbers for the real and imaginary part. - complexNum(Complex) - Static method in class org.matheclipse.core.expression.F
-
Return a
ComplexNum
which wraps aComplex
number with Java double values for the real and imaginary part. - complexNum(IComplex) - Static method in class org.matheclipse.core.expression.F
- complexNum(IFraction) - Static method in class org.matheclipse.core.expression.F
- complexNum(IInteger) - Static method in class org.matheclipse.core.expression.F
- ComplexNum - Class in org.matheclipse.core.expression
-
IComplexNum
implementation which wraps aComplex
value to represent a numeric complex floating-point number. - ComplexNumberQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- complexNumValue() - Method in class org.matheclipse.core.expression.ApcomplexNum
- complexNumValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- complexNumValue() - Method in class org.matheclipse.core.expression.BigFractionSym
- complexNumValue() - Method in class org.matheclipse.core.expression.BigIntegerSym
- complexNumValue() - Method in class org.matheclipse.core.expression.ComplexNum
- complexNumValue() - Method in class org.matheclipse.core.expression.ComplexSym
- complexNumValue() - Method in class org.matheclipse.core.expression.FractionSym
- complexNumValue() - Method in class org.matheclipse.core.expression.IntegerSym
- complexNumValue() - Method in class org.matheclipse.core.expression.Num
- complexNumValue() - Method in interface org.matheclipse.core.interfaces.INumber
-
Get a
ComplexNum
number bject. - ComplexPlot3D - Static variable in class org.matheclipse.core.expression.ID
- ComplexPlot3D - Static variable in class org.matheclipse.core.expression.S
-
ComplexPlot3D(expr, {z, min, max ) - create a 3D plot of `expr` for the complex variable `z` in the range `{ Re(min),Re(max) }` to `{ Im(min),Im(max) }`
- complexPoly2Expr(GenPolynomial<Complex<BigRational>>) - Method in class org.matheclipse.core.convert.JASConvert
-
Convert a JAS complex-rational polynomial to
IExpr
. - complexPoly2Expr(GenPolynomial<Complex<BigRational>>) - Method in class org.matheclipse.core.convert.JASIExpr
-
Convert a JAS complex polynomial to
IExpr
. - ComplexReal32 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- ComplexReal64 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- complexSign() - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns the signum function of this number (i.e., -1, 0 or 1 as the value of this number is negative, zero or positive).
- complexSign() - Method in class org.matheclipse.core.expression.ApcomplexNum
- complexSign() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Returns the signum function of this number (i.e., -1, 0 or 1 as the value of this number is negative, zero or positive).
- complexSign() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Returns the signum function of this number (i.e., -1, 0 or 1 as the value of this number is negative, zero or positive).
- complexSign() - Method in class org.matheclipse.core.expression.BigIntegerSym
- complexSign() - Method in class org.matheclipse.core.expression.ComplexNum
- complexSign() - Method in class org.matheclipse.core.expression.ComplexSym
- complexSign() - Method in class org.matheclipse.core.expression.FractionSym
-
Returns the signum function of this number (i.e., -1, 0 or 1 as the value of this number is negative, zero or positive).
- complexSign() - Method in class org.matheclipse.core.expression.IntegerSym
- complexSign() - Method in class org.matheclipse.core.expression.Num
- complexSign() - Method in interface org.matheclipse.core.interfaces.INumber
-
Gets the signum value of a complex number
- complexSign() - Method in interface org.matheclipse.core.interfaces.IReal
-
Returns the signum function of this number (i.e., -1, 0 or 1 as the value of this number is negative, zero or positive).
- complexSummation(DoubleFunction<Complex>, int, int, int) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- ComplexSym - Class in org.matheclipse.core.expression
-
A symbolic complex number implementation
- ComplexUnaryNumerical - Class in org.matheclipse.core.generic
- ComplexUnaryNumerical(IExpr, ISymbol, EvalEngine) - Constructor for class org.matheclipse.core.generic.ComplexUnaryNumerical
- complexValue() - Method in class org.matheclipse.core.expression.ComplexNum
- complexValues2List(Complex[]) - Static method in class org.matheclipse.core.convert.Convert
-
Convert an array of
Complex
values to anIAST
list. - complexValues2List(Complex[], boolean) - Static method in class org.matheclipse.core.convert.Convert
-
Convert an array of
Complex
values to anIAST
list. - complexVector2List(FieldVector<Complex>) - Static method in class org.matheclipse.core.convert.Convert
-
Convert a
FieldVector
to anIAST
list. - complexVector2List(FieldVector<Complex>, boolean) - Static method in class org.matheclipse.core.convert.Convert
-
Convert a
FieldVector
to anIAST
list. - compose(ASTSeriesData) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
series1.compose(series2)
- compose(ScalarUnaryOperator) - Method in interface org.matheclipse.core.tensor.api.ScalarTensorFunction
- compose(ScalarUnaryOperator) - Method in interface org.matheclipse.core.tensor.api.ScalarUnaryOperator
- compose(TensorUnaryOperator) - Method in interface org.matheclipse.core.tensor.api.TensorScalarFunction
- compose(TensorUnaryOperator) - Method in interface org.matheclipse.core.tensor.api.TensorUnaryOperator
- ComposeList - Static variable in class org.matheclipse.core.expression.ID
- ComposeList - Static variable in class org.matheclipse.core.expression.S
-
ComposeList(list-of-symbols, variable) - creates a list of compositions of the symbols applied at the argument `x`.
- ComposeSeries - Static variable in class org.matheclipse.core.expression.ID
- ComposeSeries - Static variable in class org.matheclipse.core.expression.S
-
ComposeSeries( series1, series2 ) - substitute `series2` into `series1`
- compositeQ(Object) - Static method in class org.matheclipse.core.expression.J
-
CompositeQ(n) - returns `True` if `n` is a composite integer number.
- CompositeQ - Static variable in class org.matheclipse.core.expression.ID
- CompositeQ - Static variable in class org.matheclipse.core.expression.S
-
CompositeQ(n) - returns `True` if `n` is a composite integer number.
- Composition - Static variable in class org.matheclipse.core.expression.ID
- Composition - Static variable in class org.matheclipse.core.expression.S
-
Composition(sym1, sym2,...)[arg1, arg2,...] - creates a composition of the symbols applied at the arguments.
- compoundExpression(Object) - Static method in class org.matheclipse.core.expression.J
-
CompoundExpression(expr1, expr2, ...) - evaluates its arguments in turn, returning the last result.
- compoundExpression(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CompoundExpression(expr1, expr2, ...) - evaluates its arguments in turn, returning the last result.
- compoundExpression(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CompoundExpression(expr1, expr2, ...) - evaluates its arguments in turn, returning the last result.
- CompoundExpression - Static variable in class org.matheclipse.core.expression.ID
- CompoundExpression - Static variable in class org.matheclipse.core.expression.S
-
CompoundExpression(expr1, expr2, ...) - evaluates its arguments in turn, returning the last result.
- CompoundExpression(IExpr...) - Static method in class org.matheclipse.core.expression.F
-
Evaluates its arguments in turn, returning the last result.
- ComputationalGeometryFunctions - Class in org.matheclipse.core.builtin
- compute(String, BiFunction<? super String, ? super IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.ExprTrie
- computeDividedDifference(IExpr[], IExpr[], EvalEngine) - Static method in class org.matheclipse.core.reflection.system.InterpolatingPolynomial
-
Return a copy of the divided difference array.
- computeIfAbsent(String, Function<? super String, ? extends IExpr>) - Method in class org.matheclipse.core.expression.ExprTrie
- computeIfAbsent(String, Function<String, ISymbol>) - Method in class org.matheclipse.core.expression.Context
- computeIfPresent(String, BiFunction<? super String, ? super IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.ExprTrie
- computeMaxAndMin() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- computePlot(UnaryNumerical, double[][], double, double, String) - Static method in class org.matheclipse.core.sympy.plotting.Plot
- concat(StringX) - Method in class org.matheclipse.core.expression.StringX
- condition(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Condition(pattern, expr) - places an additional constraint on `pattern` that only allows it to match if `expr` evaluates to `True`.
- Condition - Static variable in class org.matheclipse.core.expression.ID
- Condition - Static variable in class org.matheclipse.core.expression.S
-
Condition(pattern, expr) - places an additional constraint on `pattern` that only allows it to match if `expr` evaluates to `True`.
- Condition(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Places an additional constraint on
pattern
that only allows it to match iftest
evaluates toS.True
. - CONDITION_NIL - Static variable in exception org.matheclipse.core.eval.exception.ConditionException
- conditionalExpression(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ConditionalExpression(expr, condition) - if `condition` evaluates to `True` return `expr`, if `condition` evaluates to `False` return `Undefined`.
- ConditionalExpression - Static variable in class org.matheclipse.core.expression.ID
- ConditionalExpression - Static variable in class org.matheclipse.core.expression.S
-
ConditionalExpression(expr, condition) - if `condition` evaluates to `True` return `expr`, if `condition` evaluates to `False` return `Undefined`.
- ConditionalExpression(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ConditionException - Exception in org.matheclipse.core.eval.exception
-
This exception throws the result value
F.NIL
of a SymjaS.Condition
function. - ConditionException() - Constructor for exception org.matheclipse.core.eval.exception.ConditionException
- cone(Object) - Static method in class org.matheclipse.core.expression.J
- cone(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Cone - Static variable in class org.matheclipse.core.expression.ID
- Cone - Static variable in class org.matheclipse.core.expression.S
- Cone(IExpr) - Static method in class org.matheclipse.core.expression.F
- Cone(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Config - Class in org.matheclipse.core.basic
-
General configuration settings.
- Config() - Constructor for class org.matheclipse.core.basic.Config
- conjugate() - Method in class org.matheclipse.core.expression.ApcomplexNum
- conjugate() - Method in class org.matheclipse.core.expression.ComplexNum
-
Conjugate this (complex-) number.
- conjugate() - Method in class org.matheclipse.core.expression.ComplexSym
-
Conjugate this (complex-) number.
- conjugate() - Method in interface org.matheclipse.core.interfaces.IComplexNum
- conjugate() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Conjugate this (complex-) number.
- conjugate() - Method in interface org.matheclipse.core.interfaces.INumber
- conjugate() - Method in interface org.matheclipse.core.interfaces.IReal
-
Conjugate this (complex-) number.
- conjugate() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- conjugate(Object) - Static method in class org.matheclipse.core.expression.J
-
Conjugate(z) - returns the complex conjugate of the complex number `z`.
- Conjugate - Static variable in class org.matheclipse.core.expression.ID
- Conjugate - Static variable in class org.matheclipse.core.expression.S
-
Conjugate(z) - returns the complex conjugate of the complex number `z`.
- Conjugate(IExpr) - Static method in class org.matheclipse.core.expression.F
- ConjugateRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ConjugateRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ConjugateRules
- conjugateTranspose(Object) - Static method in class org.matheclipse.core.expression.J
-
ConjugateTranspose(matrix) - get the transposed `matrix` with conjugated matrix elements.
- conjugateTranspose(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ConjugateTranspose(matrix) - get the transposed `matrix` with conjugated matrix elements.
- ConjugateTranspose - Static variable in class org.matheclipse.core.expression.ID
- ConjugateTranspose - Static variable in class org.matheclipse.core.expression.S
-
ConjugateTranspose(matrix) - get the transposed `matrix` with conjugated matrix elements.
- ConjugateTranspose(IExpr) - Static method in class org.matheclipse.core.expression.F
- connectedGraphQ(Object) - Static method in class org.matheclipse.core.expression.J
- ConnectedGraphQ - Static variable in class org.matheclipse.core.expression.ID
- ConnectedGraphQ - Static variable in class org.matheclipse.core.expression.S
- CONST - Static variable in class org.matheclipse.core.builtin.Arithmetic.Times
-
Constructor for the singleton
- CONST - Static variable in class org.matheclipse.core.builtin.BooleanFunctions.Greater
- CONST - Static variable in class org.matheclipse.core.builtin.BooleanFunctions.GreaterEqual
- CONST - Static variable in class org.matheclipse.core.builtin.PatternMatching.Blank
- CONST - Static variable in class org.matheclipse.core.builtin.PatternMatching.BlankNullSequence
- CONST - Static variable in class org.matheclipse.core.builtin.PatternMatching.BlankSequence
- CONST - Static variable in class org.matheclipse.core.builtin.PatternMatching.Optional
- CONST - Static variable in class org.matheclipse.core.builtin.PatternMatching.OptionsPattern
- CONST - Static variable in class org.matheclipse.core.builtin.PatternMatching.Pattern
- CONST - Static variable in class org.matheclipse.core.builtin.PatternMatching.Repeated
- CONST - Static variable in class org.matheclipse.core.builtin.PatternMatching.RepeatedNull
- CONST - Static variable in class org.matheclipse.core.eval.CoreCallbackFunction
- CONST - Static variable in exception org.matheclipse.core.eval.exception.BreakException
- CONST - Static variable in exception org.matheclipse.core.eval.exception.ContinueException
- CONST - Static variable in exception org.matheclipse.core.eval.exception.NoEvalException
- CONST - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- CONST - Static variable in class org.matheclipse.core.reflection.system.Integrate
-
Constructor for the singleton
- CONST - Static variable in class org.matheclipse.core.reflection.system.ParametricPlot
-
Constructor for the singleton
- CONST - Static variable in class org.matheclipse.core.reflection.system.Plot
-
Constructor for the singleton
- CONST - Static variable in class org.matheclipse.core.reflection.system.Plot3D
-
Constructor for the singleton
- CONST - Static variable in class org.matheclipse.core.reflection.system.PolarPlot
-
Constructor for the singleton
- CONST_COMPLEX - Static variable in class org.matheclipse.core.builtin.Arithmetic
- CONST_EQUAL - Static variable in class org.matheclipse.core.builtin.BooleanFunctions
- CONST_GREATER - Static variable in class org.matheclipse.core.builtin.BooleanFunctions
- CONST_GREATER_EQUAL - Static variable in class org.matheclipse.core.builtin.BooleanFunctions
- CONST_LESS - Static variable in class org.matheclipse.core.builtin.BooleanFunctions
- CONST_LESS_EQUAL - Static variable in class org.matheclipse.core.builtin.BooleanFunctions
- CONST_PLUS - Static variable in class org.matheclipse.core.builtin.Arithmetic
- CONST_POWER - Static variable in class org.matheclipse.core.builtin.Arithmetic
- CONST_RATIONAL - Static variable in class org.matheclipse.core.builtin.Arithmetic
- CONST_TIMES - Static variable in class org.matheclipse.core.builtin.Arithmetic
- Constant - Static variable in class org.matheclipse.core.expression.ID
- Constant - Static variable in class org.matheclipse.core.expression.S
-
Constant - is an attribute that indicates that a symbol is a constant.
- CONSTANT - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute to indicate that a symbol has a constant value
- CONSTANT_EXPRS - Static variable in class org.matheclipse.core.form.mathml.MathMLFormFactory
-
Table for constant expressions
- CONSTANT_EXPRS - Static variable in class org.matheclipse.core.form.tex.TeXFormFactory
-
Table for constant expressions
- CONSTANT_SYMBOLS - Static variable in class org.matheclipse.core.form.mathml.MathMLFormFactory
-
Table for constant symbols
- CONSTANT_SYMBOLS - Static variable in class org.matheclipse.core.form.tex.TeXFormFactory
-
Table for constant symbols
- constantArray(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ConstantArray(expr, n) - returns a list of `n` copies of `expr`.
- constantArray(IExpr, int) - Static method in class org.matheclipse.core.expression.F
-
Create a new
List()
withcopies
number of arguments, which are set tovalue
. - constantArray(IExpr, int, int...) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get a nested list with
this
expression set as a value. - constantArray(IExpr, IExpr, int) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST) with a
head
andcopies
number of arguments, which are set tovalue
. - ConstantArray - Static variable in class org.matheclipse.core.expression.ID
- ConstantArray - Static variable in class org.matheclipse.core.expression.S
-
ConstantArray(expr, n) - returns a list of `n` copies of `expr`.
- ConstantArray(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ConstantDefinitions - Class in org.matheclipse.core.builtin
- ConstantFactor(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ConstantPhysicsDefinitions - Class in org.matheclipse.core.builtin
- ConstantPhysicsDefinitions() - Constructor for class org.matheclipse.core.builtin.ConstantPhysicsDefinitions
- constrainedEval(Writer, String, boolean) - Method in class org.matheclipse.core.eval.TimeConstrainedEvaluator
-
Runs the evaluation of the given math formula
String
in a time limited thread - constrainedEval(Writer, IExpr) - Method in class org.matheclipse.core.eval.TimeConstrainedEvaluator
-
Runs the evaluation of the given math expression in a time limited thread
- contains(Object) - Method in class org.matheclipse.core.expression.AbstractAST
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- contains(Object) - Method in class org.matheclipse.core.expression.AST0
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.AST1
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.AST2
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.AST3
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.B1
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.B2
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in class org.matheclipse.core.expression.B3
-
Tests whether this
List
contains the specified object. - contains(Object) - Method in interface org.matheclipse.core.interfaces.IAST
-
Tests whether this
List
contains the specified object. - contains(Context) - Method in class org.matheclipse.core.expression.ContextPath
- contains(IExpr) - Method in class org.matheclipse.core.convert.VariablesSet
-
Searches the set for the specified object.
- contains(ISymbol) - Method in class org.matheclipse.core.eval.util.ArraySet
- contains(Order) - Method in class org.matheclipse.core.sympy.series.Order
- CONTAINS_DEFAULT_PATTERN - Static variable in interface org.matheclipse.core.interfaces.IAST
-
One of the arguments of the list contains a pattern object which can be set to a default value.
- CONTAINS_NO_DEFAULT_PATTERN_MASK - Static variable in interface org.matheclipse.core.interfaces.IAST
-
Negative flag mask for CONTAINS_DEFAULT_PATTERN
- CONTAINS_NO_PATTERN - Static variable in interface org.matheclipse.core.interfaces.IAST
-
The list or the lists subexpressions contain no pattern object.
- CONTAINS_NUMERIC_ARG - Static variable in interface org.matheclipse.core.interfaces.IAST
-
Is set, if one of the (nested) arguments of a numeric function contains a numeric expression.
- CONTAINS_PATTERN - Static variable in interface org.matheclipse.core.interfaces.IAST
-
The head or one of the arguments of the list or sublists contains a pattern object
- CONTAINS_PATTERN_EXPR - Static variable in interface org.matheclipse.core.interfaces.IAST
-
One of the arguments of the list or sublists contains a pattern object.
- CONTAINS_PATTERN_SEQUENCE - Static variable in interface org.matheclipse.core.interfaces.IAST
-
The head or one of the arguments of the list or sublists contains a pattern object
- containsAll(Object, Object) - Static method in class org.matheclipse.core.expression.J
- containsAll(Collection<?>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Tests whether this
Collection
contains all objects contained in the specifiedCollection
. - containsAll(Collection<? extends IExpr>) - Method in class org.matheclipse.core.convert.VariablesSet
-
Searches this set for all objects in the specified collection.
- ContainsAll - Static variable in class org.matheclipse.core.expression.ID
- ContainsAll - Static variable in class org.matheclipse.core.expression.S
- containsAny(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ContainsAny - Static variable in class org.matheclipse.core.expression.ID
- ContainsAny - Static variable in class org.matheclipse.core.expression.S
- containsEntry(int, T) - Method in class org.matheclipse.core.eval.util.OpenIntToSet
- containsExactly(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ContainsExactly - Static variable in class org.matheclipse.core.expression.ID
- ContainsExactly - Static variable in class org.matheclipse.core.expression.S
- containsExperimental(IBuiltInSymbol) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if the experimental message was printed at least once for a symbol.
- ContainsFunctions - Class in org.matheclipse.core.builtin
- containsKey(int) - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Check if a value is associated with a key.
- containsKey(int) - Method in class org.matheclipse.core.eval.util.OpenIntToList
-
Check if a value is associated with a key.
- containsKey(int) - Method in class org.matheclipse.core.eval.util.OpenIntToSet
-
Check if a value is associated with a key.
- containsKey(String) - Method in class org.matheclipse.core.expression.ExprTrie
- containsKey(IExpr) - Method in class org.matheclipse.core.expression.DefaultDict
- containsNone(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ContainsNone - Static variable in class org.matheclipse.core.expression.ID
- ContainsNone - Static variable in class org.matheclipse.core.expression.S
- containsOnly(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ContainsOnly(list1, list2) - yields True if `list1` contains only elements that appear in `list2`.
- ContainsOnly - Static variable in class org.matheclipse.core.expression.ID
- ContainsOnly - Static variable in class org.matheclipse.core.expression.S
-
ContainsOnly(list1, list2) - yields True if `list1` contains only elements that appear in `list2`.
- containsRules() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Check if ths symbol contains a "DownRule" or "UpRule"
- containsRules() - Method in class org.matheclipse.core.expression.Symbol
-
Check if ths symbol contains a "DownRule" or "UpRule"
- containsRules() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Check if ths symbol contains a "DownRule" or "UpRule"
- containsValue(IExpr) - Method in class org.matheclipse.core.expression.DefaultDict
- containsValue(IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- contentEquals(CharSequence) - Method in class org.matheclipse.core.expression.StringX
- contentEquals(CharSequence) - Method in interface org.matheclipse.core.interfaces.IStringX
-
Test if this string equals the given character sequence.
- ContentFactor(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ContentFactorAux(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- context(Object) - Static method in class org.matheclipse.core.expression.J
-
Context(symbol) - yields the name of the context where `symbol` is defined in.
- Context - Class in org.matheclipse.core.expression
- Context - Static variable in class org.matheclipse.core.expression.ID
- Context - Static variable in class org.matheclipse.core.expression.S
-
Context(symbol) - yields the name of the context where `symbol` is defined in.
- Context(String) - Constructor for class org.matheclipse.core.expression.Context
- Context(String, Context) - Constructor for class org.matheclipse.core.expression.Context
- ContextPath - Class in org.matheclipse.core.expression
- ContextPath(Context) - Constructor for class org.matheclipse.core.expression.ContextPath
- Continue - Static variable in class org.matheclipse.core.expression.ID
- Continue - Static variable in class org.matheclipse.core.expression.S
-
Continue() - continues with the next iteration in a `For`, `While`, or `Do` loop.
- Continue() - Static method in class org.matheclipse.core.expression.F
- continuedFraction(Object) - Static method in class org.matheclipse.core.expression.J
-
ContinuedFraction(number) - the complete continued fraction representation for a rational or quadradic irrational `number`.
- continuedFraction(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ContinuedFraction(number) - the complete continued fraction representation for a rational or quadradic irrational `number`.
- ContinuedFraction - Static variable in class org.matheclipse.core.expression.ID
- ContinuedFraction - Static variable in class org.matheclipse.core.expression.S
-
ContinuedFraction(number) - the complete continued fraction representation for a rational or quadradic irrational `number`.
- ContinuedFraction(IExpr) - Static method in class org.matheclipse.core.expression.F
- ContinueException - Exception in org.matheclipse.core.eval.exception
-
Exception for the Continue function.
- ContinueException() - Constructor for exception org.matheclipse.core.eval.exception.ContinueException
- ContourPlot - Static variable in class org.matheclipse.core.expression.ID
- ContourPlot - Static variable in class org.matheclipse.core.expression.S
- contract(int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Contract variables.
- contract(int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Contract variables.
- contract(int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Contract variables.
- contract(int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Contract variables.
- contract(ExprPolynomialRing) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Contract variables.
- contract(SymbolicPolynomialRing) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Contract variables.
- contractCoeff(ExprPolynomialRing) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Contract variables to coefficient polynomial.
- contractCoeff(SymbolicPolynomialRing) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Contract variables to coefficient polynomial.
- convergents(Object) - Static method in class org.matheclipse.core.expression.J
-
Convergents({n1, n2, ...}) - return the list of convergents which represents the continued fraction list `{n1, n2, ...}`.
- Convergents - Static variable in class org.matheclipse.core.expression.ID
- Convergents - Static variable in class org.matheclipse.core.expression.S
-
Convergents({n1, n2, ...}) - return the list of convergents which represents the continued fraction list `{n1, n2, ...}`.
- convert(Appendable, IExpr) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convert(Object) - Static method in class org.matheclipse.core.convert.Object2Expr
-
Converts the following Java objects into an IExpr expression.
- convert(Object, boolean, boolean) - Static method in class org.matheclipse.core.convert.Object2Expr
-
Converts the following Java objects into an IExpr expression.
- convert(String) - Static method in class org.matheclipse.core.form.tex.TeXParser
- convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.AbstractTeXConverter
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.BinaryFunction
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.BinaryTernaryFunction
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.QuadrupleFunction
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.TernaryFunction
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.TeXFormFactory.D
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.TeXFormFactory.TeXFunction
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.TeXFormOperator
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.UnaryBinaryFunction
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.UnaryFunction
-
Convert the
IAST
function into the TeX string presentation by appending the string output to the buffer. - convert(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convert(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convert(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
-
Convert the
expression
into a LaTeX math string representation and appedn it to thebuffer
. - convert(StringBuilder, IExpr, int) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convert(StringBuilder, IExpr, int, boolean) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- convert(StringBuilder, IExpr, int, boolean) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convert(IExpr) - Method in class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
- convert(ASTNode) - Method in class org.matheclipse.core.convert.AST2Expr
- convert(FunctionNode, IASTAppendable) - Method in class org.matheclipse.core.convert.AST2Expr
-
Converts a parsed FunctionNode expression into an IAST expression.
- Convert - Class in org.matheclipse.core.convert
-
Conversions between an IExpr object and misc other object class types
- convertApcomplex(Appendable, Apcomplex, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertApcomplex(StringBuilder, Apcomplex, int) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertApcomplex(StringBuilder, Apcomplex, int, boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertApcomplex(StringBuilder, Apcomplex, int, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertApcomplex(StringBuilder, Apcomplex, int, boolean) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertApcomplexReImI(Appendable, Apcomplex, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertApfloat(StringBuilder, Apfloat, int) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertApfloat(Apfloat) - Static method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertApfloat(Apfloat) - Static method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertArgs(Appendable, IExpr, IAST) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertArgs(StringBuilder, IExpr, IAST) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertArgs(StringBuilder, IExpr, IAST) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertArgs(StringBuilder, IExpr, IAST) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertArgs(StringBuilder, IExpr, IAST, int) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertArray(Object[]) - Static method in class org.matheclipse.core.convert.Object2Expr
- convertArray(Object[], boolean, boolean) - Static method in class org.matheclipse.core.convert.Object2Expr
- convertAssociation(StringBuilder, IAssociation) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertAssociation(StringBuilder, IAssociation, int) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
-
Convert an association to TeX.
- convertAST(Appendable, IAST) - Method in class org.matheclipse.core.form.output.OutputFormFactory
-
Write a function into the given
Appendable
. - convertAST(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
-
Write a function into the given
StringBuilder
. - convertAST(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.JavaComplexFormFactory
- convertAST(StringBuilder, IAST, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
-
Write a function into the given
StringBuilder
. - convertAST(StringBuilder, IAST, boolean) - Method in class org.matheclipse.core.form.output.JavaDoubleFormFactory
- convertAST(StringBuilder, IAST, boolean) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- convertAST(StringBuilder, IAST, int) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertAST(StringBuilder, IAST, String) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertBooleanArray(boolean[]) - Static method in class org.matheclipse.core.convert.Object2Expr
- convertComplex(boolean, Complex[]) - Static method in class org.matheclipse.core.convert.Object2Expr
- convertComplex(Appendable, IComplex, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertComplex(StringBuilder, IComplex, int, boolean) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
Convert a complex nummber
- convertComplex(StringBuilder, IComplex, int, boolean) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertComplex(StringBuilder, IComplex, int, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertComplex(StringBuilder, IComplex, int, boolean) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- convertComplex(StringBuilder, IComplex, int, boolean) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertComplexReImI(Appendable, IComplex, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertDouble(Appendable, INum, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertDouble(StringBuilder, INum, int) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertDouble(StringBuilder, INum, int, boolean) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
convert a double nummber
- convertDouble(StringBuilder, INum, int, boolean) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertDouble(StringBuilder, INum, int, boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertDouble(StringBuilder, INum, int, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertDoubleComplex(Appendable, IComplexNum, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertDoubleComplex(StringBuilder, IComplexNum, int, boolean) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
Convert a complex number with double real and imaginary part
- convertDoubleComplex(StringBuilder, IComplexNum, int, boolean) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertDoubleComplex(StringBuilder, IComplexNum, int, boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertDoubleComplex(StringBuilder, IComplexNum, int, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertDoubleComplex(StringBuilder, IComplexNum, int, boolean) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- convertDoubleComplex(StringBuilder, IComplexNum, int, boolean) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertDoubleComplexReImI(Appendable, IComplexNum, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertDoubleString(StringBuilder, String, int, boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertDoubleString(StringBuilder, String, int, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertDoubleToFormattedString(double) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- convertDoubleToFormattedString(double) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertDoubleToFormattedString(double) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertDoubleToFormattedString(double) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertDoubleToFormattedString(double) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- CONVERTERS - Static variable in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertFraction(Appendable, BigInteger, BigInteger, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertFraction(Appendable, IRational, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertFraction(StringBuilder, BigInteger, BigInteger, int, boolean) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertFraction(StringBuilder, BigInteger, BigInteger, int, boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertFraction(StringBuilder, BigInteger, BigInteger, int, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertFraction(StringBuilder, IFraction, int) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertFraction(StringBuilder, IFraction, int) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertFraction(StringBuilder, IRational, int, boolean) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
Convert a fraction nummber
- convertFraction(StringBuilder, IRational, int, boolean) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertFraction(StringBuilder, IRational, int, boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertFraction(StringBuilder, IRational, int, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertFunctionArgs(StringBuilder, IAST) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertFunctionArgs(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertFunctionArgs(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertFunctionArgs(StringBuilder, IAST) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertHead(Appendable, IExpr) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertHead(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
Convert the head of a function
- convertHead(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertHead(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertHead(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertHead(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertInfixOperator(Appendable, IAST, InfixOperator, int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertInfixOperator(StringBuilder, IAST, InfixOperator, int) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertInfixOperator(ISymbol, StringBuilder, IAST, InfixOperator, int) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertInfixOperator(ISymbol, StringBuilder, IAST, InfixOperator, int) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertInteger(Appendable, IInteger, int, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertInteger(StringBuilder, IInteger, int) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertInteger(StringBuilder, IInteger, int, boolean) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
Convert an IInteger number
- convertInteger(StringBuilder, IInteger, int, boolean) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertInteger(StringBuilder, IInteger, int, boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertInteger(StringBuilder, IInteger, int, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertInternal(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertInternal(StringBuilder, IExpr) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertInternal(StringBuilder, IExpr, int, boolean) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertInternal(StringBuilder, IExpr, int, boolean, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertInterval(StringBuilder, IAST) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertList(Appendable, IAST, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertList(StringBuilder, IAST) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertList(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertList(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertList(Collection<?>, boolean, boolean) - Static method in class org.matheclipse.core.convert.Object2Expr
- convertLongArray(long[]) - Static method in class org.matheclipse.core.convert.Object2Expr
- convertNumber(StringBuilder, IExpr, int, boolean) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertOperator(Operator, IAST, StringBuilder, int, ISymbol) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertOperator(Operator, IAST, StringBuilder, int, ISymbol) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertOperator(Operator, IAST, StringBuilder, int, ISymbol) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- convertPart(Appendable, IAST) - Method in class org.matheclipse.core.form.output.OutputFormFactory
-
This method will only be called if
list.isAST2()==true
and the head equals "Part". - convertPart(StringBuilder, IAST) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
-
This method will only be called if
list.isAST2()==true
and the head equals "Part". - convertPart(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
-
This method will only be called if
list.isAST2()==true
and the head equals "Part". - convertPart(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
-
This method will only be called if
list.isAST2()==true
and the head equals "Part". - convertPattern(Appendable, IPatternObject) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertPattern(Appendable, IPatternObject) - Method in class org.matheclipse.core.form.output.WolframFormFactory
- convertPattern(StringBuilder, IPatternObject) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertPattern(StringBuilder, IPatternObject) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertPlusArgument(Appendable, IExpr, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertPlusArgument(StringBuilder, IExpr, boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertPostfixOperator(Appendable, IAST, PostfixOperator, int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertPostfixOperator(StringBuilder, IAST, PostfixOperator, int) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertPostfixOperator(StringBuilder, IAST, PostfixOperator, int) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertPostfixOperator(StringBuilder, IAST, PostfixOperator, int) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertPowerOperator(Appendable, IAST, InfixOperator, int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertPowerOperator(StringBuilder, IAST, InfixOperator, int) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertPowerOperator(StringBuilder, IAST, InfixOperator, int) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertPrecedenceForm(Appendable, IAST, int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertPrefixOperator(Appendable, IAST, PrefixOperator, int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertPrefixOperator(StringBuilder, IAST, PrefixOperator, int) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertPrefixOperator(StringBuilder, IAST, PrefixOperator, int) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertPrefixOperator(StringBuilder, IAST, PrefixOperator, int) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertQuantityData(Appendable, IQuantity, int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertQuantityData(StringBuilder, IQuantity, int) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertQuantityData(StringBuilder, IQuantity, int) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertSeriesData(Appendable, ASTSeriesData, int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
-
Convert a
SeriesData(...)
expression. - convertSeriesData(StringBuilder, ASTSeriesData, int) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
-
Convert a
SeriesData[...]
expression. - convertSeriesData(StringBuilder, ASTSeriesData, int) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
-
Convert a
SeriesData(...)
expression. - convertSlot(Appendable, IAST) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertSlot(StringBuilder, IAST) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertSlot(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertSlot(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertSlotSequence(Appendable, IAST) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertSlotSequence(StringBuilder, IAST) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertSlotSequence(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertSlotSequence(StringBuilder, IAST) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertString(Appendable, String) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertString(Object) - Static method in class org.matheclipse.core.convert.Object2Expr
-
If
obj instanceof String
return a Symja string object. - convertString(StringBuilder, String) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
Convert a string
- convertString(StringBuilder, String) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertString(StringBuilder, String) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertString(StringBuilder, String) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertString(StringBuilder, String) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertSymbol(Appendable, ISymbol) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- convertSymbol(Appendable, ISymbol) - Method in class org.matheclipse.core.form.output.WolframFormFactory
- convertSymbol(String) - Method in class org.matheclipse.core.convert.AST2Expr
- convertSymbol(StringBuilder, ISymbol) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
-
Convert a symbol (i.e.
- convertSymbol(StringBuilder, ISymbol) - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- convertSymbol(StringBuilder, ISymbol) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- convertSymbol(StringBuilder, ISymbol) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- convertSymbol(StringBuilder, ISymbol) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- convertSymbol(StringBuilder, ISymbol) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- convertSymbolOnInput(String, String, boolean) - Method in class org.matheclipse.core.parser.ExprParser
- convertSymbolOnInput(ISymbol) - Method in class org.matheclipse.core.parser.ExprParser
- convertToExpr(IExpr.COMPARE_TERNARY) - Static method in class org.matheclipse.core.interfaces.ExprUtil
- convertToExpr(IExpr.COMPARE_TERNARY) - Static method in interface org.matheclipse.core.interfaces.IExpr
- convertToFraction(double) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Convert a
double
number into a reduced ratio of two BigIntegers that mathematically represents exactly the same value. - ConvexHull3D - Class in org.matheclipse.core.tensor.opt.qh3
-
Computes the convex hull of a set of three dimensional points.
- ConvexHull3D() - Constructor for class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- convexHullMesh(Object) - Static method in class org.matheclipse.core.expression.J
- ConvexHullMesh - Static variable in class org.matheclipse.core.expression.ID
- ConvexHullMesh - Static variable in class org.matheclipse.core.expression.S
- coordinateBoundingBox(Object) - Static method in class org.matheclipse.core.expression.J
-
CoordinateBoundingBox({{x1,y1,...},{x2,y2,...},{x3,y3,...},...}) - calculate the bounding box of the points `{{x1,y1,...},{x2,y2,...},{x3,y3,...},...}`.
- coordinateBoundingBox(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CoordinateBoundingBox({{x1,y1,...},{x2,y2,...},{x3,y3,...},...}) - calculate the bounding box of the points `{{x1,y1,...},{x2,y2,...},{x3,y3,...},...}`.
- CoordinateBoundingBox - Class in org.matheclipse.core.tensor.opt.nd
-
n-dimensional axis aligned bounding box
- CoordinateBoundingBox - Static variable in class org.matheclipse.core.expression.ID
- CoordinateBoundingBox - Static variable in class org.matheclipse.core.expression.S
-
CoordinateBoundingBox({{x1,y1,...},{x2,y2,...},{x3,y3,...},...}) - calculate the bounding box of the points `{{x1,y1,...},{x2,y2,...},{x3,y3,...},...}`.
- CoordinateBoundingBox(IExpr) - Static method in class org.matheclipse.core.expression.F
- coordinateBounds(Object) - Static method in class org.matheclipse.core.expression.J
- coordinateBounds(Object, Object) - Static method in class org.matheclipse.core.expression.J
- CoordinateBounds - Static variable in class org.matheclipse.core.expression.ID
- CoordinateBounds - Static variable in class org.matheclipse.core.expression.S
- CoordinateBounds(IExpr) - Static method in class org.matheclipse.core.expression.F
- coplanarPoints(Object) - Static method in class org.matheclipse.core.expression.J
-
CoplanarPoints({{x1,y1,z1},{x2,y2,z2},{x3,y3,z3},{a,b,c},...}) - returns true if the point `{a,b,c]` is on the plane defined by the first three points `{x1,y1,z1},{x2,y2,z2},{x3,y3,z3}`.
- CoplanarPoints - Static variable in class org.matheclipse.core.expression.ID
- CoplanarPoints - Static variable in class org.matheclipse.core.expression.S
-
CoplanarPoints({{x1,y1,z1},{x2,y2,z2},{x3,y3,z3},{a,b,c},...}) - returns true if the point `{a,b,c]` is on the plane defined by the first three points `{x1,y1,z1},{x2,y2,z2},{x3,y3,z3}`.
- CoplanarPoints(IExpr) - Static method in class org.matheclipse.core.expression.F
- COPPER - org.matheclipse.core.tensor.img.ColorDataGradients
-
black, brown, orange
- CoprimeQ - Static variable in class org.matheclipse.core.expression.ID
- CoprimeQ - Static variable in class org.matheclipse.core.expression.S
-
CoprimeQ(x, y) - tests whether `x` and `y` are coprime by computing their greatest common divisor.
- CoprimeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- copy() - Method in class org.matheclipse.core.eval.EvalEngine
-
Copy this EvalEngine into a new EvalEngine.
- copy() - Method in class org.matheclipse.core.eval.util.Assumptions
- copy() - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Copy the assumptions to a new instance.
- copy() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- copy() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- copy() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- copy() - Method in class org.matheclipse.core.expression.ApcomplexNum
- copy() - Method in class org.matheclipse.core.expression.ApfloatNum
- copy() - Method in class org.matheclipse.core.expression.AST
- copy() - Method in class org.matheclipse.core.expression.AST0
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.AST1
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.AST2
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.AST3
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.ASTAssociation
- copy() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.B1
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.B2
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.B3
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in class org.matheclipse.core.expression.Blank
- copy() - Method in class org.matheclipse.core.expression.BuiltInDummy
- copy() - Method in class org.matheclipse.core.expression.ComplexNum
- copy() - Method in class org.matheclipse.core.expression.ComplexSym
- copy() - Method in class org.matheclipse.core.expression.Context
- copy() - Method in class org.matheclipse.core.expression.ContextPath
- copy() - Method in class org.matheclipse.core.expression.data.BDDExpr
- copy() - Method in class org.matheclipse.core.expression.data.ByteArrayExpr
- copy() - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- copy() - Method in class org.matheclipse.core.expression.data.DateObjectExpr
- copy() - Method in class org.matheclipse.core.expression.data.DispatchExpr
- copy() - Method in class org.matheclipse.core.expression.data.FileExpr
- copy() - Method in class org.matheclipse.core.expression.data.FittedModelExpr
- copy() - Method in class org.matheclipse.core.expression.data.GeoPositionExpr
- copy() - Method in class org.matheclipse.core.expression.data.GraphExpr
- copy() - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- copy() - Method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- copy() - Method in class org.matheclipse.core.expression.data.JavaClassExpr
- copy() - Method in class org.matheclipse.core.expression.data.JavaObjectExpr
- copy() - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- copy() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- copy() - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- copy() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- copy() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
-
Make a (deep) copy of this.
- copy() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
- copy() - Method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- copy() - Method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- copy() - Method in class org.matheclipse.core.expression.data.TimeObjectExpr
- copy() - Method in class org.matheclipse.core.expression.ExprTrie
- copy() - Method in class org.matheclipse.core.expression.Num
- copy() - Method in class org.matheclipse.core.expression.OptionsPattern
- copy() - Method in class org.matheclipse.core.expression.Pair
- copy() - Method in class org.matheclipse.core.expression.Pattern
- copy() - Method in class org.matheclipse.core.expression.PatternNested
- copy() - Method in class org.matheclipse.core.expression.PatternSequence
- copy() - Method in class org.matheclipse.core.expression.RepeatedPattern
- copy() - Method in class org.matheclipse.core.expression.StringX
- copy() - Method in class org.matheclipse.core.expression.Symbol
- copy() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- copy() - Method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors.EqQ
- copy() - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Copy this association
- copy() - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copy() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- copy() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- copy() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- copy() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- copy() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- copy() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- copy() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
- copy() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- copy() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- copy() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndInvoker
-
Deprecated.
- copy() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- copy() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEvalEngine
- copy() - Method in class org.matheclipse.core.patternmatching.PatternMatcherList
- copy() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Copy this GenPolynomial.
- copy() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Copy this factory.
- copy() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Clone this.
- copy() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Clone this.
- copy() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Copy this GenPolynomial.
- copy() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Copy this factory.
- copy() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- copy(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- copy(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Copy polynomial c.
- copy(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Copy polynomial c.
- copyAlloc(int) - Method in class org.matheclipse.core.expression.AbstractAST
- copyAppendable() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- copyAppendable() - Method in class org.matheclipse.core.expression.AST
-
Returns a shallow copy of this AST instance.
- copyAppendable() - Method in class org.matheclipse.core.expression.AST0
- copyAppendable() - Method in class org.matheclipse.core.expression.AST1
- copyAppendable() - Method in class org.matheclipse.core.expression.AST2
- copyAppendable() - Method in class org.matheclipse.core.expression.AST3
- copyAppendable() - Method in class org.matheclipse.core.expression.ASTAssociation
- copyAppendable() - Method in class org.matheclipse.core.expression.ASTRealMatrix
- copyAppendable() - Method in class org.matheclipse.core.expression.ASTRealVector
- copyAppendable() - Method in class org.matheclipse.core.expression.ASTRRBTree
- copyAppendable() - Method in class org.matheclipse.core.expression.ASTSeriesData
- copyAppendable() - Method in class org.matheclipse.core.expression.B1
- copyAppendable() - Method in class org.matheclipse.core.expression.B2
- copyAppendable() - Method in class org.matheclipse.core.expression.B3
- copyAppendable() - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copyAppendable(int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- copyAppendable(int) - Method in class org.matheclipse.core.expression.AST
- copyAppendable(int) - Method in class org.matheclipse.core.expression.AST0
- copyAppendable(int) - Method in class org.matheclipse.core.expression.AST1
- copyAppendable(int) - Method in class org.matheclipse.core.expression.AST2
- copyAppendable(int) - Method in class org.matheclipse.core.expression.AST3
- copyAppendable(int) - Method in class org.matheclipse.core.expression.ASTAssociation
- copyAppendable(int) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- copyAppendable(int) - Method in class org.matheclipse.core.expression.ASTRealVector
- copyAppendable(int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- copyAppendable(int) - Method in class org.matheclipse.core.expression.ASTSeriesData
- copyAppendable(int) - Method in class org.matheclipse.core.expression.B1
- copyAppendable(int) - Method in class org.matheclipse.core.expression.B2
- copyAppendable(int) - Method in class org.matheclipse.core.expression.B3
- copyAppendable(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns a shallow copy of this
IAST
instance (the elements themselves are not copied). - copyAST() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- copyAST() - Method in class org.matheclipse.core.expression.ASTAssociation
- copyAST() - Method in interface org.matheclipse.core.interfaces.IAssociation
- copyAST() - Method in interface org.matheclipse.core.interfaces.IAST
-
Return a copy of the pure
IAST
instance (the elements themselves are not copied). - copyFrom(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a copy of this
AST
, which contains the same head and all elements from the givenposition
(inclusive). - copyFrom(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a copy of this
AST
, which contains the same head and all elements from the givenposition
(inclusive). - copyFrom(int, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a copy of this
AST
, which contains the same head and all elements from the givenposition
(inclusive). - copyFrom(int, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a copy of this
AST
, which contains the same head and all elements from the givenposition
(inclusive). - copyHead() - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a copy of this
AST
, which only contains the head element of the list (i.e. - copyHead() - Method in class org.matheclipse.core.expression.ASTAssociation
-
Create a copy of this
AST
, which only contains the head element of the list (i.e. - copyHead() - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a copy of this
AST
, which only contains the head element of the list (i.e. - copyHead(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a copy of this
AST
, which only contains the head element of the list (i.e. - copyHead(int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- copyHead(int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Create a copy of this
AST
, which only contains the head element of the list (i.e. - copyHead(int) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Copy this association as empty association
- copyHead(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a copy of this
AST
, which only contains the head element of the list (i.e. - copyPattern() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Copy the current values into a new array.
- copyPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Copy the current values into a new array.
- copyPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- copyPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- copyPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- copyPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- copyPatternValuesFromPatternMatcher(IPatternMap) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Copy the found pattern matches from the given
patternMap
back to this maps pattern values. - copyPatternValuesFromPatternMatcher(IPatternMap) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Copy the found pattern matches from the given
patternMap
back to this maps pattern values. - copyPatternValuesFromPatternMatcher(IPatternMap) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- copyPatternValuesFromPatternMatcher(IPatternMap) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- copyPatternValuesFromPatternMatcher(IPatternMap) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- copyPatternValuesFromPatternMatcher(IPatternMap) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- COPYRIGHT - Static variable in class org.matheclipse.core.basic.Config
-
Copyright message
- copySign(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- copySign(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- copySign(double) - Method in interface org.matheclipse.core.interfaces.IExpr
- copySign(IExpr) - Method in class org.matheclipse.core.expression.ComplexNum
- copySign(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- copySign(IReal) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
negate()
ifnumber.sign() < 0
, otherwise returnthis
- copySort(IAST) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Copy the
ast
and return the sorted copy using functionOrder(a, b)
. - copySortLess(IAST) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Copy the
ast
and return the sorted copy using functionLess(a, b)
. - copyTo() - Method in interface org.matheclipse.core.interfaces.IAST
-
Copy the arguments of this AST to a list.
- copyTo(Collection<IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Copy the arguments of this AST to a given collection object.
- copyUntil(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a copy of this
AST
, which contains the same head and all elements up to the givenposition
(exclusive). - copyUntil(int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Create a copy of this
AST
, which contains the same head and all elements up to the givenposition
(exclusive). - copyUntil(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a copy of this
AST
, which contains the same head and all elements up to the givenposition
(exclusive). - copyUntil(int, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a copy of this
AST
, which contains the same head and all elements up to the givenposition
(exclusive). - copyUntil(int, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Create a copy of this
AST
, which contains the same head and all elements up to the givenposition
(exclusive). - copyUntil(int, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a copy of this
AST
, which contains the same head and all elements up to the givenposition
(exclusive). - copyValueOf(char[]) - Static method in class org.matheclipse.core.expression.StringX
- copyValueOf(char[], int, int) - Static method in class org.matheclipse.core.expression.StringX
- copyWithoutSymbolsAsFactoryMethod(SourceCodeProperties) - Static method in class org.matheclipse.core.eval.util.SourceCodeProperties
-
Returns a
SourceCodeProperties
objects with the same values as the given one except that the fieldSourceCodeProperties.symbolsAsFactoryMethod
of the returned object is alwaysfalse
. - CoreCallbackFunction - Class in org.matheclipse.core.eval
-
A call back function which could be used in
DoubleEvaluator
, for evaluating Symja numerical functions. - CoreCallbackFunction() - Constructor for class org.matheclipse.core.eval.CoreCallbackFunction
- correlation(Object) - Static method in class org.matheclipse.core.expression.J
-
Correlation(a, b) - computes Pearson's correlation of two equal-sized vectors `a` and `b`.
- correlation(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Correlation(a, b) - computes Pearson's correlation of two equal-sized vectors `a` and `b`.
- Correlation - Static variable in class org.matheclipse.core.expression.ID
- Correlation - Static variable in class org.matheclipse.core.expression.S
-
Correlation(a, b) - computes Pearson's correlation of two equal-sized vectors `a` and `b`.
- correlationDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CorrelationDistance(u, v) - returns the correlation distance between `u` and `v`.
- CorrelationDistance - Static variable in class org.matheclipse.core.expression.ID
- CorrelationDistance - Static variable in class org.matheclipse.core.expression.S
-
CorrelationDistance(u, v) - returns the correlation distance between `u` and `v`.
- cos() - Method in class org.matheclipse.core.expression.ApcomplexNum
- cos() - Method in class org.matheclipse.core.expression.ApfloatNum
- cos() - Method in class org.matheclipse.core.expression.ComplexNum
- cos() - Method in class org.matheclipse.core.expression.Num
- cos() - Method in class org.matheclipse.core.expression.NumStr
- cos() - Method in interface org.matheclipse.core.interfaces.IExpr
- cos() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- cos(Object) - Static method in class org.matheclipse.core.expression.J
-
Cos(expr) - returns the cosine of `expr` (measured in radians).
- cos(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Cos - Static variable in class org.matheclipse.core.expression.ID
- Cos - Static variable in class org.matheclipse.core.expression.S
-
Cos(expr) - returns the cosine of `expr` (measured in radians).
- Cos(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the cosine of
z
(measured in Radians). - cosh() - Method in class org.matheclipse.core.expression.ApcomplexNum
- cosh() - Method in class org.matheclipse.core.expression.ApfloatNum
- cosh() - Method in class org.matheclipse.core.expression.ComplexNum
- cosh() - Method in class org.matheclipse.core.expression.Num
- cosh() - Method in class org.matheclipse.core.expression.NumStr
- cosh() - Method in interface org.matheclipse.core.interfaces.IExpr
- cosh() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- cosh(Object) - Static method in class org.matheclipse.core.expression.J
-
Cosh(z) - returns the hyperbolic cosine of `z`.
- cosh(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Cosh - Static variable in class org.matheclipse.core.expression.ID
- Cosh - Static variable in class org.matheclipse.core.expression.S
-
Cosh(z) - returns the hyperbolic cosine of `z`.
- Cosh(IExpr) - Static method in class org.matheclipse.core.expression.F
- coshIntegral(Object) - Static method in class org.matheclipse.core.expression.J
-
CoshIntegral(expr) - returns the hyperbolic cosine integral of `expr`.
- coshIntegral(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- CoshIntegral - Static variable in class org.matheclipse.core.expression.ID
- CoshIntegral - Static variable in class org.matheclipse.core.expression.S
-
CoshIntegral(expr) - returns the hyperbolic cosine integral of `expr`.
- CoshIntegral(IExpr) - Static method in class org.matheclipse.core.expression.F
- CoshRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - CoshRules() - Constructor for class org.matheclipse.core.reflection.system.rules.CoshRules
- cosineDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
CosineDistance(u, v) - returns the cosine distance between `u` and `v`.
- CosineDistance - Static variable in class org.matheclipse.core.expression.ID
- CosineDistance - Static variable in class org.matheclipse.core.expression.S
-
CosineDistance(u, v) - returns the cosine distance between `u` and `v`.
- cosIntegral(Object) - Static method in class org.matheclipse.core.expression.J
-
CosIntegral(expr) - returns the cosine integral of `expr`.
- cosIntegral(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- CosIntegral - Static variable in class org.matheclipse.core.expression.ID
- CosIntegral - Static variable in class org.matheclipse.core.expression.S
-
CosIntegral(expr) - returns the cosine integral of `expr`.
- CosIntegral(IExpr) - Static method in class org.matheclipse.core.expression.F
- CosRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - CosRules() - Constructor for class org.matheclipse.core.reflection.system.rules.CosRules
- cot(Object) - Static method in class org.matheclipse.core.expression.J
-
Cot(expr) - the cotangent function.
- cot(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Cot - Static variable in class org.matheclipse.core.expression.ID
- Cot - Static variable in class org.matheclipse.core.expression.S
-
Cot(expr) - the cotangent function.
- Cot(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the cotangent of
z
(measured in Radians). - coth(Object) - Static method in class org.matheclipse.core.expression.J
-
Coth(z) - returns the hyperbolic cotangent of `z`.
- coth(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Coth - Static variable in class org.matheclipse.core.expression.ID
- Coth - Static variable in class org.matheclipse.core.expression.S
-
Coth(z) - returns the hyperbolic cotangent of `z`.
- Coth(IExpr) - Static method in class org.matheclipse.core.expression.F
- CothRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - CothRules() - Constructor for class org.matheclipse.core.reflection.system.rules.CothRules
- CotRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - CotRules() - Constructor for class org.matheclipse.core.reflection.system.rules.CotRules
- count(Object) - Static method in class org.matheclipse.core.expression.J
-
Count(list, pattern) - returns the number of times `pattern` appears in `list`.
- count(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Count(list, pattern) - returns the number of times `pattern` appears in `list`.
- count(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Count(list, pattern) - returns the number of times `pattern` appears in `list`.
- count(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
- count(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
- count(Predicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Test each argument with the
Predicate
and sum up how often it returnstrue
. - Count - Static variable in class org.matheclipse.core.expression.ID
- Count - Static variable in class org.matheclipse.core.expression.S
-
Count(list, pattern) - returns the number of times `pattern` appears in `list`.
- Count(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Count(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- countDistinct(Object) - Static method in class org.matheclipse.core.expression.J
-
CountDistinct(list) - returns the number of distinct entries in `list`.
- CountDistinct - Static variable in class org.matheclipse.core.expression.ID
- CountDistinct - Static variable in class org.matheclipse.core.expression.S
-
CountDistinct(list) - returns the number of distinct entries in `list`.
- countExponent(BigInteger, BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Get the highest exponent of base (greater than 1) that divides val.
- countPrimes1021(int, Map<Integer, Integer>) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Factor the given value into primes less equal than 1021 and return the remainder
- countPrimes1021(BigInteger, Map<Integer, Integer>) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Factor the given value into primes less equal than 1021.
- countPrimes1021(IInteger, IExpr, OpenIntToIExprHashMap<IExpr>, boolean, boolean[]) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Factor the given base into primes less equal than 1021.
- countPrimes32749(BigInteger, Int2IntMap) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Factor the given value into primes less than
Short.MAX_VALUE
. - countRoot1021(long, int) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Determine the n-th root from the prime decomposition of the primes[] array.
- countRoot1021(BigInteger, int) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Determine the n-th root from the prime decomposition of the primes[] array.
- counts(Object) - Static method in class org.matheclipse.core.expression.J
-
Counts({elem1, elem2, elem3, ...}) - count the number of each distinct element in the list `{elem1, elem2, elem3, ...}` and return the result as an association `<|elem1->counter1, ...|>`.
- Counts - Static variable in class org.matheclipse.core.expression.ID
- Counts - Static variable in class org.matheclipse.core.expression.S
-
Counts({elem1, elem2, elem3, ...}) - count the number of each distinct element in the list `{elem1, elem2, elem3, ...}` and return the result as an association `<|elem1->counter1, ...|>`.
- covariance(Object) - Static method in class org.matheclipse.core.expression.J
-
Covariance(a, b) - computes the covariance between the equal-sized vectors `a` and `b`.
- covariance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Covariance(a, b) - computes the covariance between the equal-sized vectors `a` and `b`.
- Covariance - Static variable in class org.matheclipse.core.expression.ID
- Covariance - Static variable in class org.matheclipse.core.expression.S
-
Covariance(a, b) - computes the covariance between the equal-sized vectors `a` and `b`.
- Covariance(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- cover(Clip, Clip) - Static method in class org.matheclipse.core.tensor.sca.Clips
- CPiHalf - Static variable in class org.matheclipse.core.expression.F
-
Represents
Pi/2
as Symja expressionTimes(C1D2, Pi)
- CPiQuarter - Static variable in class org.matheclipse.core.expression.F
-
Represents
Pi/4
as Symja expressionTimes(C1D4, Pi)
- CPiThird - Static variable in class org.matheclipse.core.expression.F
-
Represents
Pi/3
as Symja expressionTimes(C1D3, Pi)
- cramersRule2x3(FieldMatrix<IExpr>, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
-
Use cramer's rule to solve linear equations represented by a
2 x 3
augmented matrix which represents the systemM.x == b
, where the columns of the2 x 2
matrixM
are augmented by the vectorb
. - cramersRule3x4(FieldMatrix<IExpr>, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
-
Use cramer's rule to solve linear equations represented by a
3 x 4
augmented matrix which represents the systemM.x == b
, where the columns of the3 x 3
matrixM
are augmented by the vectorb
. - CreamConvert - Class in org.matheclipse.core.convert
-
Convert
IExpr
expressions from and to Cream: Class Library for Constraint Programming in Java - CreamConvert() - Constructor for class org.matheclipse.core.convert.CreamConvert
- create(Collection<Long>) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Factory constructor for ExpVector.
- create(Collection<IExpr>) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Factory constructor for ExpVector.
- create(K, V) - Static method in class org.matheclipse.core.generic.GenericPair
-
Convenience factory method that calls the
constructor
. - create(IAST, int, EvalEngine) - Static method in class org.matheclipse.core.eval.util.Iterator
-
Iterator specification for functions like
Table()
orSum()
orProduct()
- create(IAST, ISymbol, EvalEngine) - Static method in class org.matheclipse.core.eval.util.Iterator
-
Iterator specification for functions like
Table()
orSum()
orProduct()
- create(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Create a
Polynomial
from the givenexprPoly
. - create(IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Create a
Polynomial
from the givenexprPoly
. - create(IExpr, boolean, boolean, boolean) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Create a
Polynomial
from the givenexprPoly
. - create(IExpr, boolean, boolean, boolean) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Create a
Polynomial
from the givenexprPoly
. - create(IExpr, IExpr, Map<IExpr, IExpr>, IASTAppendable) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Create the coefficients of the (univariate) polynomial in
coefficientMap
and append non-polynomial terms torestList
- create(IExpr, IExpr, Map<IExpr, IExpr>, IASTAppendable) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Create the coefficients of the (univariate) polynomial in
coefficientMap
and append non-polynomial terms torestList
- createChebyshevPolynomial(int, IExpr) - Static method in class org.matheclipse.core.polynomials.PolynomialsUtils
-
Create a Chebyshev polynomial of the first kind.
- createComplex(FieldDecompositionSolver<Complex>) - Static method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- createComplexityFunction(IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.SimplifyFunctions
-
Creata the complexity function which determines the "more simplified" expression.
- createComplexityFunction(IExpr, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- createDerivative(int, IExpr) - Static method in class org.matheclipse.core.reflection.system.Derivative
-
Create
Derivative(n)[header]
- createDerivative(int, IExpr, IExpr) - Static method in class org.matheclipse.core.reflection.system.Derivative
-
Create
Derivative(n)[header][arg1]
- createDirectory(Object) - Static method in class org.matheclipse.core.expression.J
- CreateDirectory - Static variable in class org.matheclipse.core.expression.ID
- CreateDirectory - Static variable in class org.matheclipse.core.expression.S
- createFile(Object) - Static method in class org.matheclipse.core.expression.J
- CreateFile - Static variable in class org.matheclipse.core.expression.ID
- CreateFile - Static variable in class org.matheclipse.core.expression.S
- createGraphicsFunction(IAST, IAST, GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.ListPlot
- createHashValues(IAST, int[]) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
- createHashValues(IAST, int[]) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcherPlus
- createHashValues(IAST, int[]) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcherTimes
- createHermitePolynomial(int, IExpr) - Static method in class org.matheclipse.core.polynomials.PolynomialsUtils
-
Create a Hermite polynomial.
- createHistogram(IAST) - Static method in class org.matheclipse.core.eval.util.MutableInt
-
Create a new
histogramMap
from the elements ofast
for method#isPermutable(IAST, Map)
. - createIExpr(FieldDecompositionSolver<IExpr>, long) - Static method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- createInitialSimplex() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Creates the initial simplex from which the hull will be built.
- createKSubsets(T, int, int) - Static method in class org.matheclipse.core.combinatoric.KSubsets
- createLaguerrePolynomial(int, IExpr) - Static method in class org.matheclipse.core.polynomials.PolynomialsUtils
-
Create a Laguerre polynomial.
- createLegendrePolynomial(int, IExpr) - Static method in class org.matheclipse.core.polynomials.PolynomialsUtils
-
Create a Legendre polynomial.
- createMatrix(int, int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
-
Create a new FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createNonNegative() - Static method in class org.matheclipse.core.eval.util.IntRangeSpec
-
Create the default non-negative range
[0, Integer.MAX_VALUE]
- createNonNegative(IAST, int) - Static method in class org.matheclipse.core.eval.util.IntRangeSpec
-
Determine a non-negative range in the interval
[0, Integer.MAX_VALUE]
fromast.get(position)
. - createNonNegative(IExpr) - Static method in class org.matheclipse.core.eval.util.IntRangeSpec
-
Determine a non-negative range in the interval
[0, Integer.MAX_VALUE]
. - createOptionArgs(IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.util.OptionArgs
- createPatternMap() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- createPowersOf10(int) - Static method in class org.matheclipse.core.form.tex.TeXScanner
-
Create a string with first character 1 appending exponent times 0.
- createPredefinedSymbol(String) - Method in interface org.matheclipse.core.expression.ISymbolObserver
-
If a symbol with a starting upper case character in its name is created this method will be called.
- createResult(IAssociation, IExpr) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
-
Can be overridden in derived visitors.
- createResult(IAST, IExpr) - Method in class org.matheclipse.core.visit.AbstractLevelVisitor
-
Return a shallow copy of the
ast
. - createRuleFromMethod(ISymbol, String, String) - Method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Deprecated.
- createRulesData(int[]) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Create internal rules data structure with precalculated sizes index 0 - number of equal rules in
RULES
- createRulesData(int[]) - Method in class org.matheclipse.core.expression.Symbol
-
Create internal rules data structure with precalculated sizes index 0 - number of equal rules in
RULES
- createRulesData(int[]) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Create internal rules data structure with precalculated sizes index 0 - number of equal rules in
RULES
- createSequences(IAST, int, String, EvalEngine) - Static method in class org.matheclipse.core.eval.util.Sequence
-
Factory method for creating a sequences from the arguments of an
IAST
starting with the argument at positionoffset
. - createSet(IASTAppendable) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
- createSpecialHashValues(IAST, int[]) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
- createSpecialHashValues(IAST, int[]) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcherPlus
- createSpecialHashValues(IAST, int[]) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcherTimes
- createTensor() - Method in class org.matheclipse.core.eval.util.CreateTensor
- CreateTensor - Class in org.matheclipse.core.eval.util
- CreateTensor(IDimensionFunction<IExpr>, int[]) - Constructor for class org.matheclipse.core.eval.util.CreateTensor
- createTimes(IAST, IExpr, Map<IExpr, IExpr>, IASTAppendable) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
- createTimes(IAST, IExpr, Map<IExpr, IExpr>, IASTAppendable) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
- createUserSymbol(ISymbol) - Method in interface org.matheclipse.core.expression.ISymbolObserver
-
If a user symbol with a starting '$' character in its name is created this method will be called.
- createVisitor() - Static method in class org.matheclipse.core.reflection.system.Share
- createVisitor(IExpr) - Static method in class org.matheclipse.core.visit.VisitorReplaceAll
- CReturnFalse - Static variable in class org.matheclipse.core.expression.F
-
Represents
Return(False)
- CReturnTrue - Static variable in class org.matheclipse.core.expression.F
-
Represents
Return(True)
- cross(Object) - Static method in class org.matheclipse.core.expression.J
-
Cross(a, b) - computes the vector cross product of `a` and `b`.
- cross(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cross(a, b) - computes the vector cross product of `a` and `b`.
- cross(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cross(a, b) - computes the vector cross product of `a` and `b`.
- cross(Vector3d, Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Computes the cross product of v1 and v2 and places the result in this vector.
- Cross - Static variable in class org.matheclipse.core.expression.ID
- Cross - Static variable in class org.matheclipse.core.expression.S
-
Cross(a, b) - computes the vector cross product of `a` and `b`.
- Cross() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Cross
- Cross(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- csc(Object) - Static method in class org.matheclipse.core.expression.J
-
Csc(z) - returns the cosecant of `z`.
- csc(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Csc - Static variable in class org.matheclipse.core.expression.ID
- Csc - Static variable in class org.matheclipse.core.expression.S
-
Csc(z) - returns the cosecant of `z`.
- Csc(IExpr) - Static method in class org.matheclipse.core.expression.F
- csch(Object) - Static method in class org.matheclipse.core.expression.J
-
Csch(z) - returns the hyperbolic cosecant of `z`.
- csch(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Csch - Static variable in class org.matheclipse.core.expression.ID
- Csch - Static variable in class org.matheclipse.core.expression.S
-
Csch(z) - returns the hyperbolic cosecant of `z`.
- Csch(IExpr) - Static method in class org.matheclipse.core.expression.F
- CschRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - CschRules() - Constructor for class org.matheclipse.core.reflection.system.rules.CschRules
- CscRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - CscRules() - Constructor for class org.matheclipse.core.reflection.system.rules.CscRules
- cse(IASTMutable) - Static method in class org.matheclipse.core.reflection.system.OptimizeExpression
-
Perform common subexpression elimination on an expression.Try to optimize/extract common sub-
IASTMutable
expressions to minimize the number of operations - cse(IASTMutable, Supplier<String>) - Static method in class org.matheclipse.core.reflection.system.OptimizeExpression
-
Perform common subexpression elimination on an expression.Try to optimize/extract common sub-
IASTMutable
expressions to minimize the number of operations - cse(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Perform "common subexpression elimination" (CSE) on an expression.
- cse(IExpr, Supplier<String>) - Static method in class org.matheclipse.core.expression.F
-
Perform "common subexpression elimination" (CSE) on an expression.
- cseArray(IAST, int, int) - Static method in class org.matheclipse.core.reflection.system.OptimizeExpression
- cseAsJava(IExpr, StringBuilder) - Static method in class org.matheclipse.core.expression.F
-
Perform "common subexpression elimination" (CSE) on an expression and create Java source code in the given
StringBuilder
. - cseAsJava(IExpr, Supplier<String>, StringBuilder) - Static method in class org.matheclipse.core.expression.F
-
Perform "common subexpression elimination" (CSE) on an expression and create Java source code in the given
StringBuilder
. - csePairAsJava(IAST, StringBuilder) - Static method in class org.matheclipse.core.reflection.system.OptimizeExpression
- CSqrt10 - Static variable in class org.matheclipse.core.expression.F
-
Represents
Sqrt(10)
- CSqrt2 - Static variable in class org.matheclipse.core.expression.F
-
Represents
Sqrt(2)
- CSqrt3 - Static variable in class org.matheclipse.core.expression.F
-
Represents
Sqrt(3)
- CSqrt5 - Static variable in class org.matheclipse.core.expression.F
-
Represents
Sqrt(5)
- CSqrt6 - Static variable in class org.matheclipse.core.expression.F
-
Represents
Sqrt(6)
- CSqrt7 - Static variable in class org.matheclipse.core.expression.F
-
Represents
Sqrt(7)
- CSqrtPi - Static variable in class org.matheclipse.core.expression.F
-
Represents
Sqrt(Pi)
- CSS - org.matheclipse.core.interfaces.IAST.PROPERTY
- csv(Writer) - Method in interface org.matheclipse.core.interfaces.IASTDataset
- CSV - org.matheclipse.core.io.Extension
-
table
- CSymbol - Static variable in class org.matheclipse.core.expression.S
- CThrowFalse - Static variable in class org.matheclipse.core.expression.F
-
Represents
Throw(False)
- CThrowTrue - Static variable in class org.matheclipse.core.expression.F
-
Represents
Throw(True)
- cube(Object) - Static method in class org.matheclipse.core.expression.J
- cube(Object, Object) - Static method in class org.matheclipse.core.expression.J
- cube(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Cube - Static variable in class org.matheclipse.core.expression.ID
- Cube - Static variable in class org.matheclipse.core.expression.S
- Cube(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- cubeRoot(Object) - Static method in class org.matheclipse.core.expression.J
-
CubeRoot(n) - finds the real-valued cube root of the given `n`.
- CubeRoot - Static variable in class org.matheclipse.core.expression.ID
- CubeRoot - Static variable in class org.matheclipse.core.expression.S
-
CubeRoot(n) - finds the real-valued cube root of the given `n`.
- CubeRoot(IExpr) - Static method in class org.matheclipse.core.expression.F
- CubicMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- cubicSolve(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^3+b*x^2+c*x+d==0,x)
. - cubicSolve(IExpr, IExpr, IExpr, IExpr, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^3+b*x^2+c*x+d==0,x)
. - cuboid(Object) - Static method in class org.matheclipse.core.expression.J
-
Cuboid({xmin, ymin, zmin}) - is a unit cube.
- cuboid(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cuboid({xmin, ymin, zmin}) - is a unit cube.
- cuboid(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cuboid({xmin, ymin, zmin}) - is a unit cube.
- Cuboid - Static variable in class org.matheclipse.core.expression.ID
- Cuboid - Static variable in class org.matheclipse.core.expression.S
-
Cuboid({xmin, ymin, zmin}) - is a unit cube.
- Cuboid(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- curl(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Curl({f1, f2}, {x1, x2}) - returns the curl `D(f2, x1) - D(f1, x2)`
- Curl - Static variable in class org.matheclipse.core.expression.ID
- Curl - Static variable in class org.matheclipse.core.expression.S
-
Curl({f1, f2}, {x1, x2}) - returns the curl `D(f2, x1) - D(f1, x2)`
- currentCompleteContextName() - Method in class org.matheclipse.core.expression.ContextPath
-
If the current parent context isn't
null
orGlobal`
print the complete context name prepended with the parent context name. - currentContext() - Method in class org.matheclipse.core.expression.ContextPath
- currentContextString() - Method in class org.matheclipse.core.expression.ContextPath
-
Print the context name without prepending the parent context name.
- CurveFitterFunctions - Class in org.matheclipse.core.builtin
- cyan - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color cyan.
- Cyan - Static variable in class org.matheclipse.core.expression.ID
- Cyan - Static variable in class org.matheclipse.core.expression.S
- CYAN - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color cyan.
- cycleGraph(Object) - Static method in class org.matheclipse.core.expression.J
-
CycleGraph(order) - returns the cycle graph with `order` vertices.
- CycleGraph - Static variable in class org.matheclipse.core.expression.ID
- CycleGraph - Static variable in class org.matheclipse.core.expression.S
-
CycleGraph(order) - returns the cycle graph with `order` vertices.
- cycles(Object) - Static method in class org.matheclipse.core.expression.J
-
Cycles(a, b) - expression for defining canonical cycles of a permutation.
- Cycles - Static variable in class org.matheclipse.core.expression.ID
- Cycles - Static variable in class org.matheclipse.core.expression.S
-
Cycles(a, b) - expression for defining canonical cycles of a permutation.
- Cycles(IExpr) - Static method in class org.matheclipse.core.expression.F
- cyclic() - Method in enum org.matheclipse.core.tensor.img.ColorDataLists
- CyclicColorDataIndexed - Class in org.matheclipse.core.tensor.img
-
reference implementation of a
ColorDataIndexed
with cyclic indexing - cyclotomic(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cyclotomic(n, x) - returns the Cyclotomic polynomial `C_n(x)`.
- Cyclotomic - Static variable in class org.matheclipse.core.expression.ID
- Cyclotomic - Static variable in class org.matheclipse.core.expression.S
-
Cyclotomic(n, x) - returns the Cyclotomic polynomial `C_n(x)`.
- cylinder(Object) - Static method in class org.matheclipse.core.expression.J
-
Cylinder({{x1, y1, z1}, {x2, y2, z2}}) - represents a cylinder of radius `1`.
- cylinder(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Cylinder({{x1, y1, z1}, {x2, y2, z2}}) - represents a cylinder of radius `1`.
- Cylinder - Static variable in class org.matheclipse.core.expression.ID
- Cylinder - Static variable in class org.matheclipse.core.expression.S
-
Cylinder({{x1, y1, z1}, {x2, y2, z2}}) - represents a cylinder of radius `1`.
- Cylinder(IExpr) - Static method in class org.matheclipse.core.expression.F
- Cylinder(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
D
- d - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
d
that will never be assigned a value. - d(Object) - Static method in class org.matheclipse.core.expression.J
-
D(f, x) - gives the partial derivative of `f` with respect to `x`.
- d(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
D(f, x) - gives the partial derivative of `f` with respect to `x`.
- d(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
D(f, x) - gives the partial derivative of `f` with respect to `x`.
- D - Class in org.matheclipse.core.reflection.system
-
D(f, x)
- D - Static variable in class org.matheclipse.core.expression.ID
- D - Static variable in class org.matheclipse.core.expression.S
-
D(f, x) - gives the partial derivative of `f` with respect to `x`.
- D() - Constructor for class org.matheclipse.core.form.tex.TeXFormFactory.D
- D() - Constructor for class org.matheclipse.core.reflection.system.D
- D() - Static method in class org.matheclipse.core.expression.F
- D(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- d_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
d_
that will be used only for predefined pattern-matching rules and can match one expression. - d_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- d_Symbol - Static variable in class org.matheclipse.core.expression.F
- dabs() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Return the absolute value of this complex number.
- dabs() - Method in class org.matheclipse.core.expression.ComplexNum
-
Return the absolute value of this complex number.
- dabs() - Method in interface org.matheclipse.core.interfaces.IComplexNum
-
Return the absolute value of this complex number.
- dabs(Complex) - Static method in class org.matheclipse.core.expression.ComplexNum
-
Return the absolute value of this complex number.
- DARK_GRAY - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color dark gray.
- darker() - Method in class org.matheclipse.core.convert.RGBColor
-
Creates a new RGBColor which is a darker than this RGBColor according to a fixed scale factor.
- darkGray - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color dark gray.
- Dashed - Static variable in class org.matheclipse.core.expression.ID
- Dashed - Static variable in class org.matheclipse.core.expression.S
- Dashing - Static variable in class org.matheclipse.core.expression.ID
- Dashing - Static variable in class org.matheclipse.core.expression.S
- Dashing(IExpr) - Static method in class org.matheclipse.core.expression.F
- DAT - org.matheclipse.core.io.Extension
-
Data
- DataExpr<T> - Class in org.matheclipse.core.expression
-
A concrete IDataExpr implementation.
- DataExpr(IBuiltInSymbol, T) - Constructor for class org.matheclipse.core.expression.DataExpr
- DATAID - org.matheclipse.core.expression.Hierarchy
- DATAID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- DataRange - Static variable in class org.matheclipse.core.expression.ID
- DataRange - Static variable in class org.matheclipse.core.expression.S
- Dataset - Static variable in class org.matheclipse.core.expression.ID
- Dataset - Static variable in class org.matheclipse.core.expression.S
-
- create a `Dataset` object from the `association`
- DATASETID - org.matheclipse.core.expression.Hierarchy
- DATASETID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- datasetToJSForm() - Method in interface org.matheclipse.core.interfaces.IASTDataset
- dateObject(Object) - Static method in class org.matheclipse.core.expression.J
- dateObject(Object, Object) - Static method in class org.matheclipse.core.expression.J
- DateObject - Static variable in class org.matheclipse.core.expression.ID
- DateObject - Static variable in class org.matheclipse.core.expression.S
- DateObjectExpr - Class in org.matheclipse.core.expression.data
- DateObjectExpr() - Constructor for class org.matheclipse.core.expression.data.DateObjectExpr
- DateObjectExpr(LocalDateTime) - Constructor for class org.matheclipse.core.expression.data.DateObjectExpr
- DATEOBJECTEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- dateString(Object) - Static method in class org.matheclipse.core.expression.J
- dateString(Object, Object) - Static method in class org.matheclipse.core.expression.J
- DateString - Static variable in class org.matheclipse.core.expression.ID
- DateString - Static variable in class org.matheclipse.core.expression.S
- dateValue(Object) - Static method in class org.matheclipse.core.expression.J
- dateValue(Object, Object) - Static method in class org.matheclipse.core.expression.J
- dateValue(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- DateValue - Static variable in class org.matheclipse.core.expression.ID
- DateValue - Static variable in class org.matheclipse.core.expression.S
- DeactivateTrig(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- DeactivateTrigAux(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- deBoor(int) - Method in class org.matheclipse.core.tensor.itp.BSplineFunction
- DeBoor - Class in org.matheclipse.core.tensor.itp
-
DeBoor denotes the function that is defined by control points over a sequence of knots.
- DeBoor(BinaryAverage, int, IAST, IAST) - Constructor for class org.matheclipse.core.tensor.itp.DeBoor
-
DeBoor denotes the function that is defined by control points over a sequence of knots.
- debug - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- DEBUG - Static variable in class org.matheclipse.core.basic.Config
-
Switch debug mode on/off
- DEBUG - Static variable in class org.matheclipse.core.eval.EvalEngine
- DEBUG_EXPR - Static variable in class org.matheclipse.core.reflection.system.Integrate
- dec() - Method in class org.matheclipse.core.eval.util.MutableInt
- dec() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in class org.matheclipse.core.expression.ComplexNum
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in class org.matheclipse.core.expression.ComplexSym
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in class org.matheclipse.core.expression.FractionSym
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in class org.matheclipse.core.expression.Num
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
whose value is(this - 1)
. - dec() - Method in interface org.matheclipse.core.interfaces.IInteger
- dec() - Method in interface org.matheclipse.core.interfaces.IRational
- decCurrentDepth() - Method in class org.matheclipse.core.eval.util.LevelSpec
- decCurrentLevel() - Method in class org.matheclipse.core.eval.util.LevelSpec
-
Decrements the current level
- decCurrentLevel() - Method in class org.matheclipse.core.eval.util.SetSpec
-
Decrements the current counter
- decCurrentLevel() - Method in class org.matheclipse.core.visit.AbstractLevelVisitor
- decCurrentLevel() - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- decode(String) - Static method in class org.matheclipse.core.convert.RGBColor
-
Decodes a String to an integer and returns the specified opaque RGBColor.
- decRecursionCounter() - Method in class org.matheclipse.core.eval.EvalEngine
-
Decrement the recursion counter by 1 and return the result.
- decrement() - Method in class org.matheclipse.core.eval.util.MutableInt
- decrement(Object) - Static method in class org.matheclipse.core.expression.J
-
Decrement(x) - decrements `x` by `1`, returning the original value of `x`.
- Decrement - Static variable in class org.matheclipse.core.expression.ID
- Decrement - Static variable in class org.matheclipse.core.expression.S
-
Decrement(x) - decrements `x` by `1`, returning the original value of `x`.
- Decrement(IExpr) - Static method in class org.matheclipse.core.expression.F
- dedekindNumber(Object) - Static method in class org.matheclipse.core.expression.J
-
DedekindNumber(n) - returns the `n`th Dedekind number.
- DedekindNumber - Static variable in class org.matheclipse.core.expression.ID
- DedekindNumber - Static variable in class org.matheclipse.core.expression.S
-
DedekindNumber(n) - returns the `n`th Dedekind number.
- DEEP_SEA - org.matheclipse.core.tensor.img.ColorDataGradients
-
purple, blue, white
- Default - Static variable in class org.matheclipse.core.expression.ID
- Default - Static variable in class org.matheclipse.core.expression.S
-
Default(symbol) - `Default` returns the default value associated with the `symbol` for a pattern default `_.` expression.
- DEFAULT - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
Default ExprTermOrder.
- DEFAULT - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
Default ExpVectorTermOrder.
- DEFAULT - Static variable in class org.matheclipse.core.tensor.img.GrayscaleColorData
- DEFAULT_CHOP_DELTA - Static variable in class org.matheclipse.core.basic.Config
- DEFAULT_EVORD - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- DEFAULT_EVORD - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- DEFAULT_ITERATION_LIMIT - Static variable in class org.matheclipse.core.basic.Config
- DEFAULT_MAX_ITERATIONS - Static variable in class org.matheclipse.core.reflection.system.NIntegrate
- DEFAULT_MAX_POINTS - Static variable in class org.matheclipse.core.reflection.system.NIntegrate
- DEFAULT_RECURSION_LIMIT - Static variable in class org.matheclipse.core.basic.Config
- DEFAULT_ROOTS_CHOP_DELTA - Static variable in class org.matheclipse.core.basic.Config
-
Replace
double
values in root algorithms by 0 if they are below this tolerance. - DEFAULT_RULE_PRIORITY - Static variable in interface org.matheclipse.core.patternmatching.IPatternMap
-
The default priority when associating a new rule to a symbol.
- DEFAULT_VALUE_INDEX - Static variable in class org.matheclipse.core.patternmatching.RulesData
- DefaultButton - Static variable in class org.matheclipse.core.expression.ID
- DefaultButton - Static variable in class org.matheclipse.core.expression.S
- DefaultDict<T extends IExpr> - Class in org.matheclipse.core.expression
-
DefaultDict is a container map similar to
Map
. - DefaultDict() - Constructor for class org.matheclipse.core.expression.DefaultDict
- DefaultDict(Supplier<T>) - Constructor for class org.matheclipse.core.expression.DefaultDict
- DefaultDict(Map<IExpr, IExpr>, Supplier<T>) - Constructor for class org.matheclipse.core.expression.DefaultDict
- defaultReturn() - Method in class org.matheclipse.core.eval.interfaces.AbstractEvaluator
-
The default return value for
AbstractEvaluator.evaluate(IAST, EvalEngine)
if evaluation fails. - DefaultValue - Static variable in class org.matheclipse.core.expression.ID
- DefaultValue - Static variable in class org.matheclipse.core.expression.S
- defer(Object) - Static method in class org.matheclipse.core.expression.J
-
Defer(expr) - `Defer` doesn't evaluate `expr` and didn't appear in the output
- Defer - Static variable in class org.matheclipse.core.expression.ID
- Defer - Static variable in class org.matheclipse.core.expression.S
-
Defer(expr) - `Defer` doesn't evaluate `expr` and didn't appear in the output
- Defer(IExpr) - Static method in class org.matheclipse.core.expression.F
- defineHashRule(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Define the rule for the
Orderless
operator OP. - defineHashRule(IExpr, IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
-
Define the rule for the
Orderless
operator OP. - defineHashRule(IExpr, IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Define the rule for the
Orderless
operator OP. - defineHashRule(AbstractHashedPatternRules) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
- definePatternHashRule(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Define the rule for the
Orderless
operator OP. - definePatternHashRule(IExpr, IExpr, IExpr, boolean) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Define the rule for the
Orderless
operator OP. - definePatternHashRule(IExpr, IExpr, IExpr, boolean, IExpr) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Define the rule for the
Orderless
operator OP. - definePatternHashRule(IExpr, IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Define the rule for the
Orderless
operator OP. - defineVariable(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Define a given variable name on the local variable stack without assigning a value.
- defineVariable(String, boolean) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Define a boolean value for a given variable name on the< b>local variable stack
- defineVariable(String, double) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Define a double value for a given variable name on the< b>local variable stack
- defineVariable(String, IExpr) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Define a value for a given variable name on the< b>local variable stack
- defineVariable(ISymbol) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Define a given variable on the local variable stack without assigning a value.
- defineVariable(ISymbol, double) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Define a double value for a given variable name on the local variable stack .
- defineVariable(ISymbol, IExpr) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Define a value for a given variable name on the local variable stack.
- definition() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Return a list of the rules associated to this symbol
- definition() - Method in class org.matheclipse.core.expression.Symbol
-
Return a list of the rules associated to this symbol
- definition() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Return a list of the rules associated to this symbol
- definition() - Method in class org.matheclipse.core.patternmatching.RulesData
- definition(Object) - Static method in class org.matheclipse.core.expression.J
-
Definition(symbol) - prints user-defined values and rules associated with `symbol`.
- Definition - Static variable in class org.matheclipse.core.expression.ID
- Definition - Static variable in class org.matheclipse.core.expression.S
-
Definition(symbol) - prints user-defined values and rules associated with `symbol`.
- definitionIn() - Method in class org.matheclipse.core.eval.EvalHistory
- definitionOut() - Method in class org.matheclipse.core.eval.EvalHistory
- definitionToString() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Return the rules associated to this symbol in
String
representation - definitionToString() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Return the rules associated to this symbol in
String
representation - definitionToString() - Method in class org.matheclipse.core.expression.Symbol
-
Return the rules associated to this symbol in
String
representation - definitionToString() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Return the rules associated to this symbol in
String
representation - deglex - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name deglex of Sage.
- deglex - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name deglex of Sage.
- degree - Variable in class org.matheclipse.core.tensor.itp.BSplineFunction
- degree() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Maximal degree.
- degree() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Maximal degree.
- degree(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Degree in variable i.
- degree(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Degree in variable i.
- Degree - Static variable in class org.matheclipse.core.expression.ID
- Degree - Static variable in class org.matheclipse.core.expression.S
-
Degree - the constant `Degree` converts angles from degree to `Pi/180` radians.
- Degree - Static variable in interface org.matheclipse.core.interfaces.INum
-
Math.PI / 180.0
- DegreeLexicographic - Static variable in class org.matheclipse.core.expression.ID
- DegreeLexicographic - Static variable in class org.matheclipse.core.expression.S
- DegreeLexicographic - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name DegreeLexicographic of Math like CAS.
- DegreeLexicographic - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name DegreeLexicographic of Math like CAS.
- DegreeReverseLexicographic - Static variable in class org.matheclipse.core.expression.ID
- DegreeReverseLexicographic - Static variable in class org.matheclipse.core.expression.S
- DegreeReverseLexicographic - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name DegreeReverseLexicographic of Math like CAS.
- DegreeReverseLexicographic - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name DegreeReverseLexicographic of Math like CAS.
- degreeVector() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Maximal degree vector.
- degreeVector() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Maximal degree vector.
- degrevlex - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name degrevlex of Sage.
- degrevlex - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name degrevlex of Sage.
- deHomogenize(ExprPolynomialRing) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Dehomogenize.
- deHomogenize(SymbolicPolynomialRing) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Dehomogenize.
- delete(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Delete(expr, n) - returns `expr` with part `n` removed.
- Delete - Static variable in class org.matheclipse.core.expression.ID
- Delete - Static variable in class org.matheclipse.core.expression.S
-
Delete(expr, n) - returns `expr` with part `n` removed.
- Delete(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- deleteCases(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
DeleteCases(list, pattern) - returns the elements of `list` that do not match `pattern`.
- deleteCases(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
DeleteCases(list, pattern) - returns the elements of `list` that do not match `pattern`.
- DeleteCases - Static variable in class org.matheclipse.core.expression.ID
- DeleteCases - Static variable in class org.matheclipse.core.expression.S
-
DeleteCases(list, pattern) - returns the elements of `list` that do not match `pattern`.
- DeleteCases(IExpr...) - Static method in class org.matheclipse.core.expression.F
- deleteDuplicates(Object) - Static method in class org.matheclipse.core.expression.J
-
DeleteDuplicates(list) - deletes duplicates from `list`.
- deleteDuplicates(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
DeleteDuplicates(list) - deletes duplicates from `list`.
- DeleteDuplicates - Static variable in class org.matheclipse.core.expression.ID
- DeleteDuplicates - Static variable in class org.matheclipse.core.expression.S
-
DeleteDuplicates(list) - deletes duplicates from `list`.
- deleteDuplicatesBy(Object) - Static method in class org.matheclipse.core.expression.J
-
DeleteDuplicatesBy(list, predicate) - deletes duplicates from `list`, for which the `predicate` returns `True`.
- deleteDuplicatesBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
DeleteDuplicatesBy(list, predicate) - deletes duplicates from `list`, for which the `predicate` returns `True`.
- DeleteDuplicatesBy - Static variable in class org.matheclipse.core.expression.ID
- DeleteDuplicatesBy - Static variable in class org.matheclipse.core.expression.S
-
DeleteDuplicatesBy(list, predicate) - deletes duplicates from `list`, for which the `predicate` returns `True`.
- deleteFacePoints(Face, Face) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- deleteMissing(Object) - Static method in class org.matheclipse.core.expression.J
- DeleteMissing - Static variable in class org.matheclipse.core.expression.ID
- DeleteMissing - Static variable in class org.matheclipse.core.expression.S
- deleteSubset(int[], int[]) - Static method in class org.matheclipse.core.combinatoric.ArrayUtils
-
Iterate over the elements in the
subset
and set the first elements to-1
in themultiset
which equals the subset elements. - Delimiters - Static variable in class org.matheclipse.core.expression.ID
- Delimiters - Static variable in class org.matheclipse.core.expression.S
- denominator() - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns the denominator of this fraction.
- denominator() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns the denominator of this fraction.
- denominator() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns the denominator of this fraction.
- denominator() - Method in interface org.matheclipse.core.interfaces.IRational
-
Returns the denominator of this fraction.
- denominator(Object) - Static method in class org.matheclipse.core.expression.J
-
Denominator(expr) - gives the denominator in `expr`.
- denominator(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Denominator(expr) - gives the denominator in `expr`.
- Denominator - Static variable in class org.matheclipse.core.expression.ID
- Denominator - Static variable in class org.matheclipse.core.expression.S
-
Denominator(expr) - gives the denominator in `expr`.
- Denominator(IExpr) - Static method in class org.matheclipse.core.expression.F
- DENOMINATOR_NUMERATOR_SYMBOLS - Static variable in class org.matheclipse.core.expression.F
- DENOMINATOR_TRIG_TRUE_EXPRS - Static variable in class org.matheclipse.core.expression.F
- denominatorTrigForm(IAST, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Get the "denominator form" of the given function.
- DENSITY - org.matheclipse.core.tensor.img.ColorDataGradients
-
Mathematica default
- DensityHistogram - Static variable in class org.matheclipse.core.expression.ID
- DensityHistogram - Static variable in class org.matheclipse.core.expression.S
-
DensityHistogram( list-of-pair-values ) - plot a density histogram for a `list-of-pair-values`
- DensityPlot - Static variable in class org.matheclipse.core.expression.ID
- DensityPlot - Static variable in class org.matheclipse.core.expression.S
- dependencyOnVariables() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong dependency on variables.
- dependencyOnVariables() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong dependency on variables.
- DEPRECATED - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- depth(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Calculates the depth of an expression.
- depth(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Calculates the depth of an expression.
- depth(Object) - Static method in class org.matheclipse.core.expression.J
-
Depth(expr) - gets the depth of `expr`.
- Depth - Static variable in class org.matheclipse.core.expression.ID
- Depth - Static variable in class org.matheclipse.core.expression.S
-
Depth(expr) - gets the depth of `expr`.
- Depth(IExpr) - Static method in class org.matheclipse.core.expression.F
- derivative() - Method in class org.matheclipse.core.generic.UnaryCompiled
-
First derivative of unary function
- derivative() - Method in class org.matheclipse.core.generic.UnaryNumerical
-
First derivative of unary function
- Derivative - Class in org.matheclipse.core.reflection.system
-
Derivative(n)[f]
- Derivative - Static variable in class org.matheclipse.core.expression.ID
- Derivative - Static variable in class org.matheclipse.core.expression.S
-
Derivative(n)[f] - represents the `n`-th derivative of the function `f`.
- Derivative() - Constructor for class org.matheclipse.core.reflection.system.Derivative
- Derivative(IExpr...) - Static method in class org.matheclipse.core.expression.F
- DERIVATIVE - Static variable in class org.matheclipse.core.parser.ExprParser
- DerivativeDivides(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- derivativeOrder(IAST[]) - Static method in class org.matheclipse.core.reflection.system.DSolve
- DerivativeRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - DerivativeRules() - Constructor for class org.matheclipse.core.reflection.system.rules.DerivativeRules
- derivativeUnivariate() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Derivative of a polynomial.
- derivativeUnivariate() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Derivative of a polynomial.
- derive(IExpr) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Differentiation of a power series.
- deriveWithAlpha(int) - Method in interface org.matheclipse.core.tensor.img.ColorDataIndexed
- deriveWithAlpha(int) - Method in class org.matheclipse.core.tensor.img.CyclicColorDataIndexed
- deriveWithAlpha(int) - Method in class org.matheclipse.core.tensor.img.StrictColorDataIndexed
- deriveWithOpacity(IExpr) - Method in interface org.matheclipse.core.tensor.img.ColorDataGradient
- deriveWithOpacity(IExpr) - Method in enum org.matheclipse.core.tensor.img.ColorDataGradients
- deriveWithOpacity(IExpr) - Method in class org.matheclipse.core.tensor.img.GrayscaleColorData
- deriveWithOpacity(IExpr) - Method in class org.matheclipse.core.tensor.img.LinearColorDataGradient
- deserialize(byte[]) - Static method in class org.matheclipse.core.expression.WL
-
Deserialize the byte array to an
IExpr
expression. - deserializeInternal(byte[]) - Static method in class org.matheclipse.core.expression.WL
-
Deserialize the byte array to an
IExpr
expression from internal version dependent format. - deserializeResource(String, boolean) - Static method in class org.matheclipse.core.expression.WL
-
Finds a resource with a given name and if present, deserializes the binary encoded WXF resource to an
IExpr
expression. - designMatrix(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
DesignMatrix(m, f, x) - returns the design matrix.
- DesignMatrix - Static variable in class org.matheclipse.core.expression.ID
- DesignMatrix - Static variable in class org.matheclipse.core.expression.S
-
DesignMatrix(m, f, x) - returns the design matrix.
- DesignMatrix(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Desktop(String...) - Static method in class org.matheclipse.core.tensor.ext.HomeDirectory
-
On linux, the directory has the form /home/$USERNAME/Desktop/string[0]/string[1]/...
- det(Object) - Static method in class org.matheclipse.core.expression.J
-
Det(matrix) - computes the determinant of the `matrix`.
- det(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Det(matrix) - computes the determinant of the `matrix`.
- Det - Static variable in class org.matheclipse.core.expression.ID
- Det - Static variable in class org.matheclipse.core.expression.S
-
Det(matrix) - computes the determinant of the `matrix`.
- Det() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Det
- Det(IExpr) - Static method in class org.matheclipse.core.expression.F
- determinant(FieldMatrix<IExpr>) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
- determinant(FieldMatrix<IExpr>, Predicate<IExpr>) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
- determinant2x2(FieldMatrix<IExpr>) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
-
Get the determinant of a
2 x 2
matrix. - determinant3x3(FieldMatrix<IExpr>) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
-
Get the determinant of a
3 x 3
matrix. - determineAssumptions(IAST, int, OptionArgs) - Static method in class org.matheclipse.core.eval.util.OptionArgs
- determineIteratorExprVariables(IAST) - Static method in class org.matheclipse.core.builtin.ListFunctions.Table
-
Determine all local variables of the iterators starting with index
2
in the givenast
. - determineIteratorVariables(IAST) - Method in class org.matheclipse.core.builtin.ListFunctions.Table
-
Determine all local variables of the iterators starting with index
2
. - determineOptions(IExpr[], IAST, int, int[], IBuiltInSymbol[], EvalEngine) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Determine the options from the last arguments of
ast
or from the default options. - determineParameters(IAST, Parameter[], int) - Static method in class org.matheclipse.core.builtin.JavaFunctions
- determinePatterns(int[]) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- determinePatterns(IExpr, int[], PatternNested) - Static method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Determine all patterns (i.e.
- determinePrecision() - Method in class org.matheclipse.core.expression.AbstractAST
-
Determine precision of this expression.
- determinePrecision() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Determine precision of this expression.
- determinePrecision() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Determine precision of this expression.
- determinePrecision() - Method in class org.matheclipse.core.expression.ComplexNum
-
Determine precision of this expression.
- determinePrecision() - Method in class org.matheclipse.core.expression.Num
-
Determine precision of this expression.
- determinePrecision() - Method in class org.matheclipse.core.expression.NumStr
-
Determine precision of this expression.
- determinePrecision() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Determine precision of this expression.
- diagonal(Object) - Static method in class org.matheclipse.core.expression.J
-
Diagonal(matrix) - computes the diagonal vector of the `matrix`.
- diagonal(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Diagonal(matrix) - computes the diagonal vector of the `matrix`.
- Diagonal - Static variable in class org.matheclipse.core.expression.ID
- Diagonal - Static variable in class org.matheclipse.core.expression.S
-
Diagonal(matrix) - computes the diagonal vector of the `matrix`.
- diagonalMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
DiagonalMatrix(list) - gives a matrix with the values in `list` on its diagonal and zeroes elsewhere.
- diagonalMatrix(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
DiagonalMatrix(list) - gives a matrix with the values in `list` on its diagonal and zeroes elsewhere.
- DiagonalMatrix - Static variable in class org.matheclipse.core.expression.ID
- DiagonalMatrix - Static variable in class org.matheclipse.core.expression.S
-
DiagonalMatrix(list) - gives a matrix with the values in `list` on its diagonal and zeroes elsewhere.
- DiagonalMatrix(IExpr) - Static method in class org.matheclipse.core.expression.F
- DiagonalMatrix(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- diagonalMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
-
DiagonalMatrixQ(matrix) - returns `True` if all elements of the `matrix` are `0` except the elements on the `diagonal`.
- diagonalMatrixQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
DiagonalMatrixQ(matrix) - returns `True` if all elements of the `matrix` are `0` except the elements on the `diagonal`.
- DiagonalMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- DiagonalMatrixQ - Static variable in class org.matheclipse.core.expression.S
-
DiagonalMatrixQ(matrix) - returns `True` if all elements of the `matrix` are `0` except the elements on the `diagonal`.
- DiagonalMatrixQ(IExpr) - Static method in class org.matheclipse.core.expression.F
- DiagonalMatrixQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- DIALOG_RETURN_FALSE - Static variable in exception org.matheclipse.core.eval.exception.DialogReturnException
- DIALOG_RETURN_TRUE - Static variable in exception org.matheclipse.core.eval.exception.DialogReturnException
- DialogInput - Static variable in class org.matheclipse.core.expression.ID
- DialogInput - Static variable in class org.matheclipse.core.expression.S
-
DialogInput() - if the file system is enabled, the user can input a string in a dialog box.
- DialogNotebook - Static variable in class org.matheclipse.core.expression.ID
- DialogNotebook - Static variable in class org.matheclipse.core.expression.S
- DialogReturn - Static variable in class org.matheclipse.core.expression.ID
- DialogReturn - Static variable in class org.matheclipse.core.expression.S
- DialogReturn() - Static method in class org.matheclipse.core.expression.F
- DialogReturn(IExpr) - Static method in class org.matheclipse.core.expression.F
- DialogReturnException - Exception in org.matheclipse.core.eval.exception
- DialogReturnException() - Constructor for exception org.matheclipse.core.eval.exception.DialogReturnException
- DialogReturnException(IExpr) - Constructor for exception org.matheclipse.core.eval.exception.DialogReturnException
- diceDissimilarity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
DiceDissimilarity(u, v) - returns the Dice dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `(c_tf + c_ft) / (2 * c_tt + c_ft + c_tf)`, where n is `len(u)` and `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k
- DiceDissimilarity - Static variable in class org.matheclipse.core.expression.ID
- DiceDissimilarity - Static variable in class org.matheclipse.core.expression.S
DiceDissimilarity(u, v) - returns the Dice dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `(c_tf + c_ft) / (2 * c_tt + c_ft + c_tf)`, where n is `len(u)` and `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k- differenceDelta(Object, Object) - Static method in class org.matheclipse.core.expression.J
DifferenceDelta(f(x), x) - generates a forward difference `f(x+1) - f(x)`- DifferenceDelta - Class in org.matheclipse.core.reflection.system
DifferenceDelta(f(x), x)
- DifferenceDelta - Static variable in class org.matheclipse.core.expression.ID
- DifferenceDelta - Static variable in class org.matheclipse.core.expression.S
DifferenceDelta(f(x), x) - generates a forward difference `f(x+1) - f(x)`- DifferenceDelta() - Constructor for class org.matheclipse.core.reflection.system.DifferenceDelta
- differences(Object) - Static method in class org.matheclipse.core.expression.J
- differences(Object, Object) - Static method in class org.matheclipse.core.expression.J
- differences(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Differences - Static variable in class org.matheclipse.core.expression.ID
- Differences - Static variable in class org.matheclipse.core.expression.S
- DigitCharacter - Static variable in class org.matheclipse.core.expression.ID
- DigitCharacter - Static variable in class org.matheclipse.core.expression.S
DigitCharacter - represents the digits 0-9.- digitCount(Object) - Static method in class org.matheclipse.core.expression.J
DigitCount(n) - returns a list of the number of integer digits for `n` for `radix` 10.- digitCount(Object, Object) - Static method in class org.matheclipse.core.expression.J
DigitCount(n) - returns a list of the number of integer digits for `n` for `radix` 10.- digitCount(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
DigitCount(n) - returns a list of the number of integer digits for `n` for `radix` 10.- DigitCount - Static variable in class org.matheclipse.core.expression.ID
- DigitCount - Static variable in class org.matheclipse.core.expression.S
DigitCount(n) - returns a list of the number of integer digits for `n` for `radix` 10.- digitQ(Object) - Static method in class org.matheclipse.core.expression.J
DigitQ(str) - returns `True` if `str` is a string which contains only digits.- DigitQ - Static variable in class org.matheclipse.core.expression.ID
- DigitQ - Static variable in class org.matheclipse.core.expression.S
DigitQ(str) - returns `True` if `str` is a string which contains only digits.- DigitQ(IExpr) - Static method in class org.matheclipse.core.expression.F
DigitQ(str)- dimensionMatrix(IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
ValidateintOrListOf2Ints
to get the dimension parameters.- dimensions() - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- dimensions(Object) - Static method in class org.matheclipse.core.expression.J
Dimensions(expr) - returns a list of the dimensions of the expression `expr`.- dimensions(Object, Object) - Static method in class org.matheclipse.core.expression.J
Dimensions(expr) - returns a list of the dimensions of the expression `expr`.- dimensions(IAST) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
Return the Dimensions of anIAST
.- dimensions(IAST, IExpr) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
Return the Dimensions of anIAST
.- dimensions(IAST, IExpr, int) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
Return the Dimensions of anIAST
.- dimensions(IExpr, IExpr, int, boolean) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
Return the Dimensions of anexpr
.- Dimensions - Static variable in class org.matheclipse.core.expression.ID
- Dimensions - Static variable in class org.matheclipse.core.expression.S
Dimensions(expr) - returns a list of the dimensions of the expression `expr`.- Dimensions(IExpr) - Static method in class org.matheclipse.core.expression.F
Dimensions(expr)- Dimensions2D - Class in org.matheclipse.core.graphics
- Dimensions2D() - Constructor for class org.matheclipse.core.graphics.Dimensions2D
- Dimensions2D(int, int) - Constructor for class org.matheclipse.core.graphics.Dimensions2D
- dir() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- DiracDelta - Static variable in class org.matheclipse.core.expression.ID
- DiracDelta - Static variable in class org.matheclipse.core.expression.S
DiracDelta(x) - `DiracDelta` function returns `0` for all real numbers `x` where `x != 0`.- DiracDelta(IExpr) - Static method in class org.matheclipse.core.expression.F
- DirectedEdge - Static variable in class org.matheclipse.core.expression.ID
- DirectedEdge - Static variable in class org.matheclipse.core.expression.S
DirectedEdge(a, b) - is a directed edge from vertex `a` to vertex `b` in a `graph` object.- DirectedEdge(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
DirectedEdge
is a directed edge from vertexa
b- DirectedEdges - Static variable in class org.matheclipse.core.expression.ID
- DirectedEdges - Static variable in class org.matheclipse.core.expression.S
- directedInfinity(Object) - Static method in class org.matheclipse.core.expression.J
DirectedInfinity(z) - represents an infinite multiple of the complex number `z`.- DirectedInfinity - Static variable in class org.matheclipse.core.expression.ID
- DirectedInfinity - Static variable in class org.matheclipse.core.expression.S
DirectedInfinity(z) - represents an infinite multiple of the complex number `z`.- DirectedInfinity(IExpr) - Static method in class org.matheclipse.core.expression.F
- Direction - Static variable in class org.matheclipse.core.expression.ID
- Direction - Static variable in class org.matheclipse.core.expression.S
- DirectionalLight - Static variable in class org.matheclipse.core.expression.ID
- DirectionalLight - Static variable in class org.matheclipse.core.expression.S
- DirectionalLight(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Directive - Static variable in class org.matheclipse.core.expression.ID
- Directive - Static variable in class org.matheclipse.core.expression.S
- DIRICHLET - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- dirichletEta(double) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- dirichletEta(Object) - Static method in class org.matheclipse.core.expression.J
- dirichletEta(Complex) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- DirichletEta - Static variable in class org.matheclipse.core.expression.ID
- DirichletEta - Static variable in class org.matheclipse.core.expression.S
- dirichletWindow(Object) - Static method in class org.matheclipse.core.expression.J
- dirichletWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- DirichletWindow - Static variable in class org.matheclipse.core.expression.ID
- DirichletWindow - Static variable in class org.matheclipse.core.expression.S
- DIRTY_FLAG_ASSIGNED_VALUE - Static variable in interface org.matheclipse.core.interfaces.ISymbol
ISymbol flag to indicate that the symbols value is used by a method- DiscreteDelta - Static variable in class org.matheclipse.core.expression.ID
- DiscreteDelta - Static variable in class org.matheclipse.core.expression.S
DiscreteDelta(n1, n2, n3, ...) - `DiscreteDelta` function returns `1` if all the `ni` are `0`.- DiscreteDelta(IExpr) - Static method in class org.matheclipse.core.expression.F
- discretePlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
DiscretePlot( expr, {x, nmax} ) - plots `expr` with `x` ranging from `1` to `nmax`.- discretePlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
DiscretePlot( expr, {x, nmax} ) - plots `expr` with `x` ranging from `1` to `nmax`.- DiscretePlot - Class in org.matheclipse.core.reflection.system
- DiscretePlot - Static variable in class org.matheclipse.core.expression.ID
- DiscretePlot - Static variable in class org.matheclipse.core.expression.S
DiscretePlot( expr, {x, nmax} ) - plots `expr` with `x` ranging from `1` to `nmax`.- DiscretePlot() - Constructor for class org.matheclipse.core.reflection.system.DiscretePlot
- discreteUniformDistribution(Object) - Static method in class org.matheclipse.core.expression.J
DiscreteUniformDistribution({min, max}) - returns a discrete uniform distribution.- DiscreteUniformDistribution - Static variable in class org.matheclipse.core.expression.ID
- DiscreteUniformDistribution - Static variable in class org.matheclipse.core.expression.S
DiscreteUniformDistribution({min, max}) - returns a discrete uniform distribution.- DiscreteUniformDistribution(IExpr) - Static method in class org.matheclipse.core.expression.F
- discriminant(Object, Object) - Static method in class org.matheclipse.core.expression.J
Discriminant(poly, var) - computes the discriminant of the polynomial `poly` with respect to the variable `var`.- Discriminant - Static variable in class org.matheclipse.core.expression.ID
- Discriminant - Static variable in class org.matheclipse.core.expression.S
Discriminant(poly, var) - computes the discriminant of the polynomial `poly` with respect to the variable `var`.- Discriminant(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- disjointQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
- DisjointQ - Static variable in class org.matheclipse.core.expression.ID
- DisjointQ - Static variable in class org.matheclipse.core.expression.S
- disk(Object) - Static method in class org.matheclipse.core.expression.J
- disk(Object, Object) - Static method in class org.matheclipse.core.expression.J
- disk(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Disk - Static variable in class org.matheclipse.core.expression.ID
- Disk - Static variable in class org.matheclipse.core.expression.S
- Disk(IAST) - Static method in class org.matheclipse.core.expression.F
- Dispatch - Static variable in class org.matheclipse.core.expression.ID
- Dispatch - Static variable in class org.matheclipse.core.expression.S
Dispatch({rule1, rule2, ...}) - create a dispatch map for a list of rules.- DispatchExpr - Class in org.matheclipse.core.expression.data
MaintainDispatch()
rules.- DispatchExpr() - Constructor for class org.matheclipse.core.expression.data.DispatchExpr
Needed for serialization.- DispatchExpr(IAssociation) - Constructor for class org.matheclipse.core.expression.data.DispatchExpr
- DispatchExpr(IAST) - Constructor for class org.matheclipse.core.expression.data.DispatchExpr
- DispatchExpr(VisitorReplaceAll, IAST) - Constructor for class org.matheclipse.core.expression.data.DispatchExpr
Copy constructor- DISPATCHID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- DISPLAY_JSFIDDLE_BUTTON - Static variable in class org.matheclipse.core.basic.Config
Enable JSFiddle in JavaScript IFRAME output- DisplayForm - Static variable in class org.matheclipse.core.expression.ID
- DisplayForm - Static variable in class org.matheclipse.core.expression.S
- DisplayFunction - Static variable in class org.matheclipse.core.expression.ID
- DisplayFunction - Static variable in class org.matheclipse.core.expression.S
- Disputed - Static variable in class org.matheclipse.core.expression.ID
- Disputed - Static variable in class org.matheclipse.core.expression.S
- dist() - Method in interface org.matheclipse.core.interfaces.IDistribution
- Dist - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Dist(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- distance(Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
Returns the Euclidean distance between this vector and vector v.- DistanceFunction - Static variable in class org.matheclipse.core.expression.ID
- DistanceFunction - Static variable in class org.matheclipse.core.expression.S
- distanceSquared(Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
Returns the squared of the Euclidean distance between this vector and vector v.- Distrib(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- distribute(Object) - Static method in class org.matheclipse.core.expression.J
Distribute(f(x1, x2, x3,...)) - distributes `f` over `Plus` appearing in any of the `xi`.- distribute(Object, Object) - Static method in class org.matheclipse.core.expression.J
Distribute(f(x1, x2, x3,...)) - distributes `f` over `Plus` appearing in any of the `xi`.- distribute(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Distribute(f(x1, x2, x3,...)) - distributes `f` over `Plus` appearing in any of the `xi`.- distribute(IAST, IExpr) - Static method in class org.matheclipse.core.builtin.Algebra
Call the distribute algorithmF.Distribute(expr, head)
- Distribute - Static variable in class org.matheclipse.core.expression.ID
- Distribute - Static variable in class org.matheclipse.core.expression.S
Distribute(f(x1, x2, x3,...)) - distributes `f` over `Plus` appearing in any of the `xi`.- Distribute(IExpr) - Static method in class org.matheclipse.core.expression.F
- Distribute(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Distribute(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Distributed - Static variable in class org.matheclipse.core.expression.ID
- Distributed - Static variable in class org.matheclipse.core.expression.S
- Distributed(IExpr, IAST) - Static method in class org.matheclipse.core.expression.F
Create aDistributed(x, <distribution>)
AST.- DistributeDegree(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- distributeTimes(IExpr) - Static method in class org.matheclipse.core.builtin.Algebra
- distribution(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- distribution(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- distribution(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
Get the distribution which is associated with the expression- div(double, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnnew Complex(x).divide(y)
.- div(int) - Method in interface org.matheclipse.core.interfaces.IInteger
- div(Integer, IExpr) - Static method in class org.matheclipse.core.expression.F
- div(Object, Object) - Static method in class org.matheclipse.core.expression.J
Div({f1, f2, f3,...},{x1, x2, x3,...}) - compute the divergence.- div(BigInteger, IExpr) - Static method in class org.matheclipse.core.expression.F
- div(Complex, double) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnx.divide(y)
.- div(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnx.divide(y)
.- div(IExpr) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- div(IExpr, Integer) - Static method in class org.matheclipse.core.expression.F
- div(IExpr, BigInteger) - Static method in class org.matheclipse.core.expression.F
- div(IFraction) - Method in class org.matheclipse.core.expression.BigFractionSym
Return a new rational representingthis / other
.- div(IFraction) - Method in class org.matheclipse.core.expression.FractionSym
Return a new rational representingthis / other
.- div(IFraction) - Method in interface org.matheclipse.core.interfaces.IFraction
- div(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- div(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- div(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
Returns an IInteger whose value is(this / that)
.- div(ExprTools.Factors) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- Div - Static variable in class org.matheclipse.core.expression.ID
- Div - Static variable in class org.matheclipse.core.expression.S
Div({f1, f2, f3,...},{x1, x2, x3,...}) - compute the divergence.- divide(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- divide(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- divide(double) - Method in interface org.matheclipse.core.interfaces.IExpr
- divide(Object, Object) - Static method in class org.matheclipse.core.expression.J
Divide(a, b) - represents the division of `a` by `b`.- divide(ApcomplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- divide(IComplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- divide(IComplexNum) - Method in class org.matheclipse.core.expression.ComplexNum
- divide(IComplexNum) - Method in interface org.matheclipse.core.interfaces.IComplexNum
- divide(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- divide(IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
- divide(IExpr) - Method in class org.matheclipse.core.expression.Symbol
Returns anIExpr
whose value is(this / that)
.- divide(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
Returns anIExpr
whose value is(this / that)
.- divide(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial division.- divide(IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial division.- divide(IExpr) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- divide(INum) - Method in class org.matheclipse.core.expression.ApfloatNum
- divide(INum) - Method in class org.matheclipse.core.expression.Num
- divide(INum) - Method in interface org.matheclipse.core.interfaces.INum
- divide(INumber) - Method in interface org.matheclipse.core.interfaces.INumber
- divide(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial division.- divide(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial division.- Divide - Static variable in class org.matheclipse.core.expression.ID
- Divide - Static variable in class org.matheclipse.core.expression.S
Divide(a, b) - represents the division of `a` by `b`.- Divide(int, IExpr) - Static method in class org.matheclipse.core.expression.F
The divisionnumerator / denominator
will be represented bynumerator * denominator^(-1)
.- Divide(IExpr, int) - Static method in class org.matheclipse.core.expression.F
The divisionnumerator / denominator
will be represented bynumerator * denominator^(-1)
.- Divide(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
The divisionnumerator / denominator
will be represented bynumerator * denominator^(-1)
.- divideAndRemainder() - Method in class org.matheclipse.core.expression.BigFractionSym
- divideAndRemainder() - Method in class org.matheclipse.core.expression.FractionSym
- divideAndRemainder() - Method in interface org.matheclipse.core.interfaces.IFraction
Returns an array of two BigIntegers containing (numerator / denominator) followed by (numerator % denominator).- divideAndRemainder(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
Returns an array of two IIntegers containing (this / that) followed by (this % that).- divideAndRemainder(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
Returns an array of two IIntegers containing (this / that) followed by (this % that).- divideAndRemainder(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
Returns an array of two IIntegers containing (this / that) followed by (this % that).- divideBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
DivideBy(x, dx) - is equivalent to `x = x / dx`.- divideBy(IRational) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- divideBy(IRational) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- divideBy(IRational) - Method in interface org.matheclipse.core.interfaces.IRational
- divideBy(IReal) - Method in class org.matheclipse.core.expression.AbstractFractionSym
Dividethis
signed number bythat
signed number.- divideBy(IReal) - Method in class org.matheclipse.core.expression.ApfloatNum
- divideBy(IReal) - Method in class org.matheclipse.core.expression.BigIntegerSym
- divideBy(IReal) - Method in class org.matheclipse.core.expression.IntegerSym
- divideBy(IReal) - Method in class org.matheclipse.core.expression.Num
- divideBy(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
Dividethis
signed number bythat
signed number.- DivideBy - Static variable in class org.matheclipse.core.expression.ID
- DivideBy - Static variable in class org.matheclipse.core.expression.S
DivideBy(x, dx) - is equivalent to `x = x / dx`.- DivideDegreesOfFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- dividePS(ASTSeriesData) - Method in class org.matheclipse.core.expression.ASTSeriesData
- Divides(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- divideSides(Object) - Static method in class org.matheclipse.core.expression.J
DivideSides(compare-expr, value) - divides all elements of the `compare-expr` by `value`.- divideSides(Object, Object) - Static method in class org.matheclipse.core.expression.J
DivideSides(compare-expr, value) - divides all elements of the `compare-expr` by `value`.- DivideSides - Static variable in class org.matheclipse.core.expression.ID
- DivideSides - Static variable in class org.matheclipse.core.expression.S
DivideSides(compare-expr, value) - divides all elements of the `compare-expr` by `value`.- DivideSides(IExpr) - Static method in class org.matheclipse.core.expression.F
- DivideSides(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- divisible(Object, Object) - Static method in class org.matheclipse.core.expression.J
Divisible(n, m) - returns `True` if `n` could be divide by `m`.- Divisible - Static variable in class org.matheclipse.core.expression.ID
- Divisible - Static variable in class org.matheclipse.core.expression.S
Divisible(n, m) - returns `True` if `n` could be divide by `m`.- Divisible(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- divisorCount(IInteger) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- divisorCount(IInteger, int, boolean) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- divisors() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- divisors() - Method in interface org.matheclipse.core.interfaces.IInteger
Return the divisors of this integer number.- divisors(Object) - Static method in class org.matheclipse.core.expression.J
Divisors(n) - returns all integers that divide the integer `n`.- divisors(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
Return all divisors of this integer number.- divisors(IInteger) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- divisors(IInteger, boolean, boolean) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- Divisors - Static variable in class org.matheclipse.core.expression.ID
- Divisors - Static variable in class org.matheclipse.core.expression.S
Divisors(n) - returns all integers that divide the integer `n`.- Divisors(IExpr) - Static method in class org.matheclipse.core.expression.F
- divisorSigma(int, int) - Static method in class org.matheclipse.core.builtin.NumberTheory
- divisorSigma(Object, Object) - Static method in class org.matheclipse.core.expression.J
DivisorSigma(k, n) - returns the sum of the `k`-th powers of the divisors of `n`.- DivisorSigma - Static variable in class org.matheclipse.core.expression.ID
- DivisorSigma - Static variable in class org.matheclipse.core.expression.S
DivisorSigma(k, n) - returns the sum of the `k`-th powers of the divisors of `n`.- DivisorSigma(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- divisorSum(Object, Object) - Static method in class org.matheclipse.core.expression.J
DivisorSum(n, head) - returns the sum of the divisors of `n`.- divisorSum(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
DivisorSum(n, head) - returns the sum of the divisors of `n`.- DivisorSum - Static variable in class org.matheclipse.core.expression.ID
- DivisorSum - Static variable in class org.matheclipse.core.expression.S
DivisorSum(n, head) - returns the sum of the divisors of `n`.- Do - Static variable in class org.matheclipse.core.expression.ID
- Do - Static variable in class org.matheclipse.core.expression.S
Do(expr, {max}) - evaluates `expr` `max` times.- Do(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- doAddTo(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial destructive summation.- doAddTo(IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial destructive summation.- doAddTo(IExpr, ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial destructive summation.- doAddTo(IExpr, ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial destructive summation.- doAddTo(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial destructive summation.- doAddTo(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial destructive summation.- Documentation - Class in org.matheclipse.core.form
- Documentation() - Constructor for class org.matheclipse.core.form.Documentation
- Documents(String...) - Static method in class org.matheclipse.core.tensor.ext.HomeDirectory
On linux, the directory has the form /home/$USERNAME/Documents/string[0]/string[1]/...- dodecahedron(Object) - Static method in class org.matheclipse.core.expression.J
- dodecahedron(Object, Object) - Static method in class org.matheclipse.core.expression.J
- dodecahedron(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Dodecahedron - Static variable in class org.matheclipse.core.expression.ID
- Dodecahedron - Static variable in class org.matheclipse.core.expression.S
- doIt(IExpr) - Method in class org.matheclipse.core.builtin.Programming.DoIterator
- DoIterator(List<? extends IIterator<IExpr>>, EvalEngine) - Constructor for class org.matheclipse.core.builtin.Programming.DoIterator
- DOLLAR_STRINGS - Static variable in class org.matheclipse.core.convert.AST2Expr
- doPutToMap(SortedMap<ExpVectorLong, IExpr>) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
Put an a sorted map of exponents to coefficients into the internal map of this GenPolynomial.- doPutToMap(SortedMap<ExpVectorSymbolic, IExpr>) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Put an a sorted map of exponents to coefficients into the internal map of this GenPolynomial.- doPutToMap(ExpVectorLong, IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
Put an ExpVectorLong to coefficient entry into the internal map of this GenPolynomial.- doPutToMap(ExpVectorSymbolic, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Put an ExpVectorLong to coefficient entry into the internal map of this GenPolynomial.- doRemoveFromMap(ExpVectorLong, IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
Remove an ExpVectorLong to coefficient entry from the internal map of this GenPolynomial.- doRemoveFromMap(ExpVectorSymbolic, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Remove an ExpVectorLong to coefficient entry from the internal map of this GenPolynomial.- dot(Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
Returns the dot product of this vector and v1.- Dot - Static variable in class org.matheclipse.core.expression.ID
- Dot - Static variable in class org.matheclipse.core.expression.S
Dot(x, y) or x .- Dot() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Dot
- Dot(IExpr...) - Static method in class org.matheclipse.core.expression.F
- Dot(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Dot(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- DOT - org.matheclipse.core.io.Extension
graph (theory) format- DotDashed - Static variable in class org.matheclipse.core.expression.ID
- DotDashed - Static variable in class org.matheclipse.core.expression.S
- dotProduct(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
Compute the dot product.- Dotted - Static variable in class org.matheclipse.core.expression.ID
- Dotted - Static variable in class org.matheclipse.core.expression.S
- DOUBLE_EPSILON - Static variable in class org.matheclipse.core.basic.Config
- DOUBLE_TOLERANCE - Static variable in class org.matheclipse.core.basic.Config
The double tolerance used for comparisons.- DOUBLECOMPLEXID - org.matheclipse.core.expression.Hierarchy
- DOUBLECOMPLEXID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- DoubleFormFactory - Class in org.matheclipse.core.form.output
Converts an internalIExpr
into a user readable string.- DoubleFormFactory(boolean, boolean, int, int) - Constructor for class org.matheclipse.core.form.output.DoubleFormFactory
- DOUBLEID - org.matheclipse.core.expression.Hierarchy
- DOUBLEID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- DoubleStack - Class in org.matheclipse.core.eval.util
The Stack class represents a last-in-first-out (LIFO) stack ofdouble
values.- DoubleStack(int) - Constructor for class org.matheclipse.core.eval.util.DoubleStack
Creates an empty Stack.- DoubleStackEvaluator - Class in org.matheclipse.core.eval
Deprecated.- DoubleStackEvaluator() - Constructor for class org.matheclipse.core.eval.DoubleStackEvaluator
Deprecated.- doubleToMMA(Appendable, double, int, int, boolean, boolean) - Static method in class org.matheclipse.core.form.DoubleToMMA
Convert a Javadouble
value into a string similar to the Mathematica output format.- doubleToMMA(StringBuilder, double, int, int) - Static method in class org.matheclipse.core.form.DoubleToMMA
Convert a Javadouble
value into a string similar to the Mathematica output format.- doubleToMMA(StringBuilder, double, int, int, boolean) - Static method in class org.matheclipse.core.form.DoubleToMMA
Convert a Javadouble
value into a string similar to the Mathematica output format.- DoubleToMMA - Class in org.matheclipse.core.form
Convert a Javadouble
value into a string similar to the Mathematica output format.- doubleToScientific(Appendable, double, int, int, boolean) - Static method in class org.matheclipse.core.form.DoubleToMMA
Write a Java double value in scientific notation.- doubleToScientific(StringBuilder, double, int) - Static method in class org.matheclipse.core.form.DoubleToMMA
Convert a Javadouble
value into a string similar to the Mathematica scientific output format.- doubleValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- doubleValue() - Method in class org.matheclipse.core.expression.BigFractionSym
- doubleValue() - Method in class org.matheclipse.core.expression.BigIntegerSym
- doubleValue() - Method in class org.matheclipse.core.expression.FractionSym
- doubleValue() - Method in class org.matheclipse.core.expression.IntegerSym
- doubleValue() - Method in class org.matheclipse.core.expression.Num
- doubleValue() - Method in interface org.matheclipse.core.interfaces.IReal
Returns the value of the specified number as adouble
, which may involve rounding.- Downloads(String...) - Static method in class org.matheclipse.core.tensor.ext.HomeDirectory
On linux, the directory has the form /home/$USERNAME/Downloads/string[0]/string[1]/...- downValues() - Method in class org.matheclipse.core.patternmatching.RulesData
Give theDownValues()
of a symbol as a list ofRuleDelayed
(delayed rules) with the left-hand-side wrapped in aHoldPattern()
expression.- downValues(Object) - Static method in class org.matheclipse.core.expression.J
DownValues(symbol) - prints the down-value rules associated with `symbol`.- DownValues - Static variable in class org.matheclipse.core.expression.ID
- DownValues - Static variable in class org.matheclipse.core.expression.S
DownValues(symbol) - prints the down-value rules associated with `symbol`.- dp - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
ExprTermOrder name dp of Singular.- dp - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
ExpVectorTermOrder name dp of Singular.- Dp - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
ExprTermOrder name Dp of Singular.- Dp - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
ExpVectorTermOrder name Dp of Singular.- draw(Graphics2D, LocalTime, Point) - Method in enum org.matheclipse.core.bridge.gfx.LocalTimeDisplay
- drop(Object, Object) - Static method in class org.matheclipse.core.expression.J
Drop(expr, n) - returns `expr` with the first `n` leaves removed.- drop(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Drop(expr, n) - returns `expr` with the first `n` leaves removed.- Drop - Static variable in class org.matheclipse.core.expression.ID
- Drop - Static variable in class org.matheclipse.core.expression.S
Drop(expr, n) - returns `expr` with the first `n` leaves removed.- Drop(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Drop(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- DRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- DRules() - Constructor for class org.matheclipse.core.reflection.system.rules.DRules
- ds - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
ExprTermOrder name ds of Singular.- ds - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
ExpVectorTermOrder name ds of Singular.- Ds - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
ExprTermOrder name Ds of Singular.- Ds - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
ExpVectorTermOrder name Ds of Singular.- dSolve(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
DSolve(equation, f(var), var) - attempts to solve a linear differential `equation` for the function `f(var)` and variable `var`.- DSolve - Class in org.matheclipse.core.reflection.system
DSolve(equation, f(var), var)- DSolve - Static variable in class org.matheclipse.core.expression.ID
- DSolve - Static variable in class org.matheclipse.core.expression.S
DSolve(equation, f(var), var) - attempts to solve a linear differential `equation` for the function `f(var)` and variable `var`.- DSolve() - Constructor for class org.matheclipse.core.reflection.system.DSolve
- DSolve(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- DSOLVE - Static variable in class org.matheclipse.core.basic.ToggleFeature
Iftrue
, enableorg.matheclipse.core.reflection.system.DSolve
function.- Dt - Static variable in class org.matheclipse.core.expression.ID
- Dt - Static variable in class org.matheclipse.core.expression.S
- Dummy() - Static method in class org.matheclipse.core.expression.F
Create a unique dummy symbol with prefix "$", which is retrieved from the evaluation engines DUMMY context.- Dummy(char) - Static method in class org.matheclipse.core.expression.F
Create a unique dummy symbol which is retrieved from the evaluation engines DUMMY context.- Dummy(String) - Static method in class org.matheclipse.core.expression.F
Create a unique dummy symbol which is retrieved from the evaluation engines DUMMY context.- DUMMY - Static variable in class org.matheclipse.core.expression.Context
- DUMMY_CONTEXT_NAME - Static variable in class org.matheclipse.core.expression.Context
- DUMMY_EVALUATOR - Static variable in class org.matheclipse.core.expression.BuiltInSymbol
- DUMMY_OPTIONS_ARGS - Static variable in class org.matheclipse.core.eval.util.OptionArgs
- duplicateFreeQ(Object) - Static method in class org.matheclipse.core.expression.J
- duplicateFreeQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
- DuplicateFreeQ - Static variable in class org.matheclipse.core.expression.ID
- DuplicateFreeQ - Static variable in class org.matheclipse.core.expression.S
- Dynamic - Static variable in class org.matheclipse.core.expression.ID
- Dynamic - Static variable in class org.matheclipse.core.expression.S
E
- e - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
e
that will never be assigned a value. - e - Variable in class org.matheclipse.core.polynomials.longexponent.ExprMonomial
-
Exponent of monomial.
- e - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
-
Exponent of monomial.
- E - Static variable in class org.matheclipse.core.expression.ID
- E - Static variable in class org.matheclipse.core.expression.S
-
E - Euler's constant E
- e_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
e_
that will be used only for predefined pattern-matching rules and can match one expression. - e_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- e_Symbol - Static variable in class org.matheclipse.core.expression.F
- e1ApcomplexArg(Apcomplex) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1ApcomplexArg(Apcomplex) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1ApfloatArg(Apfloat) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1ApfloatArg(Apfloat) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1ComArg(IComplex) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1ComArg(IComplex) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1ComplexArg(Complex) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1ComplexArg(Complex) - Method in class org.matheclipse.core.eval.interfaces.AbstractTrigArg1
- e1DblArg(double) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1DblArg(double) - Method in class org.matheclipse.core.eval.interfaces.AbstractTrigArg1
- e1DblArg(INum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1DblComArg(IComplexNum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1FraArg(IFraction) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1FraArg(IFraction) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1FunArg(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1FunArg(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1IntArg(IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1IntArg(IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1ObjArg(IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1ObjArg(IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e1SymArg(ISymbol) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- e1SymArg(ISymbol) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2ApcomplexArg(ApcomplexNum, ApcomplexNum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2ApcomplexArg(ApcomplexNum, ApcomplexNum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- e2ApfloatArg(ApfloatNum, ApfloatNum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2ApfloatArg(ApfloatNum, ApfloatNum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- e2ComArg(IComplex, IComplex) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- e2ComArg(IComplex, IComplex) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- e2ComArg(IComplex, IComplex) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2ComArg(IComplex, IComplex) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- e2DblArg(INum, INum) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- e2DblArg(INum, INum) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- e2DblArg(INum, INum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2DblArg(INum, INum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- e2DblComArg(IComplexNum, IComplexNum) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- e2DblComArg(IComplexNum, IComplexNum) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- e2DblComArg(IComplexNum, IComplexNum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2DblComArg(IComplexNum, IComplexNum) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- e2FraArg(IFraction, IFraction) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- e2FraArg(IFraction, IFraction) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- e2FraArg(IFraction, IFraction) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2FraArg(IFraction, IFraction) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- e2FunArg(IAST, IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2FunArg(IAST, IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- e2IntArg(IInteger, IInteger) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- e2IntArg(IInteger, IInteger) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- e2IntArg(IInteger, IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2IntArg(IInteger, IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- e2IntArg(IInteger, IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
- e2ObjArg(IAST, IExpr, IExpr) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- e2ObjArg(IAST, IExpr, IExpr) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Dot
- e2ObjArg(IAST, IExpr, IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
-
Evaluate the function for the 2 given expressions.
- e2ObjArg(IExpr, IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2SymArg(ISymbol, ISymbol) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- e2SymArg(ISymbol, ISymbol) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- eabs() - Method in interface org.matheclipse.core.interfaces.INumber
-
Deprecated.use abs()
- easterSunday(Object) - Static method in class org.matheclipse.core.expression.J
- EasterSunday - Class in org.matheclipse.core.reflection.system
- EasterSunday - Static variable in class org.matheclipse.core.expression.ID
- EasterSunday - Static variable in class org.matheclipse.core.expression.S
- EasterSunday() - Constructor for class org.matheclipse.core.reflection.system.EasterSunday
- EasyDQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ebeDivide(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Element-by-element division.
- ebeMultiply(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Element-by-element multiplication.
- echo(Object) - Static method in class org.matheclipse.core.expression.J
-
Echo(expr) - prints the `expr` to the default output stream and returns `expr`.
- echo(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Echo(expr) - prints the `expr` to the default output stream and returns `expr`.
- echo(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Echo(expr) - prints the `expr` to the default output stream and returns `expr`.
- Echo - Static variable in class org.matheclipse.core.expression.ID
- Echo - Static variable in class org.matheclipse.core.expression.S
-
Echo(expr) - prints the `expr` to the default output stream and returns `expr`.
- echoFunction(Object) - Static method in class org.matheclipse.core.expression.J
-
EchoFunction()[expr] - operator form of the `Echo`function.
- echoFunction(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EchoFunction()[expr] - operator form of the `Echo`function.
- EchoFunction - Static variable in class org.matheclipse.core.expression.ID
- EchoFunction - Static variable in class org.matheclipse.core.expression.S
-
EchoFunction()[expr] - operator form of the `Echo`function.
- eComFraArg(IComplex, IFraction) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- eComFraArg(IComplex, IFraction) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- eComIntArg(IComplex, IInteger) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- eComIntArg(IComplex, IInteger) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- eComIntArg(IComplex, IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- eComIntArg(IComplex, IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- EdgeCount - Static variable in class org.matheclipse.core.expression.ID
- EdgeCount - Static variable in class org.matheclipse.core.expression.S
- EdgeForm - Static variable in class org.matheclipse.core.expression.ID
- EdgeForm - Static variable in class org.matheclipse.core.expression.S
- EdgeLabels - Static variable in class org.matheclipse.core.expression.ID
- EdgeLabels - Static variable in class org.matheclipse.core.expression.S
- edgeList(Object) - Static method in class org.matheclipse.core.expression.J
-
EdgeList(graph) - convert the `graph` into a list of edges.
- EdgeList - Static variable in class org.matheclipse.core.expression.ID
- EdgeList - Static variable in class org.matheclipse.core.expression.S
-
EdgeList(graph) - convert the `graph` into a list of edges.
- edgeQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EdgeQ(graph, edge) - test if `edge` is an edge in the `graph` object.
- EdgeQ - Static variable in class org.matheclipse.core.expression.ID
- EdgeQ - Static variable in class org.matheclipse.core.expression.S
-
EdgeQ(graph, edge) - test if `edge` is an edge in the `graph` object.
- edgeRules(Object) - Static method in class org.matheclipse.core.expression.J
-
EdgeRules(graph) - convert the `graph` into a list of rules.
- EdgeRules - Static variable in class org.matheclipse.core.expression.ID
- EdgeRules - Static variable in class org.matheclipse.core.expression.S
-
EdgeRules(graph) - convert the `graph` into a list of rules.
- EdgeShapeFunction - Static variable in class org.matheclipse.core.expression.ID
- EdgeShapeFunction - Static variable in class org.matheclipse.core.expression.S
- edgesToIExpr(Graph<IExpr, ?>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
- edgesToRules(Graph<IExpr, ?>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
- edgesToVisjs(Map<IExpr, Integer>, StringBuilder, Graph<IExpr, ExprEdge>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
- EdgeStyle - Static variable in class org.matheclipse.core.expression.ID
- EdgeStyle - Static variable in class org.matheclipse.core.expression.S
- edgeToIExpr(GraphType, Object, IASTAppendable, IASTAppendable, int) - Static method in class org.matheclipse.core.expression.data.GraphExpr
- EdgeWeight - Static variable in class org.matheclipse.core.expression.ID
- EdgeWeight - Static variable in class org.matheclipse.core.expression.S
- editDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EditDistance(a, b) - returns the Levenshtein distance of `a` and `b`, which is defined as the minimum number of insertions, deletions and substitutions on the constituents of `a` and `b` needed to transform one into the other.
- EditDistance - Static variable in class org.matheclipse.core.expression.ID
- EditDistance - Static variable in class org.matheclipse.core.expression.S
-
EditDistance(a, b) - returns the Levenshtein distance of `a` and `b`, which is defined as the minimum number of insertions, deletions and substitutions on the constituents of `a` and `b` needed to transform one into the other.
- effectiveInterest(Object) - Static method in class org.matheclipse.core.expression.J
-
EffectiveInterest(i, n) - returns an effective interest rate object.
- effectiveInterest(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EffectiveInterest(i, n) - returns an effective interest rate object.
- EffectiveInterest - Static variable in class org.matheclipse.core.expression.ID
- EffectiveInterest - Static variable in class org.matheclipse.core.expression.S
-
EffectiveInterest(i, n) - returns an effective interest rate object.
- eFunIntArg(IAST, IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- eFunIntArg(IAST, IInteger) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- egcd(IExpr) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
IntegerSym extended greatest common divisor.
- egcd(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- egcd(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial extended greatest comon divisor.
- egcd(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial extended greatest comon divisor.
- eigensystem(Object) - Static method in class org.matheclipse.core.expression.J
-
Eigensystem(matrix) - return the numerical eigensystem of the `matrix` as a list `{eigenvalues, eigenvectors}`
- eigensystem(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Eigensystem(matrix) - return the numerical eigensystem of the `matrix` as a list `{eigenvalues, eigenvectors}`
- Eigensystem - Static variable in class org.matheclipse.core.expression.ID
- Eigensystem - Static variable in class org.matheclipse.core.expression.S
-
Eigensystem(matrix) - return the numerical eigensystem of the `matrix` as a list `{eigenvalues, eigenvectors}`
- Eigensystem(IExpr) - Static method in class org.matheclipse.core.expression.F
- eigenvalues(Object) - Static method in class org.matheclipse.core.expression.J
-
Eigenvalues(matrix) - get the numerical eigenvalues of the `matrix`.
- eigenvalues(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Eigenvalues(matrix) - get the numerical eigenvalues of the `matrix`.
- Eigenvalues - Static variable in class org.matheclipse.core.expression.ID
- Eigenvalues - Static variable in class org.matheclipse.core.expression.S
-
Eigenvalues(matrix) - get the numerical eigenvalues of the `matrix`.
- Eigenvalues(IExpr) - Static method in class org.matheclipse.core.expression.F
- eigenvectorCentrality(Object) - Static method in class org.matheclipse.core.expression.J
- EigenvectorCentrality - Static variable in class org.matheclipse.core.expression.ID
- EigenvectorCentrality - Static variable in class org.matheclipse.core.expression.S
- eigenvectors(Object) - Static method in class org.matheclipse.core.expression.J
-
Eigenvectors(matrix) - get the numerical eigenvectors of the `matrix`.
- eigenvectors(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Eigenvectors(matrix) - get the numerical eigenvectors of the `matrix`.
- Eigenvectors - Static variable in class org.matheclipse.core.expression.ID
- Eigenvectors - Static variable in class org.matheclipse.core.expression.S
-
Eigenvectors(matrix) - get the numerical eigenvectors of the `matrix`.
- Eigenvectors(IExpr) - Static method in class org.matheclipse.core.expression.F
- element(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Element(symbol, domain) - assume (or test) that the `symbol` is in the domain `domain`.
- Element - Static variable in class org.matheclipse.core.expression.ID
- Element - Static variable in class org.matheclipse.core.expression.S
-
Element(symbol, domain) - assume (or test) that the `symbol` is in the domain `domain`.
- Element(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Set a domain as an assumption for a variable.
- elementData(Object) - Static method in class org.matheclipse.core.expression.J
-
ElementData("name", "property") - gives the value of the property for the chemical specified by name.
- elementData(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ElementData("name", "property") - gives the value of the property for the chemical specified by name.
- ElementData - Class in org.matheclipse.core.data
-
ElementData("name“, ”property")
- ElementData - Static variable in class org.matheclipse.core.expression.ID
- ElementData - Static variable in class org.matheclipse.core.expression.S
-
ElementData("name", "property") - gives the value of the property for the chemical specified by name.
- ElementData() - Constructor for class org.matheclipse.core.data.ElementData
- ElementData(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Property of a
name
chemical element. - ElementData1 - Interface in org.matheclipse.core.data
- ElementData2 - Interface in org.matheclipse.core.data
- ELEMENTS - Static variable in interface org.matheclipse.core.data.ElementData1
- ELEMENTS - Static variable in interface org.matheclipse.core.data.ElementData2
- eliminate(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Eliminate(list-of-equations, list-of-variables) - attempts to eliminate the variables from the `list-of-variables` in the `list-of-equations`.
- Eliminate - Class in org.matheclipse.core.reflection.system
-
Eliminate(list - of - equations, list - of - variables)
- Eliminate - Static variable in class org.matheclipse.core.expression.ID
- Eliminate - Static variable in class org.matheclipse.core.expression.S
-
Eliminate(list-of-equations, list-of-variables) - attempts to eliminate the variables from the `list-of-variables` in the `list-of-equations`.
- Eliminate() - Constructor for class org.matheclipse.core.reflection.system.Eliminate
- Eliminate(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- eliminateOneVariable(ArrayList<Eliminate.VariableCounterVisitor>, IExpr, boolean, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.Eliminate
-
Analyze the
Equal()
terms, if we find an expression which equals the givenvariabe
- eliminateOneVariable(IAST, IExpr, boolean, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.Eliminate
- EliminateRules - Interface in org.matheclipse.core.reflection.system.rulesets
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - eliminateSlotInverseFunction(IExpr, ISymbol, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.InverseFunction
- EliminationOrder - Static variable in class org.matheclipse.core.expression.ID
- EliminationOrder - Static variable in class org.matheclipse.core.expression.S
- eliminv - Static variable in interface org.matheclipse.core.reflection.system.rulesets.EliminateRules
- elimzeroplus - Static variable in interface org.matheclipse.core.reflection.system.rulesets.EliminateRules
- Ellipsoid - Static variable in class org.matheclipse.core.expression.ID
- Ellipsoid - Static variable in class org.matheclipse.core.expression.S
- ellipticE(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- ellipticE(Object) - Static method in class org.matheclipse.core.expression.J
-
EllipticE(z) - returns the complete elliptic integral of the second kind.
- ellipticE(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EllipticE(z) - returns the complete elliptic integral of the second kind.
- ellipticE(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- EllipticE - Static variable in class org.matheclipse.core.expression.ID
- EllipticE - Static variable in class org.matheclipse.core.expression.S
-
EllipticE(z) - returns the complete elliptic integral of the second kind.
- EllipticE(IExpr) - Static method in class org.matheclipse.core.expression.F
- EllipticE(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ellipticF(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- ellipticF(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EllipticF(z) - returns the incomplete elliptic integral of the first kind.
- ellipticF(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- EllipticF - Static variable in class org.matheclipse.core.expression.ID
- EllipticF - Static variable in class org.matheclipse.core.expression.S
-
EllipticF(z) - returns the incomplete elliptic integral of the first kind.
- EllipticF(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- EllipticFunctionsJS - Class in org.matheclipse.core.builtin.functions
-
Ported from JavaScript file elliptic-functions.js
- EllipticIntegrals - Class in org.matheclipse.core.builtin
- EllipticIntegralsJS - Class in org.matheclipse.core.builtin.functions
-
Ported from JavaScript file elliptic-integrals.js
- ellipticK(double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- ellipticK(Object) - Static method in class org.matheclipse.core.expression.J
-
EllipticK(z) - returns the complete elliptic integral of the first kind.
- ellipticK(Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- EllipticK - Static variable in class org.matheclipse.core.expression.ID
- EllipticK - Static variable in class org.matheclipse.core.expression.S
-
EllipticK(z) - returns the complete elliptic integral of the first kind.
- EllipticK(IExpr) - Static method in class org.matheclipse.core.expression.F
- ellipticNome(double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- ellipticNome(Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- ellipticPi(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- ellipticPi(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EllipticPi(n,m) - returns the complete elliptic integral of the third kind.
- ellipticPi(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EllipticPi(n,m) - returns the complete elliptic integral of the third kind.
- ellipticPi(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- EllipticPi - Static variable in class org.matheclipse.core.expression.ID
- EllipticPi - Static variable in class org.matheclipse.core.expression.S
-
EllipticPi(n,m) - returns the complete elliptic integral of the third kind.
- EllipticPi(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- EllipticPi(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ellipticTheta(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ellipticTheta(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- EllipticTheta - Static variable in class org.matheclipse.core.expression.ID
- EllipticTheta - Static variable in class org.matheclipse.core.expression.S
- EmptySeqIterator() - Constructor for class org.matheclipse.core.sympy.series.Sequences.EmptySequence.EmptySeqIterator
- EmptySequence() - Constructor for class org.matheclipse.core.sympy.series.Sequences.EmptySequence
- end() - Method in class org.matheclipse.core.eval.EvalEngine
- End - Static variable in class org.matheclipse.core.expression.ID
- End - Static variable in class org.matheclipse.core.expression.S
-
End( ) - end a context definition started with `Begin`
- EndOfFile - Static variable in class org.matheclipse.core.expression.ID
- EndOfFile - Static variable in class org.matheclipse.core.expression.S
- EndOfLine - Static variable in class org.matheclipse.core.expression.ID
- EndOfLine - Static variable in class org.matheclipse.core.expression.S
- EndOfString - Static variable in class org.matheclipse.core.expression.ID
- EndOfString - Static variable in class org.matheclipse.core.expression.S
- endPackage() - Method in class org.matheclipse.core.eval.EvalEngine
- EndPackage - Static variable in class org.matheclipse.core.expression.ID
- EndPackage - Static variable in class org.matheclipse.core.expression.S
-
EndPackage( ) - end a package definition
- endsWith(String) - Method in class org.matheclipse.core.expression.StringX
- EndTestSection - Static variable in class org.matheclipse.core.expression.ID
- EndTestSection - Static variable in class org.matheclipse.core.expression.S
- engine - Variable in class org.matheclipse.core.generic.Predicates.IsBinaryFalse
- engine - Variable in class org.matheclipse.core.generic.Predicates.IsBinaryTrue
- ensureCapacity(int) - Method in class org.matheclipse.core.eval.util.DoubleStack
- ensureCapacity(int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- ensureCapacity(int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Ensures that after this operation the
ArrayList
can hold the specified number of elements without further growing. - entity(StringBuilder, String) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- Entity - Static variable in class org.matheclipse.core.expression.ID
- Entity - Static variable in class org.matheclipse.core.expression.S
- ENTITY_TABLE - Static variable in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- EntityFunctions - Class in org.matheclipse.core.builtin
- entropy(Object) - Static method in class org.matheclipse.core.expression.J
-
Entropy(list) - return the base `E` (Shannon) information entropy of the elements in `list`.
- entropy(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Entropy(list) - return the base `E` (Shannon) information entropy of the elements in `list`.
- Entropy - Static variable in class org.matheclipse.core.expression.ID
- Entropy - Static variable in class org.matheclipse.core.expression.S
-
Entropy(list) - return the base `E` (Shannon) information entropy of the elements in `list`.
- entry(int) - Method in class org.matheclipse.core.eval.LastCalculationsHistory
-
Get the history entry at the given
index
. - entrySet() - Method in class org.matheclipse.core.eval.util.OpenFixedSizeMap
-
Throws exception
IllegalStateException("entrySet not implemented!")
. - entrySet() - Method in class org.matheclipse.core.expression.Context
- entrySet() - Method in class org.matheclipse.core.expression.DefaultDict
- entrySet() - Method in class org.matheclipse.core.expression.ExprTrie
- entrySet() - Method in interface org.matheclipse.core.numbertheory.Multiset
- entrySet() - Method in interface org.matheclipse.core.numbertheory.SortedMultiset
- entrySet(String) - Method in class org.matheclipse.core.expression.ExprTrie
- entrySet(String, TrieMatch) - Method in class org.matheclipse.core.expression.ExprTrie
- eq(IExpr) - Static method in class org.matheclipse.core.tensor.img.ImageCrop
-
for grayscale images given value should be a scalar for RGBA images given value should be a vector of length 4
- EqQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- EqQ() - Constructor for class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors.EqQ
- EqQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- EqQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Equal - Static variable in class org.matheclipse.core.expression.ID
- Equal - Static variable in class org.matheclipse.core.expression.S
-
Equal(x, y) - yields `True` if `x` and `y` are known to be equal, or `False` if `x` and `y` are known to be unequal.
- Equal(IExpr...) - Static method in class org.matheclipse.core.expression.F
- Equal(IExpr, int) - Static method in class org.matheclipse.core.expression.F
- Equal(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- EQUAL_OPERATOR - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- equalRule(IAST) - Static method in class org.matheclipse.core.generic.Functors
-
Create a functor from the given rule
lhs->rhs
orlhs:>rhs
and match the left-hand-side argument with the#equals()
method. - equalRules(IAST, IAST) - Static method in class org.matheclipse.core.generic.Functors
-
Create a functor from the given left-hand-side and right-hand-side AST expressions.
- equals(Object) - Method in class org.matheclipse.core.convert.RGBColor
-
Compares the specified Object to the RGBColor.
- equals(Object) - Method in class org.matheclipse.core.eval.util.OpenFixedSizeMap
- equals(Object) - Method in class org.matheclipse.core.eval.util.OpenIntToSet
- equals(Object) - Method in class org.matheclipse.core.expression.AbstractAST
- equals(Object) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- equals(Object) - Method in class org.matheclipse.core.expression.ApcomplexNum
- equals(Object) - Method in class org.matheclipse.core.expression.ApfloatNum
- equals(Object) - Method in class org.matheclipse.core.expression.AST0
- equals(Object) - Method in class org.matheclipse.core.expression.AST1
- equals(Object) - Method in class org.matheclipse.core.expression.AST2
- equals(Object) - Method in class org.matheclipse.core.expression.AST3
- equals(Object) - Method in class org.matheclipse.core.expression.ASTAssociation
- equals(Object) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- equals(Object) - Method in class org.matheclipse.core.expression.ASTRealVector
- equals(Object) - Method in class org.matheclipse.core.expression.ASTRRBTree
- equals(Object) - Method in class org.matheclipse.core.expression.ASTSeriesData
- equals(Object) - Method in class org.matheclipse.core.expression.B1
- equals(Object) - Method in class org.matheclipse.core.expression.B2
- equals(Object) - Method in class org.matheclipse.core.expression.B3
- equals(Object) - Method in class org.matheclipse.core.expression.BigFractionSym
- equals(Object) - Method in class org.matheclipse.core.expression.BigIntegerSym
- equals(Object) - Method in class org.matheclipse.core.expression.Blank
- equals(Object) - Method in class org.matheclipse.core.expression.BuiltInDummy
- equals(Object) - Method in class org.matheclipse.core.expression.BuiltInSymbol
- equals(Object) - Method in class org.matheclipse.core.expression.ComplexNum
- equals(Object) - Method in class org.matheclipse.core.expression.ComplexSym
- equals(Object) - Method in class org.matheclipse.core.expression.Context
- equals(Object) - Method in class org.matheclipse.core.expression.data.BDDExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.ByteArrayExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.DateObjectExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.DispatchExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.ExprEdge
- equals(Object) - Method in class org.matheclipse.core.expression.data.ExprWeightedEdge
- equals(Object) - Method in class org.matheclipse.core.expression.data.FileExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.FittedModelExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.GeoPositionExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.GraphExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.JavaClassExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.JavaObjectExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- equals(Object) - Method in class org.matheclipse.core.expression.data.TimeObjectExpr
- equals(Object) - Method in class org.matheclipse.core.expression.DataExpr
- equals(Object) - Method in class org.matheclipse.core.expression.DefaultDict
- equals(Object) - Method in class org.matheclipse.core.expression.ExprAnalyzer
- equals(Object) - Method in class org.matheclipse.core.expression.ExprTrie
- equals(Object) - Method in class org.matheclipse.core.expression.FractionSym
- equals(Object) - Method in class org.matheclipse.core.expression.HMArrayList
- equals(Object) - Method in class org.matheclipse.core.expression.IntegerSym
- equals(Object) - Method in class org.matheclipse.core.expression.Num
- equals(Object) - Method in class org.matheclipse.core.expression.OptionsPattern
- equals(Object) - Method in class org.matheclipse.core.expression.Pattern
- equals(Object) - Method in class org.matheclipse.core.expression.PatternNested
- equals(Object) - Method in class org.matheclipse.core.expression.PatternSequence
- equals(Object) - Method in class org.matheclipse.core.expression.RepeatedPattern
- equals(Object) - Method in class org.matheclipse.core.expression.StringX
-
Equals doesn't compare the mime type.
- equals(Object) - Method in class org.matheclipse.core.expression.Symbol
- equals(Object) - Method in class org.matheclipse.core.generic.GenericPair
-
Compare the specified object with this entry for equality.
- equals(Object) - Method in interface org.matheclipse.core.numbertheory.Multiset
- equals(Object) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
-
Sorted multisets are equal if they have exactly the same elements and these elements the same multiplicity.
- equals(Object) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
-
Sorted multisets are equal if they have exactly the same elements and these elements the same multiplicity.
- equals(Object) - Method in class org.matheclipse.core.patternmatching.AbstractPatternMatcherMethod
- equals(Object) - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
- equals(Object) - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRules
- equals(Object) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
- equals(Object) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- equals(Object) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- equals(Object) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndInvoker
-
Deprecated.
- equals(Object) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- equals(Object) - Method in class org.matheclipse.core.patternmatching.RulesData
- equals(Object) - Method in class org.matheclipse.core.polynomials.longexponent.ExprMonomial
- equals(Object) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Comparison with any other object.
- equals(Object) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Comparison with any other object.
- equals(Object) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Comparison with any other object.
- equals(Object) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Comparison with any other object.
- equals(Object) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Comparison with any other object.
- equals(Object) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
- equals(Object) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Comparison with any other object.
- equals(Object) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Comparison with any other object.
- equals(Object) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Comparison with any other object.
- equals(Object) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- equals(Object) - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- equals(Object) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- equals(Object) - Method in interface org.matheclipse.core.tensor.sca.Clip
- equals(Object) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- equals(Object) - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- equals(IAST) - Static method in class org.matheclipse.core.builtin.BooleanFunctions
- equalsArgs(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Check if this expression and that expression are both
IAST
s with the same number of arguments, where all arguments from position1
to the end position are equals each other. - equalsArgs(IExpr, int, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check if this expression and that expression are both
IAST
s with the same number of arguments, where all arguments are equals each other. - equalsArgs(IExpr, int, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Check if this expression and that expression are both
IAST
s with the same number of arguments, where all arguments are equals each other. - equalsAt(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Calls
get(position).equals(expr)
. - equalsAt(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Calls
get(position).equals(expr)
. - equalsAt(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Calls
get(position).equals(expr)
ifthis
is anIAST
. - equalsFraction(int, int) - Method in class org.matheclipse.core.expression.BigFractionSym
- equalsFraction(int, int) - Method in class org.matheclipse.core.expression.BigIntegerSym
- equalsFraction(int, int) - Method in class org.matheclipse.core.expression.FractionSym
- equalsFraction(int, int) - Method in class org.matheclipse.core.expression.IntegerSym
- equalsFraction(int, int) - Method in interface org.matheclipse.core.interfaces.IRational
-
Check if this number equals the given fraction
numerator/denominator
number. - equalsFromPosition(int, IAST, int) - Method in class org.matheclipse.core.expression.AbstractAST
- equalsIgnoreCase(String) - Method in class org.matheclipse.core.expression.StringX
-
equalsIgnoreCase
doesn't compare the mime type. - equalsInt(int) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- equalsInt(int) - Method in class org.matheclipse.core.expression.ApcomplexNum
- equalsInt(int) - Method in class org.matheclipse.core.expression.ApfloatNum
- equalsInt(int) - Method in class org.matheclipse.core.expression.BigFractionSym
- equalsInt(int) - Method in class org.matheclipse.core.expression.BigIntegerSym
- equalsInt(int) - Method in class org.matheclipse.core.expression.ComplexNum
- equalsInt(int) - Method in class org.matheclipse.core.expression.ComplexSym
- equalsInt(int) - Method in class org.matheclipse.core.expression.FractionSym
- equalsInt(int) - Method in class org.matheclipse.core.expression.IntegerSym
- equalsInt(int) - Method in class org.matheclipse.core.expression.Num
- equalsInt(int) - Method in interface org.matheclipse.core.interfaces.INumber
-
Check if this number equals the given
int
number? - equalTernary(IExpr, EvalEngine) - Method in class org.matheclipse.core.expression.AbstractAST
- equalTernary(IExpr, EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInSymbol
- equalTernary(IExpr, EvalEngine) - Method in interface org.matheclipse.core.interfaces.IExpr
- equalTo(Object) - Static method in class org.matheclipse.core.expression.J
- equalTo(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this == thattrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - EqualTo - Static variable in class org.matheclipse.core.expression.ID
- EqualTo - Static variable in class org.matheclipse.core.expression.S
- EQUIVALENCE_COMPARATOR - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
- EquivalenceComparator() - Constructor for class org.matheclipse.core.patternmatching.IPatternMatcher.EquivalenceComparator
- equivalent(IExpr, IExpr, IPatternMap, IPatternMap) - Static method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Check if the two left-hand-side pattern expressions are equivalent.
- equivalent(IPatternObject, IPatternMap, IPatternMap) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Check if the two left-hand-side pattern expressions are equivalent.
- equivalent(IPatternObject, IPatternMap, IPatternMap) - Method in class org.matheclipse.core.expression.Blank
-
Check if the two left-hand-side pattern expressions are equivalent.
- equivalent(IPatternObject, IPatternMap, IPatternMap) - Method in class org.matheclipse.core.expression.Pattern
-
Check if the two left-hand-side pattern expressions are equivalent.
- equivalent(IPatternObject, IPatternMap, IPatternMap) - Method in class org.matheclipse.core.expression.PatternNested
-
Check if the two left-hand-side pattern expressions are equivalent.
- equivalent(IPatternObject, IPatternMap, IPatternMap) - Method in interface org.matheclipse.core.interfaces.IPatternObject
-
Check if the two left-hand-side pattern expressions are equivalent.
- Equivalent - Static variable in class org.matheclipse.core.expression.ID
- Equivalent - Static variable in class org.matheclipse.core.expression.S
-
Equivalent(arg1, arg2, ...) - Equivalence relation.
- Equivalent(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- equivalentLHS(IPatternMatcher) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Compare only the left-hand-side expressions in the matchers for equivalence
- equivalentLHS(IPatternMatcher) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- equivalentLHS(IPatternMatcher) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- equivalentTo(IPatternMatcher) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
- equivalentTo(IPatternMatcher) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- equivalentTo(IPatternMatcher) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- erf() - Method in class org.matheclipse.core.expression.ApcomplexNum
- erf() - Method in class org.matheclipse.core.expression.ApfloatNum
- erf() - Method in class org.matheclipse.core.expression.ComplexNum
- erf() - Method in class org.matheclipse.core.expression.Num
- erf() - Method in class org.matheclipse.core.expression.NumStr
- erf() - Method in interface org.matheclipse.core.interfaces.IExpr
- erf(Object) - Static method in class org.matheclipse.core.expression.J
-
Erf(z) - returns the error function of `z`.
- erf(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Erf(z) - returns the error function of `z`.
- erf(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- Erf - Static variable in class org.matheclipse.core.expression.ID
- Erf - Static variable in class org.matheclipse.core.expression.S
-
Erf(z) - returns the error function of `z`.
- Erf(IExpr) - Static method in class org.matheclipse.core.expression.F
- erfc() - Method in class org.matheclipse.core.expression.ApcomplexNum
- erfc() - Method in class org.matheclipse.core.expression.ApfloatNum
- erfc() - Method in class org.matheclipse.core.expression.ComplexNum
- erfc() - Method in class org.matheclipse.core.expression.Num
- erfc() - Method in class org.matheclipse.core.expression.NumStr
- erfc() - Method in interface org.matheclipse.core.interfaces.IExpr
- erfc(Object) - Static method in class org.matheclipse.core.expression.J
-
Erfc(z) - returns the complementary error function of `z`.
- erfc(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- Erfc - Static variable in class org.matheclipse.core.expression.ID
- Erfc - Static variable in class org.matheclipse.core.expression.S
-
Erfc(z) - returns the complementary error function of `z`.
- Erfc(IExpr) - Static method in class org.matheclipse.core.expression.F
- erfi(Object) - Static method in class org.matheclipse.core.expression.J
-
Erfi(z) - returns the imaginary error function of `z`.
- erfi(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- Erfi - Static variable in class org.matheclipse.core.expression.ID
- Erfi - Static variable in class org.matheclipse.core.expression.S
-
Erfi(z) - returns the imaginary error function of `z`.
- Erfi(IExpr) - Static method in class org.matheclipse.core.expression.F
- erlangDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ErlangDistribution({k, lambda}) - returns a Erlang distribution.
- ErlangDistribution - Static variable in class org.matheclipse.core.expression.ID
- ErlangDistribution - Static variable in class org.matheclipse.core.expression.S
-
ErlangDistribution({k, lambda}) - returns a Erlang distribution.
- ErlangDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Errors - Class in org.matheclipse.core.eval
- Errors() - Constructor for class org.matheclipse.core.eval.Errors
- euclideanDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EuclideanDistance(u, v) - returns the euclidean distance between `u` and `v`.
- EuclideanDistance - Static variable in class org.matheclipse.core.expression.ID
- EuclideanDistance - Static variable in class org.matheclipse.core.expression.S
-
EuclideanDistance(u, v) - returns the euclidean distance between `u` and `v`.
- EuclideanDistance(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- EULER_GAMMA - Static variable in class org.matheclipse.core.builtin.ConstantDefinitions
- eulerE(Object) - Static method in class org.matheclipse.core.expression.J
-
EulerE(n) - gives the euler number `En`.
- eulerE(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EulerE(n) - gives the euler number `En`.
- EulerE - Static variable in class org.matheclipse.core.expression.ID
- EulerE - Static variable in class org.matheclipse.core.expression.S
-
EulerE(n) - gives the euler number `En`.
- EulerE(IExpr) - Static method in class org.matheclipse.core.expression.F
- EulerE(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- EulerGamma - Static variable in class org.matheclipse.core.expression.ID
- EulerGamma - Static variable in class org.matheclipse.core.expression.S
-
EulerGamma - Euler-Mascheroni constant
- EulerGamma - Static variable in interface org.matheclipse.core.interfaces.INum
- eulerianGraphQ(Object) - Static method in class org.matheclipse.core.expression.J
-
EulerianGraphQ(graph) - returns `True` if `graph` is an eulerian graph, and `False` otherwise.
- EulerianGraphQ - Static variable in class org.matheclipse.core.expression.ID
- EulerianGraphQ - Static variable in class org.matheclipse.core.expression.S
-
EulerianGraphQ(graph) - returns `True` if `graph` is an eulerian graph, and `False` otherwise.
- EulerIntegrandQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- eulerPhi() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- eulerPhi() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Euler phi function.
- eulerPhi(Object) - Static method in class org.matheclipse.core.expression.J
-
EulerPhi(n) - compute Euler's totient function.
- eulerPhi(BigInteger) - Static method in class org.matheclipse.core.expression.BigIntegerSym
- eulerPhi(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Euler phi function.
- EulerPhi - Static variable in class org.matheclipse.core.expression.ID
- EulerPhi - Static variable in class org.matheclipse.core.expression.S
-
EulerPhi(n) - compute Euler's totient function.
- EulerPhi(IExpr) - Static method in class org.matheclipse.core.expression.F
- eval() - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Reevaluate the last
expression
(possibly after a new variable assignment). - eval() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression in symbolic mode with the
EvalEngine
associated with the current thread. - eval(double[], int, IExpr) - Static method in class org.matheclipse.core.eval.DoubleStackEvaluator
-
Deprecated.
- eval(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Parse the given
expression String
and evaluate it to an IExpr value. - eval(String) - Method in class org.matheclipse.core.eval.SymjaInterpreter
-
Evaluate the expression assigned to this interpreter.
- eval(String) - Static method in class org.matheclipse.core.expression.F
-
Parse and evaluate a string expression.
- eval(String, EvalEngine) - Static method in class org.matheclipse.core.eval.EvalUtilities
-
Evaluate the
inputExpression
and return the resulting expression. - eval(EvalEngine) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression in symbolic mode with the specified
EvalEngine
. - eval(DoubleStack, int, IExpr) - Static method in class org.matheclipse.core.eval.EvalComplex
- eval(IExpr) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Evaluate an expression.
- eval(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Evaluate an expression.
- eval(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.AbstractPatternMatcherMethod
-
Match the given left-hand-side and return an evaluated expression
- eval(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Match the given left-hand-side and return an evaluated expression
- eval(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Match the given left-hand-side and return an evaluated expression
- eval(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
-
Match the given left-hand-side and return an evaluated expression
- eval(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndInvoker
-
Deprecated.Match the given left-hand-side and return an evaluated expression
- eval(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
-
Match the given left-hand-side and return an evaluated expression
- eval(IPatternMap) - Method in interface org.matheclipse.core.patternmatching.IPatternMethod
- evalAndSort(IASTAppendable, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
- evalArg(IASTMutable[], IAST, IExpr, int, boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the i-th argument of
ast
. - evalArg1Boole(IExpr, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractCorePredicateEvaluator
-
Evaluate the function for 1 argument, with possible options.
- evalArg1Boole(IExpr, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractPredicateEvaluator
-
Evaluate the function for 1 argument, with possible options.
- evalArg1Boole(IExpr, EvalEngine, OptionArgs) - Method in class org.matheclipse.core.eval.interfaces.AbstractCorePredicateEvaluator
- evalArg1Boole(IExpr, EvalEngine, OptionArgs) - Method in class org.matheclipse.core.eval.interfaces.AbstractPredicateEvaluator
- evalArgs(IAST, int, boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the arguments of the given ast, taking the attributes
HoldFirst, NHoldFirst, HoldRest, NHoldRest, NumericFunction
into account. - evalArgsOrderlessN(IAST) - Method in class org.matheclipse.core.eval.EvalEngine
- evalAsLeadingTerm(IAST, ISymbol, IExpr, int) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- evalAsLeadingTerm(IAST, ISymbol, IExpr, int) - Method in interface org.matheclipse.core.eval.interfaces.IRewrite
- evalAsLeadingTerm(ISymbol, IExpr, int) - Method in interface org.matheclipse.core.interfaces.IExpr
- evalAsLeadingTerm(ISymbol, IExpr, int) - Method in interface org.matheclipse.core.interfaces.ISymbol
- evalAST(double[], int, IAST) - Static method in class org.matheclipse.core.eval.DoubleStackEvaluator
-
Deprecated.
- evalAST(DoubleStack, int, IAST) - Static method in class org.matheclipse.core.eval.EvalComplex
- evalAttributes(ISymbol, IASTMutable) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate an AST according to the attributes set in the header symbol.
- EvalAttributes - Class in org.matheclipse.core.eval
-
Static methods for evaluating
ISymbol.FLAT, ISymbol.LISTABLE
andISymbol.ORDERLESS
attributes. - evalBinary64() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression to a Java
double
value and wrap the result in aBinary64
object. - evalBlock(Supplier<IExpr>, IAST) - Method in class org.matheclipse.core.eval.EvalEngine
- evalBlock(IExpr, IAST) - Method in class org.matheclipse.core.eval.EvalEngine
- evalBlockWithoutReap(IExpr, IAST) - Static method in class org.matheclipse.core.builtin.ListFunctions.Table
-
Disable the
Reap() and Sow()
mode temporary and evaluate an expression for the given "local variables list". - evalBoolean(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluates
expr
numerically and return the result as a Javaboolean
value. - evalBooleanMatrix(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- evalBooleanVector(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- evalCatched(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractEvaluator
-
This method will be called by
AbstractEvaluator.evaluate(IAST, EvalEngine)
. - evalCollect(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- evalComplex() - Method in interface org.matheclipse.core.eval.interfaces.INumericComplexConstant
-
Evaluate the symbol to a complex number
- evalComplex() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Deprecated.use
IExpr.evalfc()
- evalComplex(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
- evalComplex(DoubleStack, int) - Method in interface org.matheclipse.core.eval.interfaces.INumericComplex
-
Evaluate this function to a complex number
- evalComplex(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluates
expr
numerically and return the result as a Javaorg.hipparchus.complex.Complex
value. - evalComplex(IExpr) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Evaluate an expression to a
Complex
value. - evalComplex(IExpr, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluates
expr
numerically and return the result as a Javaorg.hipparchus.complex.Complex
value. - EvalComplex - Class in org.matheclipse.core.eval
- EvalComplex() - Constructor for class org.matheclipse.core.eval.EvalComplex
- evalComplexMatrix(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- evalComplexVector(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- EvalControlledCallable - Class in org.matheclipse.core.eval
- EvalControlledCallable(EvalEngine) - Constructor for class org.matheclipse.core.eval.EvalControlledCallable
- evalDouble() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Deprecated.use
IExpr.evalf()
- evalDouble(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluates
expr
numerically and return the result as a Javadouble
value. - evalDouble(IExpr, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the expression to a Java
double
value. - evalDouble(IExpr, Function<IExpr, IExpr>, double) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the expression to a Java
double
value. - EvalDouble - Class in org.matheclipse.core.eval
- EvalDouble() - Constructor for class org.matheclipse.core.eval.EvalDouble
- EvalDouble(boolean) - Constructor for class org.matheclipse.core.eval.EvalDouble
- EvalDouble(ASTNode, boolean) - Constructor for class org.matheclipse.core.eval.EvalDouble
- evalDoubleMatrix(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- evalDoubleVector(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- evalDownRule(EvalEngine, IExpr) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate the given expression for the "down value" rules associated with this symbol
- evalDownRule(EvalEngine, IExpr) - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate the given expression for the "down value" rules associated with this symbol
- evalDownRule(EvalEngine, IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate the given expression for the "down value" rules associated with this symbol
- evalDownRule(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.RulesData
-
Try matching the
expr
expression with this pattern-matching rules and if matching rule was found, return the evaluated right-hand-side of that matching rule, otherwise returnF.NIL
. - evalDownRule(IExpr, IExpr, IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
Try matching the
arg1, arg2
expressions asF.List(arg1, arg2)
with this pattern-matching rules and if matched, return an evaluated right-hand-side expression, otherwise returnF.NIL
. - evalDownRule(IExpr, IExpr, IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRules
-
Try matching the
arg1, arg2
expressions asF.List(arg1, arg2)
with this pattern-matching rules and if matched, return an evaluated right-hand-side expression, otherwise returnF.NIL
. - evalDownRule(IExpr, IExpr, IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRulesLog
- evalDownRule(IExpr, IExpr, IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRulesTimes
- evalDownRule(IExpr, IExpr, IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRulesTimesPower
- EvalEngine - Class in org.matheclipse.core.eval
-
The main evaluation algorithms for the Symja computer algebra system.
- EvalEngine() - Constructor for class org.matheclipse.core.eval.EvalEngine
-
A single
EvalEngine
is associated with the current thread through a ThreadLocal mechanism. - EvalEngine(boolean) - Constructor for class org.matheclipse.core.eval.EvalEngine
-
Constructor for an evaluation engine.
- EvalEngine(String, int, int, PrintStream, PrintStream, boolean) - Constructor for class org.matheclipse.core.eval.EvalEngine
-
Constructor for an evaluation engine.
- EvalEngine(String, int, PrintStream, boolean) - Constructor for class org.matheclipse.core.eval.EvalEngine
-
Constructor for an evaluation engine.
- EvalEngine(String, PrintStream) - Constructor for class org.matheclipse.core.eval.EvalEngine
- EvalEngine.OptionsResult - Class in org.matheclipse.core.eval
- evalEqual(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
Equal[arg1, arg2]
can be evaluated toTrue
. - evalEvaluate(EvalEngine) - Method in class org.matheclipse.core.expression.AbstractAST
-
Evaluate arguments with the head
F.Evaluate
, i.e. - evalEvaluate(EvalEngine) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- evalEvaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- evalEvaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ASTRealVector
- evalEvaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ASTSeriesData
- evalExpand(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Evaluate
Expand()
for the given expression. - evalExpandAll(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Apply
ExpandAll()
to the given expression if it's anIAST
. - evalExpandAll(IExpr, EvalEngine) - Static method in class org.matheclipse.core.expression.F
-
Apply
ExpandAll()
to the given expression if it's anIAST
. - evalf() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression to a Java
double
value. - evalf() - Method in interface org.matheclipse.core.interfaces.IReal
- evalf(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Parse the given
inputExpression
String and evaluate it to adouble
value if possible. - evalf(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression to a Java
double
value. - evalf(IExpr) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Evaluate an expression to a double value.
- evalfc() - Method in class org.matheclipse.core.expression.ComplexNum
-
Evaluate the expression to a
org.hipparchus.complex.Complex
complex float value. - evalfc() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression to a
org.hipparchus.complex.Complex
complex float value. - evalfc() - Method in interface org.matheclipse.core.interfaces.INumber
- evalfc() - Method in interface org.matheclipse.core.interfaces.IReal
- evalfc(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression to a
org.hipparchus.complex.Complex
complex float value. - evalFlatOrderlessAttrsRecursive(IAST) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the Flat and Orderless attributes of the given
ast
recursively. - evalFunction(IExpr, String...) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Evaluate a function with header
head
and argumentsargs
by parsing the stringargs
toIExpr
and applying the head on these arguments. - evalGreater(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
Greater[arg1, arg2]
can be evaluated toTrue
. - evalGreater(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
Greater[arg1, arg2,arg3]
can be evaluated toTrue
. - evalGreaterEqual(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
GreaterEqual[arg1, arg2]
can be evaluated toTrue
. - EvalHistory - Class in org.matheclipse.core.eval
-
Contains the last
n
entries of the calculation history. - EvalHistory(short) - Constructor for class org.matheclipse.core.eval.EvalHistory
-
Contains the last
n
output entries of the calculation history. - evalHoldPattern(IAST) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the ast recursively, according to the attributes Flat, HoldAll, HoldFirst, HoldRest, Orderless to create pattern-matching expressions directly or for the left-hand-side of a
Set[]
,SetDelayed[]
,UpSet[]
orUpSetDelayed[]
expression - evalHoldPattern(IAST, boolean, boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the ast recursively, according to the attributes Flat, HoldAll, HoldFirst, HoldRest, Orderless to create pattern-matching expressions directly or for the left-hand-side of a
Set[]
,SetDelayed[]
,UpSet[]
orUpSeted[]
expression - evalInt(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- evalIntMatrix(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- evalIntVector(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- evalLess(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
Less[arg1, arg2]
can be evaluated toTrue
. - evalLess(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
Less[arg1, arg2, arg3]
can be evaluated toTrue
. - evalLessEqual(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
LessEqual[arg1, arg2]
can be evaluated toTrue
. - evalMessage(String) - Method in class org.matheclipse.core.expression.BuiltInDummy
- evalMessage(String) - Method in class org.matheclipse.core.expression.Symbol
- evalMessage(String) - Method in interface org.matheclipse.core.interfaces.ISymbol
- evalModuleDummySymbol(IExpr, ISymbol, IExpr, boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate an expression for a local "dummy" variable.
- evaln(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use
EvalEngine.evalN(IExpr)
instead - evalN(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluates
expr
numerically. - evalNIL(EvalEngine) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression in symbolic mode with the specified
EvalEngine
. - evalNumber() - Method in class org.matheclipse.core.expression.AbstractAST
-
Evaluate the expression to a
INumber
value. - evalNumber() - Method in class org.matheclipse.core.expression.ApcomplexNum
- evalNumber() - Method in class org.matheclipse.core.expression.ApfloatNum
- evalNumber() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate the expression to a
INumber
value. - evalNumber() - Method in class org.matheclipse.core.expression.ComplexNum
- evalNumber() - Method in class org.matheclipse.core.expression.Num
- evalNumber() - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate the expression to a
INumber
value. - evalNumber() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression to a
INumber
value. - evalPattern(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Store the current numeric mode and evaluate the expression
expr
. - evalPatternMatcher(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Create a pattern matcher
- evalPatternMatcher(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Create a pattern matcher and evaluator.
- evalQuiet(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate an expression in "quiet mode".
- evalQuiet(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use EvalEngine#evalQuiet();
- evalQuietNIL(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate an expression in "quiet mode".
- evalQuietNull(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Deprecated.
- evalQuietNull(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use EvalEngine#evalQuietNull()
- evalReal() - Method in interface org.matheclipse.core.eval.interfaces.IRealConstant
-
Evaluate the symbol to a double number
- evalReal() - Method in class org.matheclipse.core.expression.AbstractAST
-
Evaluate the expression to a
IReal
value. - evalReal() - Method in class org.matheclipse.core.expression.ApfloatNum
- evalReal() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate the expression to a
IReal
value. - evalReal() - Method in class org.matheclipse.core.expression.Num
- evalReal() - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate the expression to a
IReal
value. - evalReal() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression to a
IReal
value. - evalReal() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- evalReal(double[], int, int) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- evalReal(double[], int, int) - Method in class org.matheclipse.core.builtin.Arithmetic.Power
- evalReal(double[], int, int) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- evalReal(double[], int, int) - Method in interface org.matheclipse.core.eval.interfaces.INumeric
-
Evaluate the function to a double number
- evalReplaceAll(IAST) - Method in class org.matheclipse.core.eval.SymjaInterpreter
-
Parse the
codeString
into anIExpr
and iffunction
unequalsnull
, replace all occurences of the slot#
in the function with the parsed expression. - evalRubiDistPlus(IAST, EvalEngine) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
-
Rule 1:
- evalRubiDistTimes(IAST, EvalEngine) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
-
w_*Dist[u_,v_,x_] := Dist[w*u,v,x] /; w=!=-1
- evalRules(ISymbol, IAST) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the rules for an AST.
- evalSetAttributes(IAST) - Method in class org.matheclipse.core.eval.EvalEngine
-
Deprecated.use evalHoldPattern
- evalSetAttributes(IAST, boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Deprecated.use evalHoldPattern
- evalSimplify(IExpr) - Static method in class org.matheclipse.core.expression.F
- evalSymbol(ISymbol) - Static method in class org.matheclipse.core.eval.DoubleStackEvaluator
-
Deprecated.
- evalSymbol(ISymbol) - Static method in class org.matheclipse.core.eval.EvalComplex
- evalSymbolTrue(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
expr
could be evaluated toS.True
. - evalTopLevel(IExpr, EvalEngine[]) - Static method in class org.matheclipse.core.eval.ExprEvaluator
-
Evaluate an expression.
- evalTrace(String, Predicate<IExpr>) - Method in class org.matheclipse.core.eval.EvalUtilities
-
Evaluate the
inputExpression
and return theTrace[inputExpression]
(i.e. - evalTrace(IExpr, Predicate<IExpr>) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate the expression and return the
Trace[expr]
(i.e. - evalTrace(IExpr, Predicate<IExpr>) - Method in class org.matheclipse.core.eval.EvalUtilities
-
Evaluate the
parsedExpression
and return theTrace[parsedExpression]
(i.e. - evalTrue(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
expr
can be evaluated toTrue
. - evalTrue(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use EvalEngine#evalTrue()
- evalTrue(IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
head[arg1]
can be evaluated toTrue
. - evalTrue(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Test if
head[arg1, arg2]
can be evaluated toTrue
. - evalTryCatch(IExpr, EvalEngine[]) - Static method in class org.matheclipse.core.eval.ExprEvaluator
- evaluate() - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Deprecated.use eval()
- evaluate(int[]) - Method in interface org.matheclipse.core.eval.util.IIndexFunction
- evaluate(int[]) - Method in class org.matheclipse.core.eval.util.IndexFunctionDiagonal
- evaluate(String) - Method in class org.matheclipse.core.eval.EvalEngine
-
Parse the given
expression String
into an IExpr and evaluate it. - evaluate(String) - Method in class org.matheclipse.core.eval.EvalUtilities
-
Evaluate the
inputExpression
and return the resulting expression. - evaluate(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Deprecated.use eval()
- evaluate(String, boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Parse the given
expression String
into an IExpr and evaluate it. - evaluate(String, String) - Static method in class org.matheclipse.core.eval.MathUtils
-
Evaluate the expression in
codeString
. - evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.AbstractAST
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ApfloatNum
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ComplexNum
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.ComplexSym
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.DataExpr
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.Num
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.NumStr
- evaluate(EvalEngine) - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate an expression
- evaluate(EvalEngine) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate an expression
- evaluate(EvalEngine) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Evaluate an expression
- evaluate(IAST, int, IExpr[], EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionOptionEvaluator
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractFunctionOptionEvaluator
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.ComplexExpand
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.DiscretePlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.FindInstance
-
Try to find at least one solution for a set of equations (i.e.
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.ListLogLinearPlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.ListLogLogPlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.ListLogPlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.ListPlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.ListPolarPlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.NSolve
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.NumberLinePlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.ParametricPlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.Plot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.Plot3D
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.PolarPlot
- evaluate(IAST, int, IExpr[], EvalEngine, IAST) - Method in class org.matheclipse.core.reflection.system.Solve
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Algebra.Factor
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Power
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Greater
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.CompilerFunctions.CompilePrint
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.FileFunctions.Get
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Cofactor
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Cross
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.FromPolarCoordinates
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.FromSphericalCoordinates
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.MatrixPower
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.MatrixRank
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Minors
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Norm
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.ToPolarCoordinates
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.ToSphericalCoordinates
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Transpose
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.UnitVector
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.VectorAngle
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.ListFunctions.Table
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.NumberTheory.FactorInteger
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.Blank
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.BlankNullSequence
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.BlankSequence
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.Optional
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.OptionsPattern
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.OptionValue
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.Pattern
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.Repeated
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.PatternMatching.RepeatedNull
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.StructureFunctions.LeafCount
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.data.ElementData
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionEvaluator
-
Symbolic evaluation of a function.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionOptionEvaluator
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractCorePredicateEvaluator
-
Symbolic evaluation of a function.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractEvaluator
-
Symbolic evaluation of a function.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Symbolic evaluation of a function.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractFunctionOptionEvaluator
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Matrix
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractNonOrderlessArgMultiple
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractPredicateEvaluator
-
Symbolic evaluation of a function.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractTrigArg1
- evaluate(IAST, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
Symbolic evaluation of a function.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.expression.data.BDDExpr
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.expression.data.FittedModelExpr
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Evaluate an
Orderless
AST only once with the definedHashedPatternRules
. - evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Beep
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.D
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Derivative
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.DifferenceDelta
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.DSolve
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.EasterSunday
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Eliminate
-
Symbolic evaluation of a function.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Export
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ExportString
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ExpToTrig
-
Exponential definitions for trigonometric functions
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.FindMaximum
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.FindMinimum
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.FindRoot
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Fourier
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.FourierDCTMatrix
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.FourierDSTMatrix
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.FrobeniusSolve
-
Symbolic evaluation of a function.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.FunctionExpand
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.HeavisideTheta
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Horner
-
Deprecated.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ImportString
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.In
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Integrate
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.InterpolatingFunction
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.InterpolatingPolynomial
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Interpolation
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.InverseFourier
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.InverseFunction
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.InverseLaplaceTransform
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.InverseZTransform
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.LaplaceTransform
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.LinearOptimization
-
The LinearProgramming provides an implementation of George Dantzig's simplex algorithm for solving linear optimization problems with linear equality and inequality constraints.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.LinearProgramming
-
The LinearProgramming provides an implementation of George Dantzig's simplex algorithm for solving linear optimization problems with linear equality and inequality constraints.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ListLinePlot
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ListLinePlot3D
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ListPlot3D
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ListPointPlot3D
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.MatrixD
-
For the referenced formula numbers (XX) see: Internet Archive - The Matrix Cookbook
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ND
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.NDSolve
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.NFourierTransform
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.NIntegrate
-
Function for numerical integration of univariate real functions.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.NonCommutativeMultiply
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.OptimizeExpression
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Out
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Outer
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Product
-
Product of expressions.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Reduce
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Share
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Sum
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Taylor
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.TrigExpand
-
Expands the argument of sine and cosine functions.
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.TrigReduce
-
Transform products of trigonometric functions into "linear form".
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.TrigToExp
-
Exponential definitions for trigonometric functions
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.ZTransform
- evaluate(IAST, EvalEngine) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- evaluate(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Store the current numeric mode and evaluate the expression
expr
. - evaluate(IExpr) - Method in class org.matheclipse.core.eval.EvalUtilities
-
Evaluate the
parsedExpression
and return the resulting expression. - evaluate(IExpr) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Deprecated.use eval()
- evaluate(IExpr[]) - Method in interface org.matheclipse.core.eval.interfaces.IArrayFunction
- evaluate(ISymbol[], IExpr[]) - Method in class org.matheclipse.core.builtin.ListFunctions.MultipleConstArrayFunction
- evaluate(ISymbol, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractSymbolEvaluator
- evaluate(ISymbol, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.ISymbolEvaluator
-
Symbolic evaluation of a symbol
- evaluate(DoubleEvaluator, FunctionNode, double[]) - Method in class org.matheclipse.core.eval.CoreCallbackFunction
- Evaluate - Static variable in class org.matheclipse.core.expression.ID
- Evaluate - Static variable in class org.matheclipse.core.expression.S
-
Evaluate(expr) - the `Evaluate` function will be executed even if the function attributes `HoldFirst, HoldRest, HoldAll` are set for the function head.
- evaluateArg1(IExpr, EvalEngine) - Method in class org.matheclipse.core.builtin.StatisticsFunctions.Median
- evaluateArg1(IExpr, EvalEngine) - Method in class org.matheclipse.core.builtin.WindowFunctions.WindowFunction
- evaluateArg1(IExpr, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractTrigArg1
- evaluateAST0(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractNonOrderlessArgMultiple
-
Evaluate ast as function with no argument.
- evaluateAST1(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Dot
- evaluateAST1(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractNonOrderlessArgMultiple
-
Evaluate ast as function with one argument.
- evaluateDouble(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Deprecated.use evalf(inputExpression)
- evaluateHashedValues(IAST, OpenIntToList<AbstractHashedPatternRules>, int[], EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
- evaluateHashsRepeated(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
-
Evaluate an
Orderless
AST if thegetHashRuleMap()
method returns aHashedOrderlessMatcher
, - evaluateHead(IAST, EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInDummy
- evaluateHead(IAST, EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInSymbol
- evaluateHead(IAST, EvalEngine) - Method in interface org.matheclipse.core.interfaces.IExpr
- evaluateLast(IExpr, IIterator<IExpr>, IAST, IExpr) - Static method in class org.matheclipse.core.builtin.ListFunctions.Table
-
Evaluate only the last iterator in
iter
forSum()
orProduct()
function calls. - evaluateNIL(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate an object and reset the numeric mode to the value before the evaluation step.
- evaluateNonNumeric(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Store the current numeric mode and evaluate the expression
expr
. - evaluateNull(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Deprecated.
- evaluateOrElse(EvalEngine, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- evaluateOrElse(EvalEngine, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate an expression if unequal
F.NIL
or otherwise returnother
- evaluatePackage(List<ASTNode>, EvalEngine) - Static method in class org.matheclipse.core.builtin.FileFunctions
- evaluatePlusOp(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- evaluatePrecision(EvalEngine) - Method in class org.matheclipse.core.expression.Num
- evaluatePrecision(EvalEngine) - Method in class org.matheclipse.core.expression.NumStr
- evaluatePrecision(EvalEngine) - Method in interface org.matheclipse.core.interfaces.INumber
- evaluateReaplaceAll(String, IAST) - Static method in class org.matheclipse.core.eval.MathUtils
-
Parse the
codeString
into anIExpr
and iffunction
unequalsnull
, replace all occurences of the slot#
in the function with the parsed expression. - evaluateRepeated(IAST, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Evaluate an
Orderless
AST with the definedHashedPatternRules
as long as the header of the given expression equals the evaluated expression. - evaluateRepeatedNoCache(IAST, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Evaluate an
Orderless
AST "uncached" with the definedHashedPatternRules
as long as the header of the given expression equals the evaluated expression. - evaluateSet(IExpr, boolean, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.ISetValueEvaluator
- evaluateSet(IExpr, IExpr, IBuiltInSymbol, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.ISetEvaluator
- evaluateSolve(IExpr, Solve.SolveData, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra.Factor
- evaluateTable(IAST, IAST, IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.ListFunctions.Table
-
Generate a table from standard iterator notation.
- evaluateTableThrow(IAST, IAST, IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.ListFunctions.Table
- evaluateTimesOp(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- evaluateWithTimeout(String, long, TimeUnit, boolean, EvalControlledCallable) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Parse the given
expression String
and evaluate it to an IExpr value. - evalUpRule(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.RulesData
- evalUpRules(IAST) - Method in class org.matheclipse.core.eval.EvalEngine
- evalUpRules(IExpr, EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate the given expression for the "up value" rules (i.e.
- evalUpRules(IExpr, EvalEngine) - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate the given expression for the "up value" rules (i.e.
- evalUpRules(IExpr, EvalEngine) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate the given expression for the "up value" rules (i.e.
- EvalUtilities - Class in org.matheclipse.core.eval
-
Utility to evaluate math expressions.
- EvalUtilities() - Constructor for class org.matheclipse.core.eval.EvalUtilities
-
Constructor for an object which evaluates an expression.
- EvalUtilities(boolean, boolean) - Constructor for class org.matheclipse.core.eval.EvalUtilities
-
Constructor for an object which evaluates an expression.
- EvalUtilities(EvalEngine, boolean, boolean) - Constructor for class org.matheclipse.core.eval.EvalUtilities
-
Constructor for an object which evaluates an expression.
- evalWithoutNumericReset(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Evaluate an object without resetting the numeric mode after the evaluation step.
- EVComparator() - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprTermOrder.EVComparator
- EVComparator() - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder.EVComparator
- evenQ(Object) - Static method in class org.matheclipse.core.expression.J
-
EvenQ(x) - returns `True` if `x` is even, and `False` otherwise.
- evenQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
EvenQ(x) - returns `True` if `x` is even, and `False` otherwise.
- EvenQ - Static variable in class org.matheclipse.core.expression.ID
- EvenQ - Static variable in class org.matheclipse.core.expression.S
-
EvenQ(x) - returns `True` if `x` is even, and `False` otherwise.
- EvenQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
EvenQ(x)
- EvenQuotientQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- EveryQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- EVIGLC(ExpVectorLong, ExpVectorLong) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Inverse graded lexicographical compare.
- EVIGLC(ExpVectorLong, ExpVectorLong, int, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Inverse graded lexicographical compare part.
- EVIGLC(ExpVectorSymbolic, ExpVectorSymbolic) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Inverse graded lexicographical compare.
- EVIGLC(ExpVectorSymbolic, ExpVectorSymbolic, int, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Inverse graded lexicographical compare part.
- EVILCP(ExpVectorLong, ExpVectorLong) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Inverse lexicographical compare.
- EVILCP(ExpVectorLong, ExpVectorLong, int, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Inverse lexicographical compare part.
- EVILCP(ExpVectorSymbolic, ExpVectorSymbolic) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Inverse lexicographical compare.
- EVILCP(ExpVectorSymbolic, ExpVectorSymbolic, int, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Inverse lexicographical compare part.
- EVITDEGLC(ExpVectorLong, ExpVectorLong) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Inverse total degree lexicographical compare.
- EVITDEGLC(ExpVectorSymbolic, ExpVectorSymbolic) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Inverse total degree lexicographical compare.
- EVIWLC(long[][], ExpVectorLong, ExpVectorLong) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Inverse weighted lexicographical compare.
- EVIWLC(long[][], ExpVectorLong, ExpVectorLong, int, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Inverse weighted lexicographical compare part.
- EVIWLC(IExpr[][], ExpVectorSymbolic, ExpVectorSymbolic) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Inverse weighted lexicographical compare.
- EVIWLC(IExpr[][], ExpVectorSymbolic, ExpVectorSymbolic, int, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Inverse weighted lexicographical compare part.
- EVRIGLC(ExpVectorLong, ExpVectorLong) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Reverse inverse graded lexicographical compare.
- EVRIGLC(ExpVectorLong, ExpVectorLong, int, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Reverse inverse graded lexicographical compare part.
- EVRIGLC(ExpVectorSymbolic, ExpVectorSymbolic) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Reverse inverse graded lexicographical compare.
- EVRIGLC(ExpVectorSymbolic, ExpVectorSymbolic, int, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Reverse inverse graded lexicographical compare part.
- EVRILCP(ExpVectorLong, ExpVectorLong) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Reverse inverse lexicographical compare.
- EVRILCP(ExpVectorLong, ExpVectorLong, int, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Reverse inverse lexicographical compare part.
- EVRILCP(ExpVectorSymbolic, ExpVectorSymbolic) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Reverse inverse lexicographical compare.
- EVRILCP(ExpVectorSymbolic, ExpVectorSymbolic, int, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Reverse inverse lexicographical compare part.
- EVRLITDEGC(ExpVectorLong, ExpVectorLong) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Reverse lexicographical inverse total degree compare.
- EVRLITDEGC(ExpVectorSymbolic, ExpVectorSymbolic) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Reverse lexicographical inverse total degree compare.
- evzero - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constant exponent vector 0 for this ring.
- evzero - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
The constant exponent vector 0 for this ring.
- exactNumberQ(Object) - Static method in class org.matheclipse.core.expression.J
-
ExactNumberQ(expr) - returns `True` if `expr` is an exact number, and `False` otherwise.
- ExactNumberQ - Static variable in class org.matheclipse.core.expression.ID
- ExactNumberQ - Static variable in class org.matheclipse.core.expression.S
-
ExactNumberQ(expr) - returns `True` if `expr` is an exact number, and `False` otherwise.
- ExactNumberQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
ExactNumberQ(expr)
- Except - Static variable in class org.matheclipse.core.expression.ID
- Except - Static variable in class org.matheclipse.core.expression.S
-
Except(c) - represents a pattern object that matches any expression except those matching `c`.
- execute() - Method in class org.matheclipse.core.combinatoric.MultisetPartitionsIterator
- execute() - Method in class org.matheclipse.core.combinatoric.NumberPartitionsIterator
- exists(Object, Object) - Static method in class org.matheclipse.core.expression.J
- exists(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- exists(Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- exists(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from index1
satisfy the predicate. - exists(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
- exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST0
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST1
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST2
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST3
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B1
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B2
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B3
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(Predicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from index1
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST0
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST1
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST2
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST3
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B1
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B2
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B3
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(ObjIntPredicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if one of the arguments starting from indexstartOffset
satisfy the predicate. - exists(IAST, Predicate<IExpr>, int) - Static method in class org.matheclipse.core.eval.util.Lambda
-
Deprecated.use IAST#exists()
- Exists - Static variable in class org.matheclipse.core.expression.ID
- Exists - Static variable in class org.matheclipse.core.expression.S
- Exists(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Exists(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- exists2ASTArguments(IAST) - Static method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Check if there are at least two IAST arguments available in
ast
. - existsLeft(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST0
- existsLeft(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST1
- existsLeft(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST2
- existsLeft(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST3
- existsLeft(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B1
- existsLeft(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B2
- existsLeft(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B3
- existsLeft(BiPredicate<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
- existsLeft(BiPredicate<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Compare the arguments pairwise with the
stopPredicate
. - existsLeft(IAST, BiPredicate<IExpr, IExpr>, IExpr, IExpr) - Static method in class org.matheclipse.core.eval.util.Lambda
-
Deprecated.use IAST#existsLeft()
- exit(Object) - Static method in class org.matheclipse.core.expression.J
- Exit - Static variable in class org.matheclipse.core.expression.ID
- Exit - Static variable in class org.matheclipse.core.expression.S
- exp() - Method in class org.matheclipse.core.expression.ApcomplexNum
- exp() - Method in class org.matheclipse.core.expression.ApfloatNum
- exp() - Method in class org.matheclipse.core.expression.ComplexNum
- exp() - Method in class org.matheclipse.core.expression.Num
- exp() - Method in class org.matheclipse.core.expression.NumStr
- exp() - Method in interface org.matheclipse.core.interfaces.IExpr
- exp(Object) - Static method in class org.matheclipse.core.expression.J
-
Exp(z) - the exponential function `E^z`.
- exp(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- Exp - Static variable in class org.matheclipse.core.expression.ID
- Exp - Static variable in class org.matheclipse.core.expression.S
-
Exp(z) - the exponential function `E^z`.
- Exp(int) - Static method in class org.matheclipse.core.expression.F
- Exp(IExpr) - Static method in class org.matheclipse.core.expression.F
-
The exponential function
E^z
. - expand(Object) - Static method in class org.matheclipse.core.expression.J
-
Expand(expr) - expands out positive rational powers and products of sums in `expr`.
- expand(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Expand(expr) - expands out positive rational powers and products of sums in `expr`.
- expand(IAST, Predicate<IExpr>, boolean, boolean, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Expand the given
ast
expression. - expand(IAST, Predicate<IExpr>, boolean, boolean, boolean, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Expand the given
ast
expression. - expand(IExpr) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqFormula
- expand(IExpr, boolean, boolean, boolean) - Static method in class org.matheclipse.core.expression.F
-
Apply
Expand()
to the given expression if it's anIAST
. - Expand - Static variable in class org.matheclipse.core.expression.ID
- Expand - Static variable in class org.matheclipse.core.expression.S
-
Expand(expr) - expands out positive rational powers and products of sums in `expr`.
- Expand(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Expands out positive rational powers and products of sums in
expr
. - Expand(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Expands out positive rational powers and products of sums in
expr
. - ExpandAlgebraicFunction(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- expandAll(Object) - Static method in class org.matheclipse.core.expression.J
-
ExpandAll(expr) - expands out all positive integer powers and products of sums in `expr`.
- expandAll(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ExpandAll(expr) - expands out all positive integer powers and products of sums in `expr`.
- expandAll(IAST, Predicate<IExpr>, boolean, boolean, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra
-
Expand the given
ast
expression. - expandAll(IExpr, boolean, boolean) - Static method in class org.matheclipse.core.expression.F
-
Apply
ExpandAll()
to the given expression if it's anIAST
. - ExpandAll - Static variable in class org.matheclipse.core.expression.ID
- ExpandAll - Static variable in class org.matheclipse.core.expression.S
-
ExpandAll(expr) - expands out all positive integer powers and products of sums in `expr`.
- ExpandAll(IExpr) - Static method in class org.matheclipse.core.expression.F
- ExpandBinomial(IExpr, IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandCleanup(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandExpression(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandIntegrand(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandIntegrand(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandLinearProduct(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- expandMul(IExpr) - Static method in class org.matheclipse.core.sympy.core.Function
- expandMul(IExpr, boolean) - Static method in class org.matheclipse.core.sympy.core.Function
- ExpandToSum(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandToSum(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrig - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrig(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrig(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrigExpand(IExpr, IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrigReduce(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrigReduce(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrigReduceAux(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrigToExp(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExpandTrigToExp(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- expectation(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Expectation(pure-function, data-set) - returns the expected value of the `pure-function` for the given `data-set`.
- Expectation - Static variable in class org.matheclipse.core.expression.ID
- Expectation - Static variable in class org.matheclipse.core.expression.S
-
Expectation(pure-function, data-set) - returns the expected value of the `pure-function` for the given `data-set`.
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.Algebra.Factor
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Greater
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.CompilerFunctions.CompilePrint
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.FileFunctions.Get
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Cofactor
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Cross
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.FromPolarCoordinates
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.FromSphericalCoordinates
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.MatrixPower
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.MatrixRank
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Minors
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Norm
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.ToPolarCoordinates
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.ToSphericalCoordinates
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Transpose
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.UnitVector
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.LinearAlgebra.VectorAngle
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.ListFunctions.Table
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.PatternMatching.Blank
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.PatternMatching.BlankNullSequence
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.PatternMatching.BlankSequence
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.PatternMatching.Optional
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.PatternMatching.OptionsPattern
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.PatternMatching.OptionValue
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.PatternMatching.Pattern
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.PatternMatching.Repeated
- expectedArgSize(IAST) - Method in class org.matheclipse.core.builtin.StructureFunctions.LeafCount
- expectedArgSize(IAST) - Method in class org.matheclipse.core.data.ElementData
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg1
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg2
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractCorePredicateEvaluator
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Matrix
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractNonOrderlessArgMultiple
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractPredicateEvaluator
- expectedArgSize(IAST) - Method in class org.matheclipse.core.eval.interfaces.AbstractTrigArg1
- expectedArgSize(IAST) - Method in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
At index 0 return the "from", at index 1 return the "to" number of arguments, which are expected by this function.
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Beep
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ComplexExpand
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.D
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.DifferenceDelta
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.DiscretePlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.DSolve
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.EasterSunday
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Eliminate
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Export
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ExportString
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ExpToTrig
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.FindInstance
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.FindMaximum
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.FindMinimum
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.FindRoot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Fourier
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.FourierDCTMatrix
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.FourierDSTMatrix
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.FrobeniusSolve
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.FunctionExpand
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Horner
-
Deprecated.
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ImportString
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.In
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.InterpolatingFunction
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.InterpolatingPolynomial
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Interpolation
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.InverseFourier
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.InverseFunction
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.InverseLaplaceTransform
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.InverseZTransform
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.LaplaceTransform
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.LinearOptimization
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.LinearProgramming
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ListLinePlot3D
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ListLogPlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ListPlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ListPolarPlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.LogLinearPlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.LogLogPlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.MatrixD
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ND
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.NDSolve
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.NFourierTransform
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.NIntegrate
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.NSolve
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.NumberLinePlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.OptimizeExpression
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Out
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Outer
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ParametricPlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Plot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Plot3D
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.PolarPlot
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Product
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Reduce
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Share
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Solve
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.Sum
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.TrigExpand
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.TrigReduce
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.TrigToExp
- expectedArgSize(IAST) - Method in class org.matheclipse.core.reflection.system.ZTransform
- expectedArgSize(IAST) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- EXPENSIVE_JUNIT_TESTS - Static variable in class org.matheclipse.core.basic.Config
-
Do time consuming JUnit tests.
- EXPERIMENTAL - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- expIntegralE(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ExpIntegralE(n, expr) - returns the exponential integral `E_n(expr)` of `expr`.
- expIntegralE(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- ExpIntegralE - Static variable in class org.matheclipse.core.expression.ID
- ExpIntegralE - Static variable in class org.matheclipse.core.expression.S
-
ExpIntegralE(n, expr) - returns the exponential integral `E_n(expr)` of `expr`.
- ExpIntegralE(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- expIntegralEi(double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- expIntegralEi(Object) - Static method in class org.matheclipse.core.expression.J
-
ExpIntegralEi(expr) - returns the exponential integral `Ei(expr)` of `expr`.
- expIntegralEi(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- ExpIntegralEi - Static variable in class org.matheclipse.core.expression.ID
- ExpIntegralEi - Static variable in class org.matheclipse.core.expression.S
-
ExpIntegralEi(expr) - returns the exponential integral `Ei(expr)` of `expr`.
- ExpIntegralEi(IExpr) - Static method in class org.matheclipse.core.expression.F
- explicitTolerance - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- expm1() - Method in class org.matheclipse.core.expression.ApcomplexNum
- expm1() - Method in class org.matheclipse.core.expression.ApfloatNum
- expm1() - Method in interface org.matheclipse.core.interfaces.IExpr
- Expon(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Expon(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- exponent() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get the second element of this
AST
list (i.e. - exponent() - Method in class org.matheclipse.core.polynomials.longexponent.ExprMonomial
-
Getter for exponent.
- exponent() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
-
Getter for exponent.
- exponent(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Exponent(polynomial, x) - gives the maximum power with which `x` appears in the expanded form of `polynomial`.
- exponent(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Exponent(polynomial, x) - gives the maximum power with which `x` appears in the expanded form of `polynomial`.
- exponent(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Get the highest exponent of
base
that dividesthis
- exponent(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
-
Get the highest exponent of
base
that dividesthis
- exponent(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
-
Get the highest exponent of
base
that dividesthis
- Exponent - Static variable in class org.matheclipse.core.expression.ID
- Exponent - Static variable in class org.matheclipse.core.expression.S
-
Exponent(polynomial, x) - gives the maximum power with which `x` appears in the expanded form of `polynomial`.
- Exponent(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Exponent(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- exponentialDistribution(Object) - Static method in class org.matheclipse.core.expression.J
-
ExponentialDistribution(lambda) - returns an exponential distribution.
- ExponentialDistribution - Static variable in class org.matheclipse.core.expression.ID
- ExponentialDistribution - Static variable in class org.matheclipse.core.expression.S
-
ExponentialDistribution(lambda) - returns an exponential distribution.
- ExponentialDistribution(IExpr) - Static method in class org.matheclipse.core.expression.F
- ExponentIn(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ExponentInAux(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- exponentIterator() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Iterator over exponents.
- exponentIterator() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Iterator over exponents.
- export(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Export("path-to-filename", expression, "WXF") - if the file system is enabled, export the `expression` in WXF format to the "path-to-filename" file.
- export(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Export("path-to-filename", expression, "WXF") - if the file system is enabled, export the `expression` in WXF format to the "path-to-filename" file.
- Export - Class in org.matheclipse.core.reflection.system
-
Export some data from file system.
- Export - Static variable in class org.matheclipse.core.expression.ID
- Export - Static variable in class org.matheclipse.core.expression.S
-
Export("path-to-filename", expression, "WXF") - if the file system is enabled, export the `expression` in WXF format to the "path-to-filename" file.
- Export() - Constructor for class org.matheclipse.core.reflection.system.Export
- export2DRecursive(ArrayNode, IAST, int, int, GraphicsOptions) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- exportExpressionJSON(IExpr) - Static method in class org.matheclipse.core.convert.ExpressionJSONConvert
-
Export an expression to
ExpressionJSON
format. - exportExpressionJSONIStringX(IExpr) - Static method in class org.matheclipse.core.convert.ExpressionJSONConvert
-
Export an expression to
ExpressionJSON
format. - exportExpressionJSONString(IExpr) - Static method in class org.matheclipse.core.convert.ExpressionJSONConvert
-
Export an expression to
ExpressionJSON
format. - exportExtension(String) - Static method in enum org.matheclipse.core.io.Extension
-
Determine
Extension
format from the extension string. - exportFilename(String) - Static method in enum org.matheclipse.core.io.Extension
-
Determine
Extension
format from the filename's extension. - exportGraphics2D(ObjectNode, ArrayNode, IAST, GraphicsOptions) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- exportGraphics3DRecursive(ArrayNode, IAST) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- exportImage(OutputStream, IAST, Extension) - Static method in class org.matheclipse.core.reflection.system.Export
- exportImage(String, IAST, Extension) - Static method in class org.matheclipse.core.reflection.system.Export
- exportString(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ExportString - Class in org.matheclipse.core.reflection.system
-
Export some data into a string representation
- ExportString - Static variable in class org.matheclipse.core.expression.ID
- ExportString - Static variable in class org.matheclipse.core.expression.S
- ExportString() - Constructor for class org.matheclipse.core.reflection.system.ExportString
- ExportString(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- expr(Number) - Static method in class org.matheclipse.core.expression.F
- Expr - Class in org.matheclipse.core.sympy.core
- Expr() - Constructor for class org.matheclipse.core.sympy.core.Expr
- EXPR_FIELD - Static variable in class org.matheclipse.core.expression.F
- expr2Constraint() - Method in class org.matheclipse.core.convert.Expr2LP
- expr2Cream(IAST, IAST) - Method in class org.matheclipse.core.convert.CreamConvert
- expr2IExprJAS(IExpr) - Method in class org.matheclipse.core.convert.JASIExpr
-
Convert the given expression into a JAS polynomial.
- expr2IExprJAS(IExpr) - Method in class org.matheclipse.core.convert.JASModInteger
-
Convert the given expression into a JAS polynomial.
- expr2IExprJAS(ExprPolynomial) - Method in class org.matheclipse.core.convert.JASIExpr
- expr2JAS(IExpr) - Method in class org.matheclipse.core.convert.JASModInteger
-
Convert the given expression into a JAS polynomial
- expr2JAS(IExpr, boolean) - Method in class org.matheclipse.core.convert.JASConvert
- Expr2LP - Class in org.matheclipse.core.convert
-
Convert a given Symja expression into linear programming objects from the
org.hipparchus.optim.linear
package. - Expr2LP(IExpr) - Constructor for class org.matheclipse.core.convert.Expr2LP
- Expr2LP(IExpr, VariablesSet) - Constructor for class org.matheclipse.core.convert.Expr2LP
- Expr2Object - Class in org.matheclipse.core.convert
- Expr2Object() - Constructor for class org.matheclipse.core.convert.Expr2Object
- expr2ObjectiveFunction() - Method in class org.matheclipse.core.convert.Expr2LP
- ExprAnalyzer - Class in org.matheclipse.core.expression
-
Analyze an expression, if it has linear, polynomial or other form.
- ExprAnalyzer(IExpr, IAST, boolean, EvalEngine) - Constructor for class org.matheclipse.core.expression.ExprAnalyzer
- ExprAnalyzer(IExpr, IAST, EvalEngine) - Constructor for class org.matheclipse.core.expression.ExprAnalyzer
- ExprEdge - Class in org.matheclipse.core.expression.data
-
Create a DefaultEdge for usage in jgrapht.org library
- ExprEdge() - Constructor for class org.matheclipse.core.expression.data.ExprEdge
- Expression - Static variable in class org.matheclipse.core.expression.ID
- Expression - Static variable in class org.matheclipse.core.expression.S
- EXPRESSIONJSON - org.matheclipse.core.io.Extension
-
ExpressionJSON
- ExpressionJSONConvert - Class in org.matheclipse.core.convert
-
Import and export an expression to and from
ExpressionJSON
format. - ExpressionJSONConvert() - Constructor for class org.matheclipse.core.convert.ExpressionJSONConvert
- ExprEvaluator - Class in org.matheclipse.core.eval
-
Evaluate math expressions to
IExpr
results. - ExprEvaluator() - Constructor for class org.matheclipse.core.eval.ExprEvaluator
-
Constructor for an
IExpr
object evaluator. - ExprEvaluator(boolean, short) - Constructor for class org.matheclipse.core.eval.ExprEvaluator
-
Constructor for an
IExpr
object evaluator.ifoutListDisabled==false
no output history for theOut()
function is stored in the evaluation engine. - ExprEvaluator(EvalEngine, boolean, short) - Constructor for class org.matheclipse.core.eval.ExprEvaluator
-
Constructor for an
IExpr
object evaluator. - exprID(short) - Static method in class org.matheclipse.core.expression.S
-
Return the predefined expression corresponding to the
id
from the internal table of built-in symbolsS.BUILT_IN_SYMBOLS
or from the internal table of predefined constant expressionsS.COMMON_IDS
. - exprID(IExpr) - Static method in class org.matheclipse.core.expression.S
- ExprMonomial - Class in org.matheclipse.core.polynomials.longexponent
-
Monomial class.
- ExprMonomial(Map.Entry<ExpVectorLong, IExpr>) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprMonomial
-
Constructor of monomial.
- ExprMonomial(ExpVectorLong, IExpr) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprMonomial
-
Constructor of monomial.
- ExprParser - Class in org.matheclipse.core.parser
-
Create an expression of the
IExpr
class-hierarchy from a math formula's string representation. - ExprParser(EvalEngine) - Constructor for class org.matheclipse.core.parser.ExprParser
- ExprParser(EvalEngine, boolean) - Constructor for class org.matheclipse.core.parser.ExprParser
- ExprParser(EvalEngine, IParserFactory, boolean) - Constructor for class org.matheclipse.core.parser.ExprParser
- ExprParser(EvalEngine, IParserFactory, boolean, boolean, boolean) - Constructor for class org.matheclipse.core.parser.ExprParser
- ExprParserFactory - Class in org.matheclipse.core.parser
- ExprParserFactory() - Constructor for class org.matheclipse.core.parser.ExprParserFactory
-
Create a default ASTNode factory
- exprPoly2Expr(GenPolynomial<IExpr>) - Method in class org.matheclipse.core.convert.JASIExpr
-
Converts a JAS polynomial to a MathEclipse AST with head
Plus
- exprPoly2Expr(GenPolynomial<IExpr>, IExpr) - Method in class org.matheclipse.core.convert.JASIExpr
-
Converts a JAS polynomial to a MathEclipse AST with head
Plus
- ExprPolynomial - Class in org.matheclipse.core.polynomials.longexponent
-
GenPolynomial generic polynomials implementing RingElem.
- ExprPolynomial(ExprPolynomialRing) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Constructor for zero GenPolynomial.
- ExprPolynomial(ExprPolynomialRing, SortedMap<ExpVectorLong, IExpr>) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Constructor for GenPolynomial.
- ExprPolynomial(ExprPolynomialRing, IExpr) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Constructor for GenPolynomial c * x0.
- ExprPolynomial(ExprPolynomialRing, IExpr, ExpVectorLong) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Constructor for GenPolynomial c * xe.
- ExprPolynomial(ExprPolynomialRing, ExpVectorLong) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Constructor for GenPolynomial xe.
- ExprPolynomialRing - Class in org.matheclipse.core.polynomials.longexponent
-
GenPolynomialRing generic polynomial factory implementing ExprRingFactory; Factory for n-variate ordered polynomials over C with Java long exponents..
- ExprPolynomialRing(IAST) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object.
- ExprPolynomialRing(IAST, ExprTermOrder) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object.
- ExprPolynomialRing(ISymbol) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object.
- ExprPolynomialRing(ISymbol, ExprTermOrder) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object.
- ExprPolynomialRing(ExprPolynomialRing, ExprTermOrder) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object with the the same coefficient factory, number of variables and variable names as the given polynomial factory, only the term order differs.
- ExprPolynomialRing(ExprRingFactory, IAST) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object.
- ExprPolynomialRing(ExprRingFactory, IAST, int, ExprTermOrder, boolean) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object.
- ExprPolynomialRing(ExprRingFactory, IAST, ExprTermOrder) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object.
- ExprPolynomialRing(ExprRingFactory, ExprPolynomialRing) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constructor creates a polynomial factory object with the the same term order, number of variables and variable names as the given polynomial factory, only the coefficient factories differ.
- ExprRingFactory - Class in org.matheclipse.core.polynomials.longexponent
-
Singleton ring factory class.
- ExprTermOrder - Class in org.matheclipse.core.polynomials.longexponent
-
Term order class for ordered polynomials.
- ExprTermOrder() - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Constructor for default term order.
- ExprTermOrder(int) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Constructor for given term order.
- ExprTermOrder(int, int, int, int) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Constructor for given split order.
- ExprTermOrder(long[]) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Constructor for given exponent weights.
- ExprTermOrder(long[][]) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Constructor for given exponent weights.
- ExprTermOrder.EVComparator - Class in org.matheclipse.core.polynomials.longexponent
-
Comparator for ExpVectors.
- ExprTermOrderByName - Class in org.matheclipse.core.polynomials.longexponent
-
Term order names for ordered polynomials.
- ExprTermOrderByName() - Constructor for class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
- ExprTools - Class in org.matheclipse.core.sympy.core
- ExprTools() - Constructor for class org.matheclipse.core.sympy.core.ExprTools
- ExprTools.Factors - Class in org.matheclipse.core.sympy.core
-
Efficient representation of
f_1*f_2*...*f_n
. - ExprTrie - Class in org.matheclipse.core.expression
- ExprTrie() - Constructor for class org.matheclipse.core.expression.ExprTrie
- ExprUtil - Class in org.matheclipse.core.interfaces
- ExprUtil() - Constructor for class org.matheclipse.core.interfaces.ExprUtil
- ExprWeightedEdge - Class in org.matheclipse.core.expression.data
-
Create a DefaultWeightedEdge for usage in jgrapht.org library
- ExprWeightedEdge() - Constructor for class org.matheclipse.core.expression.data.ExprWeightedEdge
- expToTrig(Object) - Static method in class org.matheclipse.core.expression.J
- ExpToTrig - Class in org.matheclipse.core.reflection.system
-
ExpToTrig(expr)
- ExpToTrig - Static variable in class org.matheclipse.core.expression.ID
- ExpToTrig - Static variable in class org.matheclipse.core.expression.S
- ExpToTrig() - Constructor for class org.matheclipse.core.reflection.system.ExpToTrig
- ExpToTrig(IExpr) - Static method in class org.matheclipse.core.expression.F
- ExpTrigsFunctions - Class in org.matheclipse.core.builtin
- ExpVectorLong - Class in org.matheclipse.core.polynomials.longexponent
-
ExpVectorLong implements exponent vectors for polynomials using arrays of long as storage unit.
- ExpVectorLong(int) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Constructor for ExpVectorLong.
- ExpVectorLong(int, int, long) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Constructor for ExpVectorLong.
- ExpVectorLong(long[]) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Constructor for ExpVectorLong.
- ExpVectorLong(String) - Constructor for class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Constructor for ExpVectorLong.
- ExpVectorSymbolic - Class in org.matheclipse.core.polynomials.symbolicexponent
-
ExpVectorSymbolic
implements exponent vectors for polynomials using arrays ofIExpr
as storage unit. - ExpVectorSymbolic(int) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Constructor for ExpVectorLong.
- ExpVectorSymbolic(int, int, IExpr) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Constructor for ExpVectorLong.
- ExpVectorSymbolic(IExpr[]) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Constructor for ExpVectorLong.
- extend(int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Extend variables.
- extend(int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Extend variables.
- extend(int, int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Extend variables.
- extend(int, int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Extend variables.
- extend(IAST) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Extend variables.
- extend(IAST) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Extend variables.
- extend(ExprPolynomialRing, int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Extend variables.
- extend(SymbolicPolynomialRing, int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Extend variables.
- extendedGCD(Object) - Static method in class org.matheclipse.core.expression.J
-
ExtendedGCD(n1, n2, ...) - computes the extended greatest common divisor of the given integers.
- extendedGCD(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ExtendedGCD(n1, n2, ...) - computes the extended greatest common divisor of the given integers.
- extendedGCD(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ExtendedGCD(n1, n2, ...) - computes the extended greatest common divisor of the given integers.
- ExtendedGCD - Static variable in class org.matheclipse.core.expression.ID
- ExtendedGCD - Static variable in class org.matheclipse.core.expression.S
-
ExtendedGCD(n1, n2, ...) - computes the extended greatest common divisor of the given integers.
- extendLower(int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Extend lower variables.
- extendLower(int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Extend lower variables.
- extendLower(int, int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Extend lower variables.
- extendLower(int, int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Extend lower variables.
- extendLower(ExprPolynomialRing, int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Extend lower variables.
- extendLower(SymbolicPolynomialRing, int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Extend lower variables.
- extendUnivariate(ExprPolynomialRing, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Extend univariate to multivariate polynomial.
- extendUnivariate(SymbolicPolynomialRing, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Extend univariate to multivariate polynomial.
- Extension - Enum in org.matheclipse.core.io
-
File extensions format.
- Extension - Static variable in class org.matheclipse.core.expression.ID
- Extension - Static variable in class org.matheclipse.core.expression.S
- extract(int, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Deprecated.use
IAST.slice(int, int)
instead - extract(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Extract(expr, list) - extracts parts of `expr` specified by `list`.
- extract(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Extract(expr, list) - extracts parts of `expr` specified by `list`.
- Extract - Static variable in class org.matheclipse.core.expression.ID
- Extract - Static variable in class org.matheclipse.core.expression.S
-
Extract(expr, list) - extracts parts of `expr` specified by `list`.
- Extract(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- extractAdditively(IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.core.Expr
-
Return self - c if it's possible to subtract c from self and make all matching coefficients move towards zero, else return
F.NIL
. - extractConditionalExpression(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Extract
ConditionalExpression
from the arguments ofthis
expression. - extractConditionalExpression(boolean) - Method in interface org.matheclipse.core.interfaces.IAST
-
Extract
ConditionalExpression
from the arguments ofthis
expression. - extractImaginaryUnit(IExpr) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Check if the expression has a complex number factor I (imaginary unit).
- extractImaginaryUnit(IExpr, boolean) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Check if the expression has a complex number factor I (imaginary unit).
- extractRules(IExpr, IASTAppendable) - Static method in class org.matheclipse.core.expression.OptionsPattern
- extractVariable(IExpr, IExpr, boolean, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.Eliminate
-
Extract the variable from the given
expr
assumingexpr == 0
. - extraxtJavadoc(Appendable, String) - Static method in class org.matheclipse.core.form.Documentation
F
- f - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
f
that will never be assigned a value. - f - Variable in exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
- f - Variable in exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
- f(IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
- f(IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
- f(IExpr, IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
- F - Class in org.matheclipse.core.expression
-
Factory for creating Symja predefined function expression objects (interface
IAST
). - F() - Constructor for class org.matheclipse.core.expression.F
- F(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- F(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- f_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
f_
that will be used only for predefined pattern-matching rules and can match one expression. - F_ - Static variable in class org.matheclipse.core.expression.F
- f_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- F_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- f_Symbol - Static variable in class org.matheclipse.core.expression.F
- f1 - Static variable in class org.matheclipse.core.expression.S
- f1 - Variable in exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
- f1 - Variable in exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
- f1(IExpr...) - Static method in class org.matheclipse.core.expression.F
- f2 - Static variable in class org.matheclipse.core.expression.S
- f2 - Variable in exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
- f2 - Variable in exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
- f2(IExpr...) - Static method in class org.matheclipse.core.expression.F
- f3 - Static variable in class org.matheclipse.core.expression.S
- f3(IExpr...) - Static method in class org.matheclipse.core.expression.F
- f4 - Static variable in class org.matheclipse.core.expression.S
- f4(IExpr...) - Static method in class org.matheclipse.core.expression.F
- faces - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- factor(Object) - Static method in class org.matheclipse.core.expression.J
-
Factor(expr) - factors the polynomial expression `expr`
- factor(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Factor(expr) - factors the polynomial expression `expr`
- factor(IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra
- Factor - Class in org.matheclipse.core.sympy.ntheory
- Factor - Static variable in class org.matheclipse.core.expression.ID
- Factor - Static variable in class org.matheclipse.core.expression.S
-
Factor(expr) - factors the polynomial expression `expr`
- Factor() - Constructor for class org.matheclipse.core.builtin.Algebra.Factor
- Factor() - Constructor for class org.matheclipse.core.sympy.ntheory.Factor
- Factor(IExpr) - Static method in class org.matheclipse.core.expression.F
- FactorAbsurdNumber(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- factorBigInteger(BigInteger, boolean, int, int, Int2IntMap) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- factorComplex(IExpr, List<IExpr>, ISymbol, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra
-
Factor the
expr
in the domain of GaussianIntegers. - factorExpr(IAST, IExpr, VariablesSet, boolean, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra.Factor
- factorExprSolve(IAST, IExpr, IExpr, Solve.SolveData, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra.Factor
- factorial() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- factorial() - Method in interface org.matheclipse.core.interfaces.IInteger
-
The factorial number.
- factorial(int) - Static method in class org.matheclipse.core.builtin.NumberTheory
- factorial(Object) - Static method in class org.matheclipse.core.expression.J
-
Factorial(n) - returns the factorial number of the integer `n`
- factorial(IInteger) - Static method in class org.matheclipse.core.builtin.NumberTheory
- Factorial - Static variable in class org.matheclipse.core.expression.ID
- Factorial - Static variable in class org.matheclipse.core.expression.S
-
Factorial(n) - returns the factorial number of the integer `n`
- Factorial(int) - Static method in class org.matheclipse.core.expression.F
- Factorial(IExpr) - Static method in class org.matheclipse.core.expression.F
- factorial2(Object) - Static method in class org.matheclipse.core.expression.J
-
Factorial2(n) - returns the double factorial number of the integer `n` as `n*(n-2)*(n-4)...`.
- Factorial2 - Static variable in class org.matheclipse.core.expression.ID
- Factorial2 - Static variable in class org.matheclipse.core.expression.S
-
Factorial2(n) - returns the double factorial number of the integer `n` as `n*(n-2)*(n-4)...`.
- Factorial2(IExpr) - Static method in class org.matheclipse.core.expression.F
- factorialInt(double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- factorialPower(Object, Object) - Static method in class org.matheclipse.core.expression.J
- factorialPower(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- FactorialPower - Static variable in class org.matheclipse.core.expression.ID
- FactorialPower - Static variable in class org.matheclipse.core.expression.S
- FactorialPower(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- FactorialPower(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- factorIInteger(IInteger) - Method in interface org.matheclipse.core.numbertheory.IPrimality
- factorIInteger(IInteger) - Method in class org.matheclipse.core.numbertheory.Primality
- factorInteger() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- factorInteger() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Return the prime factors paired with their exponents for integer and fractional numbers.
- factorInteger() - Method in interface org.matheclipse.core.interfaces.IRational
-
Return the prime factors paired with their exponents for integer and fractional numbers.
- factorInteger(BigInteger) - Method in interface org.matheclipse.core.numbertheory.IPrimality
- factorInteger(BigInteger) - Method in class org.matheclipse.core.numbertheory.Primality
-
Decomposes the argument
n
into small prime factors. - factorInteger(BigInteger, SortedMultiset<BigInteger>) - Method in interface org.matheclipse.core.numbertheory.IPrimality
- factorInteger(BigInteger, SortedMultiset<BigInteger>) - Method in class org.matheclipse.core.numbertheory.Primality
-
Decomposes the argument
n
into small prime factors. - FactorInteger - Static variable in class org.matheclipse.core.expression.ID
- FactorInteger - Static variable in class org.matheclipse.core.expression.S
-
FactorInteger(n) - returns the factorization of `n` as a list of factors and exponents.
- FactorInteger() - Constructor for class org.matheclipse.core.builtin.NumberTheory.FactorInteger
- FactorInteger(IExpr) - Static method in class org.matheclipse.core.expression.F
- factorize() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Get all prime factors of this integer.
- factorize(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
- factorize(BigInteger, BigInteger, IExpr) - Static method in class org.matheclipse.core.numbertheory.GaussianInteger
- factorize(BigInteger, List<BigInteger>) - Static method in class org.matheclipse.core.numbertheory.Primality
- factorize(DefaultDict<IExpr>, IASTAppendable, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- factorizeLong(long) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- factorModulus(JASModInteger, ModLongRing, GenPolynomial<ModLong>, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
- FactorNumericGcd(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FactorOrder(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- factorRational(GenPolynomial<BigRational>, JASConvert<BigRational>, ISymbol, IExpr) - Static method in class org.matheclipse.core.builtin.Algebra
- Factors() - Constructor for class org.matheclipse.core.sympy.core.ExprTools.Factors
- Factors(TreeMap<IExpr, IExpr>) - Constructor for class org.matheclipse.core.sympy.core.ExprTools.Factors
- Factors(TreeMap<IExpr, IExpr>, boolean) - Constructor for class org.matheclipse.core.sympy.core.ExprTools.Factors
- Factors(IExpr) - Constructor for class org.matheclipse.core.sympy.core.ExprTools.Factors
-
Initialize Factors from
IExpr
- factorSmallPrimes(int, int) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- factorSmallPrimes(int, int) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Factor into small factors below 1021 if possible and determine the root.
- factorSmallPrimes(int, int) - Method in interface org.matheclipse.core.interfaces.IRational
-
Factor into small factors below 1021 if possible and determine the root.
- factorsMap() - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- factorSquareFree(Object) - Static method in class org.matheclipse.core.expression.J
-
FactorSquareFree(polynomial) - factor the polynomial expression `polynomial` square free.
- factorSquareFree(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FactorSquareFree(polynomial) - factor the polynomial expression `polynomial` square free.
- FactorSquareFree - Static variable in class org.matheclipse.core.expression.ID
- FactorSquareFree - Static variable in class org.matheclipse.core.expression.S
-
FactorSquareFree(polynomial) - factor the polynomial expression `polynomial` square free.
- FactorSquareFree(IExpr) - Static method in class org.matheclipse.core.expression.F
- factorSquareFreeList(Object) - Static method in class org.matheclipse.core.expression.J
-
FactorSquareFreeList(polynomial) - get the square free factors of the polynomial expression `polynomial`.
- FactorSquareFreeList - Static variable in class org.matheclipse.core.expression.ID
- FactorSquareFreeList - Static variable in class org.matheclipse.core.expression.S
-
FactorSquareFreeList(polynomial) - get the square free factors of the polynomial expression `polynomial`.
- FactorSquareFreeList(IExpr) - Static method in class org.matheclipse.core.expression.F
- factorTerms(GenPolynomial<BigRational>) - Method in class org.matheclipse.core.convert.JASConvert
-
Pull out overall numerical factor in poly (BigInteger from BigRational coefficients).
- factorTerms(Object) - Static method in class org.matheclipse.core.expression.J
-
FactorTerms(poly) - pulls out any overall numerical factor in `poly`.
- factorTerms(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FactorTerms(poly) - pulls out any overall numerical factor in `poly`.
- FactorTerms - Static variable in class org.matheclipse.core.expression.ID
- FactorTerms - Static variable in class org.matheclipse.core.expression.S
-
FactorTerms(poly) - pulls out any overall numerical factor in `poly`.
- FactorTerms(IExpr) - Static method in class org.matheclipse.core.expression.F
- factorTermsList(Object) - Static method in class org.matheclipse.core.expression.J
-
FactorTermsList(poly) - pulls out any overall numerical factor in `poly` and returns the result in a list.
- factorTermsList(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FactorTermsList(poly) - pulls out any overall numerical factor in `poly` and returns the result in a list.
- FactorTermsList - Static variable in class org.matheclipse.core.expression.ID
- FactorTermsList - Static variable in class org.matheclipse.core.expression.S
-
FactorTermsList(poly) - pulls out any overall numerical factor in `poly` and returns the result in a list.
- factorWithOption(IAST, IExpr, List<IExpr>, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra.Factor
-
Factor the
expr
with the option given inast
. - factory() - Method in interface org.matheclipse.core.interfaces.IExpr
- factory() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Get the corresponding element factory.
- factory() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Get the corresponding element factory.
- FAILED - Static variable in exception org.matheclipse.core.eval.exception.FailedException
- FailedException - Exception in org.matheclipse.core.eval.exception
- FailedException() - Constructor for exception org.matheclipse.core.eval.exception.FailedException
- FALL - org.matheclipse.core.tensor.img.ColorDataGradients
-
gray, brown, orange, yellow
- False - Static variable in class org.matheclipse.core.expression.ID
- False - Static variable in class org.matheclipse.core.expression.S
-
False - the constant `False` represents the boolean value **false**
- FALSE - org.matheclipse.core.interfaces.IExpr.COMPARE_TERNARY
- FalseQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- fApfloatHelper - Variable in class org.matheclipse.core.eval.EvalEngine
-
The precision for numeric operations.
- fApfloatHelperDouble - Variable in class org.matheclipse.core.eval.EvalEngine
- fAttributes - Variable in class org.matheclipse.core.expression.BuiltInDummy
-
The attribute values of the symbol represented by single bits.
- fAttributes - Variable in class org.matheclipse.core.expression.Symbol
-
The attribute values of the symbol represented by single bits.
- fCollection - Variable in class org.matheclipse.core.visit.VisitorCollectionBoolean
- fCommandString - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
The last determined command string
- fConstant - Variable in class org.matheclipse.core.generic.UnaryBindIth
- fConstant1 - Variable in class org.matheclipse.core.generic.BinaryBindIth1st
- fConstant2 - Variable in class org.matheclipse.core.generic.BinaryBindIth1st
- fContext - Variable in class org.matheclipse.core.expression.Symbol
- fCurrentChar - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
Current input character
- fCurrentColumnStartPosition - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
Current rows start position for reporting syntax errors
- fCurrentCount - Variable in class org.matheclipse.core.eval.util.SetSpec
- fCurrentDepth - Variable in class org.matheclipse.core.eval.util.LevelSpec
- fCurrentDepth - Variable in class org.matheclipse.core.visit.AbstractLevelVisitor
- fCurrentDepth - Variable in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- fCurrentLevel - Variable in class org.matheclipse.core.eval.util.LevelSpec
- fCurrentLevel - Variable in class org.matheclipse.core.visit.AbstractLevelVisitor
- fCurrentLevel - Variable in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- fCurrentPosition - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
The position of the current character in the input string
- fData - Variable in class org.matheclipse.core.expression.DataExpr
- fDefault - Variable in class org.matheclipse.core.expression.AbstractPatternSequence
-
Use default value, if no matching was found
- fDefault - Variable in class org.matheclipse.core.expression.Blank
-
Use the default value, if no matching expression was found
- fDefaultOptions - Variable in class org.matheclipse.core.expression.OptionsPattern
- fEncoding - Variable in class org.matheclipse.core.eval.util.WriterOutputStream
- fEndOffset - Variable in class org.matheclipse.core.eval.util.AbstractSequence
- fEngine - Variable in class org.matheclipse.core.eval.EvalControlledCallable
- fEvalEngine - Variable in class org.matheclipse.core.eval.MathMLUtilities
- fEvalEngine - Variable in class org.matheclipse.core.eval.TeXUtilities
- fEvalFlags - Variable in class org.matheclipse.core.expression.AbstractAST
-
Flags for controlling evaluation and left-hand-side pattern-matching expressions
- fEvalFlags - Variable in class org.matheclipse.core.expression.BuiltInDummy
-
Flags for controlling evaluation and left-hand-side pattern-matching expressions
- fEvalFlags - Variable in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Flags for controlling evaluation and left-hand-side pattern-matching expressions
- fEvalFlags - Variable in class org.matheclipse.core.expression.Symbol
-
Flags for controlling evaluation and left-hand-side pattern-matching expressions
- fEvaluationResult - Variable in class org.matheclipse.core.eval.TimeConstrainedEvaluator
- fException - Variable in class org.matheclipse.core.eval.TimeConstrainedEvaluator
- fExplicitTimes - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
If
true
the*
operator must be written for aTimes()
expression. - fFactory - Variable in class org.matheclipse.core.form.tex.AbstractTeXConverter
- fFactory - Variable in class org.matheclipse.core.parser.ExprParser
- fFromDepth - Variable in class org.matheclipse.core.eval.util.LevelSpec
- fFromDepth - Variable in class org.matheclipse.core.visit.AbstractLevelVisitor
- fFromDepth - Variable in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- fFromLevel - Variable in class org.matheclipse.core.eval.util.LevelSpec
- fFromLevel - Variable in class org.matheclipse.core.visit.AbstractLevelVisitor
- fFromLevel - Variable in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- fFunction - Variable in class org.matheclipse.core.visit.IndexedLevel
- fFunction - Variable in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- fFunction - Variable in class org.matheclipse.core.visit.VisitorLevelSpecification
- fHashRuleMap - Variable in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
- fHead - Variable in class org.matheclipse.core.expression.DataExpr
- fHeadOffset - Variable in class org.matheclipse.core.eval.util.ListSizeSequence
- fHeadOffset - Variable in class org.matheclipse.core.visit.VisitorCollectionBoolean
- fHeadTest - Variable in class org.matheclipse.core.expression.Blank
-
The expression which should check the head of the matched expression
- fHeadTest - Variable in class org.matheclipse.core.expression.PatternSequence
-
The expression which should check this pattern sequence
- fHint - Variable in class org.matheclipse.core.interfaces.AbstractEvalStepListener
- fibonacci(int) - Static method in class org.matheclipse.core.builtin.NumberTheory
-
Fibonacci sequence.
- fibonacci(Object) - Static method in class org.matheclipse.core.expression.J
-
Fibonacci(n) - returns the Fibonacci number of the integer `n`
- fibonacci(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Fibonacci(n) - returns the Fibonacci number of the integer `n`
- Fibonacci - Static variable in class org.matheclipse.core.expression.ID
- Fibonacci - Static variable in class org.matheclipse.core.expression.S
-
Fibonacci(n) - returns the Fibonacci number of the integer `n`
- Fibonacci(IExpr) - Static method in class org.matheclipse.core.expression.F
- Fibonacci(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- file(Object) - Static method in class org.matheclipse.core.expression.J
- file(Object, Object) - Static method in class org.matheclipse.core.expression.J
- file(String...) - Static method in class org.matheclipse.core.tensor.ext.HomeDirectory
-
On linux, the directory has the form /home/$USERNAME/string[0]/string[1]/...
- File - Static variable in class org.matheclipse.core.expression.ID
- File - Static variable in class org.matheclipse.core.expression.S
- FileExpr - Class in org.matheclipse.core.expression.data
- FileExpr() - Constructor for class org.matheclipse.core.expression.data.FileExpr
- FileExpr(File) - Constructor for class org.matheclipse.core.expression.data.FileExpr
- FILEEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- fileFormat(Object) - Static method in class org.matheclipse.core.expression.J
- FileFormat - Static variable in class org.matheclipse.core.expression.ID
- FileFormat - Static variable in class org.matheclipse.core.expression.S
- FileFunctions - Class in org.matheclipse.core.builtin
- FileFunctions.Get - Class in org.matheclipse.core.builtin
-
Get[{<file name>}}
- FileHash - Static variable in class org.matheclipse.core.expression.ID
- FileHash - Static variable in class org.matheclipse.core.expression.S
- fileNameJoin(Object) - Static method in class org.matheclipse.core.expression.J
- fileNameJoin(Object, Object) - Static method in class org.matheclipse.core.expression.J
- FileNameJoin - Static variable in class org.matheclipse.core.expression.ID
- FileNameJoin - Static variable in class org.matheclipse.core.expression.S
- fileNames(Object) - Static method in class org.matheclipse.core.expression.J
-
FileNames( ) - returns a list with the filenames in the current working folder..
- fileNames(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FileNames( ) - returns a list with the filenames in the current working folder..
- fileNames(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FileNames( ) - returns a list with the filenames in the current working folder..
- FileNames - Static variable in class org.matheclipse.core.expression.ID
- FileNames - Static variable in class org.matheclipse.core.expression.S
-
FileNames( ) - returns a list with the filenames in the current working folder..
- fileNameTake(Object) - Static method in class org.matheclipse.core.expression.J
- fileNameTake(Object, Object) - Static method in class org.matheclipse.core.expression.J
- FileNameTake - Static variable in class org.matheclipse.core.expression.ID
- FileNameTake - Static variable in class org.matheclipse.core.expression.S
- filePrint(Object) - Static method in class org.matheclipse.core.expression.J
-
FilePrint(file) - prints the raw contents of `file`.
- filePrint(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FilePrint(file) - prints the raw contents of `file`.
- FilePrint - Static variable in class org.matheclipse.core.expression.ID
- FilePrint - Static variable in class org.matheclipse.core.expression.S
-
FilePrint(file) - prints the raw contents of `file`.
- FILESYSTEM_ENABLED - Static variable in class org.matheclipse.core.basic.Config
-
Enable tests and functions which use the local files.
- Filling - Static variable in class org.matheclipse.core.expression.ID
- Filling - Static variable in class org.matheclipse.core.expression.S
- FillingStyle - Static variable in class org.matheclipse.core.expression.ID
- FillingStyle - Static variable in class org.matheclipse.core.expression.S
- fillInStackTrace() - Method in exception org.matheclipse.core.eval.exception.SymjaMathException
- filter(Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to the0th element
of the result array, or otherwise append it to the1st element
of the result array. - filter(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to the0th element
of the result array, or otherwise append it to the1st element
of the result array. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AST0
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AST1
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AST2
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AST3
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.B1
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.B2
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.B3
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append up tomaxMatches
arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Select all elements by applying the
predicate
to each argument in thisAST
and append up tomaxMatches
arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, Predicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append up tomaxMatches
arguments which satisfy the predicate to thefilterAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AST0
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AST1
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AST2
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AST3
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.B1
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.B2
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.B3
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IASTAppendable, Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the elements which satisfy thepredicate
to thefilterAST
, or otherwise append it to therestAST
. - filter(IASTAppendable, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Select all elements by applying the
Predicates.isTrue(expr)
predicate to each argument in thisAST
and append the elements which satisfy thePredicates.isTrue(expr)
predicate to thefilterAST
. - filter(IASTAppendable, IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Select all elements by applying the
Predicates.isTrue(expr)
predicate to each argument in thisAST
and append the elements which satisfy thePredicates.isTrue(expr)
predicate to thefilterAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST0
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST1
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST2
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST3
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B1
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B2
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B3
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - filterFunction(IASTAppendable, IASTAppendable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which thefunction
returns nonF.NIL
elements to thefilterAST
, or otherwise append the argument to therestAST
. - FilterFunctions - Class in org.matheclipse.core.builtin
- filterNIL(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which the function returns nonF.NIL
elements to the0th element
of the result array, or otherwise append it to the1st element
of the result array. - filterNIL(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Select all elements by applying the
function
to each argument in thisAST
and append the result elements for which the function returns nonF.NIL
elements to the0th element
of the result array, or otherwise append it to the1st element
of the result array. - filterRules(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FilterRules(list-of-option-rules, list-of-rules) - filter the `list-of-option-rules` by `list-of-rules`or `list-of-symbols`.
- FilterRules - Static variable in class org.matheclipse.core.expression.ID
- FilterRules - Static variable in class org.matheclipse.core.expression.S
-
FilterRules(list-of-option-rules, list-of-rules) - filter the `list-of-option-rules` by `list-of-rules`or `list-of-symbols`.
- filterSolveLists(IAST, IASTMutable, boolean[]) - Static method in class org.matheclipse.core.eval.util.SolveUtils
-
result[0]
is the list of expressions== 0
. - FinancialFunctions - Class in org.matheclipse.core.builtin
- fIncludeHeads - Variable in class org.matheclipse.core.eval.util.LevelSpec
- fIncludeHeads - Variable in class org.matheclipse.core.visit.AbstractLevelVisitor
- fIncludeHeads - Variable in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- find_linear_recurrence(int) - Method in interface org.matheclipse.core.interfaces.ISeqBase
-
Finds the shortest linear recurrence that satisfies the first n terms of sequence of order ≤
n/2
if possible. - find_linear_recurrence(int, IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.ISeqBase
-
Finds the shortest linear recurrence that satisfies the first n terms of sequence of order ≤
n/2
if possible. - find_linear_recurrence(int, IExpr, IExpr) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- findClusters(Object) - Static method in class org.matheclipse.core.expression.J
-
FindClusters(list-of-data-points, k) - Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.
- findClusters(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindClusters(list-of-data-points, k) - Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.
- findClusters(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindClusters(list-of-data-points, k) - Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.
- FindClusters - Static variable in class org.matheclipse.core.expression.ID
- FindClusters - Static variable in class org.matheclipse.core.expression.S
-
FindClusters(list-of-data-points, k) - Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.
- findCommonFactors(IAST, boolean) - Static method in class org.matheclipse.core.builtin.Algebra.InternalFindCommonFactorPlus
-
Determine common factors in a
Plus(...)
expression. - findCycle(Object) - Static method in class org.matheclipse.core.expression.J
- findCycle(Object, Object) - Static method in class org.matheclipse.core.expression.J
- findCycle(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- FindCycle - Static variable in class org.matheclipse.core.expression.ID
- FindCycle - Static variable in class org.matheclipse.core.expression.S
- findDocumentation(Appendable, String) - Static method in class org.matheclipse.core.form.Documentation
- findDocumentation(String) - Static method in class org.matheclipse.core.form.Documentation
- FindEdgeCover - Static variable in class org.matheclipse.core.expression.ID
- FindEdgeCover - Static variable in class org.matheclipse.core.expression.S
- findEulerianCycle(Object) - Static method in class org.matheclipse.core.expression.J
-
FindEulerianCycle(graph) - find an eulerian cycle in the `graph`.
- FindEulerianCycle - Static variable in class org.matheclipse.core.expression.ID
- FindEulerianCycle - Static variable in class org.matheclipse.core.expression.S
-
FindEulerianCycle(graph) - find an eulerian cycle in the `graph`.
- findExtremum(IAST, EvalEngine, GoalType) - Static method in class org.matheclipse.core.reflection.system.FindMinimum
- findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST0
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST1
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST2
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AST3
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B1
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B2
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.B3
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirst(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Find the first argument position, where the the
function
doesn't returnF.NIL
. - findFirstEquals(IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Deprecated.use
IExpr.indexOf(IExpr)
instead - FindFit - Static variable in class org.matheclipse.core.expression.ID
- FindFit - Static variable in class org.matheclipse.core.expression.S
-
FindFit(list-of-data-points, function, parameters, variable) - solve a least squares problem using the Levenberg-Marquardt algorithm.
- FindFit(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- FindGraphCommunities - Static variable in class org.matheclipse.core.expression.ID
- FindGraphCommunities - Static variable in class org.matheclipse.core.expression.S
- findGraphIsomorphism(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindGraphIsomorphism(graph1, graph2) - returns an isomorphism between `graph1` and `graph2` if it exists.
- FindGraphIsomorphism - Static variable in class org.matheclipse.core.expression.ID
- FindGraphIsomorphism - Static variable in class org.matheclipse.core.expression.S
-
FindGraphIsomorphism(graph1, graph2) - returns an isomorphism between `graph1` and `graph2` if it exists.
- findHamiltonianCycle(Object) - Static method in class org.matheclipse.core.expression.J
-
FindHamiltonianCycle(graph) - find an hamiltonian cycle in the `graph`.
- FindHamiltonianCycle - Static variable in class org.matheclipse.core.expression.ID
- FindHamiltonianCycle - Static variable in class org.matheclipse.core.expression.S
-
FindHamiltonianCycle(graph) - find an hamiltonian cycle in the `graph`.
- FindIndependentEdgeSet - Static variable in class org.matheclipse.core.expression.ID
- FindIndependentEdgeSet - Static variable in class org.matheclipse.core.expression.S
- findIndependentVertexSet(Object) - Static method in class org.matheclipse.core.expression.J
- FindIndependentVertexSet - Static variable in class org.matheclipse.core.expression.ID
- FindIndependentVertexSet - Static variable in class org.matheclipse.core.expression.S
- findIndex - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- findInstance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindInstance(equations, vars) - attempts to find one solution which solves the `equations` for the variables `vars`.
- findInstance(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindInstance(equations, vars) - attempts to find one solution which solves the `equations` for the variables `vars`.
- FindInstance - Class in org.matheclipse.core.reflection.system
-
FindInstance(equations, vars)
- FindInstance - Static variable in class org.matheclipse.core.expression.ID
- FindInstance - Static variable in class org.matheclipse.core.expression.S
-
FindInstance(equations, vars) - attempts to find one solution which solves the `equations` for the variables `vars`.
- FindInstance() - Constructor for class org.matheclipse.core.reflection.system.FindInstance
- findLinearRecurrence(Object) - Static method in class org.matheclipse.core.expression.J
-
FindLinearRecurrence(list) - compute a minimal linear recurrence which returns list.
- findLinearRecurrence(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindLinearRecurrence(list) - compute a minimal linear recurrence which returns list.
- FindLinearRecurrence - Static variable in class org.matheclipse.core.expression.ID
- FindLinearRecurrence - Static variable in class org.matheclipse.core.expression.S
-
FindLinearRecurrence(list) - compute a minimal linear recurrence which returns list.
- findMaximum(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindMaximum(f, {x, xstart}) - searches for a local numerical maximum of `f` for the variable `x` and the start value `xstart`.
- findMaximum(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindMaximum(f, {x, xstart}) - searches for a local numerical maximum of `f` for the variable `x` and the start value `xstart`.
- FindMaximum - Class in org.matheclipse.core.reflection.system
-
FindMaximum(f, {x, xstart})
- FindMaximum - Static variable in class org.matheclipse.core.expression.ID
- FindMaximum - Static variable in class org.matheclipse.core.expression.S
-
FindMaximum(f, {x, xstart}) - searches for a local numerical maximum of `f` for the variable `x` and the start value `xstart`.
- FindMaximum() - Constructor for class org.matheclipse.core.reflection.system.FindMaximum
- FindMaximum(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- findMinimum(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindMinimum(f, {x, xstart}) - searches for a local numerical minimum of `f` for the variable `x` and the start value `xstart`.
- findMinimum(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindMinimum(f, {x, xstart}) - searches for a local numerical minimum of `f` for the variable `x` and the start value `xstart`.
- FindMinimum - Class in org.matheclipse.core.reflection.system
-
FindMinimum(f, {x, xstart})
- FindMinimum - Static variable in class org.matheclipse.core.expression.ID
- FindMinimum - Static variable in class org.matheclipse.core.expression.S
-
FindMinimum(f, {x, xstart}) - searches for a local numerical minimum of `f` for the variable `x` and the start value `xstart`.
- FindMinimum() - Constructor for class org.matheclipse.core.reflection.system.FindMinimum
- FindMinimum(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- findPermutation(Object) - Static method in class org.matheclipse.core.expression.J
-
FindPermutation(list1, list2) - create a `Cycles({{...},{...}, ...})` permutation expression, for two lists whose arguments are the same but may be differently arranged.
- findPermutation(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindPermutation(list1, list2) - create a `Cycles({{...},{...}, ...})` permutation expression, for two lists whose arguments are the same but may be differently arranged.
- FindPermutation - Static variable in class org.matheclipse.core.expression.ID
- FindPermutation - Static variable in class org.matheclipse.core.expression.S
-
FindPermutation(list1, list2) - create a `Cycles({{...},{...}, ...})` permutation expression, for two lists whose arguments are the same but may be differently arranged.
- findRoot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindRoot(f, {x, xmin, xmax}) - searches for a numerical root of `f` for the variable `x`, in the range `xmin` to `xmax`.
- findRoot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindRoot(f, {x, xmin, xmax}) - searches for a numerical root of `f` for the variable `x`, in the range `xmin` to `xmax`.
- FindRoot - Class in org.matheclipse.core.reflection.system
-
FindRoot(f, {x, xmin, xmax})
- FindRoot - Static variable in class org.matheclipse.core.expression.ID
- FindRoot - Static variable in class org.matheclipse.core.expression.S
-
FindRoot(f, {x, xmin, xmax}) - searches for a numerical root of `f` for the variable `x`, in the range `xmin` to `xmax`.
- FindRoot() - Constructor for class org.matheclipse.core.reflection.system.FindRoot
- FindRoot(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- findRoots(double...) - Static method in class org.matheclipse.core.builtin.RootsFunctions
-
Given a set of polynomial coefficients, compute the roots of the polynomial.
- findRoots(IExpr, IAST) - Static method in class org.matheclipse.core.builtin.RootsFunctions
-
Compute a set of polynomial coefficients and the roots for the polynomial coefficients.
- findShortestPath(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindShortestPath(graph, source, destination) - find a shortest path in the `graph` from `source` to `destination`.
- FindShortestPath - Static variable in class org.matheclipse.core.expression.ID
- FindShortestPath - Static variable in class org.matheclipse.core.expression.S
-
FindShortestPath(graph, source, destination) - find a shortest path in the `graph` from `source` to `destination`.
- FindShortestPath(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- findShortestTour(Object) - Static method in class org.matheclipse.core.expression.J
-
FindShortestTour({{p11, p12}, {p21, p22}, {p31, p32}, ...}) - find a shortest tour in the `graph` with minimum `EuclideanDistance`.
- findShortestTour(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindShortestTour({{p11, p12}, {p21, p22}, {p31, p32}, ...}) - find a shortest tour in the `graph` with minimum `EuclideanDistance`.
- findShortestTour(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FindShortestTour({{p11, p12}, {p21, p22}, {p31, p32}, ...}) - find a shortest tour in the `graph` with minimum `EuclideanDistance`.
- FindShortestTour - Static variable in class org.matheclipse.core.expression.ID
- FindShortestTour - Static variable in class org.matheclipse.core.expression.S
-
FindShortestTour({{p11, p12}, {p21, p22}, {p31, p32}, ...}) - find a shortest tour in the `graph` with minimum `EuclideanDistance`.
- FindShortestTour(IExpr) - Static method in class org.matheclipse.core.expression.F
- findSpanningTree(Object) - Static method in class org.matheclipse.core.expression.J
-
FindSpanningTree(graph) - find the minimum spanning tree in the `graph`.
- FindSpanningTree - Static variable in class org.matheclipse.core.expression.ID
- FindSpanningTree - Static variable in class org.matheclipse.core.expression.S
-
FindSpanningTree(graph) - find the minimum spanning tree in the `graph`.
- FindSpanningTree(IExpr) - Static method in class org.matheclipse.core.expression.F
- FindTrigFactor(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- findVertexCover(Object) - Static method in class org.matheclipse.core.expression.J
-
FindVertexCover(graph) - algorithm to find a vertex cover for a `graph`.
- FindVertexCover - Static variable in class org.matheclipse.core.expression.ID
- FindVertexCover - Static variable in class org.matheclipse.core.expression.S
-
FindVertexCover(graph) - algorithm to find a vertex cover for a `graph`.
- finisher() - Method in class org.matheclipse.core.interfaces.IASTAppendable.CollectorImpl
- fInputForm - Variable in class org.matheclipse.core.form.output.OutputFormFactory
-
If
true
print leading and trailing quotes in Symja strings - fInputString - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
Current parser input string
- first() - Method in class org.matheclipse.core.expression.AST0
-
Get the first element of this
AST
list (i.e. - first() - Method in class org.matheclipse.core.expression.AST1
-
Get the first element of this
AST
list (i.e. - first() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Get the first element of this
AST
list (i.e. - first() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the first element of this
AST
list (i.e. - first() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get the first element of this
AST
list (i.e. - first(Object) - Static method in class org.matheclipse.core.expression.J
-
First(expr) - returns the first element in `expr`.
- first(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
First(expr) - returns the first element in `expr`.
- First - Static variable in class org.matheclipse.core.expression.ID
- First - Static variable in class org.matheclipse.core.expression.S
-
First(expr) - returns the first element in `expr`.
- First(IExpr) - Static method in class org.matheclipse.core.expression.F
- firstCase(Object) - Static method in class org.matheclipse.core.expression.J
-
FirstCase({arg1, arg2, ...}, pattern-matcher) - returns the first of the elements `argi` for which `pattern-matcher` is matching.
- firstCase(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FirstCase({arg1, arg2, ...}, pattern-matcher) - returns the first of the elements `argi` for which `pattern-matcher` is matching.
- firstCase(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FirstCase({arg1, arg2, ...}, pattern-matcher) - returns the first of the elements `argi` for which `pattern-matcher` is matching.
- FirstCase - Static variable in class org.matheclipse.core.expression.ID
- FirstCase - Static variable in class org.matheclipse.core.expression.S
-
FirstCase({arg1, arg2, ...}, pattern-matcher) - returns the first of the elements `argi` for which `pattern-matcher` is matching.
- firstPosition(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FirstPosition(expression, pattern-matcher) - returns the first subexpression of `expression` for which `pattern-matcher` is matching.
- firstPosition(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FirstPosition(expression, pattern-matcher) - returns the first subexpression of `expression` for which `pattern-matcher` is matching.
- FirstPosition - Static variable in class org.matheclipse.core.expression.ID
- FirstPosition - Static variable in class org.matheclipse.core.expression.S
-
FirstPosition(expression, pattern-matcher) - returns the first subexpression of `expression` for which `pattern-matcher` is matching.
- fit(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Fit(list-of-data-points, degree, variable) - solve a least squares problem using the Levenberg-Marquardt algorithm.
- Fit - Static variable in class org.matheclipse.core.expression.ID
- Fit - Static variable in class org.matheclipse.core.expression.S
-
Fit(list-of-data-points, degree, variable) - solve a least squares problem using the Levenberg-Marquardt algorithm.
- Fit(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- fIterationLimit - Variable in class org.matheclipse.core.eval.EvalEngine
- FittedModel - Static variable in class org.matheclipse.core.expression.ID
- FittedModel - Static variable in class org.matheclipse.core.expression.S
-
FittedModel( ) - `FittedModel`holds the model generated with `LinearModelFit`
- FittedModelExpr - Class in org.matheclipse.core.expression.data
- FittedModelExpr(UpdatingMultipleLinearRegression) - Constructor for class org.matheclipse.core.expression.data.FittedModelExpr
- FITTEDMODELID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- fiveNum(Object) - Static method in class org.matheclipse.core.expression.J
-
FiveNum({dataset}) - the Tuckey five-number summary is a set of descriptive statistics that provide information about a `dataset`.
- FiveNum - Static variable in class org.matheclipse.core.expression.ID
- FiveNum - Static variable in class org.matheclipse.core.expression.S
-
FiveNum({dataset}) - the Tuckey five-number summary is a set of descriptive statistics that provide information about a `dataset`.
- FiveNum(IExpr) - Static method in class org.matheclipse.core.expression.F
- fix() - Static method in class org.matheclipse.core.basic.AndroidLoggerFix
-
StackLocator
- fixedPoint(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FixedPoint(f, expr) - starting with `expr`, iteratively applies `f` until the result no longer changes.
- fixedPoint(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FixedPoint(f, expr) - starting with `expr`, iteratively applies `f` until the result no longer changes.
- FixedPoint - Static variable in class org.matheclipse.core.expression.ID
- FixedPoint - Static variable in class org.matheclipse.core.expression.S
-
FixedPoint(f, expr) - starting with `expr`, iteratively applies `f` until the result no longer changes.
- fixedPointList(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FixedPointList(f, expr) - starting with `expr`, iteratively applies `f` until the result no longer changes, and returns a list of all intermediate results.
- fixedPointList(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FixedPointList(f, expr) - starting with `expr`, iteratively applies `f` until the result no longer changes, and returns a list of all intermediate results.
- FixedPointList - Static variable in class org.matheclipse.core.expression.ID
- FixedPointList - Static variable in class org.matheclipse.core.expression.S
-
FixedPointList(f, expr) - starting with `expr`, iteratively applies `f` until the result no longer changes, and returns a list of all intermediate results.
- FixInertTrigFunction(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FixIntRule(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FixIntRule(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FixIntRules() - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FixIntRules(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FixRhsIntRule(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FixSimplify - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FixSimplify(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Flat - Static variable in class org.matheclipse.core.expression.ID
- Flat - Static variable in class org.matheclipse.core.expression.S
-
Flat - is an attribute that specifies that nested occurrences of a function should be automatically flattened.
- FLAT - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for an associative function transformation.
- FLAT_TOP - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- FLATORDERLESS - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute combination (ISymbol.FLAT and ISymbol.ORDERLESS)
- FlatOrderlessStepVisitor - Class in org.matheclipse.core.patternmatching
-
This visitor is used in an
MultisetPartitionsIterator
to matchISymbol.FLAT
andISymbol.ORDERLESS
expressions in pattern matching. - FlatOrderlessStepVisitor(ISymbol, IAST, IAST, PatternMatcher.StackMatcher, IPatternMap) - Constructor for class org.matheclipse.core.patternmatching.FlatOrderlessStepVisitor
- FlatOrderlessStepVisitor(ISymbol, IAST, IAST, PatternMatcher.StackMatcher, IPatternMap, boolean) - Constructor for class org.matheclipse.core.patternmatching.FlatOrderlessStepVisitor
- FlatOrderlessStepVisitor(ISymbol, IAST, IAST, PatternMatcher, IPatternMap) - Constructor for class org.matheclipse.core.patternmatching.FlatOrderlessStepVisitor
-
Deprecated.used only for JUnit tests
- FlatStepVisitor - Class in org.matheclipse.core.patternmatching
-
This visitor is used in an
NumberPartitionsIterator
to match flat expressions in pattern matching. - FlatStepVisitor(ISymbol, IAST, IAST, PatternMatcher.StackMatcher, IPatternMap) - Constructor for class org.matheclipse.core.patternmatching.FlatStepVisitor
- FlatStepVisitor(ISymbol, IAST, IAST, PatternMatcher.StackMatcher, IPatternMap, boolean) - Constructor for class org.matheclipse.core.patternmatching.FlatStepVisitor
- flatten() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- flatten() - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Flatten the sparse array into a sparse array of depth 1.
- flatten(Object) - Static method in class org.matheclipse.core.expression.J
-
Flatten(expr) - flattens out nested lists in `expr`.
- flatten(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Flatten(expr) - flattens out nested lists in `expr`.
- flatten(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Flatten(expr) - flattens out nested lists in `expr`.
- flatten(IAST) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Flatten only the first level in the list (i.e.
- flatten(ISymbol, IAST) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Flatten only the first level in the list (i.e.
- flatten(ISymbol, IAST, IASTAppendable, int, int) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Flatten the list (i.e.
- Flatten - Static variable in class org.matheclipse.core.expression.ID
- Flatten - Static variable in class org.matheclipse.core.expression.S
-
Flatten(expr) - flattens out nested lists in `expr`.
- Flatten(IExpr) - Static method in class org.matheclipse.core.expression.F
- Flatten(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- flattenAlloc(ISymbol, IAST) - Static method in class org.matheclipse.core.eval.EvalAttributes
- flattenAt(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FlattenAt(expr, position) - flattens out nested lists at the given `position` in `expr`.
- flattenAt(ISymbol, IAST, int[]) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Flatten all positions in the given list (i.e.
- FlattenAt - Static variable in class org.matheclipse.core.expression.ID
- FlattenAt - Static variable in class org.matheclipse.core.expression.S
-
FlattenAt(expr, position) - flattens out nested lists at the given `position` in `expr`.
- flattenDeep(IAST) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Flatten the list (i.e.
- flattenDeep(ISymbol, IAST) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Flatten the list (i.e.
- flattenSequence(IAST) - Static method in class org.matheclipse.core.expression.F
-
Iterate over the arguments of
list
and flatten the arguments ofSequence(...)
expressions. - flatTopWindow(Object) - Static method in class org.matheclipse.core.expression.J
- flatTopWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- FlatTopWindow - Static variable in class org.matheclipse.core.expression.ID
- FlatTopWindow - Static variable in class org.matheclipse.core.expression.S
- fLhsExprToMatch - Variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Contains the lhs expression which should be matched in a clone of this pattern matcher during matching
- fLHSPattern1 - Variable in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
The first left-hand-side pattern which must match a single term in an
IAST
expression with attributeISymbol.ORDERLESS
. - fLHSPattern2 - Variable in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
The second left-hand-side pattern which must match a single term in an
IAST
expression with attributeISymbol.ORDERLESS
. - fLhsPatternAST - Variable in class org.matheclipse.core.patternmatching.FlatStepVisitor
- fLhsPatternExpr - Variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Contains the "pattern-matching" expression
- fLHSPriority - Variable in class org.matheclipse.core.patternmatching.PatternMatcher
-
priority of the left-hand-side of this matcher
- flipY(int) - Static method in class org.matheclipse.core.bridge.gfx.GfxMatrix
-
Hint: function is useful to construct a pixel2model matrix for an image of given height.
- fListSize - Variable in class org.matheclipse.core.eval.util.ListSizeSequence
- Float - Static variable in class org.matheclipse.core.expression.ID
- Float - Static variable in class org.matheclipse.core.expression.S
- floor() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- floor() - Method in class org.matheclipse.core.expression.ApcomplexNum
- floor() - Method in class org.matheclipse.core.expression.ApfloatNum
- floor() - Method in class org.matheclipse.core.expression.BigFractionSym
- floor() - Method in class org.matheclipse.core.expression.FractionSym
- floor() - Method in interface org.matheclipse.core.interfaces.IExpr
- floor() - Method in interface org.matheclipse.core.interfaces.IRational
- floor() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- floor(Object) - Static method in class org.matheclipse.core.expression.J
-
Floor(expr) - gives the smallest integer less than or equal `expr`.
- floor(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Floor(expr) - gives the smallest integer less than or equal `expr`.
- floor(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Floor, round towards negative infinity.
- Floor - Static variable in class org.matheclipse.core.expression.ID
- Floor - Static variable in class org.matheclipse.core.expression.S
-
Floor(expr) - gives the smallest integer less than or equal `expr`.
- Floor(IExpr) - Static method in class org.matheclipse.core.expression.F
- floorFraction() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- floorFraction() - Method in class org.matheclipse.core.expression.ApcomplexNum
- floorFraction() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Returns the largest (closest to positive infinity)
IInteger
value that is not greater thanthis
and is equal to a mathematical integer. - floorFraction() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Return a new rational representing the biggest integral rational not bigger than
this
. - floorFraction() - Method in class org.matheclipse.core.expression.ComplexNum
- floorFraction() - Method in class org.matheclipse.core.expression.ComplexSym
- floorFraction() - Method in class org.matheclipse.core.expression.FractionSym
-
Return a new rational representing the biggest integral rational not bigger than
this
. - floorFraction() - Method in class org.matheclipse.core.expression.Num
-
Returns the largest (closest to positive infinity)
IInteger
value that is not greater thanthis
and is equal to a mathematical integer. - floorFraction() - Method in interface org.matheclipse.core.interfaces.IFraction
- floorFraction() - Method in interface org.matheclipse.core.interfaces.INumber
-
Returns the largest (closest to positive infinity)
IInteger
value that is not greater thanthis
and is equal to a mathematical integer. - floorFraction() - Method in interface org.matheclipse.core.interfaces.IReal
- FlowControlException - Exception in org.matheclipse.core.eval.exception
-
Base exception for exceptions, which are used to implement "control flow" functions like for example
Break()
(BreakException) andContinue()
(ContinueException). - FlowControlException() - Constructor for exception org.matheclipse.core.eval.exception.FlowControlException
-
Constructs a new FlowControlException with the specified detail
message=null
,cause=null
,enableSuppression=false
, andwritableStackTrace=false
. - FlowControlException(String) - Constructor for exception org.matheclipse.core.eval.exception.FlowControlException
- flush() - Method in class org.matheclipse.core.eval.util.WriterOutputStream
- fMatcher - Variable in class org.matheclipse.core.expression.RepeatedPattern
- fMax - Variable in class org.matheclipse.core.expression.RepeatedPattern
- fMaxCount - Variable in class org.matheclipse.core.eval.util.SetSpec
- fMin - Variable in class org.matheclipse.core.expression.RepeatedPattern
- fMinCount - Variable in class org.matheclipse.core.eval.util.SetSpec
- fModifiedVariablesList - Variable in class org.matheclipse.core.eval.EvalEngine
- fNumberFormat - Variable in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- fold(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Fold[f, x, {a, b}] - returns `f[f[x, a], b]`, and this nesting continues for lists of arbitrary length.
- fold(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Fold[f, x, {a, b}] - returns `f[f[x, a], b]`, and this nesting continues for lists of arbitrary length.
- Fold - Static variable in class org.matheclipse.core.expression.ID
- Fold - Static variable in class org.matheclipse.core.expression.S
-
Fold[f, x, {a, b}] - returns `f[f[x, a], b]`, and this nesting continues for lists of arbitrary length.
- Fold(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- foldLeft(BiFunction<IExpr, IExpr, ? extends IExpr>, IExpr, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Apply the functor to the elements of the range from left to right and return the final result.
- foldLeft(BiFunction<IExpr, IExpr, ? extends IExpr>, IExpr, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Apply the functor to the elements of the range from left to right and return the final result.
- foldLeft(IExpr, IAST, int, int, BiFunction<IExpr, IExpr, ? extends IExpr>, IASTAppendable) - Static method in class org.matheclipse.core.builtin.ListFunctions
-
Fold the list from
start
index including toend
index excluding into theresultCollection
. - foldList(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FoldList[f, x, {a, b}] - returns `{x, f[x, a], f[f[x, a], b]}`
- foldList(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FoldList[f, x, {a, b}] - returns `{x, f[x, a], f[f[x, a], b]}`
- FoldList - Static variable in class org.matheclipse.core.expression.ID
- FoldList - Static variable in class org.matheclipse.core.expression.S
-
FoldList[f, x, {a, b}] - returns `{x, f[x, a], f[f[x, a], b]}`
- foldRight(BiFunction<IExpr, IExpr, ? extends IExpr>, IExpr, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Apply the functor to the elements of the range from right to left and return the final result.
- foldRight(BiFunction<IExpr, IExpr, ? extends IExpr>, IExpr, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Apply the functor to the elements of the range from right to left and return the final result.
- fOneIdentity - Variable in class org.matheclipse.core.patternmatching.FlatStepVisitor
- fontSize() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- fOperator - Variable in class org.matheclipse.core.form.tex.TeXFormOperator
- For - Static variable in class org.matheclipse.core.expression.ID
- For - Static variable in class org.matheclipse.core.expression.S
-
For(start, test, incr, body) - evaluates `start`, and then iteratively `body` and `incr` as long as test evaluates to `True`.
- forAll(Object, Object) - Static method in class org.matheclipse.core.expression.J
- forAll(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- forAll(Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- forAll(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from index1
satisfy the predicate. - forAll(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
- forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST0
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST1
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST2
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST3
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B1
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B2
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B3
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(Predicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from index1
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST0
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST1
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST2
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST3
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B1
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B2
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B3
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(ObjIntPredicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all elements by applying the
predicate
to each argument in thisAST
and returntrue
if all of the arguments starting from indexstartOffset
satisfy the predicate. - forAll(IAST, Predicate<IExpr>, int) - Static method in class org.matheclipse.core.eval.util.Lambda
-
Deprecated.use IAST#forAll()
- ForAll - Static variable in class org.matheclipse.core.expression.ID
- ForAll - Static variable in class org.matheclipse.core.expression.S
- ForAll(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ForAll(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- forAllLeaves(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check all atomic (non IAST objects) leaf elements by applying the
predicate
to each leaf argument in thisAST
and sub-AST
s and returntrue
if all of the leaf elements starting from indexstartOffset
satisfy the predicate. - forAllLeaves(Predicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check all atomic (non IAST objects) leaf elements by applying the
predicate
to each leaf argument in thisAST
and sub-AST
s and returntrue
if all of the leaf elements starting from indexstartOffset
satisfy the predicate. - forAllLeaves(IExpr, Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
- forAllLeaves(IExpr, Predicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
- forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST0
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST1
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST2
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST3
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTRRBTree
- forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B1
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B2
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B3
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, Consumer<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST0
- forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST1
- forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST2
- forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST3
- forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.ASTRRBTree
- forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B1
- forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B2
- forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B3
- forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, int, ObjIntConsumer<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Consume all
value-elements
generated by the given function from indexstart
inclusive toend
exclusive. - forEach(int, Consumer<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Consume all
value-elements
generated by the given function from index1
inclusive toend
exclusive. - forEach(int, ObjIntConsumer<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Consume all
value-elements
generated by the given function from index1
inclusive toend
exclusive. - forEach(BiConsumer<? super String, ? super IExpr>) - Method in class org.matheclipse.core.expression.ExprTrie
- forEach(BiConsumer<? super IExpr, ? super IExpr>) - Method in class org.matheclipse.core.expression.DefaultDict
- forEach(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Iterate over all
value-elements
from index1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST0
- forEach(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST1
-
Iterate over all
value-elements
from index1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST2
-
Iterate over all
value-elements
from index1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AST3
-
Iterate over all
value-elements
from index1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B1
-
Iterate over all
value-elements
from index1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B2
-
Iterate over all
value-elements
from index1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.B3
-
Iterate over all
value-elements
from index1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Iterate over all
value-elements
from index1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST0
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST1
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST2
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST3
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B1
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B2
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B3
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(Consumer<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Iterate over all
value-elements
from indexstartOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEach(ObjIntConsumer<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Consume all
value-elements
generated by the given function from index1
inclusive tosize()
exclusive. - forEach(IASTAppendable, BiFunction<IExpr, IExpr, IExpr>) - Method in class org.matheclipse.core.expression.DefaultDict
-
biFunction.apply(entry.getKey(), entry.getValue())
will be called for every entry of this dictionary. - forEach(IASTAppendable, BiFunction<IExpr, IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Every
entry
of thisIAST
is assumed to be a list of at least 2 elements. - forEach(IAST, Predicate<IExpr>, Consumer<IExpr>) - Static method in class org.matheclipse.core.eval.util.Lambda
-
Consume each argument of
ast
which fulfills thepredicate
. - forEachAppend(IAST, IASTAppendable, Function<IExpr, IExpr>) - Static method in class org.matheclipse.core.eval.util.Lambda
-
Append each argument of
ast
toresult
by applying the givenfunction
to each argument. - forEachRule(Consumer<? super IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Iterate over all elements from index
1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEachRule(Consumer<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Iterate over all elements from index
1
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEachRule(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Iterate over all elements from index
startOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEachRule(Consumer<? super IExpr>, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Iterate over all elements from index
startOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - forEachRule(Consumer<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Iterate over all elements from index
startOffset
tosize()-1
and call the methodConsumer.accept()
for these elements. - FOREVER - Static variable in class org.matheclipse.core.basic.Config
-
The time in milliseconds an evaluation thread should run.
0 => forever - Formal - Class in org.matheclipse.core.sympy.series
- Formal() - Constructor for class org.matheclipse.core.sympy.series.Formal
- Formal.FormalPowerSeries - Class in org.matheclipse.core.sympy.series
- Formal.FormalPowerSeries.FormalPowerSeriesIterator - Class in org.matheclipse.core.sympy.series
- FormalPowerSeries(IExpr, IExpr, IExpr, IExpr, IAST) - Constructor for class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- FormalPowerSeriesIterator(ISeriesBase, IExpr) - Constructor for class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries.FormalPowerSeriesIterator
- FORMATTER - Static variable in class org.matheclipse.core.builtin.GraphicsFunctions
- FORMATTER - Static variable in class org.matheclipse.core.graphics.Show2SVG
- FormBox - Static variable in class org.matheclipse.core.expression.ID
- FormBox - Static variable in class org.matheclipse.core.expression.S
- formula() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqFormula
- fourier(Object) - Static method in class org.matheclipse.core.expression.J
-
Fourier(vector-of-complex-numbers) - Discrete Fourier transform of a `vector-of-complex-numbers`.
- Fourier - Class in org.matheclipse.core.reflection.system
- Fourier - Class in org.matheclipse.core.tensor.fft
-
Discrete Fourier transform of a vector.
- Fourier - Static variable in class org.matheclipse.core.expression.ID
- Fourier - Static variable in class org.matheclipse.core.expression.S
-
Fourier(vector-of-complex-numbers) - Discrete Fourier transform of a `vector-of-complex-numbers`.
- Fourier() - Constructor for class org.matheclipse.core.reflection.system.Fourier
- Fourier() - Constructor for class org.matheclipse.core.tensor.fft.Fourier
- FourierDCT - Static variable in class org.matheclipse.core.expression.ID
- FourierDCT - Static variable in class org.matheclipse.core.expression.S
- fourierDCTMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
FourierDCTMatrix(n) - gives a discrete cosine transform matrix with the dimension `(n,n)` and method `DCT-2`
- fourierDCTMatrix(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FourierDCTMatrix(n) - gives a discrete cosine transform matrix with the dimension `(n,n)` and method `DCT-2`
- FourierDCTMatrix - Class in org.matheclipse.core.reflection.system
- FourierDCTMatrix - Static variable in class org.matheclipse.core.expression.ID
- FourierDCTMatrix - Static variable in class org.matheclipse.core.expression.S
-
FourierDCTMatrix(n) - gives a discrete cosine transform matrix with the dimension `(n,n)` and method `DCT-2`
- FourierDCTMatrix() - Constructor for class org.matheclipse.core.reflection.system.FourierDCTMatrix
- FourierDST - Static variable in class org.matheclipse.core.expression.ID
- FourierDST - Static variable in class org.matheclipse.core.expression.S
- fourierDSTMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
FourierDSTMatrix(n) - gives a discrete sine transform matrix with the dimension `(n,n)` and method `DST-2`
- fourierDSTMatrix(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FourierDSTMatrix(n) - gives a discrete sine transform matrix with the dimension `(n,n)` and method `DST-2`
- FourierDSTMatrix - Class in org.matheclipse.core.reflection.system
- FourierDSTMatrix - Static variable in class org.matheclipse.core.expression.ID
- FourierDSTMatrix - Static variable in class org.matheclipse.core.expression.S
-
FourierDSTMatrix(n) - gives a discrete sine transform matrix with the dimension `(n,n)` and method `DST-2`
- FourierDSTMatrix() - Constructor for class org.matheclipse.core.reflection.system.FourierDSTMatrix
- fourierMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
FourierMatrix(n) - gives a fourier matrix with the dimension `n`.
- FourierMatrix - Class in org.matheclipse.core.tensor.fft
-
applications of
FourierMatrix
is to performFourier
transform and inverse transform of vectors or matrices of arbitrary dimensions. - FourierMatrix - Static variable in class org.matheclipse.core.expression.ID
- FourierMatrix - Static variable in class org.matheclipse.core.expression.S
-
FourierMatrix(n) - gives a fourier matrix with the dimension `n`.
- FourierMatrix() - Constructor for class org.matheclipse.core.tensor.fft.FourierMatrix
- fPackageMode - Variable in class org.matheclipse.core.eval.EvalEngine
- fPackageMode - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
Is true if the parser is parsing a
package
. - fParsedExpression - Variable in class org.matheclipse.core.eval.TimeConstrainedEvaluator
- fPatterHash - Variable in class org.matheclipse.core.patternmatching.PatternMatcher
- fPatternHashRuleMap - Variable in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
- fPatternMap - Variable in class org.matheclipse.core.patternmatching.FlatStepVisitor
- fPatternMap - Variable in class org.matheclipse.core.patternmatching.PatternMatcher
-
A map from a pattern to a possibly found value during pattern-matching.
- fPlusReversed - Variable in class org.matheclipse.core.form.output.ComplexFormFactory
- fPlusReversed - Variable in class org.matheclipse.core.form.output.DoubleFormFactory
- fPrecedence - Variable in class org.matheclipse.core.form.tex.TeXFormOperator
- fps(IExpr) - Static method in class org.matheclipse.core.sympy.series.Formal
- fps(IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.series.Formal
- fps(IExpr, IExpr, char) - Static method in class org.matheclipse.core.sympy.series.Formal
- fps(IExpr, IExpr, INumber, IExpr, boolean, int, boolean, boolean) - Static method in class org.matheclipse.core.sympy.series.Formal
-
Generates Formal Power Series of ``f``
- FracPart - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FracPart(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FracPart(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- fraction(double) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number from a double number with
Config.DOUBLE_EPSILON
maximum error allowed. - fraction(double, double) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number from a double number.
- fraction(long, long) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number
- fraction(BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number
- fraction(BigFraction) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number
- fraction(IInteger, IInteger) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number
- fractionalPart() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Return the fractional part of this fraction
- fractionalPart() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Return the fractional part of this number
- fractionalPart() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Return the fractional part of this fraction
- fractionalPart() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Returns the fractional part of the rational
- fractionalPart() - Method in class org.matheclipse.core.expression.ComplexNum
-
Return the fractional part of this number
- fractionalPart() - Method in class org.matheclipse.core.expression.ComplexSym
-
Return the fractional part of this number
- fractionalPart() - Method in class org.matheclipse.core.expression.FractionSym
-
Returns the fractional part of the rational, i.e.
- fractionalPart() - Method in class org.matheclipse.core.expression.Num
-
Return the fractional part of this fraction
- fractionalPart() - Method in interface org.matheclipse.core.interfaces.IFraction
-
Return the fractional part of this fraction
- fractionalPart() - Method in interface org.matheclipse.core.interfaces.INumber
-
Return the fractional part of this number
- fractionalPart() - Method in interface org.matheclipse.core.interfaces.IRational
-
Return the fractional part of this fraction
- fractionalPart() - Method in interface org.matheclipse.core.interfaces.IReal
-
Return the fractional part of this fraction
- fractionalPart(Object) - Static method in class org.matheclipse.core.expression.J
-
FractionalPart(number) - get the fractional part of a `number`.
- fractionalPart(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Fractional part.
- FractionalPart - Static variable in class org.matheclipse.core.expression.ID
- FractionalPart - Static variable in class org.matheclipse.core.expression.S
-
FractionalPart(number) - get the fractional part of a `number`.
- FractionalPart(IExpr) - Static method in class org.matheclipse.core.expression.F
- fractionalParts(IExpr, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Split the expression into numerator and denominator parts, by separating positive and negative powers and afterwards evaluate the numerator and denominator separately.
- fractionalParts(IExpr, boolean, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Split the expression into numerator and denominator parts, by separating positive and negative powers.
- fractionalPartsPower(IAST, boolean, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Return the denominator for the given
Power[...]
IAST
by separating positive and negative powers. - fractionalPartsRational(IExpr, boolean, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Split the expression into numerator and denominator parts, by separating positive and negative powers.
- fractionalPartsTimesPower(IAST, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Return the numerator and denominator for the given
Times[...]
orPower[a, b]
AST, by separating positive and negative powers. - FractionalPowerFreeQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionalPowerOfLinear(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionalPowerOfQuotientOfLinears(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionalPowerOfSquareQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionalPowerQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionalPowerQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionalPowerSubexpressionQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionBox - Static variable in class org.matheclipse.core.expression.ID
- FractionBox - Static variable in class org.matheclipse.core.expression.S
- FractionBox(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- fractionConvergent(double) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number from a double number.
- fractionExact(double, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" expression that exactly represents the given double number.
- FRACTIONID - org.matheclipse.core.expression.Hierarchy
- FRACTIONID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- FractionOrNegativeQ(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionQ(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FractionSym - Class in org.matheclipse.core.expression
-
IFraction implementation which reimplements methods of the Apache
org.apache.commons.math3.fraction.Fraction
methods. - FRatioDistribution - Static variable in class org.matheclipse.core.expression.ID
- FRatioDistribution - Static variable in class org.matheclipse.core.expression.S
- frechetDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FrechetDistribution(a,b) - returns a Frechet distribution.
- FrechetDistribution - Static variable in class org.matheclipse.core.expression.ID
- FrechetDistribution - Static variable in class org.matheclipse.core.expression.S
-
FrechetDistribution(a,b) - returns a Frechet distribution.
- FrechetDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- fRecursionLimit - Variable in class org.matheclipse.core.eval.EvalEngine
- FREE - Static variable in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Status indicator for free table entries.
- FREE - Static variable in class org.matheclipse.core.eval.util.OpenIntToList
-
Status indicator for free table entries.
- FREE - Static variable in class org.matheclipse.core.eval.util.OpenIntToSet
-
Status indicator for free table entries.
- FreeFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- freeQ(Object) - Static method in class org.matheclipse.core.expression.J
-
FreeQ(`expr`, `x`) - returns 'True' if `expr` does not contain the expression `x`.
- freeQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FreeQ(`expr`, `x`) - returns 'True' if `expr` does not contain the expression `x`.
- FreeQ - Static variable in class org.matheclipse.core.expression.ID
- FreeQ - Static variable in class org.matheclipse.core.expression.S
-
FreeQ(`expr`, `x`) - returns 'True' if `expr` does not contain the expression `x`.
- FreeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- freeSymbols() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
-
This method returns the symbols in the object, excluding those that take on a specific value (i.e.
- FreeTerms(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- fRelaxedSyntax - Variable in class org.matheclipse.core.form.output.ComplexFormFactory
- fRelaxedSyntax - Variable in class org.matheclipse.core.form.output.DoubleFormFactory
- fRepeatedExpr - Variable in class org.matheclipse.core.expression.RepeatedPattern
- fresnelC() - Method in class org.matheclipse.core.expression.ApcomplexNum
- fresnelC() - Method in class org.matheclipse.core.expression.ApfloatNum
- fresnelC() - Method in class org.matheclipse.core.expression.ComplexNum
- fresnelC() - Method in class org.matheclipse.core.expression.Num
- fresnelC() - Method in class org.matheclipse.core.expression.NumStr
- fresnelC() - Method in interface org.matheclipse.core.interfaces.IExpr
- fresnelC(Object) - Static method in class org.matheclipse.core.expression.J
- fresnelC(Apcomplex, FixedPrecisionApfloatHelper) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- fresnelC(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- FresnelC - Static variable in class org.matheclipse.core.expression.ID
- FresnelC - Static variable in class org.matheclipse.core.expression.S
- FresnelC(IExpr) - Static method in class org.matheclipse.core.expression.F
- fresnelS() - Method in class org.matheclipse.core.expression.ApcomplexNum
- fresnelS() - Method in class org.matheclipse.core.expression.ApfloatNum
- fresnelS() - Method in class org.matheclipse.core.expression.ComplexNum
- fresnelS() - Method in class org.matheclipse.core.expression.Num
- fresnelS() - Method in class org.matheclipse.core.expression.NumStr
- fresnelS() - Method in interface org.matheclipse.core.interfaces.IExpr
- fresnelS(Object) - Static method in class org.matheclipse.core.expression.J
- fresnelS(Apcomplex, FixedPrecisionApfloatHelper) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- fresnelS(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- FresnelS - Static variable in class org.matheclipse.core.expression.ID
- FresnelS - Static variable in class org.matheclipse.core.expression.S
- FresnelS(IExpr) - Static method in class org.matheclipse.core.expression.F
- fReturnResult - Variable in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- fRightHandSide - Variable in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- fRightHandSide - Variable in class org.matheclipse.core.patternmatching.PatternMatcherEquals
-
Contains the "pattern-matching" expression
- frobeniusNumber(int[]) - Static method in class org.matheclipse.core.frobenius.FrobeniusNumber
-
Returns Frobenius number
- frobeniusNumber(long[]) - Static method in class org.matheclipse.core.frobenius.FrobeniusNumber
-
Returns Frobenius number
- frobeniusNumber(Object) - Static method in class org.matheclipse.core.expression.J
-
FrobeniusNumber({a1, ...
- frobeniusNumber(BigInteger[]) - Static method in class org.matheclipse.core.frobenius.FrobeniusNumber
-
Returns Frobenius number
- FrobeniusNumber - Class in org.matheclipse.core.frobenius
- FrobeniusNumber - Static variable in class org.matheclipse.core.expression.ID
- FrobeniusNumber - Static variable in class org.matheclipse.core.expression.S
-
FrobeniusNumber({a1, ...
- FrobeniusNumber() - Constructor for class org.matheclipse.core.frobenius.FrobeniusNumber
- frobeniusNumberBigIntArray(BigInteger[]) - Static method in class org.matheclipse.core.frobenius.FrobeniusNumber
- frobeniusSolve(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FrobeniusSolve({a1, ...
- frobeniusSolve(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FrobeniusSolve({a1, ...
- FrobeniusSolve - Class in org.matheclipse.core.reflection.system
-
FrobeniusSolve({a1, ...
- FrobeniusSolve - Static variable in class org.matheclipse.core.expression.ID
- FrobeniusSolve - Static variable in class org.matheclipse.core.expression.S
-
FrobeniusSolve({a1, ...
- FrobeniusSolve() - Constructor for class org.matheclipse.core.reflection.system.FrobeniusSolve
- FrobeniusSolver - Class in org.matheclipse.core.frobenius
- FrobeniusSolver(IInteger[]...) - Constructor for class org.matheclipse.core.frobenius.FrobeniusSolver
- from(BufferedImage) - Static method in class org.matheclipse.core.tensor.img.ImageFormat
-
Encode image as
IAST
Dimensions of output are [height x width] for grayscale images of type BufferedImage.TYPE_BYTE_GRAY [height x width x 4] for color images - from(Map<String, IExpr>) - Static method in class org.matheclipse.core.tensor.qty.SimpleUnitSystem
- from(Properties) - Static method in class org.matheclipse.core.tensor.qty.SimpleUnitSystem
-
given properties map a unit expression to a
IQuantity
- fromCharacterCode(Object) - Static method in class org.matheclipse.core.expression.J
-
FromCharacterCode({ch1, ch2, ...}) - converts the `ch1, ch2,...` character codes into a string of corresponding characters.
- FromCharacterCode - Static variable in class org.matheclipse.core.expression.ID
- FromCharacterCode - Static variable in class org.matheclipse.core.expression.S
-
FromCharacterCode({ch1, ch2, ...}) - converts the `ch1, ch2,...` character codes into a string of corresponding characters.
- fromContinuedFraction(Object) - Static method in class org.matheclipse.core.expression.J
-
FromContinuedFraction({n1, n2, ...}) - reconstructs a number from the list of its continued fraction terms `{n1, n2, ...}`.
- FromContinuedFraction - Static variable in class org.matheclipse.core.expression.ID
- FromContinuedFraction - Static variable in class org.matheclipse.core.expression.S
-
FromContinuedFraction({n1, n2, ...}) - reconstructs a number from the list of its continued fraction terms `{n1, n2, ...}`.
- fromCSV(Reader) - Static method in class org.matheclipse.core.convert.Convert
- fromCSV(String) - Static method in class org.matheclipse.core.convert.Convert
- fromDigits(Object) - Static method in class org.matheclipse.core.expression.J
-
FromDigits(list) - creates an expression from the list of digits for radix `10`.
- fromDigits(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FromDigits(list) - creates an expression from the list of digits for radix `10`.
- FromDigits - Static variable in class org.matheclipse.core.expression.ID
- FromDigits - Static variable in class org.matheclipse.core.expression.S
-
FromDigits(list) - creates an expression from the list of digits for radix `10`.
- fromInteger(long) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a (constant) GenPolynomial<C> element from a long value.
- fromInteger(long) - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- fromInteger(long) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a (constant) GenPolynomial<C> element from a long value.
- fromInteger(BigInteger) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a (constant) GenPolynomial<C> element from a BigInteger value.
- fromInteger(BigInteger) - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- fromInteger(BigInteger) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a (constant) GenPolynomial<C> element from a BigInteger value.
- fromLetterNumber(Object) - Static method in class org.matheclipse.core.expression.J
-
FromLetterNumber(number) - get the corresponding characters from the English alphabet.
- fromLetterNumber(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FromLetterNumber(number) - get the corresponding characters from the English alphabet.
- FromLetterNumber - Static variable in class org.matheclipse.core.expression.ID
- FromLetterNumber - Static variable in class org.matheclipse.core.expression.S
-
FromLetterNumber(number) - get the corresponding characters from the English alphabet.
- fromPolarCoordinates(Object) - Static method in class org.matheclipse.core.expression.J
-
FromPolarCoordinates({r, t}) - return the cartesian coordinates for the polar coordinates `{r, t}`.
- FromPolarCoordinates - Static variable in class org.matheclipse.core.expression.ID
- FromPolarCoordinates - Static variable in class org.matheclipse.core.expression.S
-
FromPolarCoordinates({r, t}) - return the cartesian coordinates for the polar coordinates `{r, t}`.
- FromPolarCoordinates() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.FromPolarCoordinates
- FromPolarCoordinates(IExpr) - Static method in class org.matheclipse.core.expression.F
- fromRomanNumeral(Object) - Static method in class org.matheclipse.core.expression.J
-
FromRomanNumeral(roman-number-string) - converts the given `roman-number-string` to an integer number.
- FromRomanNumeral - Static variable in class org.matheclipse.core.expression.ID
- FromRomanNumeral - Static variable in class org.matheclipse.core.expression.S
-
FromRomanNumeral(roman-number-string) - converts the given `roman-number-string` to an integer number.
- fromSphericalCoordinates(Object) - Static method in class org.matheclipse.core.expression.J
-
FromSphericalCoordinates({r, t, p}) - returns the cartesian coordinates for the spherical coordinates `{r, t, p}`.
- FromSphericalCoordinates - Static variable in class org.matheclipse.core.expression.ID
- FromSphericalCoordinates - Static variable in class org.matheclipse.core.expression.S
-
FromSphericalCoordinates({r, t, p}) - returns the cartesian coordinates for the spherical coordinates `{r, t, p}`.
- FromSphericalCoordinates() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.FromSphericalCoordinates
- FromSphericalCoordinates(IExpr) - Static method in class org.matheclipse.core.expression.F
- fromString(String) - Static method in class org.matheclipse.core.expression.F
-
Parses a given string to an instance of
IExpr
- fRowCounter - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
Row counter for reporting the row where a syntax error occurred.
- fRulesData - Variable in class org.matheclipse.core.expression.BuiltInDummy
-
The pattern matching "down value" rules associated with this symbol.
- fRulesData - Variable in class org.matheclipse.core.expression.Symbol
-
The pattern matching "down value" rules associated with this symbol.
- fRulesData - Variable in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
The pattern matching rules associated with a symbol.
- fSetFlags - Variable in class org.matheclipse.core.patternmatching.PatternMatcher
- fSignificantFigures - Variable in class org.matheclipse.core.eval.EvalEngine
-
The number of significant figures in the output expression
- fStartOffset - Variable in class org.matheclipse.core.eval.util.AbstractSequence
- fStep - Variable in class org.matheclipse.core.eval.util.AbstractSequence
- fSymbol - Variable in class org.matheclipse.core.expression.AbstractPatternSequence
-
The associated symbol for this pattern sequence
- fSymbol - Variable in class org.matheclipse.core.expression.Pattern
-
The associated symbol for this pattern
- fSymbol - Variable in class org.matheclipse.core.patternmatching.FlatStepVisitor
- FSymbol - Static variable in class org.matheclipse.core.expression.S
- fSymbolName - Variable in class org.matheclipse.core.expression.BuiltInDummy
-
The name of this symbol.
- fSymbolName - Variable in class org.matheclipse.core.expression.Symbol
-
The name of this symbol.
- fThrowIfTrue - Variable in class org.matheclipse.core.patternmatching.PatternMatcher
- fToDepth - Variable in class org.matheclipse.core.eval.util.LevelSpec
- fToDepth - Variable in class org.matheclipse.core.visit.AbstractLevelVisitor
- fToDepth - Variable in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- fToken - Variable in class org.matheclipse.core.form.tex.TeXScanner
-
Current input token
- fToLevel - Variable in class org.matheclipse.core.eval.util.LevelSpec
- fToLevel - Variable in class org.matheclipse.core.visit.AbstractLevelVisitor
- fToLevel - Variable in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- Full - Static variable in class org.matheclipse.core.expression.ID
- Full - Static variable in class org.matheclipse.core.expression.S
- FULL - Static variable in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Status indicator for full table entries.
- FULL - Static variable in class org.matheclipse.core.eval.util.OpenIntToList
-
Status indicator for full table entries.
- FULL - Static variable in class org.matheclipse.core.eval.util.OpenIntToSet
-
Status indicator for full table entries.
- FULL_SUPPORT - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- fullForm() - Method in class org.matheclipse.core.expression.data.GraphExpr
-
Convert a graph into an
IAST
full form expression. - fullForm() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- fullForm(Object) - Static method in class org.matheclipse.core.expression.J
-
FullForm(expression) - shows the internal representation of the given `expression`.
- fullForm(AbstractBaseGraph<IExpr, ?>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
-
Convert a graph into an IExpr object.
- FullForm - Static variable in class org.matheclipse.core.expression.ID
- FullForm - Static variable in class org.matheclipse.core.expression.S
-
FullForm(expression) - shows the internal representation of the given `expression`.
- FullForm(IExpr) - Static method in class org.matheclipse.core.expression.F
- fullFormString() - Method in class org.matheclipse.core.expression.AbstractAST
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.ASTAssociation
- fullFormString() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.BigFractionSym
- fullFormString() - Method in class org.matheclipse.core.expression.Blank
- fullFormString() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.ComplexNum
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.ComplexSym
- fullFormString() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
For the FullForm create a compressed sparse row (CSR) representation internally:
SparseArray(Automatic, dimension, defaultValue, {1,{rowPointers, columnIndiceMatrix}, nonZeroValues})
. - fullFormString() - Method in class org.matheclipse.core.expression.DataExpr
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.FractionSym
- fullFormString() - Method in class org.matheclipse.core.expression.Num
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.OptionsPattern
- fullFormString() - Method in class org.matheclipse.core.expression.Pattern
- fullFormString() - Method in class org.matheclipse.core.expression.PatternNested
- fullFormString() - Method in class org.matheclipse.core.expression.PatternSequence
- fullFormString() - Method in class org.matheclipse.core.expression.RepeatedPattern
- fullFormString() - Method in class org.matheclipse.core.expression.StringX
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.expression.Symbol
-
Return the
FullForm()
of this expression - fullFormString() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the
FullForm()
of this expression - fullFormString() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Return the
FullForm()
of this expression - fullFormString(double) - Static method in class org.matheclipse.core.expression.Num
- fullFormString(Apfloat) - Static method in class org.matheclipse.core.expression.ApfloatNum
- fullFormString(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
- fullFormString(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- fullSimplify(Object) - Static method in class org.matheclipse.core.expression.J
-
FullSimplify(expr) - works like `Simplify` but additionally tries some `FunctionExpand` rule transformations to simplify `expr`.
- fullSimplify(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FullSimplify(expr) - works like `Simplify` but additionally tries some `FunctionExpand` rule transformations to simplify `expr`.
- FullSimplify - Static variable in class org.matheclipse.core.expression.ID
- FullSimplify - Static variable in class org.matheclipse.core.expression.S
-
FullSimplify(expr) - works like `Simplify` but additionally tries some `FunctionExpand` rule transformations to simplify `expr`.
- FullSimplify(IExpr) - Static method in class org.matheclipse.core.expression.F
- FULLY_QUALIFIED_CLASS_NAME - org.matheclipse.core.eval.util.SourceCodeProperties.Prefix
- function() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
- function() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- function(Number) - Static method in class org.matheclipse.core.tensor.sca.Mod
- function(Number, Number) - Static method in class org.matheclipse.core.tensor.sca.Mod
- function(IExpr) - Static method in class org.matheclipse.core.tensor.sca.Mod
- function(IExpr, IExpr) - Static method in class org.matheclipse.core.tensor.sca.Mod
- function(IExpr, IExpr...) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST).
- Function - Class in org.matheclipse.core.sympy.core
- Function - Static variable in class org.matheclipse.core.expression.ID
- Function - Static variable in class org.matheclipse.core.expression.S
-
Function(body) - represents a pure function with parameters `#1`, `#2`....
- Function() - Constructor for class org.matheclipse.core.sympy.core.Function
- Function(IExpr) - Static method in class org.matheclipse.core.expression.F
- Function(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- FUNCTION_NAMES - Static variable in class org.matheclipse.core.expression.ID
-
Generated by class:
org.matheclipse.core.preprocessor.FunctionIDGenerator
- FUNCTION_STRINGS - Static variable in class org.matheclipse.core.convert.AST2Expr
- Function4<T1,T2,T3,T4,R> - Interface in org.matheclipse.core.interfaces
-
Represents a function with 4 arguments.
- Function5<T1,T2,T3,T4,T5,R> - Interface in org.matheclipse.core.interfaces
-
Represents a function with 4 arguments.
- FunctionDefinitions - Class in org.matheclipse.core.builtin
- functionDomain(Object, Object) - Static method in class org.matheclipse.core.expression.J
- functionDomain(IExpr, IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.MinMaxFunctions
-
Determine the domain of a function by creating
S.IntervalData
results for thefunction
. - FunctionDomain - Static variable in class org.matheclipse.core.expression.ID
- FunctionDomain - Static variable in class org.matheclipse.core.expression.S
- FunctionDomain(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- FunctionDomain(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- functionEvaled() - Method in interface org.matheclipse.core.interfaces.IAST
-
Set
IAST.BUILT_IN_EVALED
flag. - functionExpand(Object) - Static method in class org.matheclipse.core.expression.J
-
FunctionExpand(expression) - expands the special function `expression`.
- functionExpand(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
FunctionExpand(expression) - expands the special function `expression`.
- functionExpand(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Power
- functionExpand(IAST, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.IFunctionExpand
- FunctionExpand - Class in org.matheclipse.core.reflection.system
-
FunctionExpand(f)
- FunctionExpand - Static variable in class org.matheclipse.core.expression.ID
- FunctionExpand - Static variable in class org.matheclipse.core.expression.S
-
FunctionExpand(expression) - expands the special function `expression`.
- FunctionExpand() - Constructor for class org.matheclipse.core.reflection.system.FunctionExpand
- FunctionExpand(IExpr) - Static method in class org.matheclipse.core.expression.F
- FunctionExpand(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- FunctionExpandRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - FunctionExpandRules() - Constructor for class org.matheclipse.core.reflection.system.rules.FunctionExpandRules
- functionHead(ISymbol) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- functionHead(ISymbol) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- functionHead(ISymbol) - Method in class org.matheclipse.core.form.output.JavaComplexFormFactory
- functionHead(ISymbol) - Method in class org.matheclipse.core.form.output.JavaDoubleFormFactory
- functionHead(ISymbol) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- FunctionOfCoshQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfCosQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfDensePolynomialsQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfExpnQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfExponential(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfExponentialFunction(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfExponentialFunctionAux(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfExponentialQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfExponentialTest(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfExponentialTestAux(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfHyperbolic(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfHyperbolic(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfHyperbolicQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfInverseLinear(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfInverseLinear(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfLinear(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfLinear(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfLinearSubst(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfLog(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfLog(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfQ(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfSinhQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfSinQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfSquareRootOfQuadratic(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfSquareRootOfQuadratic(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfTanhQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfTanhWeight(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfTanQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfTanWeight(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfTrig(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfTrig(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfTrigOfLinearQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- FunctionOfTrigQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- functionRange(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- FunctionRange - Static variable in class org.matheclipse.core.expression.ID
- FunctionRange - Static variable in class org.matheclipse.core.expression.S
- FunctionRange(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- FunctionRange(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- FunctionRangeRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - FunctionRangeRules() - Constructor for class org.matheclipse.core.reflection.system.rules.FunctionRangeRules
- functionURL(Object) - Static method in class org.matheclipse.core.expression.J
-
FunctionURL(built-in-symbol) - returns the GitHub URL of the `built-in-symbol` implementation in the [Symja GitHub repository](https://github.com/axkr/symja_android_library).
- functionURL(ISymbol) - Static method in class org.matheclipse.core.builtin.SourceCodeFunctions
-
Returns the GitHub URL of the
built-in-symbol
implementation in the Symja GitHub repository. - FunctionURL - Static variable in class org.matheclipse.core.expression.ID
- FunctionURL - Static variable in class org.matheclipse.core.expression.S
-
FunctionURL(built-in-symbol) - returns the GitHub URL of the `built-in-symbol` implementation in the [Symja GitHub repository](https://github.com/axkr/symja_android_library).
- FunctionURL(IExpr) - Static method in class org.matheclipse.core.expression.F
- Functors - Class in org.matheclipse.core.generic
- FUZZ_TESTING - Static variable in class org.matheclipse.core.basic.Config
-
Set to true if in fuzz testing mode
- FUZZY_PARSER - Static variable in class org.matheclipse.core.basic.Config
-
Set to true if the fuzzy parser should be used in the free form Symja API
- fWriter - Variable in class org.matheclipse.core.eval.util.WriterOutputStream
- fZeroArgsAllowed - Variable in class org.matheclipse.core.expression.AbstractPatternSequence
G
- g - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
g
that will never be assigned a value. - G(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- G(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- g_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
g_
that will be used only for predefined pattern-matching rules and can match one expression. - G_ - Static variable in class org.matheclipse.core.expression.F
- g_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- G_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- g_Symbol - Static variable in class org.matheclipse.core.expression.F
- gamma(double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- gamma(double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
-
Incomplete gamma function.
- gamma(Object) - Static method in class org.matheclipse.core.expression.J
-
Gamma(z) - is the gamma function on the complex number `z`.
- gamma(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Gamma(z) - is the gamma function on the complex number `z`.
- gamma(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Gamma(z) - is the gamma function on the complex number `z`.
- gamma(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- gamma(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- gamma(Complex, double, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- gamma(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
-
Incomplete gamma function.
- Gamma - Static variable in class org.matheclipse.core.expression.ID
- Gamma - Static variable in class org.matheclipse.core.expression.S
-
Gamma(z) - is the gamma function on the complex number `z`.
- Gamma(IExpr) - Static method in class org.matheclipse.core.expression.F
- Gamma(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Gamma(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- gammaDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GammaDistribution(a,b) - returns a gamma distribution.
- gammaDistribution(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GammaDistribution(a,b) - returns a gamma distribution.
- GammaDistribution - Static variable in class org.matheclipse.core.expression.ID
- GammaDistribution - Static variable in class org.matheclipse.core.expression.S
-
GammaDistribution(a,b) - returns a gamma distribution.
- GammaDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- GammaDistribution(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- GammaJS - Class in org.matheclipse.core.builtin.functions
-
Ported from JavaScript file gamma.js
- gammaRegularized(double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- gammaRegularized(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- gammaRegularized(Object, Object) - Static method in class org.matheclipse.core.expression.J
- gammaRegularized(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- gammaRegularized(Complex, double, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- gammaRegularized(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- GammaRegularized - Static variable in class org.matheclipse.core.expression.ID
- GammaRegularized - Static variable in class org.matheclipse.core.expression.S
- GammaRegularized(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- GammaRegularized(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- GammaRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - GammaRules() - Constructor for class org.matheclipse.core.reflection.system.rules.GammaRules
- gather(Object) - Static method in class org.matheclipse.core.expression.J
-
Gather(list, test) - gathers leaves of `list` into sub lists of items that are the same according to `test`.
- gather(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Gather(list, test) - gathers leaves of `list` into sub lists of items that are the same according to `test`.
- Gather - Static variable in class org.matheclipse.core.expression.ID
- Gather - Static variable in class org.matheclipse.core.expression.S
-
Gather(list, test) - gathers leaves of `list` into sub lists of items that are the same according to `test`.
- Gather(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- gatherBy(Object) - Static method in class org.matheclipse.core.expression.J
-
GatherBy(list, f) - gathers leaves of `list` into sub lists of items whose image under `f` identical.
- gatherBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GatherBy(list, f) - gathers leaves of `list` into sub lists of items whose image under `f` identical.
- GatherBy - Static variable in class org.matheclipse.core.expression.ID
- GatherBy - Static variable in class org.matheclipse.core.expression.S
-
GatherBy(list, f) - gathers leaves of `list` into sub lists of items whose image under `f` identical.
- GatherBy(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- GAUSSIAN - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- GaussianInteger - Class in org.matheclipse.core.numbertheory
- GaussianInteger() - Constructor for class org.matheclipse.core.numbertheory.GaussianInteger
- gaussianIntegers() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Return the Gaussian integers real and imaginary parts.
- gaussianIntegers() - Method in class org.matheclipse.core.expression.ComplexSym
-
Return the Gaussian integers real and imaginary parts.
- gaussianIntegers() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the Gaussian integers real and imaginary parts.
- GaussianIntegers - Static variable in class org.matheclipse.core.expression.ID
- GaussianIntegers - Static variable in class org.matheclipse.core.expression.S
- GaussianMatrix - Static variable in class org.matheclipse.core.expression.ID
- GaussianMatrix - Static variable in class org.matheclipse.core.expression.S
- gaussianWindow(Object) - Static method in class org.matheclipse.core.expression.J
- gaussianWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- GaussianWindow - Static variable in class org.matheclipse.core.expression.ID
- GaussianWindow - Static variable in class org.matheclipse.core.expression.S
- gcd(BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
- gcd(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
- gcd(IExpr) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- gcd(IExpr) - Method in class org.matheclipse.core.expression.BigFractionSym
- gcd(IExpr) - Method in class org.matheclipse.core.expression.FractionSym
- gcd(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- gcd(IExpr) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- gcd(IFraction) - Method in class org.matheclipse.core.expression.BigFractionSym
-
Compute the gcd of two rationals (this and other).
- gcd(IFraction) - Method in class org.matheclipse.core.expression.FractionSym
-
Compute the gcd of two rationals (this and other).
- gcd(IFraction) - Method in interface org.matheclipse.core.interfaces.IFraction
- gcd(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns the greatest common divisor of this large integer and the one specified.
- gcd(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns the greatest common divisor of this large integer and the one specified.
- gcd(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
-
Returns the greatest common divisor of this large integer and the one specified.
- gcd(IInteger[], IInteger[]) - Static method in class org.matheclipse.core.numbertheory.GaussianInteger
-
Greatest common divisor of the gaussian
IInteger
numbersg1, g2
. - gcd(IRational) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Compute the gcd of two rationals.
- gcd(IRational) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Compute the gcd of two rationals.
- gcd(IRational) - Method in interface org.matheclipse.core.interfaces.IRational
-
Compute the gcd of two rationals.
- gcd(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial greatest common divisor.
- gcd(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong greatest common divisor.
- gcd(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong greatest common divisor.
- gcd(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial greatest common divisor.
- gcd(ExprTools.Factors) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- GCD - Static variable in class org.matheclipse.core.expression.ID
- GCD - Static variable in class org.matheclipse.core.expression.S
-
GCD(n1, n2, ...) - computes the greatest common divisor of the given integers.
- GCD(IExpr) - Static method in class org.matheclipse.core.expression.F
- GCD(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- gcdTerms(IExpr) - Static method in class org.matheclipse.core.sympy.core.ExprTools
-
Compute the GCD of
terms
and put them together. - gegenbauerC(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GegenbauerC(n, a, x) - returns the GegenbauerC polynomial.
- gegenbauerC(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GegenbauerC(n, a, x) - returns the GegenbauerC polynomial.
- GegenbauerC - Static variable in class org.matheclipse.core.expression.ID
- GegenbauerC - Static variable in class org.matheclipse.core.expression.S
-
GegenbauerC(n, a, x) - returns the GegenbauerC polynomial.
- GegenbauerC(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- GegenbauerC(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- gen() - Method in interface org.matheclipse.core.interfaces.ISeqBase
- gen() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- General - Static variable in class org.matheclipse.core.expression.ID
- General - Static variable in class org.matheclipse.core.expression.S
- GeneralizedBinomialDegree(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedBinomialMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedBinomialParts(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedBinomialQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedBinomialTest(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedTrinomialDegree(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedTrinomialMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedTrinomialParts(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedTrinomialQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeneralizedTrinomialTest(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- generate(boolean, IAST, IExpr) - Method in class org.matheclipse.core.polynomials.HornerScheme
- generate(int) - Method in interface org.matheclipse.core.polynomials.PolynomialsUtils.RecurrenceCoefficientsGenerator
-
Generate recurrence coefficients.
- Generate - Class in org.matheclipse.core.sympy.ntheory
- Generate() - Constructor for class org.matheclipse.core.sympy.ntheory.Generate
- generateConditions() - Method in class org.matheclipse.core.reflection.system.Solve.SolveData
-
Get the value for the option
S.GenerateConditions
- GenerateConditions - Static variable in class org.matheclipse.core.expression.ID
- GenerateConditions - Static variable in class org.matheclipse.core.expression.S
- generators() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a list of the generating elements.
- generators() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- generators() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a list of the generating elements.
- generators(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a list of the generating elements excluding the module variables.
- generators(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a list of the generating elements excluding the module variables.
- GenericPair<K,V> - Class in org.matheclipse.core.generic
-
Generic pair.
- GenericPair(K, V) - Constructor for class org.matheclipse.core.generic.GenericPair
-
Create an entry representing a mapping from the specified key to the specified value.
- GenericPair(GenericPair<? extends K, ? extends V>) - Constructor for class org.matheclipse.core.generic.GenericPair
-
Create an entry representing the same mapping as the specified entry.
- genmatrix2List(GenMatrix<IExpr>, boolean) - Static method in class org.matheclipse.core.convert.Convert
- GensymSubst(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeodesyData - Static variable in class org.matheclipse.core.expression.ID
- GeodesyData - Static variable in class org.matheclipse.core.expression.S
- GeodesyFunctions - Class in org.matheclipse.core.builtin
- geoDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GeoDistance({latitude1,longitude1}, {latitude2,longitude2}) - returns the geodesic distance between `{latitude1,longitude1}` and `{latitude2,longitude2}`.
- GeoDistance - Static variable in class org.matheclipse.core.expression.ID
- GeoDistance - Static variable in class org.matheclipse.core.expression.S
-
GeoDistance({latitude1,longitude1}, {latitude2,longitude2}) - returns the geodesic distance between `{latitude1,longitude1}` and `{latitude2,longitude2}`.
- GeoDistance(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- geometricDistribution(Object) - Static method in class org.matheclipse.core.expression.J
-
GeometricDistribution(p) - returns a geometric distribution.
- GeometricDistribution - Static variable in class org.matheclipse.core.expression.ID
- GeometricDistribution - Static variable in class org.matheclipse.core.expression.S
-
GeometricDistribution(p) - returns a geometric distribution.
- GeometricLayer - Class in org.matheclipse.core.bridge.gfx
-
GeometricLayer transforms from model to pixel coordinates see RenderInterface
- GeometricLayer(IAST) - Constructor for class org.matheclipse.core.bridge.gfx.GeometricLayer
- geometricMean(Object) - Static method in class org.matheclipse.core.expression.J
-
GeometricMean({a, b, c,...}) - returns the geometric mean of `{a, b, c,...}`.
- GeometricMean - Static variable in class org.matheclipse.core.expression.ID
- GeometricMean - Static variable in class org.matheclipse.core.expression.S
-
GeometricMean({a, b, c,...}) - returns the geometric mean of `{a, b, c,...}`.
- GeometricMean(IExpr) - Static method in class org.matheclipse.core.expression.F
- GeometricTransformation - Static variable in class org.matheclipse.core.expression.ID
- GeometricTransformation - Static variable in class org.matheclipse.core.expression.S
- geoPosition(Object) - Static method in class org.matheclipse.core.expression.J
- GeoPosition - Static variable in class org.matheclipse.core.expression.ID
- GeoPosition - Static variable in class org.matheclipse.core.expression.S
- GeoPositionExpr - Class in org.matheclipse.core.expression.data
- GeoPositionExpr(GlobalPosition) - Constructor for class org.matheclipse.core.expression.data.GeoPositionExpr
- GEOPOSITIONID - org.matheclipse.core.expression.Hierarchy
- GEOPOSITIONID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- GeQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GeQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- get() - Static method in class org.matheclipse.core.bridge.awt.MousePosition
- get() - Method in class org.matheclipse.core.builtin.WindowFunctions.WindowFunction
- get() - Static method in class org.matheclipse.core.eval.EvalEngine
-
Get the thread local evaluation engine instance
- get() - Static method in class org.matheclipse.core.form.output.JavaComplexFormFactory
-
Get an
JavaDoubleFormFactory
for converting an internal expression to a user readable string, withrelaxedSyntax
set to false. - get() - Static method in class org.matheclipse.core.form.output.JavaDoubleFormFactory
-
Get an
JavaDoubleFormFactory
for converting an internal expression to a user readable string, withrelaxedSyntax
set to false. - get() - Static method in class org.matheclipse.core.form.output.JavaScriptFormFactory
-
Get an
JavaScriptFormFactory
for converting an internal expression to a user readable string, withrelaxedSyntax
set to false. - get() - Static method in class org.matheclipse.core.form.output.OutputFormFactory
-
Get an
OutputFormFactory
for converting an internal expression to a user readable string, withrelaxedSyntax
set to false. - get() - Static method in class org.matheclipse.core.form.output.WolframFormFactory
-
Get an
WolframFormFactory
for converting an internal expression to Wolfram language input form string. - get() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Deprecated.use
ISymbol.assignedValue()
instead - get(boolean) - Static method in class org.matheclipse.core.form.output.JavaComplexFormFactory
-
Get an
JavaDoubleFormFactory
for converting an internal expression to a user readable string. - get(boolean) - Static method in class org.matheclipse.core.form.output.JavaDoubleFormFactory
-
Get an
JavaDoubleFormFactory
for converting an internal expression to a user readable string. - get(boolean) - Static method in class org.matheclipse.core.form.output.JavaScriptFormFactory
-
Get an
JavaScriptFormFactory
for converting an internal expression to a user readable string. - get(boolean) - Static method in class org.matheclipse.core.form.output.OutputFormFactory
-
Get an
OutputFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean) - Static method in class org.matheclipse.core.form.output.JavaComplexFormFactory
-
Get an
JavaDoubleFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean) - Static method in class org.matheclipse.core.form.output.JavaDoubleFormFactory
-
Get an
JavaDoubleFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean) - Static method in class org.matheclipse.core.form.output.JavaScriptFormFactory
-
Get an
JavaScriptFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean) - Static method in class org.matheclipse.core.form.output.OutputFormFactory
-
Get an
OutputFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean, boolean, int, int) - Static method in class org.matheclipse.core.form.output.OutputFormFactory
-
Get an
OutputFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean, int, int) - Static method in class org.matheclipse.core.form.output.JavaDoubleFormFactory
-
Get an
JavaDoubleFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean, int, int) - Static method in class org.matheclipse.core.form.output.JavaScriptFormFactory
-
Get an
JavaScriptFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean, int, int) - Static method in class org.matheclipse.core.form.output.OutputFormFactory
-
Get an
OutputFormFactory
for converting an internal expression to a user readable string. - get(boolean, boolean, int, int, boolean) - Static method in class org.matheclipse.core.form.output.JavaComplexFormFactory
-
Get an
JavaDoubleFormFactory
for converting an internal expression to a user readable string. - get(int) - Method in class org.matheclipse.core.eval.util.ArraySet
- get(int) - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Get the stored value associated with the given key
- get(int) - Method in class org.matheclipse.core.eval.util.OpenIntToList
-
Get the stored value associated with the given key
- get(int) - Method in class org.matheclipse.core.eval.util.OpenIntToSet
-
Get the stored value associated with the given key
- get(int) - Method in class org.matheclipse.core.expression.AbstractAST
- get(int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- get(int) - Method in class org.matheclipse.core.expression.AST0
- get(int) - Method in class org.matheclipse.core.expression.AST1
- get(int) - Method in class org.matheclipse.core.expression.AST2
- get(int) - Method in class org.matheclipse.core.expression.AST3
- get(int) - Method in class org.matheclipse.core.expression.ASTAssociation
- get(int) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- get(int) - Method in class org.matheclipse.core.expression.ASTRealVector
- get(int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- get(int) - Method in class org.matheclipse.core.expression.ASTSeriesData
- get(int) - Method in class org.matheclipse.core.expression.B1
- get(int) - Method in class org.matheclipse.core.expression.B2
- get(int) - Method in class org.matheclipse.core.expression.B3
- get(int) - Method in class org.matheclipse.core.expression.ContextPath
- get(int) - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- get(int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- get(int) - Method in class org.matheclipse.core.expression.HMArrayList
- get(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns the element at the specified location in this
IAST
. - get(int) - Method in interface org.matheclipse.core.interfaces.INumericArray
-
Get the value at the current position as an
IExpr
object - get(int) - Method in interface org.matheclipse.core.interfaces.ISparseArray
- get(int) - Method in interface org.matheclipse.core.interfaces.ITensorAccess
-
Returns the element at the specified location in this
ISparseArray
orIAST
. - get(int) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Gets a single element of this vector.
- get(Object) - Method in class org.matheclipse.core.eval.util.OpenFixedSizeMap
- get(Object) - Static method in class org.matheclipse.core.expression.J
-
Get("path-to-package-file-name") - load the package defined in `path-to-package-file-name`.
- get(Object) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Returns the multiplicity of the given value.
- get(String) - Method in class org.matheclipse.core.expression.Context
- get(String) - Method in class org.matheclipse.core.expression.ExprTrie
- get(String) - Method in class org.matheclipse.core.parser.ExprParserFactory
- get(String, TrieMatch) - Method in class org.matheclipse.core.expression.ExprTrie
- get(IAST) - Method in class org.matheclipse.core.tensor.itp.BSplineInterpolation
- get(IAST) - Method in interface org.matheclipse.core.tensor.itp.Interpolation
-
if index.length() is less than the rank r of the tensor object that is being interpolated, then the function get(...) returns a tensor of rank r - index.length()
- get(IAST) - Method in class org.matheclipse.core.tensor.itp.LinearInterpolation
- get(IExpr) - Method in class org.matheclipse.core.expression.DefaultDict
-
Deprecated.use
DefaultDict.getNull(IExpr)
instead - get(IExpr) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Get the
int
value mapped to the given pattern or symbol. - get(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Get the
int
value mapped to the given pattern or symbol. - get(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- get(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- get(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- get(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- get(IInteger) - Method in class org.matheclipse.core.expression.AbstractAST
- get(IInteger) - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns the element at the specified location in this
IAST
. - Get - Static variable in class org.matheclipse.core.expression.ID
- Get - Static variable in class org.matheclipse.core.expression.S
-
Get("path-to-package-file-name") - load the package defined in `path-to-package-file-name`.
- Get() - Constructor for class org.matheclipse.core.builtin.FileFunctions.Get
- Get(String) - Static method in class org.matheclipse.core.expression.F
- Get(IAST) - Method in class org.matheclipse.core.tensor.itp.AbstractInterpolation
- Get(IAST) - Method in interface org.matheclipse.core.tensor.itp.Interpolation
- Get(IExpr) - Static method in class org.matheclipse.core.expression.F
- get$Input() - Method in class org.matheclipse.core.eval.EvalEngine
- get$InputFileName() - Method in class org.matheclipse.core.eval.EvalEngine
- getAlgebraicVariables(IExpr) - Static method in class org.matheclipse.core.convert.VariablesSet
-
Transform the set of variables into an
IAST
list of ordered variables. - getAllNames() - Static method in class org.matheclipse.core.builtin.IOFunctions
- getAlpha() - Method in class org.matheclipse.core.convert.RGBColor
-
Gets the alpha component of the RGBColor in the range 0-255.
- getAnswer() - Method in class org.matheclipse.core.eval.EvalEngine
-
Get the last result ("answer") expression of this evaluation engine.
- getApfloat() - Static method in class org.matheclipse.core.eval.EvalEngine
-
Get the
FixedPrecisionApfloatHelper
for fixed precision calculations. - getApfloatDouble() - Static method in class org.matheclipse.core.eval.EvalEngine
-
Get the
FixedPrecisionApfloatHelper
for calculations withParserConfig.MACHINE_PRECISION
. - getArg(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Return
this.get(position)
ifargSize() >= position
, otherwise returndefaultValue
- getArg(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
this.get(position)
ifargSize() >= position
, otherwise returndefaultValue
- getArrayList() - Method in class org.matheclipse.core.convert.VariablesSet
-
Transform the set of variables into a
List<IExpr>
list of ordered variables. - getAsAST() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- getAsAST() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- getAscendComparator() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Get the ascending order comparator.
- getAscendComparator() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Get the ascending order comparator.
- getAssumptions() - Method in class org.matheclipse.core.eval.EvalEngine
-
Get the currently available assumptions if possible.
- getAST(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Casts an
IExpr
at positionindex
to anIAST
. - getAST(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Casts an
IExpr
at positionindex
to anIAST
. - getAt(int) - Method in class org.matheclipse.core.expression.AbstractAST
- getAt(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get the element at the specified
index
if this object is of typeIAST
. - getAttributes() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Get the Attributes of this symbol (i.e.
- getAttributes() - Method in class org.matheclipse.core.expression.Symbol
-
Get the Attributes of this symbol (i.e.
- getAttributes() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the Attributes of this symbol (i.e.
- getAutoCompletionList(String) - Static method in class org.matheclipse.core.builtin.IOFunctions
- getBiggestElement() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- getBiggestElement() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- getBiggestElement() - Method in interface org.matheclipse.core.numbertheory.SortedMultiset
- getBinaryInverseFunction(ISymbol, int, int) - Static method in class org.matheclipse.core.reflection.system.InverseFunction
- getBlue() - Method in class org.matheclipse.core.convert.RGBColor
-
Gets the blue component of the RGBColor in the range 0-255.
- getByte(IExpr) - Static method in class org.matheclipse.core.expression.data.NumericArrayExpr
- getBytes() - Method in class org.matheclipse.core.expression.StringX
- getBytes(String) - Method in class org.matheclipse.core.expression.StringX
- getCache(IAST) - Method in class org.matheclipse.core.eval.EvalEngine
-
Returns the value associated with key in the
EvalEngine.globalASTCache
, or null if there is no cached value for key. - getCallerClassName(int) - Static method in class org.matheclipse.core.basic.AndroidLoggerFix
- getChar() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Verify the length of the input string and get the next character from the input string.
- getChars(int, int, char[], int) - Method in class org.matheclipse.core.expression.StringX
- getClip(int) - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- getCMComplex() - Method in class org.matheclipse.core.expression.ApcomplexNum
- getCMComplex() - Method in class org.matheclipse.core.expression.ComplexNum
- getCoefficientRingFactory() - Method in class org.matheclipse.core.convert.JASConvert
- getColor(int) - Method in interface org.matheclipse.core.tensor.img.ColorDataIndexed
- getColor(String) - Static method in class org.matheclipse.core.convert.RGBColor
-
Gets the RGBColor from the specified String.
- getColor(String, int) - Static method in class org.matheclipse.core.convert.RGBColor
-
Gets the RGBColor from the specified string, or returns the RGBColor converted from the second parameter.
- getColor(String, RGBColor) - Static method in class org.matheclipse.core.convert.RGBColor
-
Gets the RGBColor from the specified string, or returns the RGBColor specified by the second parameter.
- getColorComponents(float[]) - Method in class org.matheclipse.core.convert.RGBColor
-
Returns a float array which contains the color components of the RGBColor in the ColorSpace of the RGBColor.
- getColorIndex() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- getColorRGB(StringBuilder) - Method in class org.matheclipse.core.graphics.Dimensions2D
- getColumnCounter() - Method in class org.matheclipse.core.form.output.OutputFormFactory
- getColumnDimension() - Method in class org.matheclipse.core.expression.ASTRealMatrix
- getColumnDimension() - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- getColumnDimension() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
- getColumnIndex() - Method in exception org.matheclipse.core.form.tex.TeXSyntaxError
-
Column index where the error occurred (offset relative to rowIndex)
- getComparator() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get PolynomialComparator.
- getComparator() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get PolynomialComparator.
- getComparator(boolean) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get PolynomialComparator.
- getComparator(boolean) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get PolynomialComparator.
- getComplex() - Method in class org.matheclipse.core.expression.ApcomplexNum
- getComplexExpr(IExpr, IExpr) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
- getComponents(float[]) - Method in class org.matheclipse.core.convert.RGBColor
-
Returns a float array which contains the color and alpha components of the RGBColor in the ColorSpace of the RGBColor.
- getCondition() - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRules
-
Get the Condition for this rule.
- getContext() - Method in class org.matheclipse.core.eval.EvalEngine
- getContext() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Get the context this symbol is assigned to.
- getContext() - Method in class org.matheclipse.core.expression.BuiltInRubi
- getContext() - Method in class org.matheclipse.core.expression.Symbol
-
Get the context this symbol is assigned to.
- getContext() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the context this symbol is assigned to.
- getContext(String) - Method in class org.matheclipse.core.expression.ContextPath
- getContext(String, Context) - Method in class org.matheclipse.core.expression.ContextPath
- getContextMap() - Method in class org.matheclipse.core.expression.ContextPath
- getContextName() - Method in class org.matheclipse.core.expression.Context
-
Get the "pure" context name without prepending the parent context name.
- getContextPath() - Method in class org.matheclipse.core.eval.EvalEngine
- getContextSymbolName() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the full symbol name string with the context prefix included.
- getCounter() - Method in class org.matheclipse.core.eval.LastCalculationsHistory
-
Get the last
In[], Out[]
evaluation counter - getCurrentCounter() - Method in class org.matheclipse.core.eval.util.SetSpec
-
Get the current counter
- getCurrentDepth() - Method in class org.matheclipse.core.eval.util.LevelSpec
- getCurrentLevel() - Method in class org.matheclipse.core.eval.util.LevelSpec
-
Get the current level
- getCurrentLine() - Method in exception org.matheclipse.core.form.tex.TeXSyntaxError
-
Source code line, where the error occurred
- getCurrentOptionsList() - Method in class org.matheclipse.core.eval.util.OptionArgs
- getDataInput() - Method in class org.matheclipse.core.expression.data.InputStreamExpr
-
Get data input for binary based operation
S.BinaryRead
- getDataOutput() - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- getDebug() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns true if debugging is enabled.
- getDefaultMatch() - Method in class org.matheclipse.core.expression.ExprTrie
- getDefaultOptions() - Method in class org.matheclipse.core.expression.OptionsPattern
- getDefaultValue() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Get the general default value for this symbol (i.e.
- getDefaultValue() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- getDefaultValue() - Method in class org.matheclipse.core.expression.ExprTrie
- getDefaultValue() - Method in class org.matheclipse.core.expression.Symbol
-
Get the general default value for this symbol (i.e.
- getDefaultValue() - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Get the default value of the sparse array.
- getDefaultValue() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the general default value for this symbol (i.e.
- getDefaultValue(int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Get the default value at the arguments position for this symbol (i.e.
- getDefaultValue(int) - Method in class org.matheclipse.core.expression.Symbol
-
Get the default value at the arguments position for this symbol (i.e.
- getDefaultValue(int) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the default value at the arguments position for this symbol (i.e.
- getDefaultValue(int) - Method in class org.matheclipse.core.patternmatching.RulesData
- getDenominator() - Method in class org.matheclipse.core.expression.ASTSeriesData
- getDenominator() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- getDenominator() - Method in interface org.matheclipse.core.interfaces.IRational
-
Deprecated.
- getDerivative(String, String[], String) - Static method in class org.matheclipse.core.eval.MathUtils
- getDerivativeSymbol() - Method in class org.matheclipse.core.form.tex.TexFormSymbolOptions
- getDescendComparator() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Get the descending order comparator.
- getDescendComparator() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Get the descending order comparator.
- getDimension() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- getDimension() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- getDimension() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Returns the size of the vector.
- getDimension() - Method in interface org.matheclipse.core.interfaces.INumericArray
-
Get the dimensions of the sparse array.
- getDimension() - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Get the dimensions of the sparse array.
- getDiscreteDistribution(IExpr) - Static method in class org.matheclipse.core.builtin.StatisticsFunctions
- getDistanceTolerance() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns the distance tolerance that was used for the most recently computed hull.
- getDistribution(IExpr) - Static method in class org.matheclipse.core.builtin.StatisticsFunctions
- getDollarValue(IBuiltInSymbol) - Method in class org.matheclipse.core.eval.EvalEngine
-
Return the assigned value for a '$...'
IBuiltInSymbol
. - getEnd() - Method in interface org.matheclipse.core.eval.util.ISequence
-
Get the end index for this sequence
- getEnd() - Method in class org.matheclipse.core.eval.util.ListSizeSequence
-
Get the end index for this sequence
- getEndOffset() - Method in class org.matheclipse.core.eval.util.AbstractSequence
- getEndOffset() - Method in interface org.matheclipse.core.eval.util.ISequence
- getEngine() - Method in class org.matheclipse.core.patternmatching.Tester
- getEntry(int) - Method in class org.matheclipse.core.expression.ASTRealVector
- getEntry(int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Returns the entry in the specified index.
- getEntry(int, int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
-
Returns the entry in the specified row and column.
- getEqualDownRules() - Method in class org.matheclipse.core.patternmatching.RulesData
- getEqualSymbol() - Method in class org.matheclipse.core.form.tex.TexFormSymbolOptions
- getEqualUpRules() - Method in class org.matheclipse.core.patternmatching.RulesData
- getError() - Method in exception org.matheclipse.core.form.tex.TeXSyntaxError
-
the error string
- getErrorPrintStream() - Method in class org.matheclipse.core.eval.EvalEngine
- getEvalEngine() - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Get the evaluation engine assigned to this evaluator.
- getEvalEngine() - Method in class org.matheclipse.core.eval.MathMLUtilities
-
Get the current evaluation engine.
- getEvalFlags() - Method in class org.matheclipse.core.expression.AbstractAST
-
Get the evaluation flags for this list.
- getEvalFlags() - Method in class org.matheclipse.core.expression.AbstractPatternSequence
- getEvalFlags() - Method in class org.matheclipse.core.expression.Blank
- getEvalFlags() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the evaluation flags for this list.
- getEvalFlags() - Method in interface org.matheclipse.core.interfaces.IPatternObject
-
Get the flags which should be set in an AST structure, if the structure contains a pattern or pattern sequence.
- getEvalHistory() - Method in class org.matheclipse.core.eval.EvalEngine
- getEvaluator() - Method in class org.matheclipse.core.expression.BuiltInDummy
- getEvaluator() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Get the current evaluator for this symbol
- getEvaluator() - Method in interface org.matheclipse.core.interfaces.IBuiltInSymbol
-
Get the current evaluator for this symbol
- getEvord() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Get the first defined order indicator.
- getEvord() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Get the first defined order indicator.
- getEvord2() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Get the second defined order indicator.
- getEvord2() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Get the second defined order indicator.
- getExperimentalCounter(IBuiltInSymbol) - Method in class org.matheclipse.core.eval.EvalEngine
-
Return the counter, how often the experimental message was printed.
- getExplicitDistanceTolerance() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns the explicit distance tolerance.
- getExponent() - Method in class org.matheclipse.core.expression.NumStr
- getExpr() - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- getExpr() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- getExpr() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Converts a JAS polynomial to a MathEclipse AST with head
Plus
- getExpr() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Converts a JAS polynomial to a MathEclipse AST with head
Plus
- getExprCache() - Static method in class org.matheclipse.core.basic.Config
-
Get the global expression cache which compares keys with
==
object identity instead ofequals()
. - getFaces() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns the faces associated with this hull.
- getFaces(int) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns the faces associated with this hull.
- getFactory() - Method in class org.matheclipse.core.parser.ExprParser
- getField() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Get the type of field elements of the vector.
- getField() - Method in interface org.matheclipse.core.interfaces.IExpr
- getFirst() - Method in class org.matheclipse.core.generic.GenericPair
-
Get the first element of the pair.
- getFixedEquation(String) - Method in class org.matheclipse.core.eval.util.MagicProcessor
-
For input
F() = G()
returnF() - G() == 0
if its a equation of return null (i.e forx+y=7
returnx+y - 7 == 0
) - getFlags() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Get the flags for this matcher.
- getFloatStr() - Method in class org.matheclipse.core.expression.NumStr
- getFraction() - Method in interface org.matheclipse.core.interfaces.IRational
-
Deprecated.
- getFrom() - Method in class org.matheclipse.core.eval.util.LevelSpecification
-
Get the low level-limit
- getFromDepth() - Method in class org.matheclipse.core.eval.util.LevelSpec
- getFromFile(FileExpr, String, EvalEngine) - Static method in class org.matheclipse.core.expression.data.InputStreamExpr
- getFromLevel() - Method in class org.matheclipse.core.eval.util.LevelSpec
- getFunction() - Method in class org.matheclipse.core.generic.MultivariateJacobianGradient
- getFunction() - Method in class org.matheclipse.core.visit.VisitorReplaceAll
-
Get this visitors basic
replace
function. - getFunction() - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
-
Get this visitors basic
replace
function. - getFunctionVal(String, double) - Static method in class org.matheclipse.core.eval.MathUtils
- getFunctionVal(String, String[], String, String[]) - Static method in class org.matheclipse.core.eval.MathUtils
- getFunctionVal(String, String, String) - Static method in class org.matheclipse.core.eval.MathUtils
- getGenerators() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get the generating elements excluding the generators for the coefficient ring.
- getGenerators() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get the generating elements excluding the generators for the coefficient ring.
- getGlobalContext() - Method in class org.matheclipse.core.expression.ContextPath
- getGrayLevel(float) - Static method in class org.matheclipse.core.convert.RGBColor
- getGreen() - Method in class org.matheclipse.core.convert.RGBColor
-
Gets the green component of the RGBColor in the range 0-255.
- getHash1() - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
Get the hash value for the first LHS expression.
- getHash2() - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
Get the hash value for the second LHS expression.
- getHashCache() - Method in class org.matheclipse.core.expression.AbstractAST
- getHashCache() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the cached hash value.
- getHashRuleMap() - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- getHashRuleMap() - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- getHashRuleMap() - Method in class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
- getHeadTest() - Method in class org.matheclipse.core.expression.Blank
- getHeadTest() - Method in class org.matheclipse.core.expression.OptionsPattern
- getHeadTest() - Method in class org.matheclipse.core.expression.PatternSequence
- getHeadTest() - Method in class org.matheclipse.core.expression.RepeatedPattern
- getHeadTest() - Method in interface org.matheclipse.core.interfaces.IPatternObject
-
Get the associated condition if available
- getHeadTest() - Method in interface org.matheclipse.core.interfaces.IPatternSequence
-
Get the additional pattern sequences condition expression
- getHint() - Method in class org.matheclipse.core.interfaces.AbstractEvalStepListener
-
Get the current "evaluation step hint" for the evaluation step listener.
- getHint() - Method in interface org.matheclipse.core.interfaces.IEvalStepListener
-
Get the current "evaluation step hint" for the evaluation step listener.
- getHistoryLength() - Method in class org.matheclipse.core.eval.EvalHistory
-
Get the history length.
- getHSBColor(float, float, float) - Static method in class org.matheclipse.core.convert.RGBColor
-
Gets a RGBColor object using the specified values of the HSB color model.
- getIdentifier() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Parse an identifier string (function, constant or variable name).
- getIdentifier2OperatorMap() - Method in class org.matheclipse.core.parser.ExprParserFactory
-
public Map
getIdentifier2OperatorMap() - getImaginary() - Method in interface org.matheclipse.core.interfaces.INumber
-
Deprecated.
- getImaginaryPart() - Method in class org.matheclipse.core.expression.ApcomplexNum
- getImaginaryPart() - Method in class org.matheclipse.core.expression.ComplexNum
- getImaginaryPart() - Method in class org.matheclipse.core.expression.ComplexSym
-
Returns the imaginary part of a complex number
- getImaginaryPart() - Method in interface org.matheclipse.core.interfaces.IComplex
-
Returns the imaginary part of a complex number
- getImaginaryPart() - Method in interface org.matheclipse.core.interfaces.IComplexNum
- getIn(int) - Method in class org.matheclipse.core.eval.EvalHistory
- getIndex(int...) - Method in class org.matheclipse.core.expression.AbstractAST
- getIndex(int...) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Determine the value for the given
index
. - getIndex(int...) - Method in interface org.matheclipse.core.interfaces.ITensorAccess
-
Low level access.
- getIndex(IPatternMap) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
- getIndex(IPatternMap) - Method in class org.matheclipse.core.expression.Blank
- getIndex(IPatternMap) - Method in class org.matheclipse.core.expression.Pattern
- getIndex(IPatternMap) - Method in class org.matheclipse.core.expression.PatternNested
- getIndex(IPatternMap) - Method in interface org.matheclipse.core.interfaces.IPatternObject
-
Get the pattern-matchers index in the
PatternMap
- getIndices() - Method in class org.matheclipse.core.eval.util.AbstractSequence
-
Get the generated sequence of indices for this ISequence.
- getIndices() - Method in interface org.matheclipse.core.eval.util.ISequence
-
Get the generated sequence of indices for this ISequence.
- getInstance() - Static method in class org.matheclipse.core.eval.util.Assumptions
-
Create a new empty
IAssumptions
. - getInstance(IExpr) - Static method in class org.matheclipse.core.eval.util.Assumptions
-
Create a new
IAssumptions
from the given expression. - getInt(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Casts an
IExpr
at positionindex
to anIInteger
. - getInt(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Casts an
IExpr
at positionindex
to anIInteger
. - getIntegerString() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Parse a Java
string
from the digits0,1,2,3,4,5,6,7,8,9
. - getInvalidPosition() - Method in class org.matheclipse.core.eval.util.OptionArgs
-
Get the value of the "invalid Options position"
- getItems(int[], int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- getItems(int[], int) - Method in class org.matheclipse.core.expression.AST
- getItems(int[], int) - Method in class org.matheclipse.core.expression.AST0
- getItems(int[], int) - Method in class org.matheclipse.core.expression.AST1
- getItems(int[], int) - Method in class org.matheclipse.core.expression.AST2
- getItems(int[], int) - Method in class org.matheclipse.core.expression.AST3
- getItems(int[], int) - Method in class org.matheclipse.core.expression.ASTAssociation
- getItems(int[], int) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- getItems(int[], int) - Method in class org.matheclipse.core.expression.ASTRealVector
- getItems(int[], int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- getItems(int[], int) - Method in class org.matheclipse.core.expression.ASTSeriesData
- getItems(int[], int) - Method in class org.matheclipse.core.expression.B1
- getItems(int[], int) - Method in class org.matheclipse.core.expression.B2
- getItems(int[], int) - Method in class org.matheclipse.core.expression.B3
- getItems(int[], int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns
length
number of elements specified in theitems
position array in thisIAST
. - getIterationLimit() - Method in class org.matheclipse.core.eval.EvalEngine
- getJacobianMatrix() - Method in class org.matheclipse.core.generic.MultivariateJacobianGradient
- getJavaClass() - Method in class org.matheclipse.core.expression.Context
-
Get the java class if this is a
JavaFunctions
class context. - getJavaInt() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Parse a Java
int
value. - getJavaLong() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Parse a Java
int
value. - getKey() - Method in class org.matheclipse.core.generic.GenericPair
-
Get the key.
- getKey(int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- getKey(int) - Method in class org.matheclipse.core.expression.ASTAssociation
- getKey(int) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Return the key which points to the
position
. - getKey(int) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- getKey(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- getKey(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- getKey(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- getKey(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- getKey(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- getLastPosition() - Method in class org.matheclipse.core.eval.util.OptionArgs
-
Get the last position which is not an option rule.
- getLCM(IExpr) - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
-
Determine the
least-common-multiple-factor
associated with a symbol. - getLength() - Method in exception org.matheclipse.core.form.tex.TeXSyntaxError
-
length of the error
- getLHS() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Get the "left-hand-side" of a pattern-matching rule.
- getLHSExprToMatch() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
During evaluation get the lhs expression which should match the patterns.
- getLHSPriority() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Get the priority of the left-and-side of this pattern-matcher.
- getLHSPriority() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Get the priority of this pattern-matcher.
- getLHSPriority() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- getLineCounter() - Method in class org.matheclipse.core.eval.EvalHistory
-
Get the last
In[], Out[]
evaluation counter (i.e. - getList() - Method in class org.matheclipse.core.eval.TraceStack
- getList(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Casts an
IExpr
which is a list at positionindex
to anIAST
. - getList(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Casts an
IExpr
which is a list at positionindex
to anIAST
. - getListOfRules() - Method in class org.matheclipse.core.eval.util.OptionArgs
- getLogFunction() - Method in class org.matheclipse.core.form.tex.TexFormSymbolOptions
- getLogLevel() - Method in class org.matheclipse.core.eval.EvalEngine
-
Returns the level with which messages associated to this engine should be logged.
- getLowerLimit() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Get the "lower limit" which is used in this iterator.
- getMap() - Method in class org.matheclipse.core.expression.DefaultDict
-
Get the underlying
Map
of this dictionary - getMap() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
ExpVectorLong to coefficient map of GenPolynomial.
- getMap() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
ExpVectorLong to coefficient map of GenPolynomial.
- getMarkdown(Appendable, String) - Static method in class org.matheclipse.core.form.Documentation
-
Get the pure
markdown
formatted information about thebuilinFunctionName
- getMatrix() - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- getMaxCount() - Method in class org.matheclipse.core.eval.util.SetSpec
- getMaxMemory() - Static method in class org.matheclipse.core.basic.OperationSystem
- getMemoryUsageFactor() - Static method in class org.matheclipse.core.basic.OperationSystem
- getMessage() - Method in exception org.matheclipse.core.eval.exception.ArgumentTypeException
- getMessage() - Method in exception org.matheclipse.core.eval.exception.ArgumentTypeStopException
- getMessage() - Method in exception org.matheclipse.core.eval.exception.ASTElementLimitExceeded
- getMessage() - Method in exception org.matheclipse.core.eval.exception.BigIntegerLimitExceeded
- getMessage() - Method in exception org.matheclipse.core.eval.exception.ConditionException
- getMessage() - Method in exception org.matheclipse.core.eval.exception.IterationLimitExceeded
- getMessage() - Method in exception org.matheclipse.core.eval.exception.PolynomialDegreeLimitExceeded
- getMessage() - Method in exception org.matheclipse.core.eval.exception.RecursionLimitExceeded
- getMessage() - Method in exception org.matheclipse.core.eval.exception.RuleCreationError
- getMessage() - Method in exception org.matheclipse.core.form.tex.TeXSyntaxError
- getMessage(String, IAST) - Static method in class org.matheclipse.core.eval.Errors
- getMessage(String, IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.Errors
- getMessage(ISymbol) - Method in exception org.matheclipse.core.eval.exception.ArgumentTypeException
- getMessage(ISymbol) - Method in exception org.matheclipse.core.eval.exception.ArgumentTypeStopException
- getMessage(ISymbol) - Method in exception org.matheclipse.core.eval.exception.RuleCreationError
- getMessage(ISymbol) - Method in exception org.matheclipse.core.eval.exception.ValidateException
- getMessages() - Method in class org.matheclipse.core.patternmatching.RulesData
- getMessageShortcut() - Method in class org.matheclipse.core.eval.EvalEngine
- getMimeType() - Method in class org.matheclipse.core.expression.StringX
- getMimeType() - Method in interface org.matheclipse.core.interfaces.IStringX
-
Get the mime tpe of this string.
- getMinCount() - Method in class org.matheclipse.core.eval.util.SetSpec
- getModifiedVariables() - Method in class org.matheclipse.core.eval.EvalEngine
-
Get the list of modified variables
- getMultisetArray() - Method in class org.matheclipse.core.combinatoric.AbstractListStepVisitor
-
Get the sorted multi-set array indices, which should be transformed.
- getMultisetArray() - Method in interface org.matheclipse.core.combinatoric.IStepVisitor
-
Get the sorted multi-set array indices, which should be transformed.
- getMultisetArray() - Method in class org.matheclipse.core.patternmatching.FlatOrderlessStepVisitor
- getN(IExpr) - Static method in class org.matheclipse.core.sympy.core.Expr
- getNamesByPattern(Pattern, EvalEngine) - Static method in class org.matheclipse.core.builtin.IOFunctions
- getNamesByPrefix(String) - Static method in class org.matheclipse.core.builtin.IOFunctions
- getNegativePlusInTimes(IExpr) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
- getNextToken() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Get the next token from the input string
- getNMax() - Method in class org.matheclipse.core.expression.ASTSeriesData
- getNMin() - Method in class org.matheclipse.core.expression.ASTSeriesData
- getNormalizedNegativeExpression(IExpr) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Check if the expression is canonical negative.
- getNormalizedNegativeExpression(IExpr, boolean) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Check if the expression is canonical negative.
- getNull(IExpr) - Method in class org.matheclipse.core.expression.DefaultDict
- getNumber(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Casts an
IExpr
at positionindex
to anINumber
. - getNumber(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Casts an
IExpr
at positionindex
to anINumber
. - getNumberOfVars() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- getNumberString() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Return an array of a
String
at index 0 representing the parse number string and anInteger
representing the number format at index 1 and aString
representing the integer exponent at index 2. - getNumerator() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- getNumerator() - Method in interface org.matheclipse.core.interfaces.IRational
-
Deprecated.
- getNumericPrecision() - Method in class org.matheclipse.core.eval.EvalEngine
- getNumericPrecision() - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- getNumFaces() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns the number of faces in this hull.
- getNumVertices() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns the number of vertices in this hull.
- getO(IExpr) - Static method in class org.matheclipse.core.sympy.core.Expr
-
Returns the additive O(..) order symbol if there is one, else
F.NIL
- getObjectCache(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Returns the object associated with key in the
EvalEngine.globalObjectCache
, or null if there is no cached value for key. - getOne() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get the one element.
- getOne() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get the one element.
- getONE() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
- getONE() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- getONE() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
- getONECoefficient() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get the one element from the coefficients.
- getONECoefficient() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get the one element from the coefficients.
- getOperator() - Method in class org.matheclipse.core.parser.ExprParser
- getOperator(ISymbol) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- getOperator(ISymbol) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- getOperator(ISymbol) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- getOperator(ISymbol, int) - Static method in class org.matheclipse.core.form.output.OutputFormFactory
- getOperator2ListMap() - Method in class org.matheclipse.core.parser.ExprParserFactory
- getOperatorList(String) - Method in class org.matheclipse.core.parser.ExprParserFactory
- getOption(ISymbol) - Method in class org.matheclipse.core.eval.util.OptionArgs
-
Get the option which ist set in the options argument
option -> ...
. - getOptionalValue() - Method in class org.matheclipse.core.expression.AbstractAST
- getOptionalValue() - Method in interface org.matheclipse.core.interfaces.IExpr
- getOptionAutomatic(ISymbol) - Method in class org.matheclipse.core.eval.util.OptionArgs
-
If option 'Automatic' is set, return 'F.NIL'.
- getOptionMaxIterations(ISymbol) - Method in class org.matheclipse.core.eval.util.OptionArgs
- getOptionsPatternHead() - Method in class org.matheclipse.core.expression.OptionsPattern
- getOptionSymbols() - Method in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionOptionEvaluator
- getOptionSymbols() - Method in class org.matheclipse.core.eval.interfaces.AbstractFunctionOptionEvaluator
- getOptionSymbols() - Method in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
Get the options in the order, in which they are predefined in the
IEvaluator.setUp(org.matheclipse.core.interfaces.ISymbol)
method. - getOrDefault(String, IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- getOrder() - Method in class org.matheclipse.core.sympy.series.Order
- getOut(int) - Method in class org.matheclipse.core.eval.EvalHistory
-
Get the history entry at the given
index
. - getOutPrintStream() - Method in class org.matheclipse.core.eval.EvalEngine
- getParsedExpression() - Method in class org.matheclipse.core.eval.TimeConstrainedEvaluator
-
Get the parsed expression after calling the
constrainedEval()
method - getPart(int...) - Method in class org.matheclipse.core.expression.AbstractAST
- getPart(int...) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- getPart(int...) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- getPart(int...) - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns the element at the specified positions in the nested ASTs.
- getPart(int...) - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Returns the element at the specified positions in the nested ASTs.
- getPart(IntList) - Method in class org.matheclipse.core.expression.AbstractAST
- getPart(IntList) - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns the element at the specified positions in the nested ASTs.
- getPart(IAST, int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- getPart(IAST, int) - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Get the
Part(-ISparseArray-,...)
of a sparse array, with index being an integer number or symbolAll
. - getPatternExpr() - Method in class org.matheclipse.core.expression.PatternNested
- getPatternHash() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
- getPatternHash() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- getPatternHash() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- getPatternMap() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Get the current pattern map of this matcher.
- getPatternMap() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- getPatterns(List<IExpr>, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Returns the matched pattern in the order they appear in the pattern expression.
- getPatterns(List<IExpr>, IExpr) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Returns the matched pattern in the order they appear in the pExpr
- getPatterns(List<IExpr>, IExpr) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- getPeriodicParts(IExpr, IExpr) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Try to split a periodic part from the expression:
expr == part.arg1() + part.arg2() * period
- getPi() - Method in class org.matheclipse.core.expression.ApcomplexNum
- getPi() - Method in class org.matheclipse.core.expression.ApfloatNum
- getPi() - Method in class org.matheclipse.core.expression.ComplexNum
- getPi() - Method in class org.matheclipse.core.expression.Num
- getPi() - Method in interface org.matheclipse.core.interfaces.IExpr
- getPolynomialRingFactory() - Method in class org.matheclipse.core.convert.JASConvert
- getPolynomialRingFactory() - Method in class org.matheclipse.core.convert.JASIExpr
- getPolynomialRingFactory() - Method in class org.matheclipse.core.convert.JASModInteger
- getPowerNegativeExpression(IExpr, boolean) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Check if the expression is canonical negative.
- getPowerSeries(String, String, String, int) - Static method in class org.matheclipse.core.eval.MathUtils
- getPredefinedInternalFormString(String) - Static method in class org.matheclipse.core.expression.F
- getPredefinedPattern(String) - Static method in class org.matheclipse.core.expression.F
- getPredefinedPatternSequence(String) - Static method in class org.matheclipse.core.expression.F
- getPrefixF(SourceCodeProperties) - Static method in class org.matheclipse.core.eval.util.SourceCodeProperties
- getProperty(IAST.PROPERTY) - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns the value to which the specified property is mapped, or
null
if this map contains no mapping for the property. - getPureImaginaryPart(IExpr) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Check if
expr
is a pure imaginary number without a real part. - getRandom() - Method in class org.matheclipse.core.eval.EvalEngine
- getRank(int) - Static method in class org.matheclipse.core.builtin.CompilerFunctions.CompiledFunctionArg
- getReader() - Method in class org.matheclipse.core.expression.data.InputStreamExpr
-
Get reader for text based operation
S.Read
. - getReal() - Method in class org.matheclipse.core.expression.ApcomplexNum
- getReal() - Method in class org.matheclipse.core.expression.ApfloatNum
- getReal() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate the expression to a Java
double
value. - getReal() - Method in interface org.matheclipse.core.interfaces.INumber
-
Deprecated.
- getRealMatrix() - Method in class org.matheclipse.core.expression.ASTRealMatrix
- getRealPart() - Method in class org.matheclipse.core.expression.ApcomplexNum
- getRealPart() - Method in class org.matheclipse.core.expression.ApfloatNum
- getRealPart() - Method in class org.matheclipse.core.expression.ComplexNum
- getRealPart() - Method in class org.matheclipse.core.expression.ComplexSym
-
Returns the real part of a complex number
- getRealPart() - Method in class org.matheclipse.core.expression.Num
- getRealPart() - Method in interface org.matheclipse.core.interfaces.IComplex
-
Returns the real part of a complex number
- getRealPart() - Method in interface org.matheclipse.core.interfaces.IComplexNum
- getRealPart() - Method in interface org.matheclipse.core.interfaces.INum
- getRealVector() - Method in class org.matheclipse.core.expression.ASTRealVector
- getReapList() - Method in class org.matheclipse.core.eval.EvalEngine
-
Get the reap list object associated to the most enclosing
Reap()
statement. - getRecursionCounter() - Method in class org.matheclipse.core.eval.EvalEngine
- getRecursionLimit() - Method in class org.matheclipse.core.eval.EvalEngine
- getRed() - Method in class org.matheclipse.core.convert.RGBColor
-
Gets the red component of the RGBColor in the range 0-255.
- getRemainingSeconds() - Method in class org.matheclipse.core.eval.EvalEngine
-
The remaining time in seconds for function
TimeRemaining
. - getRemovedCounter() - Method in class org.matheclipse.core.visit.VisitorRemoveLevelSpecification
-
Get the number of remove operations.
- getRepeatedExpr() - Method in class org.matheclipse.core.expression.RepeatedPattern
- getReplaceList() - Method in class org.matheclipse.core.patternmatching.PatternMatcherList
- getResult() - Method in class org.matheclipse.core.builtin.SimplifyFunctions.SimplifiedResult
- getResult() - Method in interface org.matheclipse.core.polynomials.IPartialFractionGenerator
-
Get the final result.
- getResult() - Method in class org.matheclipse.core.polynomials.PartialFractionGenerator
- getResult() - Method in class org.matheclipse.core.polynomials.PartialFractionIntegrateGenerator
- getRGB() - Method in class org.matheclipse.core.convert.RGBColor
-
Gets the RGB value that represents the color in the default sRGB ColorModel.
- getRGBColor(int) - Method in interface org.matheclipse.core.tensor.img.ColorDataIndexed
- getRGBColor(int) - Method in class org.matheclipse.core.tensor.img.CyclicColorDataIndexed
- getRGBColor(int) - Method in class org.matheclipse.core.tensor.img.StrictColorDataIndexed
- getRGBColorComponents(float[]) - Method in class org.matheclipse.core.convert.RGBColor
-
Returns a float array containing the color components of the RGBColor in the default sRGB color space.
- getRGBComponents(float[]) - Method in class org.matheclipse.core.convert.RGBColor
-
Returns a float array containing the color and alpha components of the RGBColor in the default sRGB color space.
- getRHS() - Method in class org.matheclipse.core.patternmatching.AbstractPatternMatcherMethod
- getRHS() - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRules
- getRHS() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Get the "right-hand-side" of a pattern-matching rule.
- getRHS() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- getRHS() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
-
Get the "right-hand-side" of a pattern-matching rule.
- getRHSEvaluated() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- getRHSEvaluated() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- getRHSEvaluated() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- getRHSEvaluated() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- getRHSEvaluated() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- getRHSEvaluated() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- getRow() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- getRowDimension() - Method in class org.matheclipse.core.expression.ASTRealMatrix
- getRowDimension() - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- getRowDimension() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
- getRowIndex() - Method in exception org.matheclipse.core.form.tex.TeXSyntaxError
-
row index where the error occurred
- getRule(int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- getRule(int) - Method in class org.matheclipse.core.expression.ASTAssociation
- getRule(int) - Method in interface org.matheclipse.core.interfaces.IAssociation
- getRule(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
If this is an
IAssociation
return the rule at the position. - getRule(String) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- getRule(String) - Method in class org.matheclipse.core.expression.ASTAssociation
- getRule(String) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Assuming this is a list of rules or an
IAssociation
. - getRule(String) - Method in interface org.matheclipse.core.interfaces.IAST
-
Assuming this is a list of rules or an
IAssociation
. - getRule(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- getRule(IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
- getRule(IExpr) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Assuming this is a list of rules or an
IAssociation
. - getRule(IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Assuming this is a list of rules or an
IAssociation
. - getRuleASTRubi45() - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- getRulesData() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Get the rules for initializing the pattern matching rules of this symbol.
- getRulesData() - Method in class org.matheclipse.core.expression.Symbol
-
Get the rules for initializing the pattern matching rules of this symbol.
- getRulesData() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the pattern matching rules associated with a symbol.
- getRulesData() - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRules
-
Get (or create) the rule
{<first-left-hand-side>, <second-left-hand-side>}:=<right-hand-side>
- getScaling(ArrayNode, IExpr) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- getScaling(IExpr) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- getScreenRectangle() - Method in class org.matheclipse.core.bridge.awt.ScreenRectangle
- getSecond() - Method in class org.matheclipse.core.generic.GenericPair
-
Get the second element of the pair.
- getSeconds() - Method in class org.matheclipse.core.eval.EvalEngine
- getSeed() - Method in class org.matheclipse.core.eval.EvalEngine
- getSessionID() - Method in class org.matheclipse.core.eval.EvalEngine
- getSetSymbol() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
-
Return
Set
orSetDelayed
symbol. - getSetSymbol() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
-
Return
Set
orSetDelayed
symbol. - getSignificantFigures() - Method in class org.matheclipse.core.eval.EvalEngine
-
Get significant figures for output floating point numbers
- getSignificantFigures() - Method in class org.matheclipse.core.form.output.OutputFormFactory
- getSmallestElement() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- getSmallestElement() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- getSmallestElement() - Method in interface org.matheclipse.core.numbertheory.SortedMultiset
- getSolver(int[], IInteger) - Static method in class org.matheclipse.core.reflection.system.FrobeniusSolve
- getSparseArray() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
- getSparseArray() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
- getSplit() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Get the split index.
- getSplit() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Get the split index.
- getStack() - Method in class org.matheclipse.core.eval.EvalEngine
-
Get the current stack of expression evaluation.
- getStart() - Method in interface org.matheclipse.core.eval.util.ISequence
-
Get the start index for this sequence
- getStart() - Method in class org.matheclipse.core.eval.util.ListSizeSequence
-
Get the start index for this sequence
- getStartOffset() - Method in class org.matheclipse.core.eval.util.AbstractSequence
- getStartOffset() - Method in interface org.matheclipse.core.eval.util.ISequence
- getStartOffset() - Method in exception org.matheclipse.core.form.tex.TeXSyntaxError
-
offset where the error occurred
- getStep() - Method in class org.matheclipse.core.eval.util.AbstractSequence
-
The step for calculating the next index in the sequence.
- getStep() - Method in interface org.matheclipse.core.eval.util.ISequence
-
The step for calculating the next index in the sequence.
- getStep() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Get the "step" which is used in this iterator.
- getStepListener() - Method in class org.matheclipse.core.eval.EvalEngine
-
Get the defined step listener or
null
if no listener is assigned. - getStreamName() - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- getStreamName() - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- getStringBuilder() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Create a StringBuilder from the current parsed
"..."
string expression. - getStringType() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- getStringType() - Method in interface org.matheclipse.core.interfaces.INumericArray
-
Get the name of the type of the numeric array.
- getSubVector(int, int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Get a subvector from consecutive elements.
- getSugarComparator() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Get the sugar order comparator.
- getSugarComparator() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Get the sugar order comparator.
- getSuggestTree() - Static method in class org.matheclipse.core.convert.AST2Expr
- getSum() - Method in class org.matheclipse.core.eval.PlusOp
-
Get the current evaluated result of the summation as a
Plus()
expression with respecting theOneIdentity
attribute. - getSupportLowerBound(IExpr) - Method in interface org.matheclipse.core.interfaces.IDiscreteDistribution
-
The lower bound of the support is 0 by default.
- getSupportUpperBound(IExpr) - Method in interface org.matheclipse.core.interfaces.IDiscreteDistribution
-
The upper bound of the support is positive infinity, regardless of the parameter values.
- getSymbol() - Method in class org.matheclipse.core.expression.AbstractPatternSequence
- getSymbol() - Method in class org.matheclipse.core.expression.Blank
- getSymbol() - Method in class org.matheclipse.core.expression.Pattern
- getSymbol() - Method in class org.matheclipse.core.expression.PatternNested
- getSymbol() - Method in interface org.matheclipse.core.interfaces.IPatternObject
-
Get the associated symbol for this pattern-object
- getSymbol(String, Context, boolean) - Static method in class org.matheclipse.core.expression.ContextPath
- getSymbolName() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Get the pure symbol name string without the context prefix.
- getSymbolName() - Method in class org.matheclipse.core.expression.Symbol
-
Get the pure symbol name string without the context prefix.
- getSymbolName() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the pure symbol name string without the context prefix.
- getSymbolOptions() - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- getSymbolsAsAttributes(IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.AttributeFunctions
- getSymbolsOrPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- getSymbolsOrPatternValues() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- getTag() - Method in exception org.matheclipse.core.eval.exception.ThrowException
- getTensorsMap() - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- getTensorsMap() - Method in class org.matheclipse.core.eval.util.Assumptions
- getTensorsMap() - Method in interface org.matheclipse.core.eval.util.IAssumptions
- getTimeConstrainedMillis() - Method in class org.matheclipse.core.eval.EvalEngine
- getTimesSymbol() - Method in class org.matheclipse.core.form.tex.TexFormSymbolOptions
- getTo() - Method in class org.matheclipse.core.eval.util.LevelSpecification
-
Get the high level-limit.
- getToDepth() - Method in class org.matheclipse.core.eval.util.LevelSpec
- getToLevel() - Method in class org.matheclipse.core.eval.util.LevelSpec
- getTopDownIterator() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- getTopDownIterator() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- getTopDownIterator() - Method in interface org.matheclipse.core.numbertheory.SortedMultiset
- getType() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
-
Return the type of this expression as byte value defined as:
INumericArray.UnsignedInteger8
,INumericArray.UnsignedInteger16
,INumericArray.UnsignedInteger32
,INumericArray.UnsignedInteger64
,INumericArray.Integer8
,INumericArray.Integer16
,INumericArray.Integer32
,INumericArray.Integer64
,INumericArray.Real32
,INumericArray.Real64
,INumericArray.ComplexReal32
,INumericArray.ComplexReal64
- getType() - Method in interface org.matheclipse.core.interfaces.INumericArray
-
Get the type of the numeric array.
- getType() - Method in exception org.matheclipse.core.reflection.system.Solve.NoSolution
- getUnaryInverseFunction(IAST, boolean) - Static method in class org.matheclipse.core.reflection.system.InverseFunction
-
Get a new constructed inverse function AST from the given
ast
, with empty arguments (i.e. - getUnaryInverseFunction(IExpr) - Static method in class org.matheclipse.core.expression.F
- getUnaryInverseFunction(ISymbol) - Static method in class org.matheclipse.core.reflection.system.InverseFunction
-
Get the inverse function symbol if possible.
- getUnevaluated(int) - Method in class org.matheclipse.core.expression.AbstractAST
- getUnevaluated(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the argument of the
IAST
function (i.e. - getUnsignedByte(IExpr) - Static method in class org.matheclipse.core.expression.data.NumericArrayExpr
- getUpperLimit() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Get the "upper limit" which is used in this iterator.
- getUtilityFunctionsRuleASTRubi45() - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- getVal() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get the exponent vector.
- getVal() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get the exponent vector.
- getVal(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get the exponent at position i.
- getVal(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get the exponent at position i.
- getValue() - Method in exception org.matheclipse.core.eval.exception.ConditionException
- getValue() - Method in exception org.matheclipse.core.eval.exception.ResultException
- getValue() - Method in exception org.matheclipse.core.eval.exception.ReturnException
- getValue() - Method in exception org.matheclipse.core.eval.exception.ThrowException
- getValue() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- getValue() - Method in class org.matheclipse.core.generic.GenericPair
-
Get the value.
- getValue(int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- getValue(int) - Method in class org.matheclipse.core.expression.ASTAssociation
- getValue(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
If this is an
IAssociation
return the value of the rule at the position. - getValue(int) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Return the matched value for the given
index
if possisble. - getValue(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Return the matched value for the given
index
if possisble. - getValue(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- getValue(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- getValue(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- getValue(int) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- getValue(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- getValue(IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
- getValue(IExpr) - Method in class org.matheclipse.core.expression.DefaultDict
-
DefaultDict.getValue(IExpr)
never returns anull
value. - getValue(IExpr) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Return the value associated to the
key
. - getValue(IExpr) - Method in interface org.matheclipse.core.interfaces.IASTDataset
-
Return the value associated to the
key
. - getValue(IExpr, Supplier<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- getValue(IExpr, Supplier<IExpr>) - Method in class org.matheclipse.core.expression.ASTAssociation
- getValue(IExpr, Supplier<IExpr>) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Return the value associated to the
key
. - getValue(IExpr, Supplier<IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTDataset
-
Return the value associated to the
key
. - getValue(IPatternObject) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Return the matched value for the given pattern object
- getValue(IPatternObject) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Return the matched value for the given pattern object
- getValue(IPatternObject) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- getValue(IPatternObject) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- getValue(IPatternObject) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- getValue(IPatternObject) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- getValues() - Method in class org.matheclipse.core.eval.util.OpenIntToSet
- getValuesAsList() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- getValuesAsList() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- getValuesAsList() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- getValuesAsList() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- getValuesAsList() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- getValuesAsList() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- getVariable() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Get the variable which is used in this iterator.
- getVariable(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Returns the expression value to which the specified variableName is mapped, or
null
if this map contains no mapping for the variableName. - getVariables() - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- getVariables(IExpr) - Static method in class org.matheclipse.core.convert.VariablesSet
-
Transform the set of variables into an
IAST
list of ordered variables. - getVariableSet() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- getVariablesSet() - Method in class org.matheclipse.core.convert.VariablesSet
- getVarList() - Method in class org.matheclipse.core.convert.VariablesSet
-
Transform the set of variables into an
IAST
list of ordered variables. - getVarListAsString() - Method in class org.matheclipse.core.convert.VariablesSet
- getVars() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get the variable names.
- getVars() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get the variable names.
- getVarString(VariablesSet, boolean) - Method in class org.matheclipse.core.eval.util.MagicProcessor
- getVersion() - Static method in class org.matheclipse.core.basic.Config
- getVertexPointIndices() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns an array specifing the index of each hull vertex with respect to the original input points.
- getVertices() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns the vertex points in this hull.
- getVertices(IExpr[]) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Returns the coordinates of the vertex points of this hull.
- getVisitor() - Method in class org.matheclipse.core.expression.data.DispatchExpr
- getWeight() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Get the weight array.
- getWeight() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Get the weight array.
- getWriter() - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- getWrongExpr() - Method in class org.matheclipse.core.reflection.system.Solve.IsWrongSolveExpression
- getX() - Method in class org.matheclipse.core.expression.ASTSeriesData
- getX0() - Method in class org.matheclipse.core.expression.ASTSeriesData
- getXScale() - Method in class org.matheclipse.core.graphics.Dimensions2D
- getYScale() - Method in class org.matheclipse.core.graphics.Dimensions2D
- getZero() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get the zero element.
- getZero() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get the zero element.
- getZERO() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
- getZERO() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- getZERO() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
- getZEROCoefficient() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get the zero element from the coefficients.
- getZEROCoefficient() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get the zero element from the coefficients.
- GfxMatrix - Class in org.matheclipse.core.bridge.gfx
-
Hint: this class is identical to Se2Matrix in the library ch.alpine.sophus
- GfxMatrix() - Constructor for class org.matheclipse.core.bridge.gfx.GfxMatrix
- GIF - org.matheclipse.core.io.Extension
-
animation format
- Glaisher - Static variable in class org.matheclipse.core.expression.ID
- Glaisher - Static variable in class org.matheclipse.core.expression.S
-
Glaisher - Glaisher constant.
- Glaisher - Static variable in interface org.matheclipse.core.interfaces.INum
- GLOBAL_CONTEXT_NAME - Static variable in class org.matheclipse.core.expression.Context
- GoldenAngle - Static variable in class org.matheclipse.core.expression.ID
- GoldenAngle - Static variable in class org.matheclipse.core.expression.S
- GoldenRatio - Static variable in class org.matheclipse.core.expression.ID
- GoldenRatio - Static variable in class org.matheclipse.core.expression.S
-
GoldenRatio - is the golden ratio `(1+Sqrt(5))/2`.
- GoldenRatio - Static variable in interface org.matheclipse.core.interfaces.INum
- gompertzMakehamDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
- GompertzMakehamDistribution - Static variable in class org.matheclipse.core.expression.ID
- GompertzMakehamDistribution - Static variable in class org.matheclipse.core.expression.S
- grad(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Grad(function, list-of-variables) - gives the gradient of the function.
- Grad - Static variable in class org.matheclipse.core.expression.ID
- Grad - Static variable in class org.matheclipse.core.expression.S
-
Grad(function, list-of-variables) - gives the gradient of the function.
- Grad(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- graph(Object) - Static method in class org.matheclipse.core.expression.J
-
Graph({edge1,...,edgeN}) - create a graph from the given edges `edge1,...,edgeN`.
- graph(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Graph({edge1,...,edgeN}) - create a graph from the given edges `edge1,...,edgeN`.
- graph(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Graph({edge1,...,edgeN}) - create a graph from the given edges `edge1,...,edgeN`.
- Graph - Static variable in class org.matheclipse.core.expression.ID
- Graph - Static variable in class org.matheclipse.core.expression.S
-
Graph({edge1,...,edgeN}) - create a graph from the given edges `edge1,...,edgeN`.
- Graph(IExpr) - Static method in class org.matheclipse.core.expression.F
- Graph(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Graph(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- graphCenter(Object) - Static method in class org.matheclipse.core.expression.J
-
GraphCenter(graph) - compute the `graph` center.
- GraphCenter - Static variable in class org.matheclipse.core.expression.ID
- GraphCenter - Static variable in class org.matheclipse.core.expression.S
-
GraphCenter(graph) - compute the `graph` center.
- graphComplement(Object) - Static method in class org.matheclipse.core.expression.J
-
GraphComplement(graph) - returns the graph complement of `graph`.
- GraphComplement - Static variable in class org.matheclipse.core.expression.ID
- GraphComplement - Static variable in class org.matheclipse.core.expression.S
-
GraphComplement(graph) - returns the graph complement of `graph`.
- graphData(Object) - Static method in class org.matheclipse.core.expression.J
- GraphData - Static variable in class org.matheclipse.core.expression.ID
- GraphData - Static variable in class org.matheclipse.core.expression.S
- GraphDataFunctions - Class in org.matheclipse.core.builtin
-
Functions for graph theory algorithms.
- graphDiameter(Object) - Static method in class org.matheclipse.core.expression.J
-
GraphDiameter(graph) - return the diameter of the `graph`.
- GraphDiameter - Static variable in class org.matheclipse.core.expression.ID
- GraphDiameter - Static variable in class org.matheclipse.core.expression.S
-
GraphDiameter(graph) - return the diameter of the `graph`.
- graphDifference(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GraphDifference(graph1, graph2) - returns the graph difference of `graph1`, `graph2`.
- GraphDifference - Static variable in class org.matheclipse.core.expression.ID
- GraphDifference - Static variable in class org.matheclipse.core.expression.S
-
GraphDifference(graph1, graph2) - returns the graph difference of `graph1`, `graph2`.
- graphDisjointUnion(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GraphDisjointUnion(graph1, graph2, graph3,...) - returns the disjoint graph union of `graph1`, `graph2`, `graph3`,...
- graphDisjointUnion(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GraphDisjointUnion(graph1, graph2, graph3,...) - returns the disjoint graph union of `graph1`, `graph2`, `graph3`,...
- GraphDisjointUnion - Static variable in class org.matheclipse.core.expression.ID
- GraphDisjointUnion - Static variable in class org.matheclipse.core.expression.S
-
GraphDisjointUnion(graph1, graph2, graph3,...) - returns the disjoint graph union of `graph1`, `graph2`, `graph3`,...
- GraphExpr<T> - Class in org.matheclipse.core.expression.data
- GraphExpr(Graph<IExpr, T>) - Constructor for class org.matheclipse.core.expression.data.GraphExpr
- GRAPHEXPRID - org.matheclipse.core.expression.Hierarchy
- GRAPHEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- GraphFunctions - Class in org.matheclipse.core.builtin
-
Functions for graph theory algorithms.
- Graphics - Static variable in class org.matheclipse.core.expression.ID
- Graphics - Static variable in class org.matheclipse.core.expression.S
- Graphics() - Static method in class org.matheclipse.core.expression.F
- Graphics(IExpr) - Static method in class org.matheclipse.core.expression.F
- Graphics(IExpr, IAST...) - Static method in class org.matheclipse.core.expression.F
- graphics2D(ArrayNode, IAST, GraphicsOptions) - Method in interface org.matheclipse.core.graphics.IGraphics2D
- GRAPHICS2D_IFRAME_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- GRAPHICS2D_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
-
HTML template for Graphics 2D
- graphics2DAspectRatio(ArrayNode, OptionArgs) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- graphics2DAxes(ObjectNode) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- graphics2DDimension(IAST, Dimensions2D) - Method in interface org.matheclipse.core.graphics.IGraphics2D
- graphics2DFilling(ArrayNode) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- graphics2DScalingFunctions(ArrayNode) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- graphics3D(ObjectNode, IAST, IAST, IExpr) - Method in interface org.matheclipse.core.graphics.IGraphics3D
-
Interface for 3D graphics primitives like Cuboid, Sphere, Cylinder,...
- Graphics3D - Static variable in class org.matheclipse.core.expression.ID
- Graphics3D - Static variable in class org.matheclipse.core.expression.S
-
Graphics3D(primitives, options) - represents a three-dimensional graphic.
- Graphics3D(IExpr) - Static method in class org.matheclipse.core.expression.F
- Graphics3D(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- GRAPHICS3D_IFRAME_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- GRAPHICS3D_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
-
HTML template for Graphics3D
- graphics3DJSON(Object) - Static method in class org.matheclipse.core.expression.J
- Graphics3DJSON - Static variable in class org.matheclipse.core.expression.ID
- Graphics3DJSON - Static variable in class org.matheclipse.core.expression.S
- graphicsComplex(Object, Object) - Static method in class org.matheclipse.core.expression.J
- GraphicsComplex - Static variable in class org.matheclipse.core.expression.ID
- GraphicsComplex - Static variable in class org.matheclipse.core.expression.S
- graphicsComplex2D(ArrayNode, IAST, IAST, GraphicsOptions) - Method in interface org.matheclipse.core.graphics.IGraphics2D
- graphicsComplex2DPositions(ArrayNode, ObjectNode, IExpr, IAST, GraphicsOptions) - Method in interface org.matheclipse.core.graphics.IGraphics2D
- graphicsComplex2DPositions(ObjectNode, IAST, IAST, GraphicsOptions) - Method in interface org.matheclipse.core.graphics.IGraphics2D
- graphicsExtent2D(ObjectNode) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- graphicsExtent2D(ObjectNode, IAST) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- GraphicsFunctions - Class in org.matheclipse.core.builtin
- GraphicsGroup - Static variable in class org.matheclipse.core.expression.ID
- GraphicsGroup - Static variable in class org.matheclipse.core.expression.S
- graphicsJSON(Object) - Static method in class org.matheclipse.core.expression.J
- GraphicsJSON - Static variable in class org.matheclipse.core.expression.ID
- GraphicsJSON - Static variable in class org.matheclipse.core.expression.S
- GraphicsOptions - Class in org.matheclipse.core.graphics
-
Options for the 2D Graphics object.
- GraphicsOptions(EvalEngine) - Constructor for class org.matheclipse.core.graphics.GraphicsOptions
- graphIntersection(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GraphIntersection(graph1, graph2, graph3,...) - returns the graph intersection of `graph1`, `graph2`, `graph3`,...
- graphIntersection(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GraphIntersection(graph1, graph2, graph3,...) - returns the graph intersection of `graph1`, `graph2`, `graph3`,...
- GraphIntersection - Static variable in class org.matheclipse.core.expression.ID
- GraphIntersection - Static variable in class org.matheclipse.core.expression.S
-
GraphIntersection(graph1, graph2, graph3,...) - returns the graph intersection of `graph1`, `graph2`, `graph3`,...
- GRAPHML - org.matheclipse.core.io.Extension
-
graph (theory) format
- graphPeriphery(Object) - Static method in class org.matheclipse.core.expression.J
-
GraphPeriphery(graph) - compute the `graph` periphery.
- GraphPeriphery - Static variable in class org.matheclipse.core.expression.ID
- GraphPeriphery - Static variable in class org.matheclipse.core.expression.S
-
GraphPeriphery(graph) - compute the `graph` periphery.
- graphQ(Object) - Static method in class org.matheclipse.core.expression.J
-
GraphQ(expr) - test if `expr` is a graph object.
- GraphQ - Static variable in class org.matheclipse.core.expression.ID
- GraphQ - Static variable in class org.matheclipse.core.expression.S
-
GraphQ(expr) - test if `expr` is a graph object.
- graphRadius(Object) - Static method in class org.matheclipse.core.expression.J
-
GraphRadius(graph) - return the radius of the `graph`.
- GraphRadius - Static variable in class org.matheclipse.core.expression.ID
- GraphRadius - Static variable in class org.matheclipse.core.expression.S
-
GraphRadius(graph) - return the radius of the `graph`.
- graphToAdjacencyMatrix(Graph<IExpr, ?>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
- graphToJSForm() - Method in class org.matheclipse.core.expression.data.GraphExpr
-
Convert a Graph into a JavaScript visjs.org form
- graphUnion(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GraphUnion(graph1, graph2, graph3,...) - returns the graph union of `graph1`, `graph2`, `graph3`,...
- graphUnion(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GraphUnion(graph1, graph2, graph3,...) - returns the graph union of `graph1`, `graph2`, `graph3`,...
- GraphUnion - Static variable in class org.matheclipse.core.expression.ID
- GraphUnion - Static variable in class org.matheclipse.core.expression.S
-
GraphUnion(graph1, graph2, graph3,...) - returns the graph union of `graph1`, `graph2`, `graph3`,...
- gray - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color gray.
- Gray - Static variable in class org.matheclipse.core.expression.ID
- Gray - Static variable in class org.matheclipse.core.expression.S
- GRAY - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color gray.
- GrayLevel - Static variable in class org.matheclipse.core.expression.ID
- GrayLevel - Static variable in class org.matheclipse.core.expression.S
- GRAYSCALE - org.matheclipse.core.tensor.img.ColorDataGradients
-
black, gray, white
- GrayscaleColorData - Class in org.matheclipse.core.tensor.img
- greater(Object) - Static method in class org.matheclipse.core.expression.J
-
Greater(x, y) - yields `True` if `x` is known to be greater than `y`.
- greater(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Greater(x, y) - yields `True` if `x` is known to be greater than `y`.
- greater(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Greater(x, y) - yields `True` if `x` is known to be greater than `y`.
- greater(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate
S.Greater
directly if both arguments are real numbers, otherwise evaluate the built-inGreater
function. - Greater - Static variable in class org.matheclipse.core.expression.ID
- Greater - Static variable in class org.matheclipse.core.expression.S
-
Greater(x, y) - yields `True` if `x` is known to be greater than `y`.
- Greater() - Constructor for class org.matheclipse.core.builtin.BooleanFunctions.Greater
- Greater(IExpr, int) - Static method in class org.matheclipse.core.expression.F
- Greater(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- greaterEqual(Object) - Static method in class org.matheclipse.core.expression.J
-
GreaterEqual(x, y) - yields `True` if `x` is known to be greater than or equal to `y`.
- greaterEqual(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GreaterEqual(x, y) - yields `True` if `x` is known to be greater than or equal to `y`.
- greaterEqual(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GreaterEqual(x, y) - yields `True` if `x` is known to be greater than or equal to `y`.
- greaterEqual(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate
S.GreaterEqual
directly if both arguments are real numbers, otherwise evaluate the built-inGreaterEqual
function. - GreaterEqual - Static variable in class org.matheclipse.core.expression.ID
- GreaterEqual - Static variable in class org.matheclipse.core.expression.S
-
GreaterEqual(x, y) - yields `True` if `x` is known to be greater than or equal to `y`.
- GreaterEqual() - Constructor for class org.matheclipse.core.builtin.BooleanFunctions.GreaterEqual
- GreaterEqual(IExpr, int) - Static method in class org.matheclipse.core.expression.F
- GreaterEqual(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- greaterEqualThan(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
* Compare if
this >= othertrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - greaterEqualThan(Object) - Static method in class org.matheclipse.core.expression.J
- greaterEqualThan(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this >= thattrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - GreaterEqualThan - Static variable in class org.matheclipse.core.expression.ID
- GreaterEqualThan - Static variable in class org.matheclipse.core.expression.S
- greaterThan(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this > othertrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - greaterThan(Object) - Static method in class org.matheclipse.core.expression.J
- greaterThan(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this > thattrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - GreaterThan - Static variable in class org.matheclipse.core.expression.ID
- GreaterThan - Static variable in class org.matheclipse.core.expression.S
- green - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color green.
- Green - Static variable in class org.matheclipse.core.expression.ID
- Green - Static variable in class org.matheclipse.core.expression.S
- GREEN - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color green.
- GREEN_BROWN_TERRAIN - org.matheclipse.core.tensor.img.ColorDataGradients
-
black, green, yellow, brown, white
- GRLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- GRLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named GRLEX.
- GRLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- GRLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named GRLEX.
- GroebnerBasis - Static variable in class org.matheclipse.core.expression.ID
- GroebnerBasis - Static variable in class org.matheclipse.core.expression.S
-
GroebnerBasis({polynomial-list},{variable-list}) - returns a Gröbner basis for the `polynomial-list` and `variable-list`.
- groupBy(Object) - Static method in class org.matheclipse.core.expression.J
-
GroupBy(list, head) - return an association where the elements of `list` are grouped by `head(element)`
- groupBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GroupBy(list, head) - return an association where the elements of `list` are grouped by `head(element)`
- groupBy(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
GroupBy(list, head) - return an association where the elements of `list` are grouped by `head(element)`
- groupBy(List<String>) - Method in interface org.matheclipse.core.interfaces.IASTDataset
- GroupBy - Static variable in class org.matheclipse.core.expression.ID
- GroupBy - Static variable in class org.matheclipse.core.expression.S
-
GroupBy(list, head) - return an association where the elements of `list` are grouped by `head(element)`
- Gruntz - Class in org.matheclipse.core.sympy.series
- Gruntz() - Constructor for class org.matheclipse.core.sympy.series.Gruntz
- GSymbol - Static variable in class org.matheclipse.core.expression.S
- GtQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GtQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- GtQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- gudermannian(Object) - Static method in class org.matheclipse.core.expression.J
-
Gudermannian(expr) - computes the gudermannian function.
- Gudermannian - Static variable in class org.matheclipse.core.expression.ID
- Gudermannian - Static variable in class org.matheclipse.core.expression.S
-
Gudermannian(expr) - computes the gudermannian function.
- Gudermannian(IExpr) - Static method in class org.matheclipse.core.expression.F
- GudermannianRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - GudermannianRules() - Constructor for class org.matheclipse.core.reflection.system.rules.GudermannianRules
- GumbelDistribution - Static variable in class org.matheclipse.core.expression.ID
- GumbelDistribution - Static variable in class org.matheclipse.core.expression.S
-
GumbelDistribution(a, b) - returns a Gumbel distribution.
- GumbelDistribution() - Static method in class org.matheclipse.core.expression.F
- GumbelDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- GZ - org.matheclipse.core.io.Extension
-
compressed version of another format, for instance csv.gz
H
- h - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
h
that will never be assigned a value. - H - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- H(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- H(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- H(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- h_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
h_
that will be used only for predefined pattern-matching rules and can match one expression. - h_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- h_Symbol - Static variable in class org.matheclipse.core.expression.F
- HalfIntegerQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- HalfIntegerQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- hamiltonianGraphQ(Object) - Static method in class org.matheclipse.core.expression.J
-
HamiltonianGraphQ(graph) - returns `True` if `graph` is an hamiltonian graph, and `False` otherwise.
- HamiltonianGraphQ - Static variable in class org.matheclipse.core.expression.ID
- HamiltonianGraphQ - Static variable in class org.matheclipse.core.expression.S
-
HamiltonianGraphQ(graph) - returns `True` if `graph` is an hamiltonian graph, and `False` otherwise.
- HAMMING - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- hammingDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HammingDistance(a, b) - returns the Hamming distance of `a` and `b`, i.e.
- HammingDistance - Static variable in class org.matheclipse.core.expression.ID
- HammingDistance - Static variable in class org.matheclipse.core.expression.S
-
HammingDistance(a, b) - returns the Hamming distance of `a` and `b`, i.e.
- hammingWindow(Object) - Static method in class org.matheclipse.core.expression.J
- hammingWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- HammingWindow - Static variable in class org.matheclipse.core.expression.ID
- HammingWindow - Static variable in class org.matheclipse.core.expression.S
- hankelH1(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- hankelH1(Object, Object) - Static method in class org.matheclipse.core.expression.J
- hankelH1(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- HankelH1 - Static variable in class org.matheclipse.core.expression.ID
- HankelH1 - Static variable in class org.matheclipse.core.expression.S
- HankelH1(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- hankelH2(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- hankelH2(Object, Object) - Static method in class org.matheclipse.core.expression.J
- hankelH2(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- HankelH2 - Static variable in class org.matheclipse.core.expression.ID
- HankelH2 - Static variable in class org.matheclipse.core.expression.S
- HankelH2(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- HANN - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- hannWindow(Object) - Static method in class org.matheclipse.core.expression.J
- hannWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- HannWindow - Static variable in class org.matheclipse.core.expression.ID
- HannWindow - Static variable in class org.matheclipse.core.expression.S
- harmonicMean(Object) - Static method in class org.matheclipse.core.expression.J
-
HarmonicMean({a, b, c,...}) - returns the harmonic mean of `{a, b, c,...}`.
- HarmonicMean - Static variable in class org.matheclipse.core.expression.ID
- HarmonicMean - Static variable in class org.matheclipse.core.expression.S
-
HarmonicMean({a, b, c,...}) - returns the harmonic mean of `{a, b, c,...}`.
- HarmonicMean(IExpr) - Static method in class org.matheclipse.core.expression.F
- harmonicNumber(Object) - Static method in class org.matheclipse.core.expression.J
-
HarmonicNumber(n) - returns the `n`th harmonic number.
- harmonicNumber(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HarmonicNumber(n) - returns the `n`th harmonic number.
- HarmonicNumber - Static variable in class org.matheclipse.core.expression.ID
- HarmonicNumber - Static variable in class org.matheclipse.core.expression.S
-
HarmonicNumber(n) - returns the `n`th harmonic number.
- HarmonicNumber(IExpr) - Static method in class org.matheclipse.core.expression.F
- HarmonicNumber(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- has(String) - Method in class org.matheclipse.core.expression.ExprTrie
- has(String, TrieMatch) - Method in class org.matheclipse.core.expression.ExprTrie
- has(Collection<IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, did not match the collection of pattern-matching expressions. - has(Predicate<IExpr>, boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns
true
, if at least one of the elements in the subexpressions or the expression itself, satisfy the given unary predicate. - has(Predicate<IExpr>, boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if at least one of the elements in the subexpressions or the expression itself, satisfy the given unary predicate. - has(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, did not match the given pattern. - has(IExpr, boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if at least one of the elements in the subexpressions or the expression itself, match the given pattern. - hasAssignedSymbolValue() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Is a (local or global) value assigned for this symbol?
- hasAssignedSymbolValue() - Method in class org.matheclipse.core.expression.Symbol
-
Is a (local or global) value assigned for this symbol?
- hasAssignedSymbolValue() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Is a (local or global) value assigned for this symbol?
- hasComplexNumber() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
false
, if all of the elements in the subexpressions or the expression itself, aren't a symbolic or numerical complex number or a structure with complex number arguments. - hasFlatAttribute() - Method in class org.matheclipse.core.expression.BuiltInDummy
- hasFlatAttribute() - Method in class org.matheclipse.core.expression.Symbol
- hasFlatAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Does this symbols attribute set contains the
Flat
attribute? - hasFlatAttribute(int) - Static method in interface org.matheclipse.core.interfaces.ISymbol
-
Does the attributes flag set contains the
ISymbol.FLAT
bit set? - hasFree(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- hash - Variable in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
- HASH_VALUE_VISITOR - Static variable in class org.matheclipse.core.visit.HashValueVisitor
- hash1 - Variable in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
The corresponding hashcode for the first left-hand-side pattern.
- hash2 - Variable in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
The corresponding hashcode for the second left-hand-side pattern.
- hashCode() - Method in class org.matheclipse.core.convert.RGBColor
-
Returns a hash code of this RGBColor object.
- hashCode() - Method in class org.matheclipse.core.eval.util.OpenFixedSizeMap
- hashCode() - Method in class org.matheclipse.core.eval.util.OpenIntToSet
- hashCode() - Method in class org.matheclipse.core.expression.AbstractAST
-
FNV-1 hash code of this
IAST
. - hashCode() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- hashCode() - Method in class org.matheclipse.core.expression.ApcomplexNum
- hashCode() - Method in class org.matheclipse.core.expression.ApfloatNum
- hashCode() - Method in class org.matheclipse.core.expression.AST0
- hashCode() - Method in class org.matheclipse.core.expression.AST1
- hashCode() - Method in class org.matheclipse.core.expression.AST2
- hashCode() - Method in class org.matheclipse.core.expression.AST3
- hashCode() - Method in class org.matheclipse.core.expression.ASTAssociation
- hashCode() - Method in class org.matheclipse.core.expression.ASTRealMatrix
- hashCode() - Method in class org.matheclipse.core.expression.ASTRealVector
- hashCode() - Method in class org.matheclipse.core.expression.ASTRRBTree
- hashCode() - Method in class org.matheclipse.core.expression.ASTSeriesData
- hashCode() - Method in class org.matheclipse.core.expression.B1
- hashCode() - Method in class org.matheclipse.core.expression.B2
- hashCode() - Method in class org.matheclipse.core.expression.B3
- hashCode() - Method in class org.matheclipse.core.expression.BigFractionSym
- hashCode() - Method in class org.matheclipse.core.expression.BigIntegerSym
- hashCode() - Method in class org.matheclipse.core.expression.Blank
- hashCode() - Method in class org.matheclipse.core.expression.BuiltInDummy
- hashCode() - Method in class org.matheclipse.core.expression.BuiltInSymbol
- hashCode() - Method in class org.matheclipse.core.expression.ComplexNum
- hashCode() - Method in class org.matheclipse.core.expression.ComplexSym
- hashCode() - Method in class org.matheclipse.core.expression.Context
- hashCode() - Method in class org.matheclipse.core.expression.data.BDDExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.ByteArrayExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.DateObjectExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.DispatchExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.ExprEdge
- hashCode() - Method in class org.matheclipse.core.expression.data.ExprWeightedEdge
- hashCode() - Method in class org.matheclipse.core.expression.data.FileExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.FittedModelExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.GeoPositionExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.GraphExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.JavaClassExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.JavaObjectExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- hashCode() - Method in class org.matheclipse.core.expression.data.TimeObjectExpr
- hashCode() - Method in class org.matheclipse.core.expression.DataExpr
- hashCode() - Method in class org.matheclipse.core.expression.DefaultDict
- hashCode() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- hashCode() - Method in class org.matheclipse.core.expression.ExprTrie
- hashCode() - Method in class org.matheclipse.core.expression.FractionSym
- hashCode() - Method in class org.matheclipse.core.expression.HMArrayList
- hashCode() - Method in class org.matheclipse.core.expression.IntegerSym
- hashCode() - Method in class org.matheclipse.core.expression.Num
- hashCode() - Method in class org.matheclipse.core.expression.OptionsPattern
- hashCode() - Method in class org.matheclipse.core.expression.Pattern
- hashCode() - Method in class org.matheclipse.core.expression.PatternNested
- hashCode() - Method in class org.matheclipse.core.expression.PatternSequence
- hashCode() - Method in class org.matheclipse.core.expression.RepeatedPattern
- hashCode() - Method in class org.matheclipse.core.expression.StringX
- hashCode() - Method in class org.matheclipse.core.expression.Symbol
- hashCode() - Method in class org.matheclipse.core.generic.GenericPair
-
Compute a hash code.
- hashCode() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- hashCode() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- hashCode() - Method in class org.matheclipse.core.patternmatching.AbstractPatternMatcherMethod
- hashCode() - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
- hashCode() - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRules
- hashCode() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
- hashCode() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- hashCode() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- hashCode() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndInvoker
-
Deprecated.
- hashCode() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- hashCode() - Method in class org.matheclipse.core.patternmatching.RulesData
- hashCode() - Method in class org.matheclipse.core.polynomials.longexponent.ExprMonomial
- hashCode() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Hash code for this polynomial.
- hashCode() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Hash code for this polynomial ring.
- hashCode() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Hash code.
- hashCode() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
hashCode.
- hashCode() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
hashCode.
- hashCode() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
- hashCode() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Hash code for this polynomial.
- hashCode() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Hash code for this polynomial ring.
- hashCode() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Hash code.
- hashCode() - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- hashCode() - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- hashCode() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- hashCode() - Method in interface org.matheclipse.core.tensor.sca.Clip
- hashCode() - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- hashCode() - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- HashedOrderlessMatcher - Class in org.matheclipse.core.patternmatching.hash
-
Match two arguments of an
Orderless
AST into a new resulting expression. - HashedOrderlessMatcher() - Constructor for class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
- HashedOrderlessMatcherPlus - Class in org.matheclipse.core.patternmatching.hash
-
Match two arguments of an
Orderless
Plus(...
- HashedOrderlessMatcherPlus() - Constructor for class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcherPlus
- HashedOrderlessMatcherTimes - Class in org.matheclipse.core.patternmatching.hash
-
Match two arguments of an
Orderless
Times(...
- HashedOrderlessMatcherTimes() - Constructor for class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcherTimes
- HashedPatternRules - Class in org.matheclipse.core.patternmatching.hash
-
Data structure for
HashedOrderlessMatcher
. - HashedPatternRules(IExpr, IExpr, IExpr, boolean, IExpr, boolean) - Constructor for class org.matheclipse.core.patternmatching.hash.HashedPatternRules
-
Define a combined pattern rule from the two left-hand-sides.
- HashedPatternRulesLog - Class in org.matheclipse.core.patternmatching.hash
-
Evaluate
Log(x) * Log(y)
combinations. - HashedPatternRulesLog(IExpr, IExpr) - Constructor for class org.matheclipse.core.patternmatching.hash.HashedPatternRulesLog
- HashedPatternRulesTimes - Class in org.matheclipse.core.patternmatching.hash
- HashedPatternRulesTimes(IExpr, IExpr, IExpr) - Constructor for class org.matheclipse.core.patternmatching.hash.HashedPatternRulesTimes
- HashedPatternRulesTimes(IExpr, IExpr, IExpr, boolean) - Constructor for class org.matheclipse.core.patternmatching.hash.HashedPatternRulesTimes
- HashedPatternRulesTimes(IExpr, IExpr, IExpr, IExpr, boolean) - Constructor for class org.matheclipse.core.patternmatching.hash.HashedPatternRulesTimes
- HashedPatternRulesTimesPower - Class in org.matheclipse.core.patternmatching.hash
- HashedPatternRulesTimesPower(IExpr, IExpr, IExpr) - Constructor for class org.matheclipse.core.patternmatching.hash.HashedPatternRulesTimesPower
-
If
lhsPattern1.isPower()
orlhsPattern2.isPower()
take the hashcode from the head ofbase()
, otherwise take the hashcode form the head of expression. - HashedPatternRulesTimesPower(IExpr, IExpr, IExpr, boolean) - Constructor for class org.matheclipse.core.patternmatching.hash.HashedPatternRulesTimesPower
- hasHoldAllCompleteAttribute() - Method in class org.matheclipse.core.expression.BuiltInDummy
- hasHoldAllCompleteAttribute() - Method in class org.matheclipse.core.expression.Symbol
- hasHoldAllCompleteAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Does this symbols attribute set contains the
ISymbol.HOLDALLCOMPLETE
attribute? - hasHoldAllCompleteAttribute(int) - Static method in interface org.matheclipse.core.interfaces.ISymbol
-
Does the attributes flag set contains the
ISymbol.HOLDALLCOMPLETE
bit set? - hashSum - Variable in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
the combined hashcode from hash1 and hash2
- hashValue - Variable in class org.matheclipse.core.expression.AbstractAST
- hashValues(IExpr, IExpr, boolean) - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
Calculate two hash values
hash1
forlhsPattern1
andhash2
forlhsPattern2
- hashValues(IExpr, IExpr, boolean) - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRulesTimesPower
-
If
lhsPattern1.isPower()
orlhsPattern2.isPower()
get the hashcode from the head ofbase().head()
, otherwise get the hashcode form thehead()
of expression. - HashValueVisitor - Class in org.matheclipse.core.visit
-
Calculate a special hash value for
HashedOrderlessMatcher
methods. - HashValueVisitor() - Constructor for class org.matheclipse.core.visit.HashValueVisitor
- hasIntValue(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- hasListableAttribute() - Method in class org.matheclipse.core.expression.BuiltInDummy
- hasListableAttribute() - Method in class org.matheclipse.core.expression.Symbol
- hasListableAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Does this symbols attribute set contains the
Listable
attribute? - hasListableAttribute(int) - Static method in interface org.matheclipse.core.interfaces.ISymbol
-
Does the attributes flag set contains the
ISymbol.LISTABLE
bit set? - hasLongValue(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- hasNext() - Method in class org.matheclipse.core.combinatoric.MultisetCombinationIterator
- hasNext() - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap.Iterator
-
Check if there is a next element in the map.
- hasNext() - Method in class org.matheclipse.core.eval.util.OpenIntToList.Iterator
-
Check if there is a next element in the map.
- hasNext() - Method in class org.matheclipse.core.eval.util.OpenIntToSet.Iterator
-
Check if there is a next element in the map.
- hasNext() - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- hasNext() - Method in class org.matheclipse.core.frobenius.OutputPortUnsafe.PortIterator
- hasNext() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial.SymbolicPolyIterator
-
Test for availability of a next monomial.
- hasNext() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries.FormalPowerSeriesIterator
- hasNext() - Method in class org.matheclipse.core.sympy.series.Sequences.EmptySequence.EmptySeqIterator
- hasNext() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase.SeqIterator
- hasNumericArgument() - Method in interface org.matheclipse.core.interfaces.IAST
-
Test if one of the arguments gives
true
for theisNumericArgument()
method - hasOneIdentityAttribute() - Method in class org.matheclipse.core.expression.BuiltInDummy
- hasOneIdentityAttribute() - Method in class org.matheclipse.core.expression.Symbol
- hasOneIdentityAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Does this symbols attribute set contains the
OneIdentity
attribute? - hasOptionalArgument() - Method in interface org.matheclipse.core.interfaces.IAST
-
Test if the last argument contains a pattern with an optional argument.
- hasOrderlessAttribute() - Method in class org.matheclipse.core.expression.BuiltInDummy
- hasOrderlessAttribute() - Method in class org.matheclipse.core.expression.Symbol
- hasOrderlessAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Does this symbols attribute set contains the
Orderless
attribute? - hasOrderlessAttribute(int) - Static method in interface org.matheclipse.core.interfaces.ISymbol
-
Does this symbols attribute set contains the
Orderless
attribute? - hasOrderlessFlatAttribute() - Method in class org.matheclipse.core.expression.BuiltInDummy
- hasOrderlessFlatAttribute() - Method in class org.matheclipse.core.expression.Symbol
- hasOrderlessFlatAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Does this symbols attribute set contains the
Flat
andOrderless
attribute? - hasOrderlessFlatAttribute(int) - Static method in interface org.matheclipse.core.interfaces.ISymbol
-
Does the attributes flag set contains the
ISymbol.Flat
andISymbol.Orderless
bits set? - hasPrevious() - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- hasReachedAccuracy(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
-
Indicate if xn and xo have the relative/absolute accuracy epsilon.
- hasSymbol(String, boolean) - Method in class org.matheclipse.core.expression.ContextPath
-
Test if the
symbolName
is defined in the one of the contexts available on the context path. - hasSymbol(String, EvalEngine) - Static method in class org.matheclipse.core.expression.F
-
Test if the
symbolName
is defined in the one of the contexts available on the context path. - hasTrigonometricFunction() - Method in class org.matheclipse.core.expression.AbstractAST
- hasTrigonometricFunction() - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns
true
, if one of the headers of this AST contains a trigonometric function. - haversine(Object) - Static method in class org.matheclipse.core.expression.J
-
Haversine(z) - returns the haversine function of `z`.
- Haversine - Static variable in class org.matheclipse.core.expression.ID
- Haversine - Static variable in class org.matheclipse.core.expression.S
-
Haversine(z) - returns the haversine function of `z`.
- Haversine(IExpr) - Static method in class org.matheclipse.core.expression.F
- head - Variable in class org.matheclipse.core.generic.Predicates.IsBinaryFalse
- head - Variable in class org.matheclipse.core.generic.Predicates.IsBinaryTrue
- head() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- head() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- head() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- head() - Method in class org.matheclipse.core.expression.AbstractPatternSequence
- head() - Method in class org.matheclipse.core.expression.ApcomplexNum
- head() - Method in class org.matheclipse.core.expression.ApfloatNum
- head() - Method in class org.matheclipse.core.expression.AST0
- head() - Method in class org.matheclipse.core.expression.ASTRealMatrix
- head() - Method in class org.matheclipse.core.expression.ASTRealVector
- head() - Method in class org.matheclipse.core.expression.ASTRRBTree
- head() - Method in class org.matheclipse.core.expression.ASTSeriesData
- head() - Method in class org.matheclipse.core.expression.B1
- head() - Method in class org.matheclipse.core.expression.B2
- head() - Method in class org.matheclipse.core.expression.B3
- head() - Method in class org.matheclipse.core.expression.Blank
- head() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
If this object is an instance of
IAST
get the first element (offset 0) of theIAST
list (i.e. - head() - Method in class org.matheclipse.core.expression.ComplexNum
- head() - Method in class org.matheclipse.core.expression.ComplexSym
- head() - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- head() - Method in class org.matheclipse.core.expression.DataExpr
- head() - Method in class org.matheclipse.core.expression.HMArrayList
- head() - Method in class org.matheclipse.core.expression.Num
- head() - Method in class org.matheclipse.core.expression.Pair
- head() - Method in class org.matheclipse.core.expression.Pattern
- head() - Method in class org.matheclipse.core.expression.PatternNested
- head() - Method in class org.matheclipse.core.expression.StringX
- head() - Method in class org.matheclipse.core.expression.Symbol
-
If this object is an instance of
IAST
get the first element (offset 0) of theIAST
list (i.e. - head() - Method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors.EqQ
- head() - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this object is an instance of
IAST
get the first element (offset 0) of theIAST
list (i.e. - head(Object) - Static method in class org.matheclipse.core.expression.J
-
Head(expr) - returns the head of the expression or atom `expr`.
- head(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Head(expr) - returns the head of the expression or atom `expr`.
- Head - Static variable in class org.matheclipse.core.expression.ID
- Head - Static variable in class org.matheclipse.core.expression.S
-
Head(expr) - returns the head of the expression or atom `expr`.
- Head(IExpr) - Static method in class org.matheclipse.core.expression.F
- headAST0(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST).
- headID() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- headID() - Method in class org.matheclipse.core.expression.B1
- headID() - Method in class org.matheclipse.core.expression.B2
- headID() - Method in class org.matheclipse.core.expression.B3
- headID() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get the head of an expression and if it is a built-in symbol return the ID of this symbol, otherwise return
-1
(ID.UNKNOWN) - Heads - Static variable in class org.matheclipse.core.expression.ID
- Heads - Static variable in class org.matheclipse.core.expression.S
- heaviside(IExpr, IExpr, EvalEngine) - Static method in class org.matheclipse.core.expression.F
- HeavisideTheta - Class in org.matheclipse.core.reflection.system
-
HeavisideTheta function returns
1
for all x greater than0
and0
for all x less than0
, - HeavisideTheta - Static variable in class org.matheclipse.core.expression.ID
- HeavisideTheta - Static variable in class org.matheclipse.core.expression.S
-
HeavisideTheta(expr1, expr2, ...
- HeavisideTheta() - Constructor for class org.matheclipse.core.reflection.system.HeavisideTheta
- HeavisideTheta(IExpr) - Static method in class org.matheclipse.core.expression.F
- hegcd(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial half extended greatest comon divisor.
- hegcd(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial half extended greatest comon divisor.
- height - Variable in class org.matheclipse.core.graphics.Dimensions2D
- HEIGHT - Static variable in class org.matheclipse.core.builtin.ManipulateFunction
- HeldFormQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- hermiteH(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HermiteH(n, x) - returns the Hermite polynomial `H_n(x)`.
- HermiteH - Static variable in class org.matheclipse.core.expression.ID
- HermiteH - Static variable in class org.matheclipse.core.expression.S
-
HermiteH(n, x) - returns the Hermite polynomial `H_n(x)`.
- HermiteH(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- hermitianMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
-
HermitianMatrixQ(m) - returns `True` if `m` is a hermitian matrix.
- hermitianMatrixQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HermitianMatrixQ(m) - returns `True` if `m` is a hermitian matrix.
- HermitianMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- HermitianMatrixQ - Static variable in class org.matheclipse.core.expression.S
-
HermitianMatrixQ(m) - returns `True` if `m` is a hermitian matrix.
- HermitianMatrixQ(IExpr) - Static method in class org.matheclipse.core.expression.F
- hessenbergDecomposition(Object) - Static method in class org.matheclipse.core.expression.J
-
HessenbergDecomposition(matrix) - calculate the Hessenberg-decomposition as a list `{p, h}` of a square `matrix`.
- HessenbergDecomposition - Static variable in class org.matheclipse.core.expression.ID
- HessenbergDecomposition - Static variable in class org.matheclipse.core.expression.S
-
HessenbergDecomposition(matrix) - calculate the Hessenberg-decomposition as a list `{p, h}` of a square `matrix`.
- HexidecimalCharacter - Static variable in class org.matheclipse.core.expression.ID
- HexidecimalCharacter - Static variable in class org.matheclipse.core.expression.S
-
HexidecimalCharacter - represents the characters `0-9`, `a-f` and `A-F`.
- hierarchy() - Method in class org.matheclipse.core.expression.AbstractAST
-
A unique integer ID for the implementation of this expression
- hierarchy() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- hierarchy() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- hierarchy() - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
A unique integer ID for the implementation of this expression
- hierarchy() - Method in class org.matheclipse.core.expression.ApcomplexNum
- hierarchy() - Method in class org.matheclipse.core.expression.ApfloatNum
- hierarchy() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
A unique integer ID for the implementation of this expression
- hierarchy() - Method in class org.matheclipse.core.expression.Blank
- hierarchy() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
A unique integer ID for the implementation of this expression
- hierarchy() - Method in class org.matheclipse.core.expression.ComplexNum
- hierarchy() - Method in class org.matheclipse.core.expression.ComplexSym
- hierarchy() - Method in class org.matheclipse.core.expression.data.BDDExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.ByteArrayExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.DateObjectExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.DispatchExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.FileExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.FittedModelExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.GeoPositionExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.GraphExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.JavaClassExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.JavaObjectExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- hierarchy() - Method in class org.matheclipse.core.expression.data.TimeObjectExpr
- hierarchy() - Method in class org.matheclipse.core.expression.DataExpr
- hierarchy() - Method in class org.matheclipse.core.expression.Num
- hierarchy() - Method in class org.matheclipse.core.expression.OptionsPattern
-
A unique integer ID for the implementation of this expression
- hierarchy() - Method in class org.matheclipse.core.expression.Pattern
- hierarchy() - Method in class org.matheclipse.core.expression.PatternNested
- hierarchy() - Method in class org.matheclipse.core.expression.StringX
- hierarchy() - Method in class org.matheclipse.core.expression.Symbol
-
A unique integer ID for the implementation of this expression
- hierarchy() - Method in interface org.matheclipse.core.interfaces.IExpr
-
A unique integer ID for the implementation of this expression
- hierarchy() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
A unique integer ID for the implementation of this expression
- Hierarchy - Enum in org.matheclipse.core.expression
- highestSlotNumber(IExpr) - Static method in class org.matheclipse.core.convert.VariablesSet
- hilbertMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
HilbertMatrix(n) - gives the hilbert matrix with `n` rows and columns.
- HilbertMatrix - Static variable in class org.matheclipse.core.expression.ID
- HilbertMatrix - Static variable in class org.matheclipse.core.expression.S
-
HilbertMatrix(n) - gives the hilbert matrix with `n` rows and columns.
- HilbertMatrix(IExpr) - Static method in class org.matheclipse.core.expression.F
- Histogram - Static variable in class org.matheclipse.core.expression.ID
- Histogram - Static variable in class org.matheclipse.core.expression.S
-
Histogram(list-of-values) - plots a histogram for a `list-of-values`
- Histogram(IExpr) - Static method in class org.matheclipse.core.expression.F
- HMArrayList - Class in org.matheclipse.core.expression
-
HMArrayList is an implementation of a list, backed by an array.
- HMArrayList(int) - Constructor for class org.matheclipse.core.expression.HMArrayList
-
Constructs a new instance of
HMArrayList
with the specified capacity. - HMArrayList(IExpr[]) - Constructor for class org.matheclipse.core.expression.HMArrayList
-
Constructs a new list assigning the given
array
to this lists array. - hodgeDual(Object) - Static method in class org.matheclipse.core.expression.J
- HodgeDual - Static variable in class org.matheclipse.core.expression.ID
- HodgeDual - Static variable in class org.matheclipse.core.expression.S
- hold(Object) - Static method in class org.matheclipse.core.expression.J
-
Hold(expr) - `Hold` doesn't evaluate `expr`.
- hold(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Hold(expr) - `Hold` doesn't evaluate `expr`.
- hold(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Hold(expr) - `Hold` doesn't evaluate `expr`.
- Hold - Static variable in class org.matheclipse.core.expression.ID
- Hold - Static variable in class org.matheclipse.core.expression.S
-
Hold(expr) - `Hold` doesn't evaluate `expr`.
- Hold(IExpr) - Static method in class org.matheclipse.core.expression.F
- HoldAll - Static variable in class org.matheclipse.core.expression.ID
- HoldAll - Static variable in class org.matheclipse.core.expression.S
-
HoldAll - is an attribute specifying that all arguments of a function should be left unevaluated.
- HOLDALL - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, where no argument should be evaluated
- HoldAllComplete - Static variable in class org.matheclipse.core.expression.ID
- HoldAllComplete - Static variable in class org.matheclipse.core.expression.S
- HOLDALLCOMPLETE - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, where no argument should be evaluated
- HoldComplete - Static variable in class org.matheclipse.core.expression.ID
- HoldComplete - Static variable in class org.matheclipse.core.expression.S
-
HoldComplete(expr) - `HoldComplete` doesn't evaluate `expr`.
- HoldComplete(IExpr) - Static method in class org.matheclipse.core.expression.F
- HOLDCOMPLETE - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, where no argument should be evaluated
- HoldFirst - Static variable in class org.matheclipse.core.expression.ID
- HoldFirst - Static variable in class org.matheclipse.core.expression.S
-
HoldFirst - is an attribute specifying that the first argument of a function should be left unevaluated.
- HOLDFIRST - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, where the first argument should not be evaluated
- HoldForm - Static variable in class org.matheclipse.core.expression.ID
- HoldForm - Static variable in class org.matheclipse.core.expression.S
-
HoldForm(expr) - `HoldForm` doesn't evaluate `expr` and didn't appear in the output.
- HoldForm(IExpr) - Static method in class org.matheclipse.core.expression.F
- holdPattern(Object) - Static method in class org.matheclipse.core.expression.J
-
HoldPattern(expr) - `HoldPattern` doesn't evaluate `expr` for pattern-matching.
- HoldPattern - Static variable in class org.matheclipse.core.expression.ID
- HoldPattern - Static variable in class org.matheclipse.core.expression.S
-
HoldPattern(expr) - `HoldPattern` doesn't evaluate `expr` for pattern-matching.
- HoldPattern(IExpr) - Static method in class org.matheclipse.core.expression.F
- HOLDPATTERN - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
This rules left-hand-side is wrapped with a
HoldPattern[]
function - HoldRest - Static variable in class org.matheclipse.core.expression.ID
- HoldRest - Static variable in class org.matheclipse.core.expression.S
-
HoldRest - is an attribute specifying that all but the first argument of a function should be left unevaluated.
- HOLDREST - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, where only the first argument should be evaluated
- HomeDirectory - Class in org.matheclipse.core.tensor.ext
- HomeDirectory() - Constructor for class org.matheclipse.core.tensor.ext.HomeDirectory
- homogenize(ExprPolynomialRing) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Make homogeneous.
- homogenize(SymbolicPolynomialRing) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Make homogeneous.
- horizon - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- horner(Object) - Static method in class org.matheclipse.core.expression.J
- Horner - Class in org.matheclipse.core.reflection.system
-
Deprecated.use HornerForm
- Horner - Static variable in class org.matheclipse.core.expression.ID
- Horner - Static variable in class org.matheclipse.core.expression.S
- Horner() - Constructor for class org.matheclipse.core.reflection.system.Horner
-
Deprecated.
- hornerForm(Object) - Static method in class org.matheclipse.core.expression.J
-
HornerForm(polynomial) - Generate the horner scheme for a univariate `polynomial`.
- hornerForm(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HornerForm(polynomial) - Generate the horner scheme for a univariate `polynomial`.
- HornerForm - Static variable in class org.matheclipse.core.expression.ID
- HornerForm - Static variable in class org.matheclipse.core.expression.S
-
HornerForm(polynomial) - Generate the horner scheme for a univariate `polynomial`.
- HornerScheme - Class in org.matheclipse.core.polynomials
-
Generate the horner scheme for univariate polynomials
- HornerScheme() - Constructor for class org.matheclipse.core.polynomials.HornerScheme
- HSBtoRGB(float, float, float) - Static method in class org.matheclipse.core.convert.RGBColor
-
Converts the RGBColor specified by the HSB model to an equivalent color in the default RGB model.
- Hsluv - Enum in org.matheclipse.core.bridge.awt
-
Hsluv is similar to Hue but attempts to balance overall lightness for all hue values.
- HSLUV - org.matheclipse.core.tensor.img.ColorDataGradients
-
hsluv is hue with brightness equalized, see hsluv.org cyclic
- HTML_PAGE - Static variable in class org.matheclipse.core.basic.Config
-
HTML template
- Hue - Class in org.matheclipse.core.tensor.img
-
Standalone HSV to RGB conversion an input scalar that does not satisfy
FiniteScalarQ
is mapped to a transparent color - Hue - Static variable in class org.matheclipse.core.expression.ID
- Hue - Static variable in class org.matheclipse.core.expression.S
- Hue() - Constructor for class org.matheclipse.core.tensor.img.Hue
- HUE - org.matheclipse.core.tensor.img.ColorDataGradients
-
hue is backed by
Hue.of(double, double, double, double)
red, yellow, green, cyan, blue, violet cyclic - hueToRGB(IAST) - Static method in class org.matheclipse.core.convert.RGBColor
-
Convert
Hue(hue, saturation,brightness,opacity)
to RGBColor. - hurwitzLerchPhi(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HurwitzLerchPhi(z, s, a) - returns the Lerch transcendent function.
- HurwitzLerchPhi - Static variable in class org.matheclipse.core.expression.ID
- HurwitzLerchPhi - Static variable in class org.matheclipse.core.expression.S
-
HurwitzLerchPhi(z, s, a) - returns the Lerch transcendent function.
- HurwitzLerchPhi(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- HurwitzLerchPhiRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - HurwitzLerchPhiRules() - Constructor for class org.matheclipse.core.reflection.system.rules.HurwitzLerchPhiRules
- hurwitzZeta(double, double) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- hurwitzZeta(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HurwitzZeta(s, a) - returns the Hurwitz zeta function.
- hurwitzZeta(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- HurwitzZeta - Static variable in class org.matheclipse.core.expression.ID
- HurwitzZeta - Static variable in class org.matheclipse.core.expression.S
-
HurwitzZeta(s, a) - returns the Hurwitz zeta function.
- HurwitzZeta(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- HyperbolicQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- hypercubeGraph(Object) - Static method in class org.matheclipse.core.expression.J
- HypercubeGraph - Static variable in class org.matheclipse.core.expression.ID
- HypercubeGraph - Static variable in class org.matheclipse.core.expression.S
- hyperfactorial(Object) - Static method in class org.matheclipse.core.expression.J
- Hyperfactorial - Static variable in class org.matheclipse.core.expression.ID
- Hyperfactorial - Static variable in class org.matheclipse.core.expression.S
- Hyperfactorial(IExpr) - Static method in class org.matheclipse.core.expression.F
- hypergeometric0F1(double, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric0F1(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Hypergeometric0F1(b, z) - return the `Hypergeometric0F1` function
- hypergeometric0F1(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric0F1(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- hypergeometric0F1(IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
- hypergeometric0F1(IExpr) - Method in class org.matheclipse.core.expression.ComplexNum
- hypergeometric0F1(IExpr) - Method in class org.matheclipse.core.expression.Num
- hypergeometric0F1(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- Hypergeometric0F1 - Static variable in class org.matheclipse.core.expression.ID
- Hypergeometric0F1 - Static variable in class org.matheclipse.core.expression.S
-
Hypergeometric0F1(b, z) - return the `Hypergeometric0F1` function
- Hypergeometric0F1(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Hypergeometric0F1Rules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - Hypergeometric0F1Rules() - Constructor for class org.matheclipse.core.reflection.system.rules.Hypergeometric0F1Rules
- hypergeometric1F1(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric1F1(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Hypergeometric1F1(a, b, z) - return the `Hypergeometric1F1` function
- hypergeometric1F1(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric1F1(IExpr, IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- hypergeometric1F1(IExpr, IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
- hypergeometric1F1(IExpr, IExpr) - Method in class org.matheclipse.core.expression.ComplexNum
- hypergeometric1F1(IExpr, IExpr) - Method in class org.matheclipse.core.expression.Num
- hypergeometric1F1(IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- Hypergeometric1F1 - Static variable in class org.matheclipse.core.expression.ID
- Hypergeometric1F1 - Static variable in class org.matheclipse.core.expression.S
-
Hypergeometric1F1(a, b, z) - return the `Hypergeometric1F1` function
- Hypergeometric1F1(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Hypergeometric1F1Regularized - Static variable in class org.matheclipse.core.expression.ID
- Hypergeometric1F1Regularized - Static variable in class org.matheclipse.core.expression.S
- Hypergeometric1F1Regularized(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Hypergeometric1F1Rules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - Hypergeometric1F1Rules() - Constructor for class org.matheclipse.core.reflection.system.rules.Hypergeometric1F1Rules
- hypergeometric1F2(double, double, double, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric1F2(Complex, Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric2F0(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric2F0(double, double, double, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric2F0(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric2F0(Complex, Complex, Complex, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric2F1(double, double, double, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric2F1(Complex, Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometric2F1(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- hypergeometric2F1(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
- hypergeometric2F1(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.expression.ComplexNum
- hypergeometric2F1(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.expression.Num
- hypergeometric2F1(IExpr, IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- Hypergeometric2F1 - Static variable in class org.matheclipse.core.expression.ID
- Hypergeometric2F1 - Static variable in class org.matheclipse.core.expression.S
-
Hypergeometric2F1(a, b, c, z) - return the `Hypergeometric2F1` function
- Hypergeometric2F1(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Hypergeometric2F1Regularized - Static variable in class org.matheclipse.core.expression.ID
- Hypergeometric2F1Regularized - Static variable in class org.matheclipse.core.expression.S
- Hypergeometric2F1Regularized(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Hypergeometric2F1RegularizedRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - Hypergeometric2F1RegularizedRules() - Constructor for class org.matheclipse.core.reflection.system.rules.Hypergeometric2F1RegularizedRules
- Hypergeometric2F1Rules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - Hypergeometric2F1Rules() - Constructor for class org.matheclipse.core.reflection.system.rules.Hypergeometric2F1Rules
- hypergeometricDistribution(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HypergeometricDistribution(n, s, t) - returns a hypergeometric distribution.
- HypergeometricDistribution - Static variable in class org.matheclipse.core.expression.ID
- HypergeometricDistribution - Static variable in class org.matheclipse.core.expression.S
-
HypergeometricDistribution(n, s, t) - returns a hypergeometric distribution.
- HypergeometricFunctions - Class in org.matheclipse.core.builtin
- HypergeometricJS - Class in org.matheclipse.core.builtin.functions
-
Ported from JavaScript file hypergeometric.js
- hypergeometricPFQ(double[], double[], double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometricPFQ(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
HypergeometricPFQ({a,...}, {b,...}, c) - return the `HypergeometricPFQ` function
- hypergeometricPFQ(Complex[], Complex[], Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometricPFQ(Complex[], Complex[], Complex, double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- HypergeometricPFQ - Static variable in class org.matheclipse.core.expression.ID
- HypergeometricPFQ - Static variable in class org.matheclipse.core.expression.S
-
HypergeometricPFQ({a,...}, {b,...}, c) - return the `HypergeometricPFQ` function
- HypergeometricPFQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- hypergeometricPFQRegularized(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- HypergeometricPFQRegularized - Static variable in class org.matheclipse.core.expression.ID
- HypergeometricPFQRegularized - Static variable in class org.matheclipse.core.expression.S
- HypergeometricPFQRegularized(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- HypergeometricPFQRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - HypergeometricPFQRules() - Constructor for class org.matheclipse.core.reflection.system.rules.HypergeometricPFQRules
- hypergeometricSeries(double[], double[], double) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometricSeries(Complex[], Complex[], Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- hypergeometricU(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- hypergeometricU(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- HypergeometricU - Static variable in class org.matheclipse.core.expression.ID
- HypergeometricU - Static variable in class org.matheclipse.core.expression.S
- HypergeometricU(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- HypergeometricURules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - HypergeometricURules() - Constructor for class org.matheclipse.core.reflection.system.rules.HypergeometricURules
- hypot(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- Hypot - Class in org.matheclipse.core.tensor.nrm
-
Hypot computes
sqrt(a2 +b2)
for a and b asRealScalar
s without intermediate overflow or underflow. - Hypot() - Constructor for class org.matheclipse.core.tensor.nrm.Hypot
- HYPSOMETRIC - org.matheclipse.core.tensor.img.ColorDataGradients
-
for mapmaking, encoding elevations between -6000...6000[m]
I
- i - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
i
that will never be assigned a value. - I - Static variable in class org.matheclipse.core.expression.ApcomplexNum
-
The square root of -1.
- I - Static variable in class org.matheclipse.core.expression.ComplexNum
-
The square root of -1.
- I - Static variable in class org.matheclipse.core.expression.ID
- I - Static variable in class org.matheclipse.core.expression.S
-
I - Imaginary unit - internally converted to the complex number `0+1*i`.
- i_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
i_
that will be used only for predefined pattern-matching rules and can match one expression. - i_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- i_Symbol - Static variable in class org.matheclipse.core.expression.F
- IArrayFunction - Interface in org.matheclipse.core.eval.interfaces
- IAssociation - Interface in org.matheclipse.core.interfaces
- IAssumptions - Interface in org.matheclipse.core.eval.util
- IAST - Interface in org.matheclipse.core.interfaces
-
(I)nterface for the (A)bstract (S)yntax (T)ree of a given function.
- IAST.PROPERTY - Enum in org.matheclipse.core.interfaces
-
The enumeration for the properties (keys) of the map possibly associated with this
IAST
object. - IASTAppendable - Interface in org.matheclipse.core.interfaces
-
Appendable (I)nterface for the (A)bstract (S)yntax (T)ree of a given function.
- IASTAppendable.CollectorImpl<T,A,R> - Class in org.matheclipse.core.interfaces
- IASTDataset - Interface in org.matheclipse.core.interfaces
- IASTMutable - Interface in org.matheclipse.core.interfaces
-
(I)nterface for the (A)bstract (S)yntax (T)ree of a given function.
- IASTSerializer() - Constructor for class org.matheclipse.core.expression.KryoUtil.IASTSerializer
- IBigNumber - Interface in org.matheclipse.core.interfaces
-
Implemented by all exact "symbolic" number interfaces (i.e.
- IBooleanFormula - Interface in org.matheclipse.core.interfaces
-
Marker interface for a builtin boolean function formula evaluator like And, Or, Not,...
- IBuiltInSymbol - Interface in org.matheclipse.core.interfaces
-
An expression representing a symbol (i.e.
- IComparatorFunction - Interface in org.matheclipse.core.interfaces
-
Marker interface for a builtin comparator evaluator like Equal, Greater, GreaterEqual, Less, LessEqual,...
- IComplex - Interface in org.matheclipse.core.interfaces
-
An expression representing a complex number
- IComplexNum - Interface in org.matheclipse.core.interfaces
- IContinuousDistribution - Interface in org.matheclipse.core.interfaces
-
Interface for continuous distribution.
- ICoreFunctionEvaluator - Interface in org.matheclipse.core.eval.interfaces
-
Interface for "core functions" which don't have associated rules and are only defined by a derived classes from this interface.
- icosahedron(Object) - Static method in class org.matheclipse.core.expression.J
- icosahedron(Object, Object) - Static method in class org.matheclipse.core.expression.J
- icosahedron(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Icosahedron - Static variable in class org.matheclipse.core.expression.ID
- Icosahedron - Static variable in class org.matheclipse.core.expression.S
- ID - Class in org.matheclipse.core.expression
-
Generated with class
org.matheclipse.core.preprocessor.FunctionIDGenerator
Don't change manually. - ID() - Constructor for class org.matheclipse.core.expression.ID
- IDataExpr<T> - Interface in org.matheclipse.core.interfaces
-
(I)nterface for a (Object) expressions
- identity(Object) - Static method in class org.matheclipse.core.expression.J
-
Identity(x) - is the identity function, which returns `x` unchanged.
- identity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Identity(x) - is the identity function, which returns `x` unchanged.
- identity(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Identity(x) - is the identity function, which returns `x` unchanged.
- Identity - Static variable in class org.matheclipse.core.expression.ID
- Identity - Static variable in class org.matheclipse.core.expression.S
-
Identity(x) - is the identity function, which returns `x` unchanged.
- Identity(IExpr) - Static method in class org.matheclipse.core.expression.F
- IDENTITY - Static variable in interface org.matheclipse.core.tensor.api.ScalarUnaryOperator
- IDENTITY - Static variable in interface org.matheclipse.core.tensor.api.TensorUnaryOperator
- identityMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
IdentityMatrix(n) - gives the identity matrix with `n` rows and columns.
- identityMatrix(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IdentityMatrix(n) - gives the identity matrix with `n` rows and columns.
- IdentityMatrix - Static variable in class org.matheclipse.core.expression.ID
- IdentityMatrix - Static variable in class org.matheclipse.core.expression.S
-
IdentityMatrix(n) - gives the identity matrix with `n` rows and columns.
- IdentityMatrix(int) - Static method in class org.matheclipse.core.expression.F
- IdentityMatrix(IExpr) - Static method in class org.matheclipse.core.expression.F
- identityPermutation(int) - Static method in class org.matheclipse.core.combinatoric.ArrayUtils
-
Creates and fills an array with a[i] = i.
- identityPermutation(int[]) - Static method in class org.matheclipse.core.combinatoric.ArrayUtils
-
Fills the given array with a[i] = i.
- IDimensionFunction<T> - Interface in org.matheclipse.core.interfaces
- IDiscreteDistribution - Interface in org.matheclipse.core.interfaces
- IDistribution - Interface in org.matheclipse.core.interfaces
-
Any distribution for which an analytic expression of the mean exists should implement
IDistribution
. - idiv(IFraction) - Method in class org.matheclipse.core.expression.BigFractionSym
-
Return a new rational representing
this / other
. - IEvalStepListener - Interface in org.matheclipse.core.interfaces
-
A listener which could listen to the
EvalEngine#evalLoop()
steps, to implement an evaluation trace or a step by step evaluation. - IEvaluator - Interface in org.matheclipse.core.interfaces
-
An IEvaluator can be linked to an ISymbol to define the evaluation behaviour of the symbol at creation time.
- IExpr - Interface in org.matheclipse.core.interfaces
-
(I)nterface for a mathematical (Expr)ession
IExpr
is the main interface for the Symja object type hierarchy: - IExpr.COMPARE_TERNARY - Enum in org.matheclipse.core.interfaces
-
A three-state "boolean" value.
- IExprEdge - Interface in org.matheclipse.core.expression.data
- If - Static variable in class org.matheclipse.core.expression.ID
- If - Static variable in class org.matheclipse.core.expression.S
-
If(cond, pos, neg) - returns `pos` if `cond` evaluates to `True`, and `neg` if it evaluates to `False`.
- If(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- If(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- If(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ifAppendable(Consumer<? super IASTAppendable>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- ifAppendable(Consumer<? super IASTAppendable>) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
If this expression unequals
F.NIL
, invoke the specified consumer with thisIASTAppendable
object, otherwise do nothing. - IFastFunctionEvaluator - Interface in org.matheclipse.core.eval.interfaces
-
Interface for "fast core built-in functions" which don't have associated rules and are only defined by a derived classes from this interface.
- ifPresent(Function<? super IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- ifPresent(Function<? super IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this expression unequals
F.NIL
, invoke the specified consumer with thethis
object, otherwise returnF#NIL
. - IFraction - Interface in org.matheclipse.core.interfaces
-
interface for "fractional" numbers
- IFunctionEvaluator - Interface in org.matheclipse.core.eval.interfaces
-
Common interface for built-in Symja functions.
- IFunctionExpand - Interface in org.matheclipse.core.eval.interfaces
- IGeQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IGeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IgnoreCase - Static variable in class org.matheclipse.core.expression.ID
- IgnoreCase - Static variable in class org.matheclipse.core.expression.S
- IGraphics2D - Interface in org.matheclipse.core.graphics
- IGraphics3D - Interface in org.matheclipse.core.graphics
-
Interface for 3D graphics primitives like Cuboid, Sphere, Cylinder,...
- IGRLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- IGRLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named IGRLEX.
- IGRLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- IGRLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named IGRLEX.
- IGtQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IGtQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IIndexFunction<T> - Interface in org.matheclipse.core.eval.util
- IInexactNumber - Interface in org.matheclipse.core.interfaces
- IInit(ISymbol, int[]) - Static method in class org.matheclipse.core.expression.F
- IInteger - Interface in org.matheclipse.core.interfaces
-
An expression representing a big integer number
- IIntegrate(int, IAST, IExpr) - Static method in class org.matheclipse.core.expression.F
- IIterator<E> - Interface in org.matheclipse.core.interfaces
-
Interface for an iterator with additional tearDown() method, to run the iterator again
- ILeQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ILeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ILtQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ILtQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- im() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- im() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Returns the imaginary part of a complex number
- im() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Returns the imaginary part of a complex number
- im() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns the imaginary part of a complex number
- im() - Method in class org.matheclipse.core.expression.ComplexNum
-
Returns the imaginary part of a complex number
- im() - Method in class org.matheclipse.core.expression.ComplexSym
- im() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns the imaginary part of a complex number
- im() - Method in class org.matheclipse.core.expression.Num
-
Returns the imaginary part of a complex number
- im() - Method in interface org.matheclipse.core.interfaces.IComplex
-
Returns the imaginary part of a complex number
- im() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the imaginary part of this expression if possible.
- im() - Method in interface org.matheclipse.core.interfaces.INumber
-
Returns the imaginary part of a complex number
- im() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- im(Object) - Static method in class org.matheclipse.core.expression.J
-
Im(z) - returns the imaginary component of the complex number `z`.
- Im - Static variable in class org.matheclipse.core.expression.ID
- Im - Static variable in class org.matheclipse.core.expression.S
-
Im(z) - returns the imaginary component of the complex number `z`.
- Im(IExpr) - Static method in class org.matheclipse.core.expression.F
- image(Object) - Static method in class org.matheclipse.core.expression.J
- image(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Image - Static variable in class org.matheclipse.core.expression.ID
- Image - Static variable in class org.matheclipse.core.expression.S
- IMAGE_IFRAME_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- IMAGE_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- ImageChannels - Static variable in class org.matheclipse.core.expression.ID
- ImageChannels - Static variable in class org.matheclipse.core.expression.S
- ImageColorSpace - Static variable in class org.matheclipse.core.expression.ID
- ImageColorSpace - Static variable in class org.matheclipse.core.expression.S
- imageCrop(Object) - Static method in class org.matheclipse.core.expression.J
- imageCrop(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ImageCrop - Class in org.matheclipse.core.tensor.img
- ImageCrop - Static variable in class org.matheclipse.core.expression.ID
- ImageCrop - Static variable in class org.matheclipse.core.expression.S
- ImageData - Static variable in class org.matheclipse.core.expression.ID
- ImageData - Static variable in class org.matheclipse.core.expression.S
- ImageDimensions - Static variable in class org.matheclipse.core.expression.ID
- ImageDimensions - Static variable in class org.matheclipse.core.expression.S
- ImageFormat - Class in org.matheclipse.core.tensor.img
- IMAGEID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- ImageQ - Static variable in class org.matheclipse.core.expression.ID
- ImageQ - Static variable in class org.matheclipse.core.expression.S
- ImageResize - Class in org.matheclipse.core.tensor.img
-
The general implementation
ImageResize#of(IAST, IExpr)
usesImage.SCALE_AREA_AVERAGING
with emphasis on quality. - ImageResize - Static variable in class org.matheclipse.core.expression.ID
- ImageResize - Static variable in class org.matheclipse.core.expression.S
- ImageResize() - Constructor for class org.matheclipse.core.tensor.img.ImageResize
- ImageRotate - Static variable in class org.matheclipse.core.expression.ID
- ImageRotate - Static variable in class org.matheclipse.core.expression.S
- ImageScaled - Static variable in class org.matheclipse.core.expression.ID
- ImageScaled - Static variable in class org.matheclipse.core.expression.S
- ImageSize - Static variable in class org.matheclipse.core.expression.ID
- ImageSize - Static variable in class org.matheclipse.core.expression.S
- ImageType - Static variable in class org.matheclipse.core.expression.ID
- ImageType - Static variable in class org.matheclipse.core.expression.S
- ImaginaryNumericQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- imaginaryPart(IExpr, boolean) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
- ImaginaryQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- imDoubleValue() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- imDoubleValue() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- imDoubleValue() - Method in class org.matheclipse.core.expression.ApcomplexNum
- imDoubleValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- imDoubleValue() - Method in class org.matheclipse.core.expression.ComplexNum
- imDoubleValue() - Method in class org.matheclipse.core.expression.ComplexSym
- imDoubleValue() - Method in class org.matheclipse.core.expression.Num
- imDoubleValue() - Method in interface org.matheclipse.core.interfaces.INumber
-
Returns the imaginary part of a complex number
- ImplementationStatus - Class in org.matheclipse.core.expression
- ImplementationStatus() - Constructor for class org.matheclipse.core.expression.ImplementationStatus
- ImplicitD - Static variable in class org.matheclipse.core.expression.ID
- ImplicitD - Static variable in class org.matheclipse.core.expression.S
- implies(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Implies(arg1, arg2) - Logical implication.
- Implies - Static variable in class org.matheclipse.core.expression.ID
- Implies - Static variable in class org.matheclipse.core.expression.S
-
Implies(arg1, arg2) - Logical implication.
- Implies(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Import - Static variable in class org.matheclipse.core.expression.ID
- Import - Static variable in class org.matheclipse.core.expression.S
-
Import("path-to-filename", "WXF") - if the file system is enabled, import an expression in WXF format from the "path-to-filename" file.
- importExpressionJSON(String) - Static method in class org.matheclipse.core.convert.ExpressionJSONConvert
-
Convert the JSON String into a Symja expression.
- importExpressionJSONRecursive(JsonNode) - Static method in class org.matheclipse.core.convert.ExpressionJSONConvert
- importExtension(String) - Static method in enum org.matheclipse.core.io.Extension
-
Determine
Extension
format from the extension string. - importFilename(String) - Static method in enum org.matheclipse.core.io.Extension
-
Determine
Extension
format from the filename's extension. - importJSON(String, boolean) - Static method in class org.matheclipse.core.convert.JSONConvert
-
Convert the JSON String into a Symja expression.
- importJSONRecursive(JsonNode, boolean) - Static method in class org.matheclipse.core.convert.JSONConvert
- importString(Object) - Static method in class org.matheclipse.core.expression.J
- importString(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ImportString - Class in org.matheclipse.core.reflection.system
-
Import some data from a given string.
- ImportString - Static variable in class org.matheclipse.core.expression.ID
- ImportString - Static variable in class org.matheclipse.core.expression.S
- ImportString() - Constructor for class org.matheclipse.core.reflection.system.ImportString
- imRational() - Method in class org.matheclipse.core.expression.ComplexSym
- imRational() - Method in interface org.matheclipse.core.interfaces.IBigNumber
-
Get the imaginary part as rational number
- imRational() - Method in interface org.matheclipse.core.interfaces.IRational
- in(Object) - Static method in class org.matheclipse.core.expression.J
-
In(k) - gives the `k`th line of input.
- in(IAST) - Static method in class org.matheclipse.core.generic.Predicates
-
Returns a predicate that evaluates to
true
if the object reference being tested is one of the arguments of the givenast
. - in(IExpr) - Static method in class org.matheclipse.core.generic.Predicates
-
Returns a predicate that evaluates to
true
if the object reference being tested is one of the arguments of the givenast
. - in(IUnit) - Method in class org.matheclipse.core.tensor.qty.QuantityMagnitude
-
Example:
- In - Class in org.matheclipse.core.reflection.system
-
Get the specified history
In
line from theEvalEngine's
history list. - In - Static variable in class org.matheclipse.core.expression.ID
- In - Static variable in class org.matheclipse.core.expression.S
-
In(k) - gives the `k`th line of input.
- In() - Constructor for class org.matheclipse.core.reflection.system.In
- In(IExpr) - Static method in class org.matheclipse.core.expression.F
- inc() - Method in class org.matheclipse.core.eval.util.MutableInt
- inc() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in class org.matheclipse.core.expression.ComplexNum
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in class org.matheclipse.core.expression.ComplexSym
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in class org.matheclipse.core.expression.FractionSym
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in class org.matheclipse.core.expression.Num
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
whose value is(this + 1)
. - inc() - Method in interface org.matheclipse.core.interfaces.IInteger
- inc() - Method in interface org.matheclipse.core.interfaces.IRational
- incColorIndex() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- incCurrentCounter() - Method in class org.matheclipse.core.eval.util.SetSpec
-
Increments the current counter
- incCurrentLevel() - Method in class org.matheclipse.core.eval.util.LevelSpec
-
Increments the current level
- incCurrentLevel() - Method in class org.matheclipse.core.visit.AbstractLevelVisitor
- incCurrentLevel() - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- incExperimentalCounter(IBuiltInSymbol) - Method in class org.matheclipse.core.eval.EvalEngine
-
Increment the counter, how often the experimental message was printed.
- includesDepth(int) - Method in class org.matheclipse.core.eval.util.LevelSpecification
- includesLevel(int) - Method in class org.matheclipse.core.eval.util.LevelSpecification
- incModuleCounter() - Static method in class org.matheclipse.core.eval.EvalEngine
-
Increment the
S.Module
variables counter by 1 and return the result. - incompleteBeta(double, double, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- incRecursionCounter() - Method in class org.matheclipse.core.eval.EvalEngine
-
Increment the recursion counter by 1 and return the result.
- increment() - Method in class org.matheclipse.core.eval.util.MutableInt
- increment(Object) - Static method in class org.matheclipse.core.expression.J
-
Increment(x) - increments `x` by `1`, returning the original value of `x`.
- Increment - Static variable in class org.matheclipse.core.expression.ID
- Increment - Static variable in class org.matheclipse.core.expression.S
-
Increment(x) - increments `x` by `1`, returning the original value of `x`.
- Increment(IExpr) - Static method in class org.matheclipse.core.expression.F
- ind() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- IndependentQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Indeterminate - Static variable in class org.matheclipse.core.expression.ID
- Indeterminate - Static variable in class org.matheclipse.core.expression.S
-
Indeterminate - represents an indeterminate result.
- INDEXED_FROM_ONE - Static variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Specifies that (on output) the vertex indices for a face should be numbered starting from 1.
- INDEXED_FROM_ZERO - Static variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Specifies that (on output) the vertex indices for a face should be numbered starting from 0.
- IndexedLevel - Class in org.matheclipse.core.visit
-
A level specification for levels used in the function
MapIndexed
Example: the nested list{x,{y}}
has depth3
- IndexedLevel(BiFunction<IExpr, IExpr, IExpr>, int, boolean) - Constructor for class org.matheclipse.core.visit.IndexedLevel
- IndexedLevel(BiFunction<IExpr, IExpr, IExpr>, int, int, boolean) - Constructor for class org.matheclipse.core.visit.IndexedLevel
- IndexedLevel(BiFunction<IExpr, IExpr, IExpr>, int, int, int, int, boolean) - Constructor for class org.matheclipse.core.visit.IndexedLevel
-
Example value set for including all levels:
fromLevel = 0;
toLevel = Integer.MAX_VALUE;
fromDepth = Integer.MIN_VALUE;
toDepth = -1;
- IndexedLevel(BiFunction<IExpr, IExpr, IExpr>, IExpr, boolean, EvalEngine) - Constructor for class org.matheclipse.core.visit.IndexedLevel
-
Create a LevelSpecification from an IInteger or IAST list-object.
Anexpr
is interpreted as a level specification for the allowed levels in an AST.
Ifexpr
is a non-negative IInteger iValue set Level {1,iValue};
Ifexpr
is a negative IInteger iValue set Level {iValue, 0};
Ifexpr
is a List {i0Value, i1Value} set Level {i0Value, i1Value}; - IndexFunctionDiagonal - Class in org.matheclipse.core.eval.util
-
Evaluates to one of two given values.
- IndexFunctionDiagonal(IExpr[]) - Constructor for class org.matheclipse.core.eval.util.IndexFunctionDiagonal
- indexGraph(Object) - Static method in class org.matheclipse.core.expression.J
- indexGraph(Object, Object) - Static method in class org.matheclipse.core.expression.J
- IndexGraph - Static variable in class org.matheclipse.core.expression.ID
- IndexGraph - Static variable in class org.matheclipse.core.expression.S
- indexOf(int) - Method in class org.matheclipse.core.expression.StringX
- indexOf(int) - Method in interface org.matheclipse.core.interfaces.IStringX
- indexOf(int, int) - Method in class org.matheclipse.core.expression.StringX
- indexOf(int, int) - Method in interface org.matheclipse.core.interfaces.IStringX
- indexOf(String) - Method in class org.matheclipse.core.expression.StringX
- indexOf(String) - Method in interface org.matheclipse.core.interfaces.IStringX
- indexOf(String, int) - Method in class org.matheclipse.core.expression.StringX
- indexOf(String, int) - Method in interface org.matheclipse.core.interfaces.IStringX
- indexOf(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST0
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST1
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST2
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AST3
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B1
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B2
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.B3
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(Predicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this is of type
IAST
, find the first argument position, which fulfills thepredicate
. - indexOf(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOf(IExpr) - Method in class org.matheclipse.core.expression.AST0
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOf(IExpr) - Method in class org.matheclipse.core.expression.AST1
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOf(IExpr) - Method in class org.matheclipse.core.expression.AST2
- indexOf(IExpr) - Method in class org.matheclipse.core.expression.AST3
- indexOf(IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOf(IExpr) - Method in class org.matheclipse.core.expression.B1
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOf(IExpr) - Method in class org.matheclipse.core.expression.B2
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOf(IExpr) - Method in class org.matheclipse.core.expression.B3
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOf(IExpr) - Method in class org.matheclipse.core.expression.HMArrayList
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOf(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this is of type
IAST
, find the first argument position, which equalsexpr
. - indexOfCommand(String, String) - Method in class org.matheclipse.core.form.tex.TeXScanner
- indexOfToken(int, int) - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Try to find the closing token recursively.
- IndexTableGenerator - Class in org.matheclipse.core.eval.util
-
Table structure generator (i.e.
- IndexTableGenerator(int[], ISymbol, IIndexFunction<? extends IExpr>) - Constructor for class org.matheclipse.core.eval.util.IndexTableGenerator
- indexVar(IExpr, IAST) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get the index of a variable.
- indexVar(IExpr, IAST) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get the index of a variable.
- Inequality - Static variable in class org.matheclipse.core.expression.ID
- Inequality - Static variable in class org.matheclipse.core.expression.S
- Inequality(IExpr...) - Static method in class org.matheclipse.core.expression.F
- inequality2And(IAST) - Static method in class org.matheclipse.core.builtin.BooleanFunctions
-
Transform the
S.Inequality
AST to anS.And
expression. - InertReciprocalQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- InertTrigFreeQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- InertTrigQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- InertTrigQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- InertTrigQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- InertTrigSumQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- inexactNumberQ(Object) - Static method in class org.matheclipse.core.expression.J
-
InexactNumberQ(expr) - returns `True` if `expr` is not an exact number, and `False` otherwise.
- InexactNumberQ - Static variable in class org.matheclipse.core.expression.ID
- InexactNumberQ - Static variable in class org.matheclipse.core.expression.S
-
InexactNumberQ(expr) - returns `True` if `expr` is not an exact number, and `False` otherwise.
- InexactNumberQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
InexactNumberQ(expr)
- INF - Static variable in class org.matheclipse.core.expression.ComplexNum
- Infinity - Static variable in class org.matheclipse.core.expression.ID
- Infinity - Static variable in class org.matheclipse.core.expression.S
-
Infinity - represents an infinite real quantity.
- infix(Object) - Static method in class org.matheclipse.core.expression.J
- infix(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Infix - Static variable in class org.matheclipse.core.expression.ID
- Infix - Static variable in class org.matheclipse.core.expression.S
- Information - Static variable in class org.matheclipse.core.expression.ID
- Information - Static variable in class org.matheclipse.core.expression.S
- Information(IExpr) - Static method in class org.matheclipse.core.expression.F
- Information(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- INFORMATION_LONG - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- INFORMATION_SHORT - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- Inherited - Static variable in class org.matheclipse.core.expression.ID
- Inherited - Static variable in class org.matheclipse.core.expression.S
- init() - Method in class org.matheclipse.core.eval.EvalEngine
-
Initialize this
EvalEngine
- init() - Method in class org.matheclipse.core.form.mathml.MathMLFormFactory
- init(IExpr[]) - Method in class org.matheclipse.core.expression.HMArrayList
-
Constructs a new list assigning the given
array
to this lists array. - init1() - Static method in interface org.matheclipse.core.reflection.system.rulesets.EliminateRules
- init1() - Static method in interface org.matheclipse.core.reflection.system.rulesets.ProductRules
- init1() - Static method in interface org.matheclipse.core.reflection.system.rulesets.SumRules
- init2() - Static method in interface org.matheclipse.core.reflection.system.rulesets.EliminateRules
- initBuffers(int) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- initFinalHiddenSymbol(String) - Static method in class org.matheclipse.core.expression.S
-
Convert the symbolName to lowercase (if
Config.PARSER_USE_LOWERCASE_SYMBOLS
is set) and insert a new Symbol in thePREDEFINED_SYMBOLS_MAP
. - initGeneralMessages() - Static method in class org.matheclipse.core.eval.Errors
- initialContext() - Static method in class org.matheclipse.core.expression.ContextPath
-
Get the initial context(s) for an evaluation engine.
- initialize() - Static method in class org.matheclipse.core.builtin.Algebra
- initialize() - Static method in class org.matheclipse.core.builtin.Arithmetic
- initialize() - Static method in class org.matheclipse.core.builtin.AssociationFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.AssumptionFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.AttributeFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.BesselFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.BooleanFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.BoxesFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.ClusteringFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.Combinatoric
- initialize() - Static method in class org.matheclipse.core.builtin.CompilerFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.ComputationalGeometryFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.ConstantDefinitions
- initialize() - Static method in class org.matheclipse.core.builtin.ConstantPhysicsDefinitions
- initialize() - Static method in class org.matheclipse.core.builtin.ContainsFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.CurveFitterFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.EllipticIntegrals
- initialize() - Static method in class org.matheclipse.core.builtin.EntityFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.ExpTrigsFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.FileFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.FilterFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.FinancialFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.FunctionDefinitions
- initialize() - Static method in class org.matheclipse.core.builtin.GeodesyFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.GraphDataFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.GraphFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.HypergeometricFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.IntegerFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.IntervalFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.IOFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.JavaFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.LinearAlgebra
- initialize() - Static method in class org.matheclipse.core.builtin.ListFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.ManipulateFunction
- initialize() - Static method in class org.matheclipse.core.builtin.MinMaxFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.NumberTheory
- initialize() - Static method in class org.matheclipse.core.builtin.NumericArrayFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.OutputFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.PatternMatching
- initialize() - Static method in class org.matheclipse.core.builtin.PiecewiseFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.PolynomialFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.PredicateQ
- initialize() - Static method in class org.matheclipse.core.builtin.Programming
- initialize() - Static method in class org.matheclipse.core.builtin.QuantityFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.QuantumPhysicsFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.RandomFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.RootsFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.SequenceFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.SeriesFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.SidesFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.SimplifyFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.SourceCodeFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.SparseArrayFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.SpecialFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.StatisticsFunctions
-
Returns an array of random deviates from the given unary function.
- initialize() - Static method in class org.matheclipse.core.builtin.StringFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.StructureFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.TensorFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.UnitTestingFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.VectorAnalysisFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.WindowFunctions
- initialize() - Static method in class org.matheclipse.core.builtin.WXFFunctions
- initialize() - Static method in class org.matheclipse.core.convert.AST2Expr
- initialize() - Static method in class org.matheclipse.core.parser.ExprParserFactory
- initialize() - Static method in class org.matheclipse.core.reflection.system.rules.AutomaticRules
- initialize(String) - Method in class org.matheclipse.core.form.tex.TeXScanner
- initKryo() - Static method in class org.matheclipse.core.expression.KryoUtil
- initPattern() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Set all pattern values to
null
; - initPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Set all pattern values to
null
; - initPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- initPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- initPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- initPattern() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- initPatternBlank() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- initPatternBlank() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- initPatternBlank() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- initPatternBlank() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- initPatternBlank() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- initPatternMap() - Method in class org.matheclipse.core.combinatoric.MultisetPartitionsIterator
- initPatternMap() - Method in class org.matheclipse.core.patternmatching.FlatStepVisitor
-
Set all pattern values to
null
; - initPredefinedPattern(ISymbol) - Static method in class org.matheclipse.core.expression.F
- initPredefinedPatternSequence(ISymbol) - Static method in class org.matheclipse.core.expression.F
- initPredefinedPatternSequence(ISymbol, boolean) - Static method in class org.matheclipse.core.expression.F
- initSerializedRules(ISymbol) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Initialize the serialized Rubi integration rules from ressource
/ser/integrate.ser
. - initSlotValues() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- initSlotValues() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- initSlotValues() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- initSlotValues() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- initSlotValues() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- initSlotValues() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- initSymbols() - Static method in class org.matheclipse.core.expression.F
-
Initialize the complete System
- initTeXConverter(ISymbol, AbstractTeXConverter) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- INLINE_PIECEWISE - Variable in class org.matheclipse.core.form.output.JavaScriptFormFactory
-
If
true
thePiecewise()
function was used in an expression, which need to do inline operators with the JavaScript ternary operator. - inner(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Inner(f, x, y, g) - computes a generalized inner product of `x` and `y`, using a multiplication function `f` and an addition function `g`.
- Inner - Static variable in class org.matheclipse.core.expression.ID
- Inner - Static variable in class org.matheclipse.core.expression.S
-
Inner(f, x, y, g) - computes a generalized inner product of `x` and `y`, using a multiplication function `f` and an addition function `g`.
- Input - Static variable in class org.matheclipse.core.expression.ID
- Input - Static variable in class org.matheclipse.core.expression.S
-
Input() - if the file system is enabled, the user can input an expression.
- InputField - Static variable in class org.matheclipse.core.expression.ID
- InputField - Static variable in class org.matheclipse.core.expression.S
- inputForm(IExpr) - Static method in class org.matheclipse.core.builtin.StringFunctions
- inputForm(IExpr, boolean) - Static method in class org.matheclipse.core.builtin.StringFunctions
- InputForm - Static variable in class org.matheclipse.core.expression.ID
- InputForm - Static variable in class org.matheclipse.core.expression.S
-
InputForm(expr) - print the `expr` as if it should be inserted by the user for evaluation.
- inputStream(Object) - Static method in class org.matheclipse.core.expression.J
- inputStream(Object, Object) - Static method in class org.matheclipse.core.expression.J
- InputStream - Static variable in class org.matheclipse.core.expression.ID
- InputStream - Static variable in class org.matheclipse.core.expression.S
- InputStreamExpr - Class in org.matheclipse.core.expression.data
- InputStreamExpr() - Constructor for class org.matheclipse.core.expression.data.InputStreamExpr
- InputStreamExpr(InputStream) - Constructor for class org.matheclipse.core.expression.data.InputStreamExpr
- InputStreamExpr(InputStream, String) - Constructor for class org.matheclipse.core.expression.data.InputStreamExpr
- InputStreamExpr(InputStream, String, Reader) - Constructor for class org.matheclipse.core.expression.data.InputStreamExpr
- INPUTSTREAMEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- InputString - Static variable in class org.matheclipse.core.expression.ID
- InputString - Static variable in class org.matheclipse.core.expression.S
-
InputString() - if the file system is enabled, the user can input a string.
- insert(Object) - Static method in class org.matheclipse.core.expression.J
-
Insert(list, elem, n) - inserts `elem` at position `n` in `list`.
- insert(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Insert(list, elem, n) - inserts `elem` at position `n` in `list`.
- insert(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Insert(list, elem, n) - inserts `elem` at position `n` in `list`.
- Insert - Static variable in class org.matheclipse.core.expression.ID
- Insert - Static variable in class org.matheclipse.core.expression.S
-
Insert(list, elem, n) - inserts `elem` at position `n` in `list`.
- Insert(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InsertionFunction - Static variable in class org.matheclipse.core.expression.ID
- InsertionFunction - Static variable in class org.matheclipse.core.expression.S
- insertMatcher(PatternMatcher) - Method in class org.matheclipse.core.patternmatching.RulesData
-
Insert a new (or replace an old equivalent) pattern matching rule in the rules data structure.
- InstallJava - Static variable in class org.matheclipse.core.expression.ID
- InstallJava - Static variable in class org.matheclipse.core.expression.S
- INSTANCE - org.matheclipse.core.bridge.gfx.LocalTimeDisplay
- INSTANCE - org.matheclipse.core.tensor.itp.LinearBinaryAverage
- InstanceOf - Static variable in class org.matheclipse.core.expression.ID
- InstanceOf - Static variable in class org.matheclipse.core.expression.S
-
InstanceOf[java-object, "class-name"] - return the result of the Java expression `java-object instanceof class`.
- INT_RUBI_FUNCTIONS - Static variable in class org.matheclipse.core.reflection.system.Integrate
- IntBinomialQ(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- integer(long) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use ZZ()
- integer(String, int) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use ZZ()
- integer(BigInteger) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use ZZ()
- Integer - Static variable in class org.matheclipse.core.expression.ID
- Integer - Static variable in class org.matheclipse.core.expression.S
-
Integer - is the head of integers.
- Integer16 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- Integer32 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- Integer64 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- Integer8 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- integerDigits(Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerDigits(n, base) - returns a list of integer digits for `n` under `base`.
- integerDigits(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerDigits(n, base) - returns a list of integer digits for `n` under `base`.
- integerDigits(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerDigits(n, base) - returns a list of integer digits for `n` under `base`.
- IntegerDigits - Static variable in class org.matheclipse.core.expression.ID
- IntegerDigits - Static variable in class org.matheclipse.core.expression.S
-
IntegerDigits(n, base) - returns a list of integer digits for `n` under `base`.
- integerExponent(Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerExponent(n, b) - gives the highest exponent of `b` that divides `n`.
- integerExponent(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerExponent(n, b) - gives the highest exponent of `b` that divides `n`.
- IntegerExponent - Static variable in class org.matheclipse.core.expression.ID
- IntegerExponent - Static variable in class org.matheclipse.core.expression.S
-
IntegerExponent(n, b) - gives the highest exponent of `b` that divides `n`.
- integerFromRationalCoefficients(GenPolynomial<BigRational>) - Method in class org.matheclipse.core.convert.JASConvert
-
BigInteger from BigRational coefficients.
- integerFromRationalCoefficients(GenPolynomial<BigRational>) - Method in class org.matheclipse.core.convert.JASIExpr
-
BigInteger from BigRational coefficients.
- IntegerFunctions - Class in org.matheclipse.core.builtin
- INTEGERID - org.matheclipse.core.expression.Hierarchy
- INTEGERID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- integerLength(Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerLength(x) - gives the number of digits in the base-10 representation of `x`.
- integerLength(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerLength(x) - gives the number of digits in the base-10 representation of `x`.
- integerLength(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- integerLength(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- integerLength(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
-
Number of digits in base
radix
implementation. - IntegerLength - Static variable in class org.matheclipse.core.expression.ID
- IntegerLength - Static variable in class org.matheclipse.core.expression.S
-
IntegerLength(x) - gives the number of digits in the base-10 representation of `x`.
- integerName(Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerName(integer-number) - gives the spoken number string of `integer-number` in language `English`.
- integerName(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerName(integer-number) - gives the spoken number string of `integer-number` in language `English`.
- IntegerName - Static variable in class org.matheclipse.core.expression.ID
- IntegerName - Static variable in class org.matheclipse.core.expression.S
-
IntegerName(integer-number) - gives the spoken number string of `integer-number` in language `English`.
- IntegerName(IExpr) - Static method in class org.matheclipse.core.expression.F
- IntegerName(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- integerPart() - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Return the integer part of this number
- integerPart() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Return the integer part of this number
- integerPart() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Return the integer (real and imaginary) part of this number
- integerPart() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Return the integer part of this number
- integerPart() - Method in class org.matheclipse.core.expression.ComplexNum
-
Return the integer (real and imaginary) part of this number
- integerPart() - Method in class org.matheclipse.core.expression.ComplexSym
-
Return the integer (real and imaginary) part of this number
- integerPart() - Method in class org.matheclipse.core.expression.Num
-
Return the integer part of this number
- integerPart() - Method in interface org.matheclipse.core.interfaces.INumber
-
Return the integer (real and imaginary) part of this number
- integerPart() - Method in interface org.matheclipse.core.interfaces.IReal
-
Return the integer part of this number
- integerPart(Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerPart(expr) - for real `expr` return the integer part of `expr`.
- integerPart(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Integer part.
- IntegerPart - Static variable in class org.matheclipse.core.expression.ID
- IntegerPart - Static variable in class org.matheclipse.core.expression.S
-
IntegerPart(expr) - for real `expr` return the integer part of `expr`.
- IntegerPart(IExpr) - Static method in class org.matheclipse.core.expression.F
- integerPartitions(Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerPartitions(n) - returns all partitions of the integer `n`.
- integerPartitions(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerPartitions(n) - returns all partitions of the integer `n`.
- integerPartitions(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerPartitions(n) - returns all partitions of the integer `n`.
- IntegerPartitions - Static variable in class org.matheclipse.core.expression.ID
- IntegerPartitions - Static variable in class org.matheclipse.core.expression.S
-
IntegerPartitions(n) - returns all partitions of the integer `n`.
- integerPoly2Expr(GenPolynomial<BigInteger>) - Method in class org.matheclipse.core.convert.JASConvert
-
Convert a JAS integer polynomial to
IExpr
. - integerPoly2Expr(GenPolynomial<BigInteger>) - Method in class org.matheclipse.core.convert.JASIExpr
-
Convert a JAS integer polynomial to
IExpr
. - IntegerPowerQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IntegerPowerQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- integerQ(Object) - Static method in class org.matheclipse.core.expression.J
-
IntegerQ(expr) - returns `True` if `expr` is an integer, and `False` otherwise.
- IntegerQ - Static variable in class org.matheclipse.core.expression.ID
- IntegerQ - Static variable in class org.matheclipse.core.expression.S
-
IntegerQ(expr) - returns `True` if `expr` is an integer, and `False` otherwise.
- IntegerQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
IntegerQ(expr)
- IntegerQuotientQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Integers - Class in org.matheclipse.core.tensor.ext
- Integers - Static variable in class org.matheclipse.core.expression.ID
- Integers - Static variable in class org.matheclipse.core.expression.S
-
Integers - is the set of integer numbers.
- Integers() - Constructor for class org.matheclipse.core.tensor.ext.Integers
- integerSolve(IAST, IAST, IAST, int, EvalEngine) - Static method in class org.matheclipse.core.convert.ChocoConvert
-
Create choco integer solver solutions.
- integerSolve(IAST, IAST, IAST, int, EvalEngine) - Method in class org.matheclipse.core.convert.CreamConvert
-
Create a cream integer solver.
- IntegersQ(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IntegerSym - Class in org.matheclipse.core.expression
-
IInteger implementation which uses an internal
int
value - IntegerSym() - Constructor for class org.matheclipse.core.expression.IntegerSym
-
do not use directly, needed for serialization/deserialization
- IntegerSym(int) - Constructor for class org.matheclipse.core.expression.IntegerSym
-
do not use directly, needed for serialization/deserialization
- integerToBitSet(int) - Static method in class org.matheclipse.core.builtin.IntegerFunctions
- integerToBitSet(IInteger) - Static method in class org.matheclipse.core.builtin.IntegerFunctions
- Integral(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- integral2Expr(Integral<BigRational>) - Method in class org.matheclipse.core.convert.JASConvert
-
Convert a jas
Integral
into a matheclipse expression - IntegralFreeQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- integrate(String, String, String, String) - Static method in class org.matheclipse.core.eval.MathUtils
-
Integrate a function numerically with the LegendreGauss method.
- integrate(String, String, String, String[]) - Static method in class org.matheclipse.core.eval.MathUtils
-
TODO use LegendreGauss method
- integrate(String, String, String, String, String) - Static method in class org.matheclipse.core.eval.MathUtils
-
Integrate a function numerically.
- integrate(String, IAST, double, double, IExpr, int, int) - Static method in class org.matheclipse.core.reflection.system.NIntegrate
-
Integrate a function numerically.
- integrate(IExpr) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Integration of a power series.
- integrate(IExpr, IExpr, int) - Method in class org.matheclipse.core.patternmatching.RulesData
-
Create a
Integrate
pattern matching rule. - Integrate - Class in org.matheclipse.core.reflection.system
-
Integrate(f, x)
- Integrate - Static variable in class org.matheclipse.core.expression.ID
- Integrate - Static variable in class org.matheclipse.core.expression.S
-
Integrate(f, x) - integrates `f` with respect to `x`.
- Integrate() - Constructor for class org.matheclipse.core.reflection.system.Integrate
- Integrate(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Integrates
f
with respect tox
. - INTEGRATE_BY_PARTS_RECURSION_LIMIT - Static variable in class org.matheclipse.core.basic.Config
-
Define the recursion limit for
Integrate#integrateByParts()
method. - INTEGRATE_REAPLIST - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- INTEGRATE_RUBI_RULES_RECURSION_LIMIT - Static variable in class org.matheclipse.core.basic.Config
-
Define the recursion limit for
Integrate#integrateByRubiRules()
method. - INTEGRATE_RUBI_TIMELIMIT - Static variable in class org.matheclipse.core.basic.Config
-
Define the Rubi time limit for the
TimeConstrained()
function. - INTEGRATE_RULES_DATA - Static variable in class org.matheclipse.core.reflection.system.Integrate
- INTEGRATE_RULES_READ - Static variable in class org.matheclipse.core.reflection.system.Integrate
- INTEGRATE_SIMP - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- INTEGRATE_SMARTDENOMINATOR - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- INTEGRATE_SMARTLEAFCOUNT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- INTEGRATE_SMARTNUMERATOR - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- INTEGRATE_TRIG_SIMPLIFY - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Integrate.IntegrateInitializer - Class in org.matheclipse.core.reflection.system
- IntegrateInitializer() - Constructor for class org.matheclipse.core.reflection.system.Integrate.IntegrateInitializer
- IntegratePowerTimesFunctionRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - IntegratePowerTimesFunctionRules() - Constructor for class org.matheclipse.core.reflection.system.rules.IntegratePowerTimesFunctionRules
- intern() - Method in class org.matheclipse.core.expression.StringX
- InternalFindCommonFactorPlus() - Constructor for class org.matheclipse.core.builtin.Algebra.InternalFindCommonFactorPlus
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Return the internal Java form of this expression.
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Return the internal Java form of this expression.
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.ComplexNum
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.ComplexSym
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.FractionSym
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.Num
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.StringX
- internalFormString(boolean, int) - Method in class org.matheclipse.core.expression.Symbol
-
Return the internal Java form of this expression.
- internalFormString(boolean, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the internal Java form of this expression.
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Return the internal Java form of this expression.
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Return the internal Java form of this expression.
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.BigFractionSym
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.BigIntegerSym
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.Blank
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Return the internal Java form of this expression.
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.ComplexNum
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.ComplexSym
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.FractionSym
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.IntegerSym
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.Num
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.Pattern
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.PatternSequence
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.StringX
-
Return the internal Java form of this expression.
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.expression.Symbol
-
Return the internal Java form of this expression.
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the internal Java form of this expression.
- internalJavaString(SourceCodeProperties, int, Function<ISymbol, ? extends CharSequence>) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- internalJavaStringAsFactoryMethod() - Method in class org.matheclipse.core.expression.BuiltInSymbol
- internalJavaStringAsFactoryMethod() - Method in class org.matheclipse.core.expression.Symbol
-
Used to generate special Symja Java code
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Return the internal Scala form of this expression.
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.BigIntegerSym
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Return the internal Scala form of this expression.
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.ComplexNum
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.ComplexSym
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.FractionSym
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.IntegerSym
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.Num
- internalScalaString(boolean, int) - Method in class org.matheclipse.core.expression.Symbol
-
Return the internal Scala form of this expression.
- internalScalaString(boolean, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the internal Scala form of this expression.
- INTERPOLATEDFUNCTONID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- interpolatingFunction(Object) - Static method in class org.matheclipse.core.expression.J
-
InterpolatingFunction(data-list) - get the representation for the given `data-list` as piecewise `InterpolatingPolynomial`s.
- interpolatingFunction(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
InterpolatingFunction(data-list) - get the representation for the given `data-list` as piecewise `InterpolatingPolynomial`s.
- interpolatingFunction(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
InterpolatingFunction(data-list) - get the representation for the given `data-list` as piecewise `InterpolatingPolynomial`s.
- InterpolatingFunction - Class in org.matheclipse.core.reflection.system
- InterpolatingFunction - Static variable in class org.matheclipse.core.expression.ID
- InterpolatingFunction - Static variable in class org.matheclipse.core.expression.S
-
InterpolatingFunction(data-list) - get the representation for the given `data-list` as piecewise `InterpolatingPolynomial`s.
- InterpolatingFunction() - Constructor for class org.matheclipse.core.reflection.system.InterpolatingFunction
- InterpolatingFunctionExpr<T> - Class in org.matheclipse.core.expression.data
- InterpolatingFunctionExpr(T, double, double) - Constructor for class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- interpolatingPolynomial(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
InterpolatingPolynomial(data-list, symbol) - get the polynomial representation for the given `data-list`.
- InterpolatingPolynomial - Class in org.matheclipse.core.reflection.system
-
InterpolatingPolynomial(data - list, symbol)
- InterpolatingPolynomial - Static variable in class org.matheclipse.core.expression.ID
- InterpolatingPolynomial - Static variable in class org.matheclipse.core.expression.S
-
InterpolatingPolynomial(data-list, symbol) - get the polynomial representation for the given `data-list`.
- InterpolatingPolynomial() - Constructor for class org.matheclipse.core.reflection.system.InterpolatingPolynomial
- InterpolatingPolynomial(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- interpolation(Object) - Static method in class org.matheclipse.core.expression.J
- interpolation(Object, Object) - Static method in class org.matheclipse.core.expression.J
- interpolation(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Interpolation - Class in org.matheclipse.core.reflection.system
- Interpolation - Interface in org.matheclipse.core.tensor.itp
-
Multi-dimensional interpolation
- Interpolation - Static variable in class org.matheclipse.core.expression.ID
- Interpolation - Static variable in class org.matheclipse.core.expression.S
- Interpolation() - Constructor for class org.matheclipse.core.reflection.system.Interpolation
- Interpolation(IExpr) - Static method in class org.matheclipse.core.expression.F
- InterpolationOrder - Static variable in class org.matheclipse.core.expression.ID
- InterpolationOrder - Static variable in class org.matheclipse.core.expression.S
- interpreter(String) - Method in class org.matheclipse.core.eval.SymjaInterpreter
-
Evaluate the expression assigned to this interpreter.
- interpreter(IAST) - Method in class org.matheclipse.core.eval.SymjaInterpreter
-
Parse the
codeString
into anIExpr
and iffunction
unequalsnull
, replace all occurences of slot#
in the function with the parsed expression. - interquartileRange(Object) - Static method in class org.matheclipse.core.expression.J
-
InterquartileRange(list) - returns the interquartile range (IQR), which is between upper and lower quartiles, IQR = Q3 − Q1.
- InterquartileRange - Static variable in class org.matheclipse.core.expression.ID
- InterquartileRange - Static variable in class org.matheclipse.core.expression.S
-
InterquartileRange(list) - returns the interquartile range (IQR), which is between upper and lower quartiles, IQR = Q3 − Q1.
- InterquartileRange(IExpr) - Static method in class org.matheclipse.core.expression.F
- InterquartileRangeRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - InterquartileRangeRules() - Constructor for class org.matheclipse.core.reflection.system.rules.InterquartileRangeRules
- Interrupt - Static variable in class org.matheclipse.core.expression.ID
- Interrupt - Static variable in class org.matheclipse.core.expression.S
-
Interrupt( ) - Interrupt an evaluation and returns `$Aborted`.
- intersect(Multiset<T>) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Returns the multiset of elements contained in both this and in the other multiset.
- intersect(Multiset<T>) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- intersect(Multiset<T>) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- intersect(Multiset<T>) - Method in interface org.matheclipse.core.numbertheory.SortedMultiset
-
Returns the multiset of elements contained in both this and in the other multiset.
- intersectingQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
- IntersectingQ - Static variable in class org.matheclipse.core.expression.ID
- IntersectingQ - Static variable in class org.matheclipse.core.expression.S
- intersection(Clip, Clip) - Static method in class org.matheclipse.core.tensor.sca.Clips
- Intersection - Static variable in class org.matheclipse.core.expression.ID
- Intersection - Static variable in class org.matheclipse.core.expression.S
-
Intersection(set1, set2, ...) - get the intersection set from `set1` and `set2` ....
- Intersection(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- intersectionIntervalData(IAST, IAST, EvalEngine) - Static method in class org.matheclipse.core.expression.IntervalDataSym
-
Returns the intersection of two intervals.
- interval() - Method in interface org.matheclipse.core.interfaces.ISeqBase
-
The interval on which the sequence is defined
- interval() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
-
The interval on which the sequence is defined
- interval() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- interval() - Method in class org.matheclipse.core.sympy.series.Sequences.EmptySequence
- interval() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- interval(Number, Number) - Static method in class org.matheclipse.core.tensor.sca.Clips
- interval(IExpr, IExpr) - Static method in class org.matheclipse.core.tensor.sca.Clips
-
clips in the interval [min, ..., max]
- Interval - Static variable in class org.matheclipse.core.expression.ID
- Interval - Static variable in class org.matheclipse.core.expression.S
-
Interval({a, b}) - represents the closed interval from `a` to `b`.
- Interval(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create an "interval" expression:
Interval(list)
. - Interval(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create an "interval" expression:
Interval(List(from, to))
. - IntervalAlloc(int) - Static method in class org.matheclipse.core.expression.F
-
Create a new
List
with the givencapacity
. - intervalComplement(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntervalComplement(interval_1, interval_2) - compute the complement of the intervals `interval_1 \ interval_2`.
- IntervalComplement - Static variable in class org.matheclipse.core.expression.ID
- IntervalComplement - Static variable in class org.matheclipse.core.expression.S
-
IntervalComplement(interval_1, interval_2) - compute the complement of the intervals `interval_1 \ interval_2`.
- IntervalComplement(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- IntervalData - Static variable in class org.matheclipse.core.expression.ID
- IntervalData - Static variable in class org.matheclipse.core.expression.S
-
IntervalData({a, left-end, right-end, b}) - represents the open/closed ends interval from `a` to `b`.
- IntervalData(IAST) - Static method in class org.matheclipse.core.expression.F
-
Intervals will be represented by objects with head
S.IntervalData
wrapped around a sequence of quadruples of the form, e.g.,{a,Less,LessEqual,b}
representing the half open interval(a,b]
. - IntervalData(IAST...) - Static method in class org.matheclipse.core.expression.F
-
Intervals will be represented by objects with head
S.IntervalData
wrapped around a sequence of quadruples of the form, e.g.,{a,Less,LessEqual,b}
representing the half open interval(a,b]
. - IntervalDataAlloc(int) - Static method in class org.matheclipse.core.expression.F
- IntervalDataSym - Class in org.matheclipse.core.expression
-
Intervals will be represented by objects with head
S.IntervalData
wrapped around a sequence of quadruples of the form, e.g.,{a,Less,LessEqual,b}
representing the half open interval(a,b]
. - IntervalDataSym() - Constructor for class org.matheclipse.core.expression.IntervalDataSym
- IntervalFunctions - Class in org.matheclipse.core.builtin
- intervalIntersection(Object) - Static method in class org.matheclipse.core.expression.J
-
IntervalIntersection(interval_1, interval_2, ...) - compute the intersection of the intervals `interval_1, interval_2, ...`
- intervalIntersection(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntervalIntersection(interval_1, interval_2, ...) - compute the intersection of the intervals `interval_1, interval_2, ...`
- intervalIntersection(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntervalIntersection(interval_1, interval_2, ...) - compute the intersection of the intervals `interval_1, interval_2, ...`
- IntervalIntersection - Static variable in class org.matheclipse.core.expression.ID
- IntervalIntersection - Static variable in class org.matheclipse.core.expression.S
-
IntervalIntersection(interval_1, interval_2, ...) - compute the intersection of the intervals `interval_1, interval_2, ...`
- IntervalIntersection(IExpr...) - Static method in class org.matheclipse.core.expression.F
-
IntervalIntersection(interval_1, interval_2, ...) - compute the intersection of the intervals `interval_1, interval_2, ...`
- intervalMemberQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntervalMemberQ(interval, interval-or-real-number) - returns `True`, if `interval-or-real-number` is completly sourrounded by `interval`
- IntervalMemberQ - Static variable in class org.matheclipse.core.expression.ID
- IntervalMemberQ - Static variable in class org.matheclipse.core.expression.S
-
IntervalMemberQ(interval, interval-or-real-number) - returns `True`, if `interval-or-real-number` is completly sourrounded by `interval`
- IntervalMemberQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- IntervalSym - Class in org.matheclipse.core.expression
- IntervalSym() - Constructor for class org.matheclipse.core.expression.IntervalSym
- IntervalSym.IExprProcessor - Interface in org.matheclipse.core.expression
-
IExprProcessor interface method boolean process (IExpr min, IExpr max, IASTAppendable result, int index), return true or false;
- intervalToOr(IAST, IAST, IExpr) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- intervalToOr(IAST, IExpr) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- intervalUnion(Object) - Static method in class org.matheclipse.core.expression.J
-
IntervalUnion(interval_1, interval_2, ...) - compute the union of the intervals `interval_1, interval_2, ...`
- intervalUnion(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntervalUnion(interval_1, interval_2, ...) - compute the union of the intervals `interval_1, interval_2, ...`
- intervalUnion(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IntervalUnion(interval_1, interval_2, ...) - compute the union of the intervals `interval_1, interval_2, ...`
- IntervalUnion - Static variable in class org.matheclipse.core.expression.ID
- IntervalUnion - Static variable in class org.matheclipse.core.expression.S
-
IntervalUnion(interval_1, interval_2, ...) - compute the union of the intervals `interval_1, interval_2, ...`
- IntervalUnion(IExpr...) - Static method in class org.matheclipse.core.expression.F
-
IntervalUnion(interval_1, interval_2, ...) - compute the union of the intervals `interval_1, interval_2, ...`
- IntHide(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- intIterator(ISymbol, Function<IExpr, IExpr>, int, int, int) - Static method in class org.matheclipse.core.expression.F
-
Iterate over an integer range
from <= i <= to
with the stepstep/code>.
- intIterator(ISymbol, Function<IExpr, IExpr>, IAST) - Static method in class org.matheclipse.core.expression.F
- intIterator(ISymbol, IntFunction<IExpr>, int, int, int) - Static method in class org.matheclipse.core.expression.F
-
Iterate over an integer range
from <= i <= to
with the stepstep/code>.
- IntLinearQ(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IntPart - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IntPart(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IntPart(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- intProduct(Function<IInteger, IExpr>, int, int, int) - Static method in class org.matheclipse.core.expression.F
-
Iterate over an integer range
from <= i <= to
with the stepstep/code> and evaluate the
S.Product
- IntQuadraticQ(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IntRangeSpec - Class in org.matheclipse.core.eval.util
- IntRangeSpec(int, int) - Constructor for class org.matheclipse.core.eval.util.IntRangeSpec
-
Create the range
[min, max]
- intSlot() - Method in class org.matheclipse.core.expression.AbstractAST
-
If this is a slot return the slot number, otherwise return
F.CN1
(value -1) - intSlot() - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this is a slot return the slot number, otherwise return
F.CN1
(value -1) - intSum(Function<IInteger, IExpr>, int, int, int) - Static method in class org.matheclipse.core.expression.F
-
Iterate over an integer range
from <= i <= to
with the stepstep/code> and evaluate the
S.Sum
- intSum(Function<IInteger, IExpr>, int, int, int, boolean) - Static method in class org.matheclipse.core.expression.F
-
Iterate over an integer range
from <= i <= to
with the stepstep/code> and evaluate the
S.Sum
- intSum(IntFunction<IExpr>, int, int) - Static method in class org.matheclipse.core.expression.F
-
Calculate
Sum(function(k), {k, iMin, iMax})
- IntSum(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- IntTerm(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- intValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- intValue() - Method in class org.matheclipse.core.expression.BigIntegerSym
- intValue() - Method in class org.matheclipse.core.expression.IntegerSym
- intValue() - Method in class org.matheclipse.core.expression.Num
- intValue() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Converts this integer to
int
; unlikeIReal.toInt()
this method raises no exception, if this integer cannot be represented by anint
type. - intValue() - Method in interface org.matheclipse.core.interfaces.INum
-
Returns the value of this number as an
int
(by simply casting to typeint
). - intValueExact(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- INum - Interface in org.matheclipse.core.interfaces
-
Interface for a numeric double or
Apfloat
number. - INumber - Interface in org.matheclipse.core.interfaces
-
Implemented by all number interfaces
- INumeric - Interface in org.matheclipse.core.eval.interfaces
- INumericArray - Interface in org.matheclipse.core.interfaces
- INumericComplex - Interface in org.matheclipse.core.eval.interfaces
- INumericComplexConstant - Interface in org.matheclipse.core.eval.interfaces
- inv(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- INVALID - Static variable in class org.matheclipse.core.expression.F
- inverse() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- inverse() - Method in class org.matheclipse.core.expression.ApcomplexNum
- inverse() - Method in class org.matheclipse.core.expression.ApfloatNum
- inverse() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
series.inverse()
- inverse() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Returns a new rational representing the inverse of
this
. - inverse() - Method in class org.matheclipse.core.expression.BigIntegerSym
- inverse() - Method in class org.matheclipse.core.expression.ComplexNum
- inverse() - Method in class org.matheclipse.core.expression.ComplexSym
- inverse() - Method in class org.matheclipse.core.expression.FractionSym
-
Returns a new rational representing the inverse of
this
. - inverse() - Method in class org.matheclipse.core.expression.IntegerSym
- inverse() - Method in class org.matheclipse.core.expression.Num
- inverse() - Method in class org.matheclipse.core.expression.Symbol
- inverse() - Method in interface org.matheclipse.core.interfaces.IComplex
- inverse() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns the multiplicative inverse of this object.
- inverse() - Method in interface org.matheclipse.core.interfaces.IFraction
-
Returns a new rational representing the inverse of
this
. - inverse() - Method in interface org.matheclipse.core.interfaces.INumber
- inverse() - Method in interface org.matheclipse.core.interfaces.IRational
-
Returns the multiplicative inverse of this object.
- inverse() - Method in interface org.matheclipse.core.interfaces.IReal
-
Returns the multiplicative inverse of this object.
- inverse() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial inverse.
- inverse() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial inverse.
- inverse(int) - Static method in class org.matheclipse.core.tensor.fft.FourierMatrix
- inverse(Object) - Static method in class org.matheclipse.core.expression.J
-
Inverse(matrix) - computes the inverse of the `matrix`.
- inverse(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Inverse(matrix) - computes the inverse of the `matrix`.
- inverse(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
- inverse(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
-
Compute
1 / interval(min,max)
. - Inverse - Static variable in class org.matheclipse.core.expression.ID
- Inverse - Static variable in class org.matheclipse.core.expression.S
-
Inverse(matrix) - computes the inverse of the `matrix`.
- Inverse() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Inverse
- Inverse(IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseBetaRegularized(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- InverseBetaRegularized - Static variable in class org.matheclipse.core.expression.ID
- InverseBetaRegularized - Static variable in class org.matheclipse.core.expression.S
- InverseBetaRegularized(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseBetaRegularized(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseCDF - Static variable in class org.matheclipse.core.expression.ID
- InverseCDF - Static variable in class org.matheclipse.core.expression.S
-
InverseCDF(dist, q) - returns the inverse cumulative distribution for the distribution `dist` as a function of `q`
- InverseCDF(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseErf(Object) - Static method in class org.matheclipse.core.expression.J
-
InverseErf(z) - returns the inverse error function of `z`.
- InverseErf - Static variable in class org.matheclipse.core.expression.ID
- InverseErf - Static variable in class org.matheclipse.core.expression.S
-
InverseErf(z) - returns the inverse error function of `z`.
- InverseErf(IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseErfc(Object) - Static method in class org.matheclipse.core.expression.J
-
InverseErfc(z) - returns the inverse complementary error function of `z`.
- InverseErfc - Static variable in class org.matheclipse.core.expression.ID
- InverseErfc - Static variable in class org.matheclipse.core.expression.S
-
InverseErfc(z) - returns the inverse complementary error function of `z`.
- InverseErfc(IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseFourier(Object) - Static method in class org.matheclipse.core.expression.J
-
InverseFourier(vector-of-complex-numbers) - Inverse discrete Fourier transform of a `vector-of-complex-numbers`.
- InverseFourier - Class in org.matheclipse.core.reflection.system
- InverseFourier - Class in org.matheclipse.core.tensor.fft
-
consistent with Mathematica for input vectors of length of power of 2
- InverseFourier - Static variable in class org.matheclipse.core.expression.ID
- InverseFourier - Static variable in class org.matheclipse.core.expression.S
-
InverseFourier(vector-of-complex-numbers) - Inverse discrete Fourier transform of a `vector-of-complex-numbers`.
- InverseFourier() - Constructor for class org.matheclipse.core.reflection.system.InverseFourier
- InverseFourier() - Constructor for class org.matheclipse.core.tensor.fft.InverseFourier
- inverseFunction(Object) - Static method in class org.matheclipse.core.expression.J
-
InverseFunction(head) - returns the inverse function for the symbol `head`.
- inverseFunction(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
InverseFunction(head) - returns the inverse function for the symbol `head`.
- inverseFunction(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
InverseFunction(head) - returns the inverse function for the symbol `head`.
- InverseFunction - Class in org.matheclipse.core.reflection.system
-
InverseFunction(head)
- InverseFunction - Static variable in class org.matheclipse.core.expression.ID
- InverseFunction - Static variable in class org.matheclipse.core.expression.S
-
InverseFunction(head) - returns the inverse function for the symbol `head`.
- InverseFunction() - Constructor for class org.matheclipse.core.reflection.system.InverseFunction
- InverseFunction(IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseFunctionFreeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- InverseFunctionOfLinear(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- InverseFunctionOfQuotientOfLinears(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- InverseFunctionQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- inverseGammaRegularized(Object, Object) - Static method in class org.matheclipse.core.expression.J
- inverseGammaRegularized(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- InverseGammaRegularized - Static variable in class org.matheclipse.core.expression.ID
- InverseGammaRegularized - Static variable in class org.matheclipse.core.expression.S
- InverseGammaRegularized(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseGammaRegularized(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseGudermannian(Object) - Static method in class org.matheclipse.core.expression.J
-
InverseGudermannian(expr) - computes the inverse gudermannian function.
- InverseGudermannian - Static variable in class org.matheclipse.core.expression.ID
- InverseGudermannian - Static variable in class org.matheclipse.core.expression.S
-
InverseGudermannian(expr) - computes the inverse gudermannian function.
- InverseGudermannian(IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseHaversine(Object) - Static method in class org.matheclipse.core.expression.J
-
InverseHaversine(z) - returns the inverse haversine function of `z`.
- InverseHaversine - Static variable in class org.matheclipse.core.expression.ID
- InverseHaversine - Static variable in class org.matheclipse.core.expression.S
-
InverseHaversine(z) - returns the inverse haversine function of `z`.
- InverseHaversine(IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseHyperbolicQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- inverseJacobiCD(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- inverseJacobiCD(Object, Object) - Static method in class org.matheclipse.core.expression.J
- inverseJacobiCD(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- InverseJacobiCD - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiCD - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiCD(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseJacobiCN(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- inverseJacobiCN(Object, Object) - Static method in class org.matheclipse.core.expression.J
- inverseJacobiCN(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- InverseJacobiCN - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiCN - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiCN(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseJacobiDC - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiDC - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiDC(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseJacobiDN(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- inverseJacobiDN(Object, Object) - Static method in class org.matheclipse.core.expression.J
- inverseJacobiDN(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- InverseJacobiDN - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiDN - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiDN(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseJacobiNC - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiNC - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiNC(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseJacobiND - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiND - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiND(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseJacobiSC(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- inverseJacobiSC(Object, Object) - Static method in class org.matheclipse.core.expression.J
- inverseJacobiSC(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- InverseJacobiSC - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiSC - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiSC(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseJacobiSD(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- inverseJacobiSD(Object, Object) - Static method in class org.matheclipse.core.expression.J
- inverseJacobiSD(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- InverseJacobiSD - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiSD - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiSD(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseJacobiSN(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- inverseJacobiSN(Object, Object) - Static method in class org.matheclipse.core.expression.J
- inverseJacobiSN(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- InverseJacobiSN - Static variable in class org.matheclipse.core.expression.ID
- InverseJacobiSN - Static variable in class org.matheclipse.core.expression.S
- InverseJacobiSN(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- inverseLaplaceTransform(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
InverseLaplaceTransform(f,s,t) - returns the inverse laplace transform.
- InverseLaplaceTransform - Class in org.matheclipse.core.reflection.system
-
InverseLaplaceTransform(f, s, t)
- InverseLaplaceTransform - Static variable in class org.matheclipse.core.expression.ID
- InverseLaplaceTransform - Static variable in class org.matheclipse.core.expression.S
-
InverseLaplaceTransform(f,s,t) - returns the inverse laplace transform.
- InverseLaplaceTransform() - Constructor for class org.matheclipse.core.reflection.system.InverseLaplaceTransform
- InverseLaplaceTransform(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseLaplaceTransformRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - InverseLaplaceTransformRules() - Constructor for class org.matheclipse.core.reflection.system.rules.InverseLaplaceTransformRules
- inverseMatrix(FieldMatrix<IExpr>, Predicate<IExpr>) - Static method in class org.matheclipse.core.builtin.LinearAlgebra.Inverse
- InverseSeries - Static variable in class org.matheclipse.core.expression.ID
- InverseSeries - Static variable in class org.matheclipse.core.expression.S
-
InverseSeries( series ) - return the inverse series.
- InverseTrigQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- inverseWeierstrassP(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- InverseWeierstrassP - Static variable in class org.matheclipse.core.expression.ID
- InverseWeierstrassP - Static variable in class org.matheclipse.core.expression.S
- inverseZTransform(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
InverseZTransform(x,z,n) - returns the inverse Z-Transform of `x`.
- InverseZTransform - Class in org.matheclipse.core.reflection.system
- InverseZTransform - Static variable in class org.matheclipse.core.expression.ID
- InverseZTransform - Static variable in class org.matheclipse.core.expression.S
-
InverseZTransform(x,z,n) - returns the inverse Z-Transform of `x`.
- InverseZTransform() - Constructor for class org.matheclipse.core.reflection.system.InverseZTransform
- InverseZTransform(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- InverseZTransformRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - InverseZTransformRules() - Constructor for class org.matheclipse.core.reflection.system.rules.InverseZTransformRules
- invGradCompareTo(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong inverse graded lexicographical compareTo.
- invGradCompareTo(ExpVectorLong, int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong inverse graded lexicographical compareTo.
- invGradCompareTo(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong inverse graded lexicographical compareTo.
- invGradCompareTo(ExpVectorSymbolic, int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong inverse graded lexicographical compareTo.
- invlex - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name invlex of Sage.
- invlex - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name invlex of Sage.
- INVLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- INVLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named INVLEX.
- INVLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- INVLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named INVLEX.
- invLexCompareTo(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong inverse lexicographical compareTo.
- invLexCompareTo(ExpVectorLong, int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong inverse lexicographical compareTo.
- invLexCompareTo(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong inverse lexicographical compareTo.
- invLexCompareTo(ExpVectorSymbolic, int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong inverse lexicographical compareTo.
- invTdegCompareTo(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVector inverse total degree lexicographical compareTo.
- invTdegCompareTo(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVector inverse total degree lexicographical compareTo.
- invWeightCompareTo(long[][], ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong inverse weighted lexicographical compareTo.
- invWeightCompareTo(long[][], ExpVectorLong, int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong inverse weighted lexicographical compareTo.
- invWeightCompareTo(IExpr[][], ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong inverse weighted lexicographical compareTo.
- invWeightCompareTo(IExpr[][], ExpVectorSymbolic, int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong inverse weighted lexicographical compareTo.
- IOFunctions - Class in org.matheclipse.core.builtin
- IPair - Interface in org.matheclipse.core.interfaces
- IPartialFractionGenerator - Interface in org.matheclipse.core.polynomials
- IPattern - Interface in org.matheclipse.core.interfaces
-
Interface for pattern objects (i.e.
- IPatternMap - Interface in org.matheclipse.core.patternmatching
-
Interface for mapping ISymbol objects to int values.
- IPatternMap.PatternMap - Class in org.matheclipse.core.patternmatching
-
A map from a pattern to a possibly found value during pattern-matching.
- IPatternMap.PatternMap0 - Class in org.matheclipse.core.patternmatching
- IPatternMap.PatternMap1 - Class in org.matheclipse.core.patternmatching
- IPatternMap.PatternMap2 - Class in org.matheclipse.core.patternmatching
- IPatternMap.PatternMap3 - Class in org.matheclipse.core.patternmatching
- IPatternMatcher - Class in org.matheclipse.core.patternmatching
-
Interface for the pattern matcher
- IPatternMatcher() - Constructor for class org.matheclipse.core.patternmatching.IPatternMatcher
- IPatternMatcher(IExpr) - Constructor for class org.matheclipse.core.patternmatching.IPatternMatcher
- IPatternMatcher.EquivalenceComparator - Class in org.matheclipse.core.patternmatching
- IPatternMatcher.PriorityComparator - Class in org.matheclipse.core.patternmatching
- IPatternMethod - Interface in org.matheclipse.core.patternmatching
- IPatternObject - Interface in org.matheclipse.core.interfaces
-
Interface for pattern objects (i.e.
- IPatternSequence - Interface in org.matheclipse.core.interfaces
-
Interface for pattern sequence objects (i.e.
- IPredicate - Interface in org.matheclipse.core.interfaces
-
Marker interface for a builtin predicate evaluator
- IPrimality - Interface in org.matheclipse.core.numbertheory
- IQuantity - Interface in org.matheclipse.core.tensor.qty
-
IQuantity
represents a magnitude and unit. - iquo(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- iquo(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- iquo(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
- IRational - Interface in org.matheclipse.core.interfaces
-
Interface for "rational" numbers (i.e.
- IReal - Interface in org.matheclipse.core.interfaces
-
Interface for "real" numbers (i.e.
- IRealConstant - Interface in org.matheclipse.core.eval.interfaces
-
Interface for "real numeric constants".
- irem(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- irem(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- irem(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
- IRewrite - Interface in org.matheclipse.core.eval.interfaces
- IS_ALL_EXPANDED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression is already evaluated by ExpandAll() function
- IS_DECOMPOSED_PARTIAL_FRACTION - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression represents an already decomposed partial fraction
- IS_DERIVATIVE_EVALED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression is already evaluated in the Derivative[] function
- IS_EXPANDED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression is already evaluated by Expand() function
- IS_FLAT_ORDERLESS_EVALED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression is an already evaled expression
- IS_FLATTENED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression is an already flattened expression
- IS_FLATTENED_OR_SORTED_MASK - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression is an already flattened or sorted expression
- IS_HASH_EVALED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression is already evaluated by a HashedOrderlessMatcher function
- IS_LISTABLE_THREADED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression has already applied the Listable attribute to its argument expressions
- IS_MATRIX - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression represents a matrix
- IS_MATRIX_OR_VECTOR - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression represents a matrix or vector if one of the following bits is set.
- IS_NOT_NUMERIC_FUNCTION - Static variable in interface org.matheclipse.core.interfaces.IAST
- IS_NOT_NUMERIC_FUNCTION_OR_LIST - Static variable in interface org.matheclipse.core.interfaces.IAST
- IS_NUMERIC_FUNCTION - Static variable in interface org.matheclipse.core.interfaces.IAST
- IS_NUMERIC_FUNCTION_OR_LIST - Static variable in interface org.matheclipse.core.interfaces.IAST
- IS_NUMERIC_MASK - Static variable in interface org.matheclipse.core.interfaces.IAST
- IS_SORTED - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression is an already sorted expression (i.e.
- IS_VECTOR - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This expression represents a vector
- isAbs() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Abs[<arg>]
- isAbs() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAbs() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Abs[<arg>]
- isAlgebraic(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isAlgebraic(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isAlgebraic(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be an algebraic value (i.e. - isAllExpanded() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression and all subexpressions are already expanded i.e.
- isAllExpanded() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAllExpanded() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression and all subexpressions are already expanded i.e.
- isAllowedExtension(String) - Static method in enum org.matheclipse.core.io.Extension
- isAllPatternsAssigned() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Check if all symbols in the symbols array have corresponding values assigned.
- isAllPatternsAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Check if all symbols in the symbols array have corresponding values assigned.
- isAllPatternsAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- isAllPatternsAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- isAllPatternsAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- isAllPatternsAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- isAlmostSame(double, double) - Static method in class org.matheclipse.core.expression.F
- isAlternatives() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
Alternatives
functionAlternatives[<pattern1>, <pattern2>, ...]
- isAlternatives() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
Alternatives
functionAlternatives[<pattern1>, <pattern2>, ...]
- isAnd() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
And[<arg>,...]
and has at least 2 arguments. - isAnd() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
And[<arg>,...]
and has at least 2 arguments. - isApfloat(long) - Static method in class org.matheclipse.core.eval.EvalEngine
-
Check if the
ApfloatNum
number type should be used instead of theNum
type and theApcomplexNum
number type should be used instead of theComplexNum
type for numeric evaluations. - isApfloatMode() - Static method in class org.matheclipse.core.eval.EvalEngine
-
Same as
EvalEngine.isArbitraryMode()
, but as static method. - isArbitraryMode() - Method in class org.matheclipse.core.eval.EvalEngine
-
Check if the engine is in arbitrary precision mode and that
ApfloatNum
number type should be used instead of theNum
type and theApcomplexNum
number type should be used instead of theComplexNum
type for numeric evaluations. - isArcCos() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
ArcCos[<arg>]
- isArcCos() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
ArcCos[<arg>]
- isArcCosh() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
ArcCosh[<arg>]
- isArcCosh() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
ArcCosh[<arg>]
- isArcSin() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
ArcSin[<arg>]
- isArcSin() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
ArcSin[<arg>]
- isArcSinh() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
ArcSinh[<arg>]
- isArcSinh() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
ArcSinh[<arg>]
- isArcTan() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
ArcTan[<arg>]
- isArcTan() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
ArcTan[<arg>]
- isArcTanh() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
ArcTanh[<arg>]
- isArcTanh() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
ArcTanh[<arg>]
- isAssociation() - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this AST is an association
<|a->b, c->d|>
(i.e. - isAssociation() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this AST is an association
<|a->b, c->d|>
(i.e. - isAssociative() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Query if this ring is associative.
- isAssociative() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- isAssociative() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Query if this ring is associative.
- isAST() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an AST function, which contains a header element (i.e.
- isAST() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAST() - Method in class org.matheclipse.core.expression.ASTAssociation
- isAST() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an AST function, which contains a header element (i.e.
- isAST(String) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, where the string representation of the header element at index position0
equals the givensymbol
and some optional argument elements at the index positions1..(size()-1)
. - isAST(String) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, where the string representation of the header element at index position0
equals the givensymbol
and some optional argument elements at the index positions1..(size()-1)
. - isAST(String) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, where the string representation of the header element at index position0
equals the givensymbol
and some optional argument elements at the index positions1..(size()-1)
. - isAST(String, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, where the string representation of the header element at index position0
equals the givensymbol
and some optional argument elements at the index positions1..(length-1)
.
Therefore this expression is no atomic expression. - isAST(String, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, where the string representation of the header element at index position0
equals the givensymbol
and some optional argument elements at the index positions1..(length-1)
.
Therefore this expression is no atomic expression. - isAST(String, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, where the string representation of the header element at index position0
equals the givensymbol
and some optional argument elements at the index positions1..(length-1)
.
Therefore this expression is no atomic expression. - isAST(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an AST function, which contains the given header element at index position
0
and some optional argument elements at the index positions1..(size()-1)
. - isAST(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAST(IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an AST function, which contains the given header element at index position
0
and some optional argument elements at the index positions1..(size()-1)
. - isAST(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an AST function, which contains the given header element at index position
0
and some optional argument elements at the index positions1..(size()-1)
. - isAST(IExpr, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int, IExpr...) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int, IExpr...) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAST(IExpr, int, IExpr...) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(IExpr, int, IExpr...) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..(length-1)
. - isAST(ISymbol[]) - Static method in class org.matheclipse.core.generic.Predicates
-
Returns a predicate that evaluates to
true
if theinput
is an AST list, which equals one of the given header elements with it's header element at index position0
. - isAST0() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAST0() - Method in class org.matheclipse.core.expression.AST0
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in class org.matheclipse.core.expression.AST1
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST0() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAST1() - Method in class org.matheclipse.core.expression.AST0
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.AST1
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.AST2
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.B1
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.B2
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.expression.B3
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST1() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAST2() - Method in class org.matheclipse.core.expression.AST0
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.AST1
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.AST2
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.AST3
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.B1
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.B2
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.expression.B3
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST2() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isAST3() - Method in class org.matheclipse.core.expression.AST0
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.AST1
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.AST2
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.AST3
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.B1
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.B2
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.expression.B3
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isAST3() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression is an
IAST
function, which contains a header element (i.e. - isASTOrAssociation() - Method in interface org.matheclipse.core.interfaces.IAST
- isASTOrAssociation() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function or anIAssociation
, which contains a header element (i.e. - isASTSizeGE(IExpr, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..n
. - isASTSizeGE(IExpr, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isASTSizeGE(IExpr, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function, which contains the given header element at index position0
and optional argument elements at the index positions1..n
. - isAtom() - Method in class org.matheclipse.core.expression.AbstractAST
- isAtom() - Method in class org.matheclipse.core.expression.ASTAssociation
- isAtom() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Test if this expression is an atomic expression (i.e.
- isAtom() - Method in class org.matheclipse.core.expression.Symbol
-
Test if this expression is an atomic expression (i.e.
- isAtom() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an atomic expression (i.e.
- isAxes() - Method in class org.matheclipse.core.graphics.Dimensions2D
- isBinaryFalse(IExpr) - Static method in class org.matheclipse.core.generic.Predicates
-
Check if the evaluation of the
expr
object givesFalse
. - IsBinaryFalse(IExpr) - Constructor for class org.matheclipse.core.generic.Predicates.IsBinaryFalse
-
Define a binary AST with the header
head
. - IsBinaryFalse(IExpr, EvalEngine) - Constructor for class org.matheclipse.core.generic.Predicates.IsBinaryFalse
- isBinaryTrue(IExpr) - Static method in class org.matheclipse.core.generic.Predicates
-
Check if the evaluation of the
expr
object givesTrue
. - IsBinaryTrue(IExpr) - Constructor for class org.matheclipse.core.generic.Predicates.IsBinaryTrue
-
Define a binary AST with the header
head
. - IsBinaryTrue(IExpr, EvalEngine) - Constructor for class org.matheclipse.core.generic.Predicates.IsBinaryTrue
- isBivariate(IExpr) - Static method in class org.matheclipse.core.convert.VariablesSet
-
Test if the expression contains up to two variables.
- isBlank() - Method in class org.matheclipse.core.expression.Blank
-
Test if this expression is a
Blank[]
object - isBlank() - Method in class org.matheclipse.core.expression.Pattern
-
Test if this expression is a
Blank[]
object - isBlank() - Method in class org.matheclipse.core.expression.PatternSequence
- isBlank() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
Blank[]
object - isBoolean(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isBoolean(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isBoolean(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a boolean value (i.e. - isBooleanFormula() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a boolean formula (i.e.
- isBooleanFormula() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a boolean formula (i.e.
- isBooleanFormula() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a boolean formula (i.e.
- isBooleanFormula() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Test if this expression is a boolean formula (i.e.
- isBooleanFormulaSymbol() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implementsIBooleanFormula
. - isBooleanFormulaSymbol() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implementsIBooleanFormula
. - isBooleanFunction() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a boolean function with head
And, Equivalent, Nand, Nor, Not, Or, Xor
. - isBooleanFunction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a boolean function with head
And, Equivalent, Nand, Nor, Not, Or, Xor
. - isBooleanResult() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a boolean function (i.e.
- isBooleanResult() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a boolean function (i.e.
- isBooleanResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a boolean function (i.e.
- isBuiltInSymbol() - Method in interface org.matheclipse.core.interfaces.IExpr
- isBuiltInSymbolID() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a symbol, which has an int ID number in
ID
(also instanceofBuiltInSymbol
) - isByteArray(IExpr) - Static method in class org.matheclipse.core.builtin.WXFFunctions
- isCase(IExpr) - Method in class org.matheclipse.core.expression.Blank
-
SymjaMMA operator overloading
- isCase(IExpr) - Method in class org.matheclipse.core.expression.PatternSequence
-
SymjaMMA operator overloading
- isCommutative() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Query if this ring is commutative.
- isCommutative() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- isCommutative() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Query if this ring is commutative.
- isComparatorFunction() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a comparator function (i.e.
- isComparatorFunction() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a comparator function (i.e.
- isComparatorFunction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a comparator function (i.e.
- isComparatorFunctionSymbol() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implementsIComparatorFunction
. - isComparatorFunctionSymbol() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implementsIComparatorFunction
. - isComparatorOperator(String) - Static method in class org.matheclipse.core.form.tex.TeXScanner
- isComplex() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a symbolic complex number (i.e.
- isComplex(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isComplex(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isComplex(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a complex value (i.e. - isComplexInfinity() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is representing ComplexInfinity (i.e.
- isComplexInfinity() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing ComplexInfinity (i.e.
- isComplexNumeric() - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- isComplexNumeric() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a numeric complex number (i.e.
- isComplicatedPatternRule(IExpr) - Static method in class org.matheclipse.core.patternmatching.RulesData
-
If this method returns
false
, the matching can try to match thelha
with a hash value in a step before the "real structural pattern matching". - isCondition() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the Condition function
Condition[<arg1>, <arg2>]
- isCondition() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is the Condition function
Condition[<arg1>, <arg2>]
- isCondition() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the Condition function
Condition[<arg1>, <arg2>]
- isConditionalExpression() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the ConditionalExpression function
ConditionalExpression[<arg1>, <arg2>]
- isConditionalExpression() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is the ConditionalExpression function
ConditionalExpression[<arg1>, <arg2>]
- isConditionalExpression() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the ConditionalExpression function
ConditionalExpression[<arg1>, <arg2>]
- isConditionMatched(IExpr, IPatternMap) - Method in class org.matheclipse.core.expression.Blank
- isConditionMatched(IExpr, IPatternMap) - Method in class org.matheclipse.core.expression.Pattern
- isConditionMatched(IExpr, IPatternMap) - Method in class org.matheclipse.core.expression.PatternNested
- isConditionMatched(IExpr, IPatternMap) - Method in interface org.matheclipse.core.interfaces.IPattern
-
Return
true
, if the expression fullfills the patterns additional condition - isConditionMatchedSequence(IAST, IPatternMap) - Method in class org.matheclipse.core.expression.OptionsPattern
- isConditionMatchedSequence(IAST, IPatternMap) - Method in class org.matheclipse.core.expression.PatternSequence
- isConditionMatchedSequence(IAST, IPatternMap) - Method in class org.matheclipse.core.expression.RepeatedPattern
- isConditionMatchedSequence(IAST, IPatternMap) - Method in interface org.matheclipse.core.interfaces.IPatternSequence
-
Return
true
, if all of the elements in thesequence
fulfill the pattern sequences additional condition - isConjugate() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Conjugate[<arg>]
- isConjugate() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Conjugate[<arg>]
- isConstant() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Is GenPolynomial<C> a constant.
- isConstant() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Is GenPolynomial<C> a constant.
- isConstantAttribute() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a symbol with attribute
Constant
. - isConstantAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
- isContext(Context) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Gives
true
if this symbol is in thecontext
. - isContinuousDistribution() - Method in class org.matheclipse.core.expression.AbstractAST
- isContinuousDistribution() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a continuous distribution AST (i.e.
- isCoreFunctionSymbol() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implementsICoreFunctionEvaluator
. - isCoreFunctionSymbol() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implementsICoreFunctionEvaluator
. - isCos() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Cos[<arg>]
- isCos() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Cos[<arg>]
- isCosh() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Cosh[<arg>]
- isCosh() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Cosh[<arg>]
- isDataset() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this AST is a
Dataset
(i.e. - isDefault() - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Use default value, if no matching was found.
- isDefault() - Method in interface org.matheclipse.core.interfaces.IPatternSequence
-
Return
true
, if the expression is a pattern sequence with an associated default value, - isDefer() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Defer[<arg>]
- isDefer() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Defer[<arg>]
- isDefined() - Method in class org.matheclipse.core.expression.FractionSym
-
Check whether this rational corresponds to a (finite) rational value.
- isDerivative() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a
Derivative[number, ...][symbol][arg,...]
orDerivative[number][symbol]
expression and return the correspondingIAST
structures. - isDerivative() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
Derivative[number, ...][symbol][arg,...]
orDerivative[number][symbol]
expression and return the correspondingIAST
structures. - isDerivativeAST1() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a
Derivative[number][symbol][arg]
orDerivative[number][symbol]
expression with one argument and return the correspondingIAST
structures. - isDerivativeAST1() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
Derivative[number][symbol][arg]
orDerivative[number][symbol]
expression with one argument and return the correspondingIAST
structures. - isDirectedInfinity() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is representing a DirectedInfinity (i.e.
- isDirectedInfinity() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing a DirectedInfinity (i.e.
- isDirectedInfinity(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is representing a DirectedInfinity (i.e.
- isDirectedInfinity(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing a DirectedInfinity (i.e.
- isDisabledTrigRules() - Method in class org.matheclipse.core.eval.EvalEngine
- isDiscreteDistribution() - Method in class org.matheclipse.core.expression.AbstractAST
- isDiscreteDistribution() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a discrete distribution AST (i.e.
- isDistribution() - Method in class org.matheclipse.core.expression.AbstractAST
- isDistribution() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a distribution AST (i.e.
- isDollarSymbol() - Method in class org.matheclipse.core.expression.BuiltInSymbol
- isDollarSymbol() - Method in interface org.matheclipse.core.interfaces.ISymbol
- isDomain(ISymbol) - Static method in class org.matheclipse.core.expression.S
-
Is the symbol
domain
one of the following predefined domain symbols:Algebraics, Booleans, Complexes, Integers, Primes, Rationals, Reals
- isDoubleMode() - Method in class org.matheclipse.core.eval.EvalEngine
- isE() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Test if this expression equals
E
(base of the natural logarithm; approximately equal to 2.71828...) in symbolic or numeric mode. - isE() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression equals
E
(base of the natural logarithm; approximately equal to 2.71828...) in symbolic or numeric mode. - isE() - Method in class org.matheclipse.core.expression.Num
-
Test if this expression equals
E
(base of the natural logarithm; approximately equal to 2.71828...) in symbolic or numeric mode. - isE() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals
E
(base of the natural logarithm; approximately equal to 2.71828...) in symbolic or numeric mode. - isEdge() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an DirectedEdge, UndirectedEdge, Rule, TwoWayRule.
- isEdge() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an DirectedEdge, UndirectedEdge, Rule, TwoWayRule.
- isEmpty() - Method in class org.matheclipse.core.convert.VariablesSet
-
Returns true if this set of variables has no elements.
- isEmpty() - Method in class org.matheclipse.core.eval.util.DoubleStack
-
Tests if this stack is empty.
- isEmpty() - Method in class org.matheclipse.core.eval.util.OpenIntToList
- isEmpty() - Method in class org.matheclipse.core.eval.util.OpenIntToSet
- isEmpty() - Method in class org.matheclipse.core.expression.AbstractAST
- isEmpty() - Method in class org.matheclipse.core.expression.DefaultDict
- isEmpty() - Method in class org.matheclipse.core.expression.ExprTrie
- isEmpty() - Method in interface org.matheclipse.core.interfaces.IAST
-
Test if this AST contains no argument
- isEmpty() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
and contains no argument - isEmptyIntervalData() - Method in class org.matheclipse.core.expression.AbstractAST
- isEmptyIntervalData() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isEmptyIntervalData() - Method in interface org.matheclipse.core.interfaces.IExpr
- isEmptyList() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an empty list (i.e.
- isEmptyList() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is an empty list (i.e.
- isEmptyList() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an empty list (i.e.
- ISeqBase - Interface in org.matheclipse.core.interfaces
- isEqual() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Equal[<arg1>, <arg2>]
- isEqual() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Equal[<arg1>, <arg2>]
- isEqual(double, double) - Static method in class org.matheclipse.core.expression.F
-
Check difference is less than a constant
- isEqual(Complex, Complex) - Static method in class org.matheclipse.core.expression.F
- isEqual(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isEqual(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.Assumptions
- isEqual(IExpr, IReal) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to equal the number,false
in all other cases. - isEqualPermutable(IAST, Map<IExpr, MutableInt>) - Static method in class org.matheclipse.core.eval.util.MutableInt
-
Return
true
if all values inhistogramMap
could be reduced to zero for the number of elements ofast
- ISequence - Interface in org.matheclipse.core.eval.util
-
Interface for sequence specifications.
- ISeriesBase - Interface in org.matheclipse.core.interfaces
- ISet(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Assign the evaluated
rhs
to thelhs
.
Note: this method returnsF.NIL
. - ISetDelayed(int, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ISetDelayed(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Assign the unevaluated
rhs
to thelhs
.
Note: this method returnsNIL
. - ISetEvaluator - Interface in org.matheclipse.core.eval.interfaces
-
Interface for "core functions" which can specially evaluated like
Attributes, List, Part
- ISetValueEvaluator - Interface in org.matheclipse.core.eval.interfaces
-
Interface for "core functions" which can specially evaluated like
Attributes, List, Part
- isEvaled() - Method in class org.matheclipse.core.eval.PlusOp
-
Test if any evaluation occurred by calling the
plus()
method - isEvalFlagOff(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Are the given evaluation flags disabled for this list ?
- isEvalFlagOff(int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Are the given evaluation flags disabled for this list ?
- isEvalFlagOff(int) - Method in class org.matheclipse.core.expression.Symbol
-
Are the given evaluation flags disabled for this list ?
- isEvalFlagOff(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Are the given evaluation flags disabled for this list ?
- isEvalFlagOff(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Are the given evaluation flags disabled for this list ?
- isEvalFlagOn(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Are the given evaluation flags enabled for this list ?
- isEvalFlagOn(int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Are the given evaluation flags enabled for this list ?
- isEvalFlagOn(int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Are the given evaluation flags enabled for this list ?
- isEvalFlagOn(int) - Method in class org.matheclipse.core.expression.Symbol
-
Are the given evaluation flags enabled for this list ?
- isEvalFlagOn(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Are the given evaluation flags enabled for this list ?
- isEvalFlagOn(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Are the given evaluation flags enabled for this list ?
- isEvalLHSMode() - Method in class org.matheclipse.core.eval.EvalEngine
-
The engine evaluates the left-hand-side of a
Set, SetDelayed,...
expression. - isEvalRHSMode() - Method in class org.matheclipse.core.eval.EvalEngine
- isEven() - Method in class org.matheclipse.core.expression.BigIntegerSym
- isEven() - Method in class org.matheclipse.core.expression.IntegerSym
- isEven() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Check if this IInteger is an even number.
- isEven(int) - Static method in class org.matheclipse.core.tensor.ext.Integers
- isEven(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- isEvenResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Check if this expression is an even integer result otherwise return false.
- isExactNumber() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an exact number.
- isExactNumber() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- isExcept() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
Except
functionExcept(<pattern1>)
orExcept(<pattern1>, <pattern2>)
- isExcept() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is the
Except
functionExcept(<pattern1>)
orExcept(<pattern1>, <pattern2>)
- isExcept() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
Except
functionExcept(<pattern1>)
orExcept(<pattern1>, <pattern2>)
- isExp() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
E^<x>
or in full formPower[E, <x>]
- isExpanded() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is already expanded i.e.
- isExpanded() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is already expanded i.e.
- isExpanded() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is already expanded i.e.
- isFactorSqrtExpr() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Power[<arg1>, 1/2]
(i.e. - isFalse() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression equals the symbol "False"
- isFalse() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals the symbol "False"
- isFalse(IExpr) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Evaluate an expression and test if the result is
S.False
. - isFalse(ISymbol) - Method in class org.matheclipse.core.eval.util.OptionArgs
-
Get the option from the internal options list and check if it's set to
S.False
. - isField - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Indicator if this ring is a field.
- isField - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Indicator if this ring is a field.
- isField() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Query if this ring is a field.
- isField() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- isField() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Query if this ring is a field.
- isFileSystemEnabled() - Method in class org.matheclipse.core.eval.EvalEngine
- isFileSystemEnabled(EvalEngine) - Static method in class org.matheclipse.core.basic.Config
- isFinite() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Is this structure finite or infinite.
- isFinite() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- isFinite() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Is this structure finite or infinite.
- isFinite() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Is this structure finite or infinite.
- isFinite() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Is this structure finite or infinite.
- isFlagOff(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Are the given flags disabled ?
- isFlagOff(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
-
Are the given flags disabled ?
- isFlagOn(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Are the given flags enabled ?
- isFlagOn(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
-
Are the given flags enabled ?
- isFlatAST() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an AST list, which contains a header element (i.e.
- isFlatAST() - Method in class org.matheclipse.core.expression.B2
-
Test if this expression is an AST list, which contains a header element (i.e.
- isFlatAST() - Method in class org.matheclipse.core.expression.B3
-
Test if this expression is an AST list, which contains a header element (i.e.
- isFlatAST() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an AST list, which contains a header element (i.e.
- isFraction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a fractional number, but no integer number.
- isFree(Predicate<IExpr>, boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, did not satisfy the given unary predicate. - isFree(Predicate<IExpr>, boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, did not satisfy the given unary predicate. - isFree(VariablesSet) - Static method in class org.matheclipse.core.convert.VariablesSet
-
Return a
Predicate
which tests, if the given input is free of the variables set. - isFree(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements (including the head expression) in the subexpressions or the expression itself, did not match the given pattern. - isFree(IExpr, boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, did not match the given pattern. - isFree(IPatternMatcher, boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, did not satisfy the given unary predicate. - isFree(IPatternMatcher, boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, did not satisfy the given unary predicate. - isFreeAST(Predicate<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, aren't ASTs with a head which match the given predicate. - isFreeAST(Predicate<IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, aren't ASTs with a head which match the given predicate. - isFreeAST(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, aren't ASTs with a head which match the given pattern. - isFreeAST(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, aren't ASTs with a head which match the given pattern. - isFreeAt(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns
true
, if all of the elements in the expressions or the expression itself at the givenposition
, did not match thepattern
. - isFreeAt(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns
true
, if all of the elements in the expressions or the expression itself at the givenposition
, did not match thepattern
. - isFreeOfPatterns() - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, are no pattern objects. - isFreeOfPatterns() - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, are no pattern objects. - isFreeOfPatterns() - Method in class org.matheclipse.core.expression.Blank
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, are no pattern objects. - isFreeOfPatterns() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if all of the elements in the subexpressions or the expression itself, are no pattern objects. - isFreeOfPatternSymbols(IExpr) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Check if the substituted expression still contains a symbol of a pattern expression.
- isFreeOfPatternSymbols(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Check if the substituted expression still contains a symbol of a pattern expression.
- isFreeOfPatternSymbols(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- isFreeOfPatternSymbols(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- isFreeOfPatternSymbols(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- isFreeOfPatternSymbols(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- isFunction() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a
Function( arg1 )
orFunction( arg1, arg2 )
expression with at least 1 argument. - isFunction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
Function( arg1 )
orFunction( arg1, arg2 )
expression with at least 1 argument. - isFunctionID(int...) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an
IAST
function with one of the built-in head IDs. - isFunctionID(int...) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
function with one of the built-in head IDs. - isFuzzyEquals(double, double, double) - Static method in class org.matheclipse.core.expression.F
-
Returns
true
ifa
andb
are withintolerance
(exclusive) of each other. - isFuzzyEquals(Complex, Complex, double) - Static method in class org.matheclipse.core.expression.F
- isGE(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
Test if
this
signed number is greater equal thanthat
signed number. - isGenerateConditions() - Method in class org.matheclipse.core.reflection.system.Solve.SolveData
- isGEOrdered(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Compares this expression with the specified expression for order.
- isGEOrdered(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compares this expression with the specified expression for order.
- isGlobal() - Method in class org.matheclipse.core.expression.Context
- isGreaterEqual(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isGreaterEqual(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.Assumptions
- isGreaterEqual(IExpr, IReal) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be greater equal number,false
in all other cases. - isGreaterThan(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isGreaterThan(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.Assumptions
- isGreaterThan(IExpr, IReal) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be greater than number,false
in all other cases. - isGreaterThan(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
Deprecated.use #isGT()
- isGT(IReal) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- isGT(IReal) - Method in class org.matheclipse.core.expression.ApfloatNum
- isGT(IReal) - Method in class org.matheclipse.core.expression.BigIntegerSym
- isGT(IReal) - Method in class org.matheclipse.core.expression.IntegerSym
- isGT(IReal) - Method in class org.matheclipse.core.expression.Num
- isGT(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
Test if
this
signed number is greater thanthat
signed number.. - isGTOrdered(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Compares this expression with the specified expression for order.
- isGTOrdered(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compares this expression with the specified expression for order.
- isHoldAllCompleteAST() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an AST list, which contains a header element with attribute
ISymbol.HOLDALLCOMPLETE
at index position0
. - isHoldAllCompleteAST() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an AST list, which contains a header element with attribute
ISymbol.HOLDALLCOMPLETE
at index position0
. - isHoldOrHoldFormOrDefer() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression is th symbol
Hold
orHoldForm
- isHoldOrHoldFormOrDefer() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is th symbol
Hold
orHoldForm
- isHoldOrHoldFormOrDefer() - Method in class org.matheclipse.core.parser.ExprParser
-
Test if the current expression shouldn't be evaluated on input
- isHoldPatternOrLiteral() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
HoldPattern
functionHoldPattern[<expression>]
or the deprecatedLiteral[<expression>]
form. - isHoldPatternOrLiteral() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
HoldPattern
functionHoldPattern[<expression>]
or the deprecatedLiteral[<expression>]
form. - isHomogeneous() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Is GenPolynomial<C> homogeneous.
- isHomogeneous() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Is GenPolynomial<C> homogeneous.
- isHyperbolicFunction() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a hyperbolic function.
- isHyperbolicFunction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a hyperbolic function.
- isIdentifier(String) - Static method in class org.matheclipse.core.form.tex.TeXScanner
- isImaginaryUnit() - Method in class org.matheclipse.core.expression.ComplexNum
- isImaginaryUnit() - Method in class org.matheclipse.core.expression.ComplexSym
- isImaginaryUnit() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing
I
. - isIncluded(int) - Method in class org.matheclipse.core.eval.util.IntRangeSpec
- isIncludeHeads() - Method in class org.matheclipse.core.eval.util.LevelSpec
- isIndeterminate() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression is representing
Indeterminate
- isIndeterminate() - Method in class org.matheclipse.core.expression.ComplexNum
-
Test if this expression is representing
Indeterminate
- isIndeterminate() - Method in class org.matheclipse.core.expression.Num
-
Test if this expression is representing
Indeterminate
- isIndeterminate() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing
Indeterminate
- isInexactCoefficient(GenPolynomial<IExpr>) - Static method in class org.matheclipse.core.convert.JASIExpr
-
Check if the polynomial contains an inexact coefficient.
- isInexactNumber() - Method in class org.matheclipse.core.expression.ComplexNum
- isInexactNumber() - Method in class org.matheclipse.core.expression.Num
- isInexactNumber() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an inexact number.
- isInexactNumber() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression is an inexact number.
- isInexactVector() - Method in class org.matheclipse.core.expression.AbstractAST
- isInexactVector() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isInexactVector() - Method in class org.matheclipse.core.expression.ASTRealVector
- isInexactVector() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- isInexactVector() - Method in interface org.matheclipse.core.interfaces.IExpr
- isInfinite() - Method in class org.matheclipse.core.expression.ComplexNum
- isInfinite() - Method in class org.matheclipse.core.expression.Num
- isInfinity() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is representing
Infinity
(i.e. - isInfinity() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing
Infinity
(i.e. - isInRange() - Method in class org.matheclipse.core.eval.util.LevelSpec
- isInRange() - Method in class org.matheclipse.core.eval.util.SetSpec
- isInRange(int, int) - Method in class org.matheclipse.core.visit.AbstractLevelVisitor
- isInRange(int, int) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- isInScope() - Method in class org.matheclipse.core.eval.util.LevelSpec
- isInside(IAST) - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- isInside(IExpr) - Method in interface org.matheclipse.core.tensor.sca.Clip
- isInteger() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a integer number (i.e.
- isInteger(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isInteger(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isInteger(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be an integer value (i.e. - isIntegerResult() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a integer function (i.e.
- isIntegerResult() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a integer function (i.e.
- isIntegerResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a integer function (i.e.
- isIntegral() - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Check whether this rational represents an integral value (i.e.
- isIntegral() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Check whether this rational represents an integral value (i.e.
- isIntegral() - Method in class org.matheclipse.core.expression.FractionSym
-
Check whether this rational represents an integral value.
- isInterval() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a closed interval expression with one or more
List[min, max]
argumentsInterval[{min1, max1}, {min2, max2}, ...]
which represent the union of the interval ranges. - isInterval() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a closed interval expression with one or more
List[min, max]
argumentsInterval[{min1, max1}, {min2, max2}, ...]
which represent the union of the interval ranges. - isInterval() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a closed interval expression with one or more
List[min, max]
argumentsInterval[{min1, max1}, {min2, max2}, ...]
which represent the union of the interval ranges. - isInterval1() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a closed/open ended interval expression with one
List[min, max]
argumentInterval[{min, max}]
- isInterval1() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isInterval1() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a closed/open ended interval expression with one
List[min, max]
argumentInterval[{min, max}]
- isIntervalData() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a mixed opened/closed interval expression with one or more
{min, Less/LessEqual, Less/LessEqual, max}
list arguments which represent the union of the interval ranges. - isIntervalData() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a mixed opened/closed interval expression with one or more
{min, Less/LessEqual, Less/LessEqual, max}
list arguments which represent the union of the interval ranges. - isIntervalData() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a mixed opened/closed interval expression with one or more
{min, Less/LessEqual, Less/LessEqual, max}
list arguments which represent the union of the interval ranges. - isInvalid() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Checks if the expression equals the
F.INVALID
Not In List expression. - isInvalid() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Checks if the expression equals the
F.INVALID
Not In List expression. - isInvalidNumeric() - Method in interface org.matheclipse.core.interfaces.IIterator
- isInvalidPosition() - Method in class org.matheclipse.core.eval.util.OptionArgs
-
Return
true
if the "invalid Options position" is >-1
- isInvalidPosition(int) - Method in class org.matheclipse.core.eval.util.OptionArgs
-
If the "invalid Options position" is >
greaterThanPositon
returntrue
. - isInvalidPosition(IAST, int) - Method in class org.matheclipse.core.eval.util.OptionArgs
- isInvertible() - Method in class org.matheclipse.core.expression.ASTSeriesData
- isJoined() - Method in class org.matheclipse.core.graphics.GraphicsOptions
-
If
true
points in a dataset should be joined into a line, otherwise they should be plotted as separate points. - isJvm() - Static method in class org.matheclipse.core.basic.OperationSystem
- isKey(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isKey(IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
- isKey(IExpr) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Test if the
expr
is a key in this association. - isLargerThan(BigInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- isLargerThan(BigInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- isLE(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
Test if
this
signed number is less equal thanthat
signed number. - isLEOrdered(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compares this expression with the specified expression for order.
- isLessEqual(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isLessEqual(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.Assumptions
- isLessEqual(IExpr, IReal) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be less equal number,false
in all other cases. - isLessThan(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isLessThan(IExpr, IReal) - Method in class org.matheclipse.core.eval.util.Assumptions
- isLessThan(IExpr, IReal) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be less than number,false
in all other cases. - isLessThan(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
Deprecated.use #isLT()
- isLHS2Negate() - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
If the second left-hand-side expression must have a negative integer number return
true
. - isLHS2Negate() - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRules
-
If the second left-hand-side expression must have a negative integer number return
true
. - isLinear() - Method in class org.matheclipse.core.expression.ExprAnalyzer
-
Return
true
if the expression is linear. - isLinearOrPolynomial() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- isList() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list (i.e.
- isList() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a list (i.e.
- isList() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is a list (i.e.
- isList() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is a list (i.e.
- isList() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Test if this expression is a list (i.e.
- isList() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list (i.e.
- isList(int[]) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a nested list with the dimensions.
- isList(int[]) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a nested list with the dimensions.
- isList(Predicate<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list (i.e.
- isList(Predicate<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a list (i.e.
- isList(Predicate<IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list (i.e.
- isList1() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list (i.e.
- isList2() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list (i.e.
- isList3() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list (i.e.
- isList4() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list (i.e.
- isListableAST() - Method in class org.matheclipse.core.expression.AbstractAST
- isListableAST() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
list, which contains a header element (i.e. - isListOfEdges() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list of DirectedEdge or UndirectedEdge
- isListOfEdges() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a list of DirectedEdge or UndirectedEdge
- isListOfEdges() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list of DirectedEdge or UndirectedEdge
- isListOfLists() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list of lists
{{...},{...},...}
and contains at least 1 sublist. - isListOfLists() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a list of lists
{{...},{...},...}
and contains at least 1 sublist. - isListOfLists() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is a list of lists
{{...},{...},...}
and contains at least 1 sublist. - isListOfLists() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list of lists
{{...},{...},...}
and contains at least 1 sublist. - isListOfMatrices() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list of matrices and contains at least 1 matrix.
- isListOfMatrices() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a list of matrices and contains at least 1 matrix.
- isListOfMatrices() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list of matrices and contains at least 1 matrix.
- isListOfPoints(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if
this
is a list of points in the given dimension. - isListOfPoints(int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if
this
is a list of points in the given dimension. - isListOfPoints(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if
this
is a list of points in the given dimension. - isListOfRules() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list of rules (head Rule or RuleDelayed)
- isListOfRules(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list of rules (head Rule or RuleDelayed)
- isListOfRules(boolean) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a list of rules (head Rule or RuleDelayed)
- isListOfRules(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list of rules (head Rule or RuleDelayed)
- isListOfRulesOrAssociation(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list of rules (head Rule or RuleDelayed) or an Association.
- isListOfRulesOrAssociation(boolean) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a list of rules (head Rule or RuleDelayed) or an Association.
- isListOfRulesOrAssociation(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list of rules (head Rule or RuleDelayed) or an Association.
- isListOfStrings() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list of strings and contains at least 1 element.
- isListOfStrings() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list of strings and contains at least 1 element.
- isListOrAssociation() - Method in class org.matheclipse.core.expression.ASTAssociation
-
Test if this expression is a list (i.e.
- isListOrAssociation() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list (i.e.
- isLocked() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Gives
true
if the system is in server mode and cannot be modified - isLocked() - Method in class org.matheclipse.core.expression.Symbol
-
Gives
true
if the system is in server mode and cannot be modified - isLocked() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Gives
true
if the system is in server mode and cannot be modified - isLocked(boolean) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Gives
true
if the system is in server mode and cannot be modified - isLocked(boolean) - Method in class org.matheclipse.core.expression.Symbol
-
Gives
true
if the system is in server mode and cannot be modified - isLocked(boolean) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Gives
true
if the system is in server mode and cannot be modified - isLog() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Log[<arg>]
- isLog() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Log[<arg>]
- isLT(IReal) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- isLT(IReal) - Method in class org.matheclipse.core.expression.ApfloatNum
- isLT(IReal) - Method in class org.matheclipse.core.expression.BigIntegerSym
- isLT(IReal) - Method in class org.matheclipse.core.expression.IntegerSym
- isLT(IReal) - Method in class org.matheclipse.core.expression.Num
- isLT(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
Test if
this
signed number is less thanthat
signed number. - isLTOrdered(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compares this expression with the specified expression for order.
- isMachineNumber() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a machine-precision (Java double type) real or complex number.
- isMathematicalIntegerNegative() - Method in class org.matheclipse.core.expression.ApfloatNum
-
If this object mathematical has a negative integer number as the result return
true
. - isMathematicalIntegerNegative() - Method in class org.matheclipse.core.expression.ComplexNum
- isMathematicalIntegerNegative() - Method in class org.matheclipse.core.expression.Num
- isMathematicalIntegerNegative() - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this object mathematical has a negative integer number as the result return
true
. - isMathematicalIntegerNonNegative() - Method in class org.matheclipse.core.expression.ApfloatNum
-
If this object mathematical has a non-negative integer number as the result return
true
. - isMathematicalIntegerNonNegative() - Method in class org.matheclipse.core.expression.ComplexNum
- isMathematicalIntegerNonNegative() - Method in class org.matheclipse.core.expression.Num
- isMathematicalIntegerNonNegative() - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this object mathematical has a non-negative integer number as the result return
true
. - isMatrix() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a matrix and return the lengths as array [row-length, column-length].
- isMatrix(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a matrix and return the dimensions as array [row-dimension, column-dimension].
- isMatrix(boolean) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a matrix and return the dimensions as array [row-dimension, column-dimension].
- isMatrix(boolean) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is a matrix and return the dimensions as array [row-dimension, column-dimension].
- isMatrix(boolean) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- isMatrix(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a matrix and return the dimensions as array [row-dimension, column-dimension].
- isMatrixIgnore() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a matrix and return the dimensions as array [row-dimension, column-dimension].
- isMatrixIgnore() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a matrix and return the dimensions as array [row-dimension, column-dimension].
- isMatrixIgnore() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a matrix and return the dimensions as array [row-dimension, column-dimension].
- isMember(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if at least one of the elements in the subexpressions, match the given pattern. - isMember(IExpr, boolean, IVisitorBoolean) - Method in class org.matheclipse.core.expression.AbstractAST
- isMember(IExpr, boolean, IVisitorBoolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if at least one of the elements in the subexpressions, match the given pattern. - isMemoryWarning() - Static method in class org.matheclipse.core.basic.OperationSystem
- isMinusOne() - Method in class org.matheclipse.core.expression.ApcomplexNum
- isMinusOne() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Test if this expression equals
-1
in symbolic or numeric mode. - isMinusOne() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Test if this expression equals
-1
in symbolic or numeric mode. - isMinusOne() - Method in class org.matheclipse.core.expression.BigIntegerSym
- isMinusOne() - Method in class org.matheclipse.core.expression.ComplexNum
- isMinusOne() - Method in class org.matheclipse.core.expression.ComplexSym
- isMinusOne() - Method in class org.matheclipse.core.expression.FractionSym
-
Test if this expression equals
-1
in symbolic or numeric mode. - isMinusOne() - Method in class org.matheclipse.core.expression.IntegerSym
- isMinusOne() - Method in class org.matheclipse.core.expression.Num
-
Test if this expression equals
-1
in symbolic or numeric mode. - isMinusOne() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals
-1
in symbolic or numeric mode. - isMinusOne(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- isModule() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the Module function
Module[<arg1>, <arg2>]
- isModule() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the Module function
Module[<arg1>, <arg2>]
- isModuleOrWithCondition() - Method in class org.matheclipse.core.expression.AbstractAST
- isModuleOrWithCondition() - Method in interface org.matheclipse.core.interfaces.IExpr
- isMultivariate(IExpr, int) - Static method in class org.matheclipse.core.convert.VariablesSet
-
Test if the expression contains up to
numberOfVars
variables. - isNaN() - Method in class org.matheclipse.core.expression.ASTRealVector
- isNaN() - Method in class org.matheclipse.core.expression.ComplexNum
- isNaN() - Method in class org.matheclipse.core.expression.Num
- isNegative() - Method in interface org.matheclipse.core.eval.interfaces.IRealConstant
- isNegative() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this object is a negative signed number.
- isNegative() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Test if this number is negative.
- isNegative() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Test if this number is negative.
- isNegative() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Test if this number is negative.
- isNegative() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Test if this object is a negative signed number.
- isNegative() - Method in class org.matheclipse.core.expression.BuiltInSymbol
- isNegative() - Method in class org.matheclipse.core.expression.FractionSym
-
Test if this number is negative.
- isNegative() - Method in class org.matheclipse.core.expression.IntegerSym
-
Test if this number is negative.
- isNegative() - Method in class org.matheclipse.core.expression.Num
-
Test if this number is negative.
- isNegative() - Method in class org.matheclipse.core.expression.Symbol
-
Test if this object is a negative signed number.
- isNegative() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this object is a negative signed number.
- isNegative() - Method in interface org.matheclipse.core.interfaces.IReal
-
Test if this number is negative.
- isNegative() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this object is a negative signed number.
- isNegative(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Deprecated.
- isNegative(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Deprecated.
- isNegative(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isNegative(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isNegative(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a negative value,false
in all other cases. - isNegativeImaginaryUnit() - Method in class org.matheclipse.core.expression.ComplexNum
- isNegativeImaginaryUnit() - Method in class org.matheclipse.core.expression.ComplexSym
- isNegativeImaginaryUnit() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing
-I
. - isNegativeInfinity() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is representing
-Infinity
(i.e. - isNegativeInfinity() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing
-Infinity
(i.e. - isNegativeInfinity() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression is representing
-Infinity
(i.e. - isNegativeRational(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isNegativeRational(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isNegativeRational(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a positive rational value (i.e. - isNegativeReal(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isNegativeReal(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isNegativeReal(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a negative real value (i.e. - isNegativeResult() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression has a negative result (i.e.
- isNegativeResult() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression has a negative result (i.e.
- isNegativeResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression has a negative result (i.e.
- isNegativeResult() - Method in interface org.matheclipse.core.interfaces.IReal
- isNegativeResult() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression has a negative result (i.e.
- isNegativeResult(IAST) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isNegativeSigned() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Check if the expression is a negative signed expression.
- isNegativeWeighted(IAST, boolean) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Return
true
if the number of negative terms of theast
expressioncountWeight
is greater than the half of the number of the arguments ofast
. - isNegativeWeighted(IAST, boolean, int) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Return the number of negative terms of the
ast
expression. - isNIL() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Checks if the expression equals the
F.NIL
Not In List expression. - isNIL() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Checks if the expression equals the
F.NIL
Not In List expression. - isNonEmptyList() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a list with at least one element (i.e.
- isNonEmptyList() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a list with at least one element (i.e.
- isNonEmptyList() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a list with at least one element (i.e.
- isNonNegative(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isNonNegative(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isNonNegative(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a non-negative value,false
in all other cases. - isNonNegativeRational(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isNonNegativeRational(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isNonNegativeRational(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a positive rational value (i.e. - isNonNegativeReal(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isNonNegativeReal(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isNonNegativeReal(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a non negative real value (i.e. - isNonNegativeResult() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression has a non-negative result (i.e.
- isNonNegativeResult() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression has a non-negative result (i.e.
- isNonNegativeResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression has a non-negative result (i.e.
- isNonNegativeResult() - Method in interface org.matheclipse.core.interfaces.IReal
- isNonNegativeResult() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression has a non-negative result (i.e.
- isNonNegativeResult(IAST) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isNonReal(IExpr) - Static method in class org.matheclipse.core.reflection.system.ListPlot
- isNonReal(IExpr, IExpr) - Static method in class org.matheclipse.core.reflection.system.ListPlot
- isNonZeroComplexResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression unequals
0
and is a numeric complex value or is assumed to be a negative or positive value. - isNonZeroRealResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression unequals
0
and is a numeric real value or is assumed to be a negative or positive value. - isNoSimplifyMode() - Method in class org.matheclipse.core.eval.EvalEngine
- isNot() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Not[<arg>]
. - isNot() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Not[<arg>]
. - isNotDefined() - Method in interface org.matheclipse.core.interfaces.IAST
- isNotDefined() - Method in interface org.matheclipse.core.interfaces.IExpr
- isNotEmpty() - Method in class org.matheclipse.core.expression.AbstractAST
- isNotEmpty() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an
IAST
and contains at least 1 argument - isNullSequence() - Method in class org.matheclipse.core.expression.AbstractPatternSequence
- isNullSequence() - Method in interface org.matheclipse.core.interfaces.IPatternSequence
- isNumber() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a number.
- isNumber() - Method in interface org.matheclipse.core.interfaces.INumber
- isNumberOrInfinity() - Method in interface org.matheclipse.core.interfaces.IAST
-
Test if this expression is a number or +/- Infinity.
- isNumberOrInfinity() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a number or +/- Infinity.
- isNumEqualInteger(double, IInteger) - Static method in class org.matheclipse.core.expression.F
- isNumEqualInteger(IInteger) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Check if this expression equals an
IInteger
value. - isNumEqualInteger(IInteger) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Check if this expression equals an
IInteger
value. - isNumEqualInteger(IInteger) - Method in class org.matheclipse.core.expression.Num
-
Check if this expression equals an
IInteger
value. - isNumEqualInteger(IInteger) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Check if this expression equals an
IInteger
value. - isNumEqualRational(double, IRational) - Static method in class org.matheclipse.core.expression.F
-
Test if
rational.doubleValue()
equalsvalue
within the toleranceConfig.DOUBLE_TOLERANCE
. - isNumEqualRational(IRational) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Check if this expression equals an
IRational
value. - isNumEqualRational(IRational) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Check if this expression equals an
IRational
value. - isNumEqualRational(IRational) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Check if this expression equals an
IRational
value. - isNumEqualRational(IRational) - Method in class org.matheclipse.core.expression.Num
-
Check if this expression equals an
IRational
value. - isNumEqualRational(IRational) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Check if this expression equals an
IRational
value. - isNumeric() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Deprecated.
- isNumericArgument() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a numeric number (i.e.
- isNumericArgument(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a numeric number (i.e.
- isNumericArgument(boolean) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Test if this expression is a numeric number (i.e.
- isNumericArgument(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a numeric number (i.e.
- isNumericArray() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- isNumericArray() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an instance of NumericArrayExpr
- isNumericArray() - Method in interface org.matheclipse.core.interfaces.INumericArray
-
Returns
true
for a numeric array object - isNumericAST() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an IAST and contains at least one numeric argument.
- isNumericAST() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is an IAST and contains at least one numeric argument.
- isNumericAST() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an IAST and contains at least one numeric argument.
- isNumericFunction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a numeric function (i.e.
- isNumericFunction() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Test if "lower limit", "upper limit" and "step" are numeric functions.
- isNumericFunction(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(boolean) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(boolean) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(boolean) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(boolean) - Method in class org.matheclipse.core.expression.BuiltInDummy
- isNumericFunction(boolean) - Method in class org.matheclipse.core.expression.Symbol
- isNumericFunction(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(boolean) - Method in interface org.matheclipse.core.interfaces.INumber
- isNumericFunction(boolean) - Method in interface org.matheclipse.core.interfaces.ISymbol
- isNumericFunction(boolean) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(Function<IExpr, String>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(Function<IExpr, String>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(VariablesSet) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(VariablesSet) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(VariablesSet) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a numeric function (i.e.
- isNumericFunction(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a numeric function (i.e.
- isNumericFunctionAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
- isNumericMode() - Method in class org.matheclipse.core.eval.EvalEngine
- isNumericMode() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression contains a numeric number (i.e.
- isNumericMode() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression contains a numeric number (i.e.
- isNumericMode() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression contains a numeric number (i.e.
- isNumericMode() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression contains a numeric number (i.e.
- isNumericMode() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression contains a numeric number (i.e.
- isNumIntValue() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Check if this expression represents an
int
value. - isNumIntValue() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Check if this expression represents an
int
value. - isNumIntValue() - Method in class org.matheclipse.core.expression.ComplexNum
-
Check if this expression represents an
int
value. - isNumIntValue() - Method in class org.matheclipse.core.expression.Num
-
Check if this expression represents an
int
value. - isNumIntValue() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Check if this expression represents an
int
value. - isNumIntValue() - Method in interface org.matheclipse.core.interfaces.INum
-
Check if this expression represents an
int
value. - isNumIntValue(double) - Static method in class org.matheclipse.core.expression.F
-
Test if the value is a Java
int
value within the toleranceConfig.DOUBLE_TOLERANCE
. - isNumIntValue(double, double) - Static method in class org.matheclipse.core.expression.F
-
Test if the value is a Java
int
value within the given toleranceepsilon
. - isNumIntValue(double, int) - Static method in class org.matheclipse.core.expression.F
- isOdd() - Method in class org.matheclipse.core.expression.BigIntegerSym
- isOdd() - Method in class org.matheclipse.core.expression.IntegerSym
- isOdd() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Check if this IInteger is an odd number.
- isOdd(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- isomorphicGraphQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
IsomorphicGraphQ(graph1, graph2) - returns `True` if an isomorphism exists between `graph1` and `graph2`.
- IsomorphicGraphQ - Static variable in class org.matheclipse.core.expression.ID
- IsomorphicGraphQ - Static variable in class org.matheclipse.core.expression.S
-
IsomorphicGraphQ(graph1, graph2) - returns `True` if an isomorphism exists between `graph1` and `graph2`.
- isOne() - Method in class org.matheclipse.core.expression.ApcomplexNum
- isOne() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Test if this expression equals
1
in symbolic or numeric mode. - isOne() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Test if this expression equals
1
in symbolic or numeric mode. - isOne() - Method in class org.matheclipse.core.expression.BigIntegerSym
- isOne() - Method in class org.matheclipse.core.expression.ComplexNum
- isOne() - Method in class org.matheclipse.core.expression.ComplexSym
- isOne() - Method in class org.matheclipse.core.expression.FractionSym
-
Test if this expression equals
1
in symbolic or numeric mode. - isOne() - Method in class org.matheclipse.core.expression.IntegerSym
- isOne() - Method in class org.matheclipse.core.expression.Num
-
Test if this expression equals
1
in symbolic or numeric mode. - isOne() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals
1
in symbolic or numeric mode. - isOne() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Is GenPolynomial<C> one.
- isOne() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Is GenPolynomial<C> one.
- isOne() - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- isOne() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression equals
1
in symbolic or numeric mode. - isOne(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- isONE() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Deprecated.use
IExpr.isOne()
instead. - isONE() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
- isONE() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
- isOneIdentityAST1() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an AST list, which contains a header element (i.e.
- isOneIdentityAST1() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is an AST list, which contains a header element (i.e.
- isOneIdentityAST1() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an AST list, which contains a header element (i.e.
- isOneIdentityAttribute() - Method in interface org.matheclipse.core.interfaces.ISymbol
- isOnOffMode() - Method in class org.matheclipse.core.eval.EvalEngine
-
Check if the
On()
has enabled the interactive trace - isOperatorChar(char) - Method in class org.matheclipse.core.parser.ExprParserFactory
-
The set of characters, which could form an operator
- isOperatorCharacters() - Method in class org.matheclipse.core.parser.ExprParser
- isOperatorCharacters(char) - Method in class org.matheclipse.core.parser.ExprParser
- isOptional() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
Optional
functionOptional[<pattern>]
orOptional[<pattern>, <value>]
- isOptional() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
Optional
functionOptional[<pattern>]
orOptional[<pattern>, <value>]
- isOptionsPattern() - Method in class org.matheclipse.core.expression.OptionsPattern
- isOptionsPattern() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
OptionsPattern
functionOptionsPattern()
orOptionsPattern(<symbol>)
- isOr() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Or[<arg>,...]
and has at least 2 arguments. - isOr() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Or[<arg>,...]
and has at least 2 arguments. - isOrderlessAST() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is an AST list, which contains a header element (i.e.
- isOrderlessAST() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is an AST list, which contains a header element (i.e.
- isOutListDisabled() - Method in class org.matheclipse.core.eval.EvalEngine
-
Check if the appending of expressions to the history list for the
Out[]
function is enabled. - isOutside(IExpr) - Method in interface org.matheclipse.core.tensor.sca.Clip
- isPackageMode() - Method in class org.matheclipse.core.eval.EvalEngine
- ISparseArray - Interface in org.matheclipse.core.interfaces
- isPattern() - Method in class org.matheclipse.core.expression.Pattern
-
Test if this expression is a
Pattern[symbol]
object - isPattern() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
Pattern[symbol]
object - isPattern1() - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
Test if the first left-hand-side is a pattern object
- isPattern2() - Method in class org.matheclipse.core.patternmatching.hash.AbstractHashedPatternRules
-
Test if the second left-hand-side is a pattern object
- isPatternDefault() - Method in class org.matheclipse.core.expression.AbstractAST
-
Return
true
, if the expression is a pattern object with an associated default value (for example0
is the default value for the addition expressionx_+y_.
- isPatternDefault() - Method in class org.matheclipse.core.expression.Blank
-
Return
true
, if the expression is a pattern object with an associated default value (for example0
is the default value for the addition expressionx_+y_.
- isPatternDefault() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
true
, if the expression is a pattern object with an associated default value (for example0
is the default value for the addition expressionx_+y_.
- isPatternExpr() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression or a subexpression is a pattern object.
- isPatternExpr() - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Test if this expression or a subexpression is a pattern object.
- isPatternExpr() - Method in class org.matheclipse.core.expression.Blank
-
Test if this expression or a subexpression is a pattern object.
- isPatternExpr() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression or a subexpression is a pattern object.
- isPatternHashAllowed(int) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Check if
fPatterHash == 0 || fPatterHash == patternHash;
. - isPatternHashAllowed(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Check if
fPatterHash == 0 || fPatterHash == patternHash;
. - isPatternHashAllowed(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
-
Check if
fPatterHash == 0 || fPatterHash == patternHash;
. - isPatternHashAllowed(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
-
Check if
fPatterHash == 0 || fPatterHash == patternHash;
. - isPatternMatchingFunction() - Method in class org.matheclipse.core.expression.AbstractAST
- isPatternMatchingFunction() - Method in interface org.matheclipse.core.interfaces.IAST
-
Test if this expression is a special pattern-matching function (i.e.
- isPatternMatchingFunction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a special pattern-matching function (i.e.
- isPatternOptional() - Method in class org.matheclipse.core.expression.Blank
-
Return
true
, if the expression is a pattern object with an associated optional value (for examplevalue
is the default value for the expressionf[x_, y_:value]
) - isPatternOptional() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
true
, if the expression is a pattern object with an associated optional value (for examplevalue
is the default value for the expressionf[x_, y_:value]
) - isPatternSequence(boolean) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Test if this expression is a pattern sequence object
__
or null pattern sequence object___
- isPatternSequence(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a pattern sequence object
__
or null pattern sequence object___
- isPatternTest() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
PatternTest
functionPatternTest[<pattern>, <test>]
- isPatternTest() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
PatternTest
functionPatternTest[<pattern>, <test>]
- isPatternTest(IExpr, IExpr, EvalEngine) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- isPerfectSquare(long) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Test if a long value is a perfect square (i.e.
- isPerfectSquare(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Test if the value is a perfect square (i.e.
- isPerfectSquare(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Test if the fraction value is a perfect square (i.e.
- isPerfectSquare(IRational) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Test if the fraction value is a perfect square (i.e.
- isPermutation(int[]) - Static method in class org.matheclipse.core.tensor.ext.Integers
-
Mathematica::PermutationListQ
- isPi() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Test if this expression equals
Pi
(the ratio of a circle's circumference to its diameter, approx. - isPi() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression equals
Pi
(the ratio of a circle's circumference to its diameter, approx. - isPi() - Method in class org.matheclipse.core.expression.Num
-
Test if this expression equals
Pi
(the ratio of a circle's circumference to its diameter, approx. - isPi() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals
Pi
(the ratio of a circle's circumference to its diameter, approx. - isPiecewise() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a
Piecewise({{...}}},...)
function and the first argument is a matrix with dimension[row-dimension, 2]
androw-dimension > 0
. - isPiecewise() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a
Piecewise({{...}}},...)
function and the first argument is a matrix with dimension[row-dimension, 2]
androw-dimension > 0
. - isPiecewise() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is a
Piecewise({{...}}},...)
function and the first argument is a matrix with dimension[row-dimension, 2]
androw-dimension > 0
. - isPiecewise() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
Piecewise({{...}}},...)
function and the first argument is a matrix with dimension[row-dimension, 2]
androw-dimension > 0
. - isPlus() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus() - Method in class org.matheclipse.core.expression.AST0
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus() - Method in class org.matheclipse.core.expression.AST1
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus() - Method in class org.matheclipse.core.expression.AST2
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus() - Method in class org.matheclipse.core.expression.B1
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus() - Method in class org.matheclipse.core.expression.B2
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus() - Method in class org.matheclipse.core.expression.B3
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the addition function
Plus[<arg1>, <arg2>, ...]
with at least 2 arguments. - isPlus2() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
S.Plus
functionPlus[<arg1>, <arg2>]
with exactly 2 arguments. - isPlus2() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
S.Plus
functionPlus[<arg1>, <arg2>]
with exactly 2 arguments. - isPlus3() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
S.Plus
functionPlus[<arg1>, <arg2>, <arg3>]
with exactly 3 arguments. - isPlus3() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
S.Plus
functionPlus[<arg1>, <arg2>, <arg3>]
with exactly 3 arguments. - isPlusTimesPower() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a
Plus, Power or Times
function. - isPlusTimesPower() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isPlusTimesPower() - Method in class org.matheclipse.core.expression.B2
- isPlusTimesPower() - Method in class org.matheclipse.core.expression.B3
- isPlusTimesPower() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
Plus, Power or Times
function. - isPolynomial(IAST) - Static method in class org.matheclipse.core.eval.util.MagicProcessor
- isPolynomial(IAST) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a polynomial for the given list of
variables
. - isPolynomial(IAST) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Test if this expression is a polynomial for the given list of
variables
. - isPolynomial(IAST) - Method in class org.matheclipse.core.expression.Symbol
-
Test if this expression is a polynomial for the given list of
variables
. - isPolynomial(IAST) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a polynomial for the given list of
variables
. - isPolynomial(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a polynomial for the given
variable
. - isPolynomial(IExpr) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Test if this expression is a polynomial for the given
variable
. - isPolynomial(IExpr) - Method in class org.matheclipse.core.expression.Symbol
-
Test if this expression is a polynomial for the given
variable
. - isPolynomial(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a polynomial for the given
variable
. - isPolynomial(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Create a
Polynomial
from the givenexprPoly
. - isPolynomial(IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Create a
Polynomial
from the givenexprPoly
. - isPolynomial(IExpr, boolean) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Create a
Polynomial
from the givenexprPoly
. - isPolynomial(IExpr, boolean) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Create a
Polynomial
from the givenexprPoly
. - isPolynomialOfMaxDegree(IAST, long) - Method in class org.matheclipse.core.expression.AbstractAST
- isPolynomialOfMaxDegree(ISymbol, long) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a polynomial of
maxDegree
(i.e. - isPolynomialOfMaxDegree(ISymbol, long) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Test if this expression is a polynomial of
maxDegree
(i.e. - isPolynomialOfMaxDegree(ISymbol, long) - Method in class org.matheclipse.core.expression.Symbol
-
Test if this expression is a polynomial of
maxDegree
(i.e. - isPolynomialOfMaxDegree(ISymbol, long) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a polynomial of
maxDegree
(i.e. - isPolynomialStruct() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression has a polynomial structiure, i.e.
- isPolynomialStruct() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Test if this expression has a polynomial structiure, i.e.
- isPolynomialStruct() - Method in class org.matheclipse.core.expression.Symbol
-
Test if this expression has a polynomial structiure, i.e.
- isPolynomialStruct() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression has a polynomial structiure, i.e.
- isPositive() - Method in interface org.matheclipse.core.eval.interfaces.IRealConstant
- isPositive() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this object is a positive signed number.
- isPositive() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Test if this number is positive.
- isPositive() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Test if this number is positive.
- isPositive() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Test if this number is positive.
- isPositive() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Test if this object is a positive signed number.
- isPositive() - Method in class org.matheclipse.core.expression.BuiltInSymbol
- isPositive() - Method in class org.matheclipse.core.expression.FractionSym
-
Test if this number is positive.
- isPositive() - Method in class org.matheclipse.core.expression.IntegerSym
-
Test if this number is positive.
- isPositive() - Method in class org.matheclipse.core.expression.Num
-
Test if this number is positive.
- isPositive() - Method in class org.matheclipse.core.expression.Symbol
-
Test if this object is a positive signed number.
- isPositive() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this object is a positive signed number.
- isPositive() - Method in interface org.matheclipse.core.interfaces.IReal
-
Test if this number is positive.
- isPositive() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this object is a positive signed number.
- isPositive(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Deprecated.
- isPositive(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Deprecated.
- isPositive(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isPositive(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isPositive(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a positive value,false
in all other cases. - isPositiveRational(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isPositiveRational(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isPositiveRational(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a positive rational value (i.e. - isPositiveReal(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isPositiveReal(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isPositiveReal(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a positive real value (i.e. - isPositiveResult() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression has a positive result (i.e.
- isPositiveResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression has a positive result (i.e.
- isPositiveResult() - Method in interface org.matheclipse.core.interfaces.IReal
- isPositiveResult() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression has a positive result (i.e.
- isPositiveResult(IAST) - Static method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isPossibleZero(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression equals
0
in symbolic or numeric mode. - isPossibleZero(boolean) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression equals
0
in symbolic or numeric mode. - isPossibleZero(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals
0
in symbolic or numeric mode. - isPossibleZeroQ(IAST, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.PredicateQ
- isPower() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in class org.matheclipse.core.expression.AST0
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in class org.matheclipse.core.expression.AST1
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in class org.matheclipse.core.expression.AST2
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in class org.matheclipse.core.expression.AST3
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in class org.matheclipse.core.expression.B1
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in class org.matheclipse.core.expression.B2
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in class org.matheclipse.core.expression.B3
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPower() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Power[<arg1>, <arg2>]
- isPowerOf2(int) - Static method in class org.matheclipse.core.tensor.ext.Integers
- isPowerReciprocal() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Power[<arg1>, -1]
(i.e. - isPredicateFunctionSymbol() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implementsIPrediacte
. - isPredicateFunctionSymbol() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implementsIPrediacte
. - isPresent() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isPresent() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
true
if this expression unequalsF.NIL
, otherwisefalse
. - isPrime(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isPrime(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isPrime(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a prime number (i.e. - isPrimePower(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
-
A prime power is a positive integer power of a single prime number.
- isProbableOne() - Method in class org.matheclipse.core.expression.ASTSeriesData
- isProbablePrime() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns
true
if this IInteger is probably prime,false
if it's definitely composite. - isProbablePrime() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns
true
if this IInteger is probably prime,false
if it's definitely composite. - isProbablePrime() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Returns
true
if this IInteger is probably prime,false
if it's definitely composite. - isProbablePrime(int) - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns
true
if this IInteger is probably prime,false
if it's definitely composite. - isProbablePrime(int) - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns
true
if this IInteger is probably prime,false
if it's definitely composite. - isProbablePrime(int) - Method in interface org.matheclipse.core.interfaces.IInteger
-
Returns
true
if this IInteger is probably prime,false
if it's definitely composite. - isProbableZero() - Method in class org.matheclipse.core.expression.ASTSeriesData
- isProtected() - Method in class org.matheclipse.core.expression.BuiltInDummy
- isProtected() - Method in class org.matheclipse.core.expression.BuiltInRubi
- isProtected() - Method in interface org.matheclipse.core.interfaces.ISymbol
- isPureBooleanFunction() - Method in class org.matheclipse.core.expression.data.BDDExpr
- isPureFunction() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a "pure" or "anonymous"
Function( arg1 )
expression with exactly 1 argument. - isPureFunction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a "pure" or "anonymous"
Function( arg1 )
expression with exactly 1 argument. - isQuadratic(GenPolynomial<BigInteger>, BigInteger[]) - Static method in class org.matheclipse.core.polynomials.PartialFractionIntegrateGenerator
-
Check if the polynomial has maximum degree 2 in 1 variable and return the coefficients.
- isQuadratic(GenPolynomial<BigRational>, BigRational[]) - Static method in class org.matheclipse.core.polynomials.PartialFractionIntegrateGenerator
-
Check if the polynomial has maximum degree 2 in 1 variable and return the coefficients.
- isQuantity() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
Quantity(a,unit)
expression. - isQuantity() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- isQuietMode() - Method in class org.matheclipse.core.eval.EvalEngine
-
If
true
the engine evaluates in "quiet" mode (i.e. - isRange(IReal, IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
This real number is in the interval
[from, to]
inclusive - isRangeExclExcl(IReal, IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
This real number is in the interval
]from, to[
exclusive - isRangeExclIncl(IReal, IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
This real number is in the interval
]from, to]
- isRangeInclExcl(IReal, IReal) - Method in interface org.matheclipse.core.interfaces.IReal
-
This real number is in the interval
]from, to]
- isRational() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a symbolic rational number, i.e.
- isRational(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isRational(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isRational(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be a rational value (i.e. - isRationalResult() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a symbolic rational function (i.e.
- isRationalResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a symbolic rational function (i.e.
- isRationalValue(IRational) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Test if this expression equals the rational number
value
in symbolic or numeric mode. - isRationalValue(IRational) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Test if this expression equals the rational number
value
in symbolic or numeric mode. - isRationalValue(IRational) - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Test if this expression equals the rational number
value
in symbolic or numeric mode. - isRationalValue(IRational) - Method in class org.matheclipse.core.expression.IntegerSym
-
Test if this expression equals the rational number
value
in symbolic or numeric mode. - isRationalValue(IRational) - Method in class org.matheclipse.core.expression.Num
-
Test if this expression equals the rational number
value
in symbolic or numeric mode. - isRationalValue(IRational) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals the rational number
value
in symbolic or numeric mode. - isReal() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a signed real number.
- isReal(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isReal(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- isReal(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to be an integer value (i.e. - isRealConstant() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implements theIRealConstant
interface (see packageorg.matheclipse.core.builtin.constant
). - isRealConstant() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a
IBuiltInSymbol
symbol and the evaluator implements theIRealConstant
interface (see packageorg.matheclipse.core.builtin.constant
). - isRealMatrix() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a real matrix (i.e.
- isRealMatrix() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isRealMatrix() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Test if this expression is a real matrix (i.e.
- isRealMatrix() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a real matrix (i.e.
- isRealNumber() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Deprecated.use
IExpr.isReal()
- isRealResult() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a real function (i.e.
- isRealResult() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is a real function (i.e.
- isRealResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a real function (i.e.
- isRealsIntervalData() - Method in interface org.matheclipse.core.interfaces.IAST
- isRealVector() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a real vector (i.e.
- isRealVector() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isRealVector() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is a real vector (i.e.
- isRealVector() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a real vector (i.e.
- isRelaxedSyntax() - Method in class org.matheclipse.core.eval.EvalEngine
-
If
true
this engine doesn't distinguish between lower and upper case identifiers, with the exception of identifiers with length 1. - isReNegativeResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression has a negative result (i.e.
- isRepeated() - Method in class org.matheclipse.core.expression.RepeatedPattern
- isRepeated() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
Repetead
functionRepetead(<pattern1>)
. - isRePositiveResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression has a positive result (i.e.
- isRGBColor() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isRGBColor() - Method in interface org.matheclipse.core.interfaces.IExpr
- isRule() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is of the form
Rule[<arg1>, <arg2>]
. - isRule() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is of the form
Rule[<arg1>, <arg2>]
. - isRule() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is of the form
Rule[<arg1>, <arg2>]
. - isRuleAST() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is of the form
Rule[<arg1>, <arg2>]
orRuleDelayed[<arg1>, <arg2>]
. - isRuleAST() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is of the form
Rule[<arg1>, <arg2>]
orRuleDelayed[<arg1>, <arg2>]
. - isRuleAST() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is of the form
Rule[<arg1>, <arg2>]
orRuleDelayed[<arg1>, <arg2>]
. - isRuleDelayed() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is of the form
RuleDelayed[<arg1>, <arg2>]
. - isRuleDelayed() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is of the form
RuleDelayed[<arg1>, <arg2>]
. - isRuleDelayed() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is of the form
RuleDelayed[<arg1>, <arg2>]
. - isRuleWithoutPatterns() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Returns true if the pattern matcher contains no patterns
- isRuleWithoutPatterns() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Returns true if the given expression contains no patterns
- isRuleWithoutPatterns() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- isRuleWithoutPatterns() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- isRuleWithoutPatterns() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- isRuleWithoutPatterns() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- isRuleWithoutPatterns() - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Check if the pattern-matchings left-hand-side expression contains no patterns.
- isRuleWithoutPatterns() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Returns true if the given expression contains no patterns
- isRuleWithoutPatterns() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- isSame(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression equals the given expression.
- isSame(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression equals the given expression.
- isSame(IExpr) - Method in class org.matheclipse.core.expression.ComplexNum
- isSame(IExpr) - Method in class org.matheclipse.core.expression.Num
- isSame(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals the given expression.
- isSame(IExpr, double) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression equals the given expression.
- isSame(IExpr, double) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression equals the given expression.
- isSame(IExpr, double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- isSame(IExpr, double) - Method in class org.matheclipse.core.expression.ApfloatNum
- isSame(IExpr, double) - Method in class org.matheclipse.core.expression.ComplexNum
- isSame(IExpr, double) - Method in class org.matheclipse.core.expression.Num
- isSame(IExpr, double) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals the given expression.
- isSameHead(ISymbol) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isSameHead(ISymbol) - Method in class org.matheclipse.core.expression.AST0
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.AST0
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.AST1
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.AST2
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.AST3
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.B1
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.B2
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int) - Method in class org.matheclipse.core.expression.B3
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.AST0
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.AST1
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.AST2
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.AST3
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.B1
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.B2
-
Check if the object at index 0 (i.e.
- isSameHead(ISymbol, int, int) - Method in class org.matheclipse.core.expression.B3
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.AST0
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.AST1
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.AST2
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.AST3
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.B1
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.B2
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in class org.matheclipse.core.expression.B3
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Check if the object at index 0 (i.e.
- isSameHeadSizeGE(ISymbol, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Check if the object at index 0 (i.e.
- isSequence() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a sequence (i.e.
- isSequence() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a sequence (i.e.
- isSetIterator() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Test if there's a valid variable set for the iterator.
- isSin() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Sin[<arg>]
- isSin() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Sin[<arg>]
- isSinh() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Sinh[<arg>]
- isSinh() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Sinh[<arg>]
- isSize(int) - Method in class org.matheclipse.core.convert.VariablesSet
-
Check if the variable set equals the given number of variables.
- isSlot() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Slot[<integer-value>]
(i.e. - isSlot() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Slot[<integer-value>]
(i.e. - isSlotSequence() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
SlotSequence[<integer-value>]
- isSlotSequence() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
SlotSequence[<integer-value>]
- isSorted(IAST, int, Comparator<IExpr>) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Check if the arguments of
ast
starting fromfromPosition
are sorted for the usedcomparator
. - isSorted(IAST, Comparator<IExpr>) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Check if all arguments of the
ast
are sorted for the usedcomparator
. - isSpan(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Span[...]
with 2 or 3 arguments. - isSpan(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Span[...]
with 2 or 3 arguments. - isSparseArray() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- isSparseArray() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a instance of SparseArrayExpr
- isSparseArray() - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Returns
true
for a sparse array object - isSqrt() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Power[<arg1>, 1/2]
(i.e. - isSqrtExpr() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Power[<arg1>, 1/2]
(i.e. - isSquareFree(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Return
true
ifval
is square free. - isSquareMatrix(IExpr) - Static method in class org.matheclipse.core.builtin.PredicateQ
- isStopRequested() - Method in class org.matheclipse.core.eval.EvalEngine
- isString() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a string (instanceof IStringX)
- isString(String) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Tests if this symbols name equals the given string
- isString(String) - Method in class org.matheclipse.core.expression.Symbol
-
Tests if this symbols name equals the given string
- isString(String) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a string (instanceof IStringX) and equals
str
- isString(String) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Tests if this symbols name equals the given string
- isStringIgnoreCase(String) - Method in class org.matheclipse.core.expression.BuiltInDummy
- isStringIgnoreCase(String) - Method in class org.matheclipse.core.expression.Symbol
- isStringIgnoreCase(String) - Method in interface org.matheclipse.core.interfaces.IExpr
- isSubscript() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Subscript[var, <integer-value>]
. - isSubscript() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Subscript[var, <integer-value>]
. - isSymbol() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a symbol (instanceof ISymbol)
- isSymbol(IExpr) - Static method in class org.matheclipse.core.eval.util.MagicProcessor
- isSymbolicMode(int) - Method in class org.matheclipse.core.eval.EvalEngine
-
The engine is in "symbolic evaluation mode", no assumptions are set and the head contains no "HOLD...." attribute.
- isSymbolID(int...) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Returns
true
, if this symbol is in the set of definedids
. - isSymbolID(int...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Returns
true
, if this symbol is in the set of definedids
. - isSymbolName(String) - Method in class org.matheclipse.core.expression.BuiltInDummy
- isSymbolName(String) - Method in class org.matheclipse.core.expression.Symbol
- isSymbolName(String) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Returns
true
, if this symbol has the given name. - isSymbolOrPattern() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a symbol (instanceof ISymbol) or a pattern object (instanceof IPatternObject)
- isSystem() - Method in class org.matheclipse.core.expression.Context
- isSystemInitialized() - Static method in class org.matheclipse.core.expression.F
- isTan() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Tan[<arg>]
- isTan() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Tan[<arg>]
- isTanh() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Tanh[<arg>]
- isTanh() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Tanh[<arg>]
- IStepVisitor - Interface in org.matheclipse.core.combinatoric
- isTeXIdentifierPart(char) - Static method in class org.matheclipse.core.form.tex.TeXScanner
- isTeXIdentifierStart(char) - Static method in class org.matheclipse.core.form.tex.TeXScanner
- isThrowIfTrue() - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- isTimes() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in class org.matheclipse.core.expression.AST0
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in class org.matheclipse.core.expression.AST1
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in class org.matheclipse.core.expression.AST2
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in class org.matheclipse.core.expression.B1
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in class org.matheclipse.core.expression.B2
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in class org.matheclipse.core.expression.B3
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in interface org.matheclipse.core.interfaces.IAST
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the multiplication function
Times[<arg1>, <arg2>, ...]
with at least 2 arguments. - isTimes2() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
S.Times
functionTimes[<arg1>, <arg2>]
with exactly 2 arguments. - isTimes2() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
S.Times
functionTimes[<arg1>, <arg2>]
with exactly 2 arguments. - isTimes3() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the
S.Times
functionTimes[<arg1>, <arg2>, <arg3>]
with exactly 3 arguments. - isTimes3() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the
S.Times
functionTimes[<arg1>, <arg2>, <arg3>]
with exactly 3 arguments. - isTogetherMode() - Method in class org.matheclipse.core.eval.EvalEngine
-
Basic arithmetic operations (especially in linear algebra functions) like for example
IExpr.plus(IExpr)
andIExpr.times(IExpr)
are tried to be simplified with a wrppedS.Together
command during the evaluation of the multiplication. - isTraceMode() - Method in class org.matheclipse.core.eval.EvalEngine
-
If the trace mode is set the system writes an evaluation trace list or if additionally the stop after evaluation mode is set returns the first evaluated result.
- isTrigFunction() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a trigonometric function.
- isTrigFunction() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a trigonometric function.
- IStringX - Interface in org.matheclipse.core.interfaces
-
(I)nterface for a (String) e(X)pression
- isTrue() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression equals the symbol
True
. - isTrue() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals the symbol
True
. - isTrue(EvalEngine, IExpr) - Static method in class org.matheclipse.core.generic.Predicates
-
Check if the evaluation of the
expr
object givesTrue
. - isTrue(IExpr) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Evaluate an expression and test if the result is
S.True
. - isTrue(ISymbol) - Method in class org.matheclipse.core.eval.util.OptionArgs
-
Get the option from the internal options list and check if it's set to
S.True
. - isUnaryVariableOrPattern() - Static method in class org.matheclipse.core.generic.Predicates
- isUndefined() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Test if this expression is representing
Undefined
- isUndefined() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is representing
Undefined
- isUndirectedGraph() - Method in class org.matheclipse.core.expression.data.GraphExpr
- isUnequal(IExpr, INumber) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- isUnequal(IExpr, INumber) - Method in class org.matheclipse.core.eval.util.Assumptions
- isUnequal(IExpr, INumber) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Gives
true
, if the expression is assumed to unequal the number,false
in all other cases. - isUnequalResult(INumber) - Method in interface org.matheclipse.core.interfaces.IExpr
- isUnevaluated() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the function
Unevaluated[<arg>]
- isUnevaluated() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the function
Unevaluated[<arg>]
- isUnit() - Method in class org.matheclipse.core.expression.AbstractAST
- isUnit() - Method in interface org.matheclipse.core.interfaces.IExpr
- isUnit() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Is GenPolynomial<C> a unit.
- isUnit() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Is GenPolynomial<C> a unit.
- isUnity(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- isUnivariate(IExpr) - Static method in class org.matheclipse.core.convert.VariablesSet
-
Test if the expression contains only one variable.
- isValid(String[], String[]) - Static method in class org.matheclipse.core.eval.MathUtils
- isValid(String, String[]) - Static method in class org.matheclipse.core.eval.MathUtils
- isValidIdentifier(String) - Method in class org.matheclipse.core.parser.ExprParserFactory
- isValidPosition() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Test if the current position in the parsed input string is less than the input strings length.
- isValidRange() - Method in class org.matheclipse.core.graphics.Dimensions2D
- isValidVariable() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Test if there's a valid variable set for the iterator and the "upper limit" is a list.
- isValue() - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns
true
, if this symbol or ast expression is bound to a value (i.e. - isValue() - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Returns
true
, if this symbol or ast expression is bound to a value (i.e. - isValue() - Method in class org.matheclipse.core.expression.Symbol
-
Returns
true
, if this symbol or ast expression is bound to a value (i.e. - isValue() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns
true
, if this symbol or ast expression is bound to a value (i.e. - isValueAssigned() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Returns true if the pattern matcher contains at least one value assigned.
- isValueAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- isValueAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- isValueAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- isValueAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- isValueAssigned() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- isVariable() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a variable which doesn't has attribute
ISymbol.CONSTANT
. - isVariable(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a variable which doesn't has attribute
ISymbol.CONSTANT
. - isVariable(boolean) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Test if this expression is a variable which doesn't has attribute
ISymbol.CONSTANT
. - isVariable(boolean) - Method in class org.matheclipse.core.expression.Symbol
-
Test if this expression is a variable which doesn't has attribute
ISymbol.CONSTANT
. - isVariable(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a variable which doesn't has attribute
ISymbol.CONSTANT
. - isVector() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is a vector and return the length of the vector.
- isVector() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isVector() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Test if this expression is a vector and return the length of the vector.
- isVector() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- isVector() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is a vector and return the length of the vector.
- isWeightedGraph() - Method in class org.matheclipse.core.expression.data.GraphExpr
-
Test if the graph is instance of
DefaultDirectedWeightedGraph
orDefaultUndirectedWeightedGraph
- isWeightHomogeneous() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Is GenPolynomial<C> homogeneous with respect to a weight.
- isWeightHomogeneous() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Is GenPolynomial<C> homogeneous with respect to a weight.
- isWhitespace() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Determines if the current character is white space according to
Character#isWhitespace()
method. - isWith() - Method in class org.matheclipse.core.expression.AbstractAST
-
Test if this expression is the With function
With[<arg1>, <arg2>]
- isWith() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression is the With function
With[<arg1>, <arg2>]
- IsWrongSolveExpression() - Constructor for class org.matheclipse.core.reflection.system.Solve.IsWrongSolveExpression
- ISymbol - Interface in org.matheclipse.core.interfaces
-
An expression representing a symbol (i.e.
- ISymbolEvaluator - Interface in org.matheclipse.core.eval.interfaces
-
Interface for evaluating constant symbols like Pi, Degree,...
- ISymbolObserver - Interface in org.matheclipse.core.expression
-
Interface for observing the creation of symbols.
- isZero() - Method in class org.matheclipse.core.expression.ApcomplexNum
- isZero() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Test if this expression equals
0
in symbolic or numeric mode. - isZero() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Test if this expression equals
0
in symbolic or numeric mode. - isZero() - Method in class org.matheclipse.core.expression.BigIntegerSym
- isZero() - Method in class org.matheclipse.core.expression.ComplexNum
- isZero() - Method in class org.matheclipse.core.expression.ComplexSym
- isZero() - Method in class org.matheclipse.core.expression.FractionSym
-
Test if this expression equals
0
in symbolic or numeric mode. - isZero() - Method in class org.matheclipse.core.expression.IntegerSym
- isZero() - Method in class org.matheclipse.core.expression.Num
-
Test if this expression equals
0
in symbolic or numeric mode. - isZero() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals
0
in symbolic or numeric mode. - isZero() - Method in interface org.matheclipse.core.interfaces.IReal
-
Test if this expression equals
0
in symbolic or numeric mode. - isZero() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Is GenPolynomial<C> zero.
- isZero() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Is GenPolynomial<C> zero.
- isZero() - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- isZero() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
-
Test if this expression equals
0
in symbolic or numeric mode. - isZero(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- isZero(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- isZero(double) - Method in class org.matheclipse.core.expression.ComplexNum
- isZero(double) - Static method in class org.matheclipse.core.expression.F
-
Test if the absolute value is less
Config.DOUBLE_EPSILON
. - isZero(double) - Method in class org.matheclipse.core.expression.Num
- isZero(double) - Method in interface org.matheclipse.core.interfaces.INumber
-
Test if this number equals
0
in symbolic or numeric mode. - isZero(double, double) - Static method in class org.matheclipse.core.expression.F
-
Test if the absolute value is less than the given epsilon.
- isZero(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- isZero(Apcomplex, double) - Static method in class org.matheclipse.core.expression.F
- isZero(Apcomplex, Apfloat) - Static method in class org.matheclipse.core.expression.F
- isZero(Apfloat, double) - Static method in class org.matheclipse.core.expression.F
- isZero(Apfloat, Apfloat) - Static method in class org.matheclipse.core.expression.F
- isZero(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- isZero(Complex) - Static method in class org.matheclipse.core.expression.F
-
Test if the absolute value is less
Config.MACHINE_EPSILON
. - isZero(Complex, double) - Static method in class org.matheclipse.core.expression.F
-
Test if the absolute value is less
Config.MACHINE_EPSILON
. - isZero(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
- isZero(IExpr) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Deprecated.use
IExpr.isZero()
- isZERO() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- isZERO() - Method in interface org.matheclipse.core.interfaces.IExpr
- isZERO() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
- isZERO() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Is ExpVector zero.
- isZERO() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Is ExpVector zero.
- isZERO() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
- isZeroResult() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Test if this expression equals
0
in symbolic or numeric mode or an assumption is set that the expression equals0
. - ITDEGLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- ITDEGLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named ITDEGLEX.
- ITDEGLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- ITDEGLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named ITDEGLEX.
- ITensorAccess - Interface in org.matheclipse.core.interfaces
- Iterables - Class in org.matheclipse.core.sympy.utilities
- Iterables() - Constructor for class org.matheclipse.core.sympy.utilities.Iterables
- IterationLimitExceeded - Exception in org.matheclipse.core.eval.exception
-
Exception which will be thrown, if the iteration limit of the evaluation loop was exceeded.
- IterationLimitExceeded(long, IExpr) - Constructor for exception org.matheclipse.core.eval.exception.IterationLimitExceeded
- iterator() - Method in class org.matheclipse.core.builtin.Combinatoric.KPermutationsIterable
- iterator() - Method in class org.matheclipse.core.combinatoric.KSubsets.KSubsetsIterable
- iterator() - Method in class org.matheclipse.core.combinatoric.KSubsets.KSubsetsList
- iterator() - Method in class org.matheclipse.core.eval.util.ArraySet
- iterator() - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Get an iterator over map elements.
- iterator() - Method in class org.matheclipse.core.eval.util.OpenIntToList
-
Get an iterator over map elements.
- iterator() - Method in class org.matheclipse.core.eval.util.OpenIntToSet
-
Get an iterator over map elements.
- iterator() - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns an iterator over the elements in this
IAST
starting with offset 1. - iterator() - Method in class org.matheclipse.core.expression.ContextPath
- iterator() - Method in class org.matheclipse.core.frobenius.OutputPortUnsafe.PortIterable
- iterator() - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns an iterator over the elements in this list starting with offset 1.
- iterator() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Iterator over monomials.
- iterator() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a GenPolynomial iterator.
- iterator() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Iterator over monomials.
- iterator() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a GenPolynomial iterator.
- iterator() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- iterator() - Method in class org.matheclipse.core.sympy.series.Sequences.EmptySequence
- iterator() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- Iterator - Class in org.matheclipse.core.eval.util
-
Create iterators for functions like
Table()
,Sum()
orProduct()
- Iterator() - Constructor for class org.matheclipse.core.eval.util.Iterator
- ITernaryComparator - Interface in org.matheclipse.core.interfaces
- IUnaryIndexFunction<F1,T> - Interface in org.matheclipse.core.interfaces
-
A
IUnaryIndexFunction
provides a transformation of an integer and an object and returns the resulting object. - IUnit - Interface in org.matheclipse.core.tensor.qty
-
implementations are immutable
- IVisitor - Interface in org.matheclipse.core.visit
-
A visitor which could be used in the
org.matheclipse.core.interfaces.IExpr#accept()
method. - IVisitorBoolean - Interface in org.matheclipse.core.visit
-
A visitor which could be used in the
IExpr.accept(IVisitorBoolean)
method. - IVisitorInt - Interface in org.matheclipse.core.visit
-
A visitor which could be used in the
org.matheclipse.core.interfaces.IExpr#accept()
method. - IVisitorLong - Interface in org.matheclipse.core.visit
-
A visitor which could be used in the
org.matheclipse.core.interfaces.IExpr#accept()
method.
J
- j - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
j
that will never be assigned a value. - J - Class in org.matheclipse.core.expression
-
Automatically generated with class
org.matheclipse.core.preprocessor.JavaObjectFunctionGenerator
. - J - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- J() - Constructor for class org.matheclipse.core.expression.J
- J(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- j_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
j_
that will be used only for predefined pattern-matching rules and can match one expression. - j_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- j_Symbol - Static variable in class org.matheclipse.core.expression.F
- jaccardDissimilarity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
JaccardDissimilarity(u, v) - returns the Jaccard-Needham dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `(c_tf + c_ft) / (c_tt + c_ft + c_tf)`, where n is `len(u)` and `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k
- JaccardDissimilarity - Static variable in class org.matheclipse.core.expression.ID
- JaccardDissimilarity - Static variable in class org.matheclipse.core.expression.S
JaccardDissimilarity(u, v) - returns the Jaccard-Needham dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `(c_tf + c_ft) / (c_tt + c_ft + c_tf)`, where n is `len(u)` and `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k- jacobiAmplitude(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- jacobiAmplitude(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiAmplitude(x, m) - returns the amplitude `am(x, m)` for Jacobian elliptic function.- jacobiAmplitude(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- JacobiAmplitude - Static variable in class org.matheclipse.core.expression.ID
- JacobiAmplitude - Static variable in class org.matheclipse.core.expression.S
JacobiAmplitude(x, m) - returns the amplitude `am(x, m)` for Jacobian elliptic function.- JacobiAmplitude(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- jacobiCD(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- jacobiCD(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiCD(x, m) - returns the Jacobian elliptic function `cd(x, m)`.- jacobiCD(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- JacobiCD - Static variable in class org.matheclipse.core.expression.ID
- JacobiCD - Static variable in class org.matheclipse.core.expression.S
JacobiCD(x, m) - returns the Jacobian elliptic function `cd(x, m)`.- JacobiCD(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- jacobiCN(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
JacobiCN function for real values.- jacobiCN(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiCN(x, m) - returns the Jacobian elliptic function `cn(x, m)`.- jacobiCN(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
JacobiCN function for real values.- JacobiCN - Static variable in class org.matheclipse.core.expression.ID
- JacobiCN - Static variable in class org.matheclipse.core.expression.S
JacobiCN(x, m) - returns the Jacobian elliptic function `cn(x, m)`.- JacobiCN(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- JacobiDC - Static variable in class org.matheclipse.core.expression.ID
- JacobiDC - Static variable in class org.matheclipse.core.expression.S
- JacobiDC(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- jacobiDN(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
JacobiDN function for real values.- jacobiDN(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiDN(x, m) - returns the Jacobian elliptic function `dn(x, m)`.- jacobiDN(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
JacobiDN function for complex values.- JacobiDN - Static variable in class org.matheclipse.core.expression.ID
- JacobiDN - Static variable in class org.matheclipse.core.expression.S
JacobiDN(x, m) - returns the Jacobian elliptic function `dn(x, m)`.- JacobiDN(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- JacobiEpsilon - Static variable in class org.matheclipse.core.expression.ID
- JacobiEpsilon - Static variable in class org.matheclipse.core.expression.S
- JacobiEpsilon(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- jacobiMatrix(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiMatrix(matrix, var) - creates a Jacobian matrix.- JacobiMatrix - Static variable in class org.matheclipse.core.expression.ID
- JacobiMatrix - Static variable in class org.matheclipse.core.expression.S
JacobiMatrix(matrix, var) - creates a Jacobian matrix.- JacobiNC - Static variable in class org.matheclipse.core.expression.ID
- JacobiNC - Static variable in class org.matheclipse.core.expression.S
- JacobiNC(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- JacobiND - Static variable in class org.matheclipse.core.expression.ID
- JacobiND - Static variable in class org.matheclipse.core.expression.S
- JacobiND(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- JacobiP - Interface in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- JacobiP - Static variable in class org.matheclipse.core.expression.ID
- JacobiP - Static variable in class org.matheclipse.core.expression.S
JacobiP(n, a, b, z) - returns the Jacobi polynomial.- JacobiP(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- JacobiPRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- JacobiPRules() - Constructor for class org.matheclipse.core.reflection.system.rules.JacobiPRules
- jacobiSC(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- jacobiSC(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiSC(x, m) - returns the Jacobian elliptic function `sc(x, m)`.- jacobiSC(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- JacobiSC - Static variable in class org.matheclipse.core.expression.ID
- JacobiSC - Static variable in class org.matheclipse.core.expression.S
JacobiSC(x, m) - returns the Jacobian elliptic function `sc(x, m)`.- JacobiSC(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- JacobiSCRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- JacobiSCRules() - Constructor for class org.matheclipse.core.reflection.system.rules.JacobiSCRules
- jacobiSD(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- jacobiSD(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiSD(x, m) - returns the Jacobian elliptic function `sd(x, m)`.- jacobiSD(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- JacobiSD - Static variable in class org.matheclipse.core.expression.ID
- JacobiSD - Static variable in class org.matheclipse.core.expression.S
JacobiSD(x, m) - returns the Jacobian elliptic function `sd(x, m)`.- JacobiSD(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- jacobiSN(double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
JacobiSN function for real values.- jacobiSN(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiSN(x, m) - returns the Jacobian elliptic function `sn(x, m)`.- jacobiSN(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
JacobiSN function for complex values.- JacobiSN - Static variable in class org.matheclipse.core.expression.ID
- JacobiSN - Static variable in class org.matheclipse.core.expression.S
JacobiSN(x, m) - returns the Jacobian elliptic function `sn(x, m)`.- JacobiSN(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- jacobiSymbol(long, long) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- jacobiSymbol(Object, Object) - Static method in class org.matheclipse.core.expression.J
JacobiSymbol(m, n) - calculates the Jacobi symbol.- jacobiSymbol(BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- jacobiSymbol(IInteger) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
See: Wikipedia - Jacobi symbol
Book: Algorithmen Arbeitsbuch - D.Herrmann page 160- jacobiSymbol(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
See: Wikipedia - Jacobi symbol
Book: Algorithmen Arbeitsbuch - D.Herrmann page 160- JacobiSymbol - Static variable in class org.matheclipse.core.expression.ID
- JacobiSymbol - Static variable in class org.matheclipse.core.expression.S
JacobiSymbol(m, n) - calculates the Jacobi symbol.- jacobiSymbolF() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- jacobiSymbolF() - Method in interface org.matheclipse.core.interfaces.IInteger
- jacobiSymbolF(long) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- jacobiSymbolF(BigInteger) - Static method in class org.matheclipse.core.expression.BigIntegerSym
- jacobiSymbolG(long, long) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- jacobiSymbolG(BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.BigIntegerSym
- jacobiSymbolG(IInteger) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- jacobiSymbolG(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
- jacobiTheta(int, double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- jacobiTheta(int, double, double, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- jacobiTheta(int, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- jacobiTheta(int, Complex, Complex, double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- jacobiZeta(Object, Object) - Static method in class org.matheclipse.core.expression.J
- jacobiZeta(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- JacobiZeta - Static variable in class org.matheclipse.core.expression.ID
- JacobiZeta - Static variable in class org.matheclipse.core.expression.S
- JAS_NO_THREADS - Static variable in class org.matheclipse.core.basic.Config
Flag for thread usage.- jas2Complex(Complex<BigRational>) - Static method in class org.matheclipse.core.convert.JASConvert
- jas2Numeric(Complex<BigRational>, double) - Static method in class org.matheclipse.core.convert.JASConvert
- jas2Numeric(Complex, double) - Static method in class org.matheclipse.core.convert.JASConvert
- JASConversionException - Exception in org.matheclipse.core.eval.exception
- JASConversionException() - Constructor for exception org.matheclipse.core.eval.exception.JASConversionException
- JASConvert<C extends edu.jas.structure.RingElem<C>> - Class in org.matheclipse.core.convert
Convert JAS objects from and to Symja objects.- JASConvert(List<? extends IExpr>, RingFactory<C>) - Constructor for class org.matheclipse.core.convert.JASConvert
- JASConvert(List<? extends IExpr>, RingFactory<C>, TermOrder) - Constructor for class org.matheclipse.core.convert.JASConvert
- JASConvert(IExpr, RingFactory<C>) - Constructor for class org.matheclipse.core.convert.JASConvert
- JASIExpr - Class in org.matheclipse.core.convert
Convert JAS objects from and to SymjaIExpr
objects- JASIExpr(List<? extends IExpr>) - Constructor for class org.matheclipse.core.convert.JASIExpr
- JASIExpr(List<? extends IExpr>, boolean) - Constructor for class org.matheclipse.core.convert.JASIExpr
- JASIExpr(List<? extends IExpr>, RingFactory<IExpr>) - Constructor for class org.matheclipse.core.convert.JASIExpr
- JASIExpr(List<? extends IExpr>, RingFactory<IExpr>, TermOrder, boolean) - Constructor for class org.matheclipse.core.convert.JASIExpr
- JASIExpr(IExpr, boolean) - Constructor for class org.matheclipse.core.convert.JASIExpr
- JASIExpr(IExpr, RingFactory<IExpr>) - Constructor for class org.matheclipse.core.convert.JASIExpr
- JASIExpr(IExpr, RingFactory<IExpr>, boolean) - Constructor for class org.matheclipse.core.convert.JASIExpr
- JASModInteger - Class in org.matheclipse.core.convert
Convert JAS objects from and to Symja objects.- JASModInteger(List<? extends IExpr>, ModLongRing) - Constructor for class org.matheclipse.core.convert.JASModInteger
- JASModInteger(List<? extends IExpr>, ModLongRing, TermOrder) - Constructor for class org.matheclipse.core.convert.JASModInteger
- JASModInteger(IExpr, ModLongRing) - Constructor for class org.matheclipse.core.convert.JASModInteger
- JAVA_AWT_DESKTOP_AVAILABLE - Static variable in class org.matheclipse.core.basic.Config
Indicate that the class java.awt.Desktop is available- JAVA_FORM_PROPERTIES - Static variable in class org.matheclipse.core.eval.util.SourceCodeProperties
- JAVA_FORM_PROPERTIES_NO_SYMBOL_PREFIX - Static variable in class org.matheclipse.core.eval.util.SourceCodeProperties
- JAVA_SOURCE_CODE - Static variable in class org.matheclipse.core.builtin.CompilerFunctions
Template for CompilePrint- JAVA_UNSAFE - Static variable in class org.matheclipse.core.basic.Config
Use ofjava.misc.Unsafe
is allowed iftrue
.- JavaClass - Static variable in class org.matheclipse.core.expression.ID
- JavaClass - Static variable in class org.matheclipse.core.expression.S
JavaClass[class-name] - a `JavaClass` expression can be created with the `LoadJavaClass` function and wraps a Java `java.lang.Class` object.- JavaClassExpr - Class in org.matheclipse.core.expression.data
- JavaClassExpr() - Constructor for class org.matheclipse.core.expression.data.JavaClassExpr
- JavaClassExpr(Class<?>) - Constructor for class org.matheclipse.core.expression.data.JavaClassExpr
- JAVACLASSEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- JavaComplexFormFactory - Class in org.matheclipse.core.form.output
Converts an internalIExpr
into a user readable string.- JavaDoubleFormFactory - Class in org.matheclipse.core.form.output
Converts an internalIExpr
into a user readable string.- javaForm(Object) - Static method in class org.matheclipse.core.expression.J
JavaForm(expr) - returns the Symja Java form of the `expr`.- javaForm(Object, Object) - Static method in class org.matheclipse.core.expression.J
JavaForm(expr) - returns the Symja Java form of the `expr`.- JavaForm - Static variable in class org.matheclipse.core.expression.ID
- JavaForm - Static variable in class org.matheclipse.core.expression.S
JavaForm(expr) - returns the Symja Java form of the `expr`.- JavaForm(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- JavaFunctions - Class in org.matheclipse.core.builtin
- javaNew(Object) - Static method in class org.matheclipse.core.expression.J
JavaObject[class className] - a `JavaObject` can be created with the `JavaNew` function.- javaNew(Object, Object) - Static method in class org.matheclipse.core.expression.J
JavaObject[class className] - a `JavaObject` can be created with the `JavaNew` function.- javaNew(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
JavaObject[class className] - a `JavaObject` can be created with the `JavaNew` function.- JavaNew - Static variable in class org.matheclipse.core.expression.ID
- JavaNew - Static variable in class org.matheclipse.core.expression.S
JavaObject[class className] - a `JavaObject` can be created with the `JavaNew` function.- JavaObject - Static variable in class org.matheclipse.core.expression.ID
- JavaObject - Static variable in class org.matheclipse.core.expression.S
JavaNew["class-name"] - create a `JavaObject` from the `class-name` default constructor.- JavaObjectExpr - Class in org.matheclipse.core.expression.data
- JavaObjectExpr() - Constructor for class org.matheclipse.core.expression.data.JavaObjectExpr
- JavaObjectExpr(Object) - Constructor for class org.matheclipse.core.expression.data.JavaObjectExpr
- JAVAOBJECTEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- javaObjectQ(Object) - Static method in class org.matheclipse.core.expression.J
JavaObjectQ[java-object] - return `True` if `java-object` is a `JavaObject` expression.- JavaObjectQ - Static variable in class org.matheclipse.core.expression.ID
- JavaObjectQ - Static variable in class org.matheclipse.core.expression.S
JavaObjectQ[java-object] - return `True` if `java-object` is a `JavaObject` expression.- JavaScriptFormFactory - Class in org.matheclipse.core.form.output
Transpile an internalIExpr
into a JavaScript string.- JavaScriptFormFactory(boolean, boolean, int, int) - Constructor for class org.matheclipse.core.form.output.JavaScriptFormFactory
- JavaScriptFormFactory(boolean, boolean, int, int, int) - Constructor for class org.matheclipse.core.form.output.JavaScriptFormFactory
JavaScript converter constructor.- JavaShow - Static variable in class org.matheclipse.core.expression.ID
- JavaShow - Static variable in class org.matheclipse.core.expression.S
JavaShow[ java.awt.Window ] - show the `JavaObject` which has to be an instance of `java.awt.Window`.- JET - org.matheclipse.core.tensor.img.ColorDataGradients
blue, cyan, yellow, red inspired by Matlab::jet- join(Object) - Static method in class org.matheclipse.core.expression.J
Join(l1, l2) - concatenates the lists `l1` and `l2`.- join(Object, Object) - Static method in class org.matheclipse.core.expression.J
Join(l1, l2) - concatenates the lists `l1` and `l2`.- join(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Join(l1, l2) - concatenates the lists `l1` and `l2`.- join(IExpr, IAST...) - Static method in interface org.matheclipse.core.interfaces.IExpr
- join(ISparseArray) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- join(ISparseArray) - Method in interface org.matheclipse.core.interfaces.ISparseArray
Join(this, that)
.- Join - Static variable in class org.matheclipse.core.expression.ID
- Join - Static variable in class org.matheclipse.core.expression.S
Join(l1, l2) - concatenates the lists `l1` and `l2`.- Join(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- JOIN_DELIMITER - Static variable in interface org.matheclipse.core.tensor.qty.IUnit
Example: cd*m*s- Joined - Static variable in class org.matheclipse.core.expression.ID
- Joined - Static variable in class org.matheclipse.core.expression.S
- joinToString(double[], StringBuilder, CharSequence) - Static method in class org.matheclipse.core.convert.Convert
Append a String composed of the elements of thevector
joined together with the specifieddelimiter
.- joinToString(StringBuilder, CharSequence) - Method in class org.matheclipse.core.expression.ASTRealVector
Append a String composed of the elements of this vector joined together with the specifieddelimiter
.- joinToString(StringBuilder, CharSequence) - Method in interface org.matheclipse.core.interfaces.IAST
Append a String composed of copies of the arguments of this AST joined together with the specifieddelimiter
.- joinToString(StringBuilder, BiConsumer<StringBuilder, IExpr>, CharSequence) - Method in interface org.matheclipse.core.interfaces.IAST
Append a String composed of copies of the arguments of this AST joined together with the specifieddelimiter
.- JPEG - org.matheclipse.core.io.Extension
compressed, lossy image format- JS - Class in org.matheclipse.core.builtin.functions
Wrappers forComplex
functions in JavaScript style.- JS() - Constructor for class org.matheclipse.core.builtin.functions.JS
- JSBuilder - Class in org.matheclipse.core.form.output
Build a page to show a JavaScript graphic.- jSForm(Object) - Static method in class org.matheclipse.core.expression.J
JSForm(expr) - returns the JavaScript form of the `expr`.- jSForm(Object, Object) - Static method in class org.matheclipse.core.expression.J
JSForm(expr) - returns the JavaScript form of the `expr`.- JSForm - Static variable in class org.matheclipse.core.expression.ID
- JSForm - Static variable in class org.matheclipse.core.expression.S
JSForm(expr) - returns the JavaScript form of the `expr`.- JSFormData - Static variable in class org.matheclipse.core.expression.ID
- JSFormData - Static variable in class org.matheclipse.core.expression.S
- JSFormData(String, String) - Static method in class org.matheclipse.core.expression.F
Create JavaScript form data in the given format.- JSON - org.matheclipse.core.io.Extension
JSON- JSON_OBJECT_MAPPER - Static variable in class org.matheclipse.core.builtin.GraphicsFunctions
From the docs: "Mapper instances are fully thread-safe provided that ALL configuration of the instance occurs before ANY read or write calls."- JSON_OBJECT_MAPPER - Static variable in class org.matheclipse.core.convert.ExpressionJSONConvert
- JSON_OBJECT_MAPPER - Static variable in class org.matheclipse.core.convert.JSONConvert
- JSONConvert - Class in org.matheclipse.core.convert
Import and export an expression to and fromJSON
format.- JSONConvert() - Constructor for class org.matheclipse.core.convert.JSONConvert
- JSXGRAPH_IFRAME_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- JSXGRAPH_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
HTML template for JSXGraph- JVM_SUPPORT - Static variable in class org.matheclipse.core.expression.ImplementationStatus
K
- k - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
k
that will never be assigned a value. - K - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- k_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
k_
that will be used only for predefined pattern-matching rules and can match one expression. - k_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- k_Symbol - Static variable in class org.matheclipse.core.expression.F
- keepCoeff(IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.core.Mul
- keepCoeff(IExpr, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.sympy.core.Mul
- KelvinBei - Static variable in class org.matheclipse.core.expression.ID
- KelvinBei - Static variable in class org.matheclipse.core.expression.S
- KelvinBei(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- KelvinBer - Static variable in class org.matheclipse.core.expression.ID
- KelvinBer - Static variable in class org.matheclipse.core.expression.S
- KelvinBer(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- KernelSubst(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- key() - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap.Iterator
-
Get the key of current entry.
- key() - Method in class org.matheclipse.core.eval.util.OpenIntToList.Iterator
-
Get the key of current entry.
- key() - Method in class org.matheclipse.core.eval.util.OpenIntToSet.Iterator
-
Get the key of current entry.
- key(Object) - Static method in class org.matheclipse.core.expression.J
-
Key(key) - represents a `key` used to access a value in an association.
- Key - Static variable in class org.matheclipse.core.expression.ID
- Key - Static variable in class org.matheclipse.core.expression.S
-
Key(key) - represents a `key` used to access a value in an association.
- Key(IExpr) - Static method in class org.matheclipse.core.expression.F
- KeyAbsent - Static variable in class org.matheclipse.core.expression.ID
- KeyAbsent - Static variable in class org.matheclipse.core.expression.S
- keyExistsQ(Object) - Static method in class org.matheclipse.core.expression.J
- keyExistsQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
- KeyExistsQ - Static variable in class org.matheclipse.core.expression.ID
- KeyExistsQ - Static variable in class org.matheclipse.core.expression.S
- keyNames() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- keyNames() - Method in class org.matheclipse.core.expression.ASTAssociation
- keyNames() - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Get the key names of this association as an ArrayList
key1, key2,...
- keys() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- keys() - Method in class org.matheclipse.core.expression.ASTAssociation
- keys() - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Get the keys of this association as a
List(key1, key2,...)
- keys(Object) - Static method in class org.matheclipse.core.expression.J
-
Keys(association) - return a list of keys of the `association`.
- keys(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Keys(association) - return a list of keys of the `association`.
- keys(IBuiltInSymbol) - Method in class org.matheclipse.core.expression.ASTAssociation
- Keys - Static variable in class org.matheclipse.core.expression.ID
- Keys - Static variable in class org.matheclipse.core.expression.S
-
Keys(association) - return a list of keys of the `association`.
- keySelect(Object) - Static method in class org.matheclipse.core.expression.J
-
KeySelect(<|key1->value1, ...|>, head) - returns an association of the elements for which `head(keyi)` returns `True`.
- keySelect(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
KeySelect(<|key1->value1, ...|>, head) - returns an association of the elements for which `head(keyi)` returns `True`.
- KeySelect - Static variable in class org.matheclipse.core.expression.ID
- KeySelect - Static variable in class org.matheclipse.core.expression.S
-
KeySelect(<|key1->value1, ...|>, head) - returns an association of the elements for which `head(keyi)` returns `True`.
- keySet() - Method in class org.matheclipse.core.expression.DefaultDict
- keySet() - Method in class org.matheclipse.core.expression.ExprTrie
- keySet() - Method in interface org.matheclipse.core.numbertheory.Multiset
- keySet(String) - Method in class org.matheclipse.core.expression.ExprTrie
- keySet(String, TrieMatch) - Method in class org.matheclipse.core.expression.ExprTrie
- keySort() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- keySort() - Method in class org.matheclipse.core.expression.ASTAssociation
- keySort() - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Return a new association sorted by the keys of the association.
- keySort(Object) - Static method in class org.matheclipse.core.expression.J
-
KeySort(<|key1->value1, ...|>) - sort the `<|key1->value1, ...|>` entries by the `key` values.
- keySort(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
KeySort(<|key1->value1, ...|>) - sort the `<|key1->value1, ...|>` entries by the `key` values.
- keySort(Comparator<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- keySort(Comparator<IExpr>) - Method in class org.matheclipse.core.expression.ASTAssociation
- keySort(Comparator<IExpr>) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Return a new association has the key values sorted by the
comparator
. - KeySort - Static variable in class org.matheclipse.core.expression.ID
- KeySort - Static variable in class org.matheclipse.core.expression.S
-
KeySort(<|key1->value1, ...|>) - sort the `<|key1->value1, ...|>` entries by the `key` values.
- keyTake(Object) - Static method in class org.matheclipse.core.expression.J
-
KeyTake(<|key1->value1, ...|>, {k1, k2,...}) - returns an association of the rules for which the `k1, k2,...` are keys in the association.
- keyTake(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
KeyTake(<|key1->value1, ...|>, {k1, k2,...}) - returns an association of the rules for which the `k1, k2,...` are keys in the association.
- KeyTake - Static variable in class org.matheclipse.core.expression.ID
- KeyTake - Static variable in class org.matheclipse.core.expression.S
-
KeyTake(<|key1->value1, ...|>, {k1, k2,...}) - returns an association of the rules for which the `k1, k2,...` are keys in the association.
- Khinchin - Static variable in class org.matheclipse.core.expression.ID
- Khinchin - Static variable in class org.matheclipse.core.expression.S
-
Khinchin - Khinchin's constant
- Khinchin - Static variable in interface org.matheclipse.core.interfaces.INum
- kleinInvariantJ(Object) - Static method in class org.matheclipse.core.expression.J
- KleinInvariantJ - Static variable in class org.matheclipse.core.expression.ID
- KleinInvariantJ - Static variable in class org.matheclipse.core.expression.S
- KleinInvariantJ(IExpr) - Static method in class org.matheclipse.core.expression.F
- KleinInvariantJRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - KleinInvariantJRules() - Constructor for class org.matheclipse.core.reflection.system.rules.KleinInvariantJRules
- kleinJ(double) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- kleinJ(Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticIntegralsJS
- knots(int) - Method in class org.matheclipse.core.tensor.itp.BSplineFunction
- knots(int) - Method in class org.matheclipse.core.tensor.itp.BSplineFunctionBase
- KnownCotangentIntegrandQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- KnownSecantIntegrandQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- KnownSineIntegrandQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- KnownTangentIntegrandQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- KnownTrigIntegrandQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- KnownUnitQ - Static variable in class org.matheclipse.core.expression.ID
- KnownUnitQ - Static variable in class org.matheclipse.core.expression.S
- KolmogorovSmirnovTest - Static variable in class org.matheclipse.core.expression.ID
- KolmogorovSmirnovTest - Static variable in class org.matheclipse.core.expression.S
-
KolmogorovSmirnovTest(data) - Computes the `p-value`, or observed significance level, of a one-sample [Wikipedia:Kolmogorov-Smirnov test](http://en.wikipedia.org/wiki/Kolmogorov-Smirnov_test) evaluating the null hypothesis that `data` conforms to the `NormalDistribution()`.
- kOrderlessPartitions(Object, Object) - Static method in class org.matheclipse.core.expression.J
- KOrderlessPartitions - Static variable in class org.matheclipse.core.expression.ID
- KOrderlessPartitions - Static variable in class org.matheclipse.core.expression.S
- kPartitions(Object, Object) - Static method in class org.matheclipse.core.expression.J
- KPartitions - Static variable in class org.matheclipse.core.expression.ID
- KPartitions - Static variable in class org.matheclipse.core.expression.S
- KPermutationsIterable(int[], int) - Constructor for class org.matheclipse.core.builtin.Combinatoric.KPermutationsIterable
-
Create an iterator which gives all possible permutations of
data
which contains at mostparts
number of elements. - KPermutationsIterable(int[], int, int) - Constructor for class org.matheclipse.core.builtin.Combinatoric.KPermutationsIterable
-
Create an iterator which gives all possible permutations of
data
which contains at mostparts
number of elements. - KPermutationsIterable(IAST, int, int) - Constructor for class org.matheclipse.core.builtin.Combinatoric.KPermutationsIterable
- KroneckerDelta - Static variable in class org.matheclipse.core.expression.ID
- KroneckerDelta - Static variable in class org.matheclipse.core.expression.S
-
KroneckerDelta(arg1, arg2, ...
- KroneckerDelta(IExpr) - Static method in class org.matheclipse.core.expression.F
- KroneckerDelta(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- kroneckerProduct(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
KroneckerProduct(t1, t2, ...) - Kronecker product of the tensors `t1, t2, ...`.
- kroneckerProduct(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
KroneckerProduct(t1, t2, ...) - Kronecker product of the tensors `t1, t2, ...`.
- KroneckerProduct - Static variable in class org.matheclipse.core.expression.ID
- KroneckerProduct - Static variable in class org.matheclipse.core.expression.S
-
KroneckerProduct(t1, t2, ...) - Kronecker product of the tensors `t1, t2, ...`.
- KryoUtil - Class in org.matheclipse.core.expression
- KryoUtil() - Constructor for class org.matheclipse.core.expression.KryoUtil
- KryoUtil.IASTSerializer - Class in org.matheclipse.core.expression
- KSubsets - Class in org.matheclipse.core.combinatoric
- KSubsets() - Constructor for class org.matheclipse.core.combinatoric.KSubsets
- KSubsets.KSubsetsIterable - Class in org.matheclipse.core.combinatoric
-
Iterable for all k-combinations from a set
- KSubsets.KSubsetsList<E,T extends List<E>> - Class in org.matheclipse.core.combinatoric
-
Iterate over the lists of all k-combinations from a given list
- KSubsetsIterable(int, int) - Constructor for class org.matheclipse.core.combinatoric.KSubsets.KSubsetsIterable
- KSubsetsList(T, int, int) - Constructor for class org.matheclipse.core.combinatoric.KSubsets.KSubsetsList
- kurtosis(Object) - Static method in class org.matheclipse.core.expression.J
-
Kurtosis(list) - gives the Pearson measure of kurtosis for `list` (a measure of existing outliers).
- Kurtosis - Static variable in class org.matheclipse.core.expression.ID
- Kurtosis - Static variable in class org.matheclipse.core.expression.S
-
Kurtosis(list) - gives the Pearson measure of kurtosis for `list` (a measure of existing outliers).
L
- l - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
l
that will never be assigned a value. - L - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- l_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
l_
that will be used only for predefined pattern-matching rules and can match one expression. - l_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- l_Symbol - Static variable in class org.matheclipse.core.expression.F
- Labeled - Static variable in class org.matheclipse.core.expression.ID
- Labeled - Static variable in class org.matheclipse.core.expression.S
- LabelingFunction - Static variable in class org.matheclipse.core.expression.ID
- LabelingFunction - Static variable in class org.matheclipse.core.expression.S
- LabelingSize - Static variable in class org.matheclipse.core.expression.ID
- LabelingSize - Static variable in class org.matheclipse.core.expression.S
- laguerreL(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LaguerreL(n, x) - returns the Laguerre polynomial `L_n(x)`.
- laguerreL(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LaguerreL(n, x) - returns the Laguerre polynomial `L_n(x)`.
- LaguerreL - Static variable in class org.matheclipse.core.expression.ID
- LaguerreL - Static variable in class org.matheclipse.core.expression.S
-
LaguerreL(n, x) - returns the Laguerre polynomial `L_n(x)`.
- LaguerreL(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LaguerreL(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Lambda - Class in org.matheclipse.core.eval.util
- lambertW(Object) - Static method in class org.matheclipse.core.expression.J
- LambertW - Static variable in class org.matheclipse.core.expression.ID
- LambertW - Static variable in class org.matheclipse.core.expression.S
- lanczosApproxGamma(Complex) - Static method in class org.matheclipse.core.builtin.Arithmetic
-
The Lanczos approximation is a method for computing the gamma function numerically.
- laplaceTransform(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LaplaceTransform(f,t,s) - returns the laplace transform.
- LaplaceTransform - Class in org.matheclipse.core.reflection.system
-
LaplaceTransform(f, s, t)
- LaplaceTransform - Static variable in class org.matheclipse.core.expression.ID
- LaplaceTransform - Static variable in class org.matheclipse.core.expression.S
-
LaplaceTransform(f,t,s) - returns the laplace transform.
- LaplaceTransform() - Constructor for class org.matheclipse.core.reflection.system.LaplaceTransform
- LaplaceTransform(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LaplaceTransformRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - LaplaceTransformRules() - Constructor for class org.matheclipse.core.reflection.system.rules.LaplaceTransformRules
- Large - Static variable in class org.matheclipse.core.expression.ID
- Large - Static variable in class org.matheclipse.core.expression.S
- LARGE_FONTSIZE - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- LARGE_POINTSIZE - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- LARGE_THICKNESS - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- last() - Method in class org.matheclipse.core.expression.AbstractAST
-
Get the last element of the
AST
list (i.e. - last() - Method in class org.matheclipse.core.expression.AST0
-
Get the last element of the
AST
list (i.e. - last() - Method in class org.matheclipse.core.expression.AST1
-
Get the last element of the
AST
list (i.e. - last() - Method in class org.matheclipse.core.expression.AST2
-
Get the last element of the
AST
list (i.e. - last() - Method in class org.matheclipse.core.expression.AST3
-
Get the last element of the
AST
list (i.e. - last() - Method in class org.matheclipse.core.expression.B1
-
Get the last element of the
AST
list (i.e. - last() - Method in class org.matheclipse.core.expression.B2
-
Get the last element of the
AST
list (i.e. - last() - Method in class org.matheclipse.core.expression.B3
-
Get the last element of the
AST
list (i.e. - last() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Get the last element of the
AST
list (i.e. - last() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get the last element of the
AST
list (i.e. - last(Object) - Static method in class org.matheclipse.core.expression.J
-
Last(expr) - returns the last element in `expr`.
- last(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Last(expr) - returns the last element in `expr`.
- Last - Static variable in class org.matheclipse.core.expression.ID
- Last - Static variable in class org.matheclipse.core.expression.S
-
Last(expr) - returns the last element in `expr`.
- Last(IExpr) - Static method in class org.matheclipse.core.expression.F
- LastCalculationsHistory - Class in org.matheclipse.core.eval
-
Contains the last
n
entries of the calculation history. - LastCalculationsHistory(int) - Constructor for class org.matheclipse.core.eval.LastCalculationsHistory
-
Contains the last
n
output entries of the calculation history. - lastIndex - Variable in class org.matheclipse.core.expression.HMArrayList
- lastIndexOf(int) - Method in class org.matheclipse.core.expression.StringX
- lastIndexOf(int) - Method in interface org.matheclipse.core.interfaces.IStringX
- lastIndexOf(int, int) - Method in class org.matheclipse.core.expression.StringX
- lastIndexOf(int, int) - Method in interface org.matheclipse.core.interfaces.IStringX
- lastIndexOf(String) - Method in class org.matheclipse.core.expression.StringX
- lastIndexOf(String) - Method in interface org.matheclipse.core.interfaces.IStringX
- lastIndexOf(String, int) - Method in class org.matheclipse.core.expression.StringX
- lastIndexOf(String, int) - Method in interface org.matheclipse.core.interfaces.IStringX
- lastIndexOf(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
- lastIndexOf(IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
- lazyClicked(MouseEvent) - Method in interface org.matheclipse.core.bridge.awt.LazyMouseListener
- lazyDragged(MouseEvent) - Method in interface org.matheclipse.core.bridge.awt.LazyMouseListener
- LazyMouse - Class in org.matheclipse.core.bridge.awt
- LazyMouse(LazyMouseListener) - Constructor for class org.matheclipse.core.bridge.awt.LazyMouse
- LazyMouseListener - Interface in org.matheclipse.core.bridge.awt
- lcm(Object) - Static method in class org.matheclipse.core.expression.J
-
LCM(n1, n2, ...) - computes the least common multiple of the given integers.
- lcm(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LCM(n1, n2, ...) - computes the least common multiple of the given integers.
- lcm(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LCM(n1, n2, ...) - computes the least common multiple of the given integers.
- lcm(BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- lcm(BigInteger, BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Least common multiple
- lcm(IExpr) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- lcm(IInteger) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Returns the least common multiple of this large integer and the one specified.
- lcm(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- lcm(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
-
Returns the least common multiple of this integer and the one specified.
- lcm(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong least common multiple.
- lcm(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong least common multiple.
- lcm(ExprTools.Factors) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- LCM - Static variable in class org.matheclipse.core.expression.ID
- LCM - Static variable in class org.matheclipse.core.expression.S
-
LCM(n1, n2, ...) - computes the least common multiple of the given integers.
- LCM(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LeadBase(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- LeadDegree(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- LeadFactor(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- leadingBaseCoefficient() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Leading base coefficient.
- leadingBaseCoefficient() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Leading base coefficient.
- leadingExpVectorLong() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Leading exponent vector.
- leadingExpVectorLong() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Leading exponent vector.
- leadingMonomial() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Leading monomial.
- leadingMonomial() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Leading monomial.
- leadingWeightPolynomial() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Leading weight polynomial.
- leadingWeightPolynomial() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Leading weight polynomial.
- leadTerm(ISymbol) - Method in interface org.matheclipse.core.interfaces.IExpr
- leadTerm(ISymbol, IExpr, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns the leading term
a*x**b
as a tuple (a, b). - LeadTerm(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- leafCount() - Method in class org.matheclipse.core.expression.AbstractAST
-
Count the number of indivisible subexpressions (atoms/leaves) of this expression.
- leafCount() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- leafCount() - Method in class org.matheclipse.core.expression.ComplexSym
- leafCount() - Method in interface org.matheclipse.core.interfaces.IComplexNum
- leafCount() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Count the number of indivisible subexpressions (atoms/leaves) of this expression.
- leafCount(Object) - Static method in class org.matheclipse.core.expression.J
-
LeafCount(expr) - returns the total number of indivisible subexpressions in `expr`.
- LeafCount - Static variable in class org.matheclipse.core.expression.ID
- LeafCount - Static variable in class org.matheclipse.core.expression.S
-
LeafCount(expr) - returns the total number of indivisible subexpressions in `expr`.
- LeafCount() - Constructor for class org.matheclipse.core.builtin.StructureFunctions.LeafCount
- LeafCount(IExpr) - Static method in class org.matheclipse.core.expression.F
- leafCountSimplify() - Method in class org.matheclipse.core.expression.AbstractAST
-
Count the number of leaves of this expression; for integer numbers in exact integer, fractional and complex numbers count the digits of the integers.
- leafCountSimplify() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- leafCountSimplify() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- leafCountSimplify() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- leafCountSimplify() - Method in class org.matheclipse.core.expression.ApcomplexNum
- leafCountSimplify() - Method in class org.matheclipse.core.expression.ApfloatNum
- leafCountSimplify() - Method in class org.matheclipse.core.expression.ComplexNum
- leafCountSimplify() - Method in class org.matheclipse.core.expression.ComplexSym
- leafCountSimplify() - Method in class org.matheclipse.core.expression.Num
- leafCountSimplify() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Count the number of leaves of this expression; for integer numbers in exact integer, fractional and complex numbers count the digits of the integers.
- leafCountVisitor() - Static method in class org.matheclipse.core.builtin.StructureFunctions
- leastSquares(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LeastSquares(matrix, right) - solves the linear least-squares problem 'matrix .
- LeastSquares - Static variable in class org.matheclipse.core.expression.ID
- LeastSquares - Static variable in class org.matheclipse.core.expression.S
-
LeastSquares(matrix, right) - solves the linear least-squares problem 'matrix .
- Left - Static variable in class org.matheclipse.core.expression.ID
- Left - Static variable in class org.matheclipse.core.expression.S
- legendreP(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LegendreP(n, x) - returns the Legendre polynomial `P_n(x)`.
- legendreP(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LegendreP(n, x) - returns the Legendre polynomial `P_n(x)`.
- LegendreP - Static variable in class org.matheclipse.core.expression.ID
- LegendreP - Static variable in class org.matheclipse.core.expression.S
-
LegendreP(n, x) - returns the Legendre polynomial `P_n(x)`.
- LegendreP(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LegendreP(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LegendrePRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - LegendrePRules() - Constructor for class org.matheclipse.core.reflection.system.rules.LegendrePRules
- legendreQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LegendreQ(n, x) - returns the Legendre functions of the second kind `Q_n(x)`.
- legendreQ(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LegendreQ(n, x) - returns the Legendre functions of the second kind `Q_n(x)`.
- LegendreQ - Static variable in class org.matheclipse.core.expression.ID
- LegendreQ - Static variable in class org.matheclipse.core.expression.S
-
LegendreQ(n, x) - returns the Legendre functions of the second kind `Q_n(x)`.
- LegendreQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LegendreQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LegendreQRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - LegendreQRules() - Constructor for class org.matheclipse.core.reflection.system.rules.LegendreQRules
- length - Variable in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- length() - Method in class org.matheclipse.core.expression.StringX
- length() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
- length() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Length of GenPolynomial.
- length() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get the length of this exponent vector.
- length() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get the length of this exponent vector.
- length() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Length of GenPolynomial.
- length() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- length() - Method in class org.matheclipse.core.sympy.series.Sequences.EmptySequence
- length() - Method in interface org.matheclipse.core.tensor.img.ColorDataIndexed
- length(Object) - Static method in class org.matheclipse.core.expression.J
-
Length(expr) - returns the number of leaves in `expr`.
- Length - Static variable in class org.matheclipse.core.expression.ID
- Length - Static variable in class org.matheclipse.core.expression.S
-
Length(expr) - returns the number of leaves in `expr`.
- Length(IExpr) - Static method in class org.matheclipse.core.expression.F
- lengthWhile(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LengthWhile({e1, e2, ...}, head) - returns the number of elements `ei` at the start of list for which `head(ei)` returns `True`.
- LengthWhile - Static variable in class org.matheclipse.core.expression.ID
- LengthWhile - Static variable in class org.matheclipse.core.expression.S
-
LengthWhile({e1, e2, ...}, head) - returns the number of elements `ei` at the start of list for which `head(ei)` returns `True`.
- LeQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- LeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- LeQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- lerchPhi(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- LerchPhi - Static variable in class org.matheclipse.core.expression.ID
- LerchPhi - Static variable in class org.matheclipse.core.expression.S
- LerchPhi(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LerchPhiRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - LerchPhiRules() - Constructor for class org.matheclipse.core.reflection.system.rules.LerchPhiRules
- less(Object) - Static method in class org.matheclipse.core.expression.J
-
Less(x, y) - yields `True` if `x` is known to be less than `y`.
- less(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Less(x, y) - yields `True` if `x` is known to be less than `y`.
- less(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Less(x, y) - yields `True` if `x` is known to be less than `y`.
- less(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate
S.Less
directly if both arguments are real numbers, otherwise evaluate the built-inLess
function. - Less - Static variable in class org.matheclipse.core.expression.ID
- Less - Static variable in class org.matheclipse.core.expression.S
-
Less(x, y) - yields `True` if `x` is known to be less than `y`.
- Less() - Constructor for class org.matheclipse.core.builtin.BooleanFunctions.Less
- Less(IExpr, int) - Static method in class org.matheclipse.core.expression.F
- Less(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Less(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Less(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Less(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- lessEqual(Object) - Static method in class org.matheclipse.core.expression.J
-
LessEqual(x, y) - yields `True` if `x` is known to be less than or equal `y`.
- lessEqual(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LessEqual(x, y) - yields `True` if `x` is known to be less than or equal `y`.
- lessEqual(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LessEqual(x, y) - yields `True` if `x` is known to be less than or equal `y`.
- lessEqual(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Evaluate
S.LessEqual
directly if both arguments are real numbers, otherwise evaluate the built-inLessEqual
function. - LessEqual - Static variable in class org.matheclipse.core.expression.ID
- LessEqual - Static variable in class org.matheclipse.core.expression.S
-
LessEqual(x, y) - yields `True` if `x` is known to be less than or equal `y`.
- LessEqual() - Constructor for class org.matheclipse.core.builtin.BooleanFunctions.LessEqual
- LessEqual(IExpr, int) - Static method in class org.matheclipse.core.expression.F
- LessEqual(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LessEqual(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LessEqual(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- lessEqualThan(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this <= othertrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - lessEqualThan(Object) - Static method in class org.matheclipse.core.expression.J
- lessEqualThan(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this <= thattrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - LessEqualThan - Static variable in class org.matheclipse.core.expression.ID
- LessEqualThan - Static variable in class org.matheclipse.core.expression.S
- lessThan(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this < thattrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - lessThan(Object) - Static method in class org.matheclipse.core.expression.J
- lessThan(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this < thattrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - LessThan - Static variable in class org.matheclipse.core.expression.ID
- LessThan - Static variable in class org.matheclipse.core.expression.S
- LetterCharacter - Static variable in class org.matheclipse.core.expression.ID
- LetterCharacter - Static variable in class org.matheclipse.core.expression.S
-
LetterCharacter - represents letters..
- letterCounts(Object) - Static method in class org.matheclipse.core.expression.J
-
LetterCounts(string) - count the number of each distinct character in the `string` and return the result as an association `<|char->counter1, ...|>`.
- LetterCounts - Static variable in class org.matheclipse.core.expression.ID
- LetterCounts - Static variable in class org.matheclipse.core.expression.S
-
LetterCounts(string) - count the number of each distinct character in the `string` and return the result as an association `<|char->counter1, ...|>`.
- letterNumber(Object) - Static method in class org.matheclipse.core.expression.J
-
LetterNumber(character) - returns the position of the `character` in the English alphabet.
- letterNumber(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LetterNumber(character) - returns the position of the `character` in the English alphabet.
- LetterNumber - Static variable in class org.matheclipse.core.expression.ID
- LetterNumber - Static variable in class org.matheclipse.core.expression.S
-
LetterNumber(character) - returns the position of the `character` in the English alphabet.
- letterQ(Object) - Static method in class org.matheclipse.core.expression.J
-
LetterQ(expr) - tests whether `expr` is a string, which only contains letters.
- LetterQ - Static variable in class org.matheclipse.core.expression.ID
- LetterQ - Static variable in class org.matheclipse.core.expression.S
-
LetterQ(expr) - tests whether `expr` is a string, which only contains letters.
- level(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Level(expr, levelspec) - gives a list of all sub-expressions of `expr` at the level(s) specified by `levelspec`.
- level(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Level(expr, levelspec) - gives a list of all sub-expressions of `expr` at the level(s) specified by `levelspec`.
- Level - Static variable in class org.matheclipse.core.expression.ID
- Level - Static variable in class org.matheclipse.core.expression.S
-
Level(expr, levelspec) - gives a list of all sub-expressions of `expr` at the level(s) specified by `levelspec`.
- levelQ(Object) - Static method in class org.matheclipse.core.expression.J
-
LevelQ(expr) - tests whether `expr` is a valid level specification.
- LevelQ - Static variable in class org.matheclipse.core.expression.ID
- LevelQ - Static variable in class org.matheclipse.core.expression.S
-
LevelQ(expr) - tests whether `expr` is a valid level specification.
- LevelSpec - Class in org.matheclipse.core.eval.util
-
A level specification definition for levels in nested lists.
- LevelSpec() - Constructor for class org.matheclipse.core.eval.util.LevelSpec
- LevelSpec(int) - Constructor for class org.matheclipse.core.eval.util.LevelSpec
-
Define a level specification for all elements on level
level
. - LevelSpec(int, boolean) - Constructor for class org.matheclipse.core.eval.util.LevelSpec
- LevelSpec(int, int) - Constructor for class org.matheclipse.core.eval.util.LevelSpec
- LevelSpec(int, int, boolean) - Constructor for class org.matheclipse.core.eval.util.LevelSpec
- LevelSpec(int, int, int, int, boolean) - Constructor for class org.matheclipse.core.eval.util.LevelSpec
-
Example value set for including all levels:
fromLevel = 0;
toLevel = Integer.MAX_VALUE;
fromDepth = Integer.MIN_VALUE;
toDepth = -1;
- LevelSpecification - Class in org.matheclipse.core.eval.util
-
Level specification for expression trees
- LevelSpecification() - Constructor for class org.matheclipse.core.eval.util.LevelSpecification
-
Create a LevelSpecification with level from 0 to Integer.MAX_VALUE
- LevelSpecification(int) - Constructor for class org.matheclipse.core.eval.util.LevelSpecification
-
Create a LevelSpecification with only the given level
- LevelSpecification(int, int) - Constructor for class org.matheclipse.core.eval.util.LevelSpecification
-
Create a LevelSpecification with the given level range
- LevelSpecification(IExpr, boolean) - Constructor for class org.matheclipse.core.eval.util.LevelSpecification
-
Create a LevelSpecification from an IInteger or IAST list-object.
Ifexpr
is a non-negative IInteger iValue set Level {1,iValue};
Ifexpr
is a negative IInteger iValue set Level {iValue, 0};
Ifexpr
is a List {i0Value, i1Value} set Level {i0Value, i1Value}; - leviCivitaTensor(Object) - Static method in class org.matheclipse.core.expression.J
-
LeviCivitaTensor(n) - returns the `n`-dimensional Levi-Civita tensor as sparse array.
- LeviCivitaTensor - Static variable in class org.matheclipse.core.expression.ID
- LeviCivitaTensor - Static variable in class org.matheclipse.core.expression.S
-
LeviCivitaTensor(n) - returns the `n`-dimensional Levi-Civita tensor as sparse array.
- LeviCivitaTensor(IExpr) - Static method in class org.matheclipse.core.expression.F
- lex - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name lex of Sage.
- lex - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name lex of Sage.
- LEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- LEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named LEX.
- LEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- LEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named LEX.
- LEXICAL_COMPARATOR - Static variable in class org.matheclipse.core.generic.Comparators
- Lexicographic - Static variable in class org.matheclipse.core.expression.ID
- Lexicographic - Static variable in class org.matheclipse.core.expression.S
- Lexicographic - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name Lexicographic of Math like CAS.
- Lexicographic - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name Lexicographic of Math like CAS.
- lhs() - Method in class org.matheclipse.core.expression.data.ExprEdge
- lhs() - Method in class org.matheclipse.core.expression.data.ExprWeightedEdge
- lhs() - Method in interface org.matheclipse.core.expression.data.IExprEdge
- LHS_HEAD - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
LHS_HEAD
that will never be assigned a value. - LIGHT_GRAY - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color light gray.
- LightBlue - Static variable in class org.matheclipse.core.expression.ID
- LightBlue - Static variable in class org.matheclipse.core.expression.S
- LightBrown - Static variable in class org.matheclipse.core.expression.ID
- LightBrown - Static variable in class org.matheclipse.core.expression.S
- LightCyan - Static variable in class org.matheclipse.core.expression.ID
- LightCyan - Static variable in class org.matheclipse.core.expression.S
- lightGray - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color light gray.
- LightGray - Static variable in class org.matheclipse.core.expression.ID
- LightGray - Static variable in class org.matheclipse.core.expression.S
- LightGreen - Static variable in class org.matheclipse.core.expression.ID
- LightGreen - Static variable in class org.matheclipse.core.expression.S
- Lighting - Static variable in class org.matheclipse.core.expression.ID
- Lighting - Static variable in class org.matheclipse.core.expression.S
- LightMagenta - Static variable in class org.matheclipse.core.expression.ID
- LightMagenta - Static variable in class org.matheclipse.core.expression.S
- LightOrange - Static variable in class org.matheclipse.core.expression.ID
- LightOrange - Static variable in class org.matheclipse.core.expression.S
- LightPink - Static variable in class org.matheclipse.core.expression.ID
- LightPink - Static variable in class org.matheclipse.core.expression.S
- LightPurple - Static variable in class org.matheclipse.core.expression.ID
- LightPurple - Static variable in class org.matheclipse.core.expression.S
- LightRed - Static variable in class org.matheclipse.core.expression.ID
- LightRed - Static variable in class org.matheclipse.core.expression.S
- LightYellow - Static variable in class org.matheclipse.core.expression.ID
- LightYellow - Static variable in class org.matheclipse.core.expression.S
- limit(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Limit(expr, x->x0) - gives the limit of `expr` as `x` approaches `x0`
- limit(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Limit(expr, x->x0) - gives the limit of `expr` as `x` approaches `x0`
- Limit - Static variable in class org.matheclipse.core.expression.ID
- Limit - Static variable in class org.matheclipse.core.expression.S
-
Limit(expr, x->x0) - gives the limit of `expr` as `x` approaches `x0`
- Limit(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Limit(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LIMIT_LHOSPITAL_RECURSION_LIMIT - Static variable in class org.matheclipse.core.basic.Config
-
Define the recursion limit for
Limit#lHospitalesRule()
method. - LimitException - Exception in org.matheclipse.core.eval.exception
-
Base exception for exceptions, which are used to implement "limit control" functions like for example
ASTElementLimitExceeded
andRecursionLimitExceeded
. - LimitException() - Constructor for exception org.matheclipse.core.eval.exception.LimitException
-
Constructs a new exception with the specified detail
message=null
,cause=null
,enableSuppression=false
, andwritableStackTrace=false
. - LimitException(String) - Constructor for exception org.matheclipse.core.eval.exception.LimitException
- limitinf(IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.series.Gruntz
-
Limit e(x) for x-> oo.
- LimitRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - LimitRules() - Constructor for class org.matheclipse.core.reflection.system.rules.LimitRules
- line(Object) - Static method in class org.matheclipse.core.expression.J
- Line - Static variable in class org.matheclipse.core.expression.ID
- Line - Static variable in class org.matheclipse.core.expression.S
- Line() - Static method in class org.matheclipse.core.expression.F
- Line(IExpr) - Static method in class org.matheclipse.core.expression.F
- LINE_NUMBER_OF_JAVA_CLASS - Static variable in class org.matheclipse.core.expression.ID
-
Generated by class:
org.matheclipse.core.preprocessor.FunctionIDGenerator
- linear(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
- linear(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this is a linear expression
a + b * x
return the addenda
at index0
and the multiplicantb
at index1
- linear(IExpr) - Method in interface org.matheclipse.core.interfaces.INumber
- linear(IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
- LINEAR - Static variable in class org.matheclipse.core.expression.ExprAnalyzer
-
A linear expression for the given variables.
- LinearAlgebra - Class in org.matheclipse.core.builtin
- LinearAlgebra.Adjugate - Class in org.matheclipse.core.builtin
- LinearAlgebra.Cofactor - Class in org.matheclipse.core.builtin
- LinearAlgebra.Cross - Class in org.matheclipse.core.builtin
-
Cross(a, b)
- LinearAlgebra.Det - Class in org.matheclipse.core.builtin
-
Det(matrix)
- LinearAlgebra.Dot - Class in org.matheclipse.core.builtin
-
Dot(x, y) or x .
- LinearAlgebra.FromPolarCoordinates - Class in org.matheclipse.core.builtin
-
FromPolarCoordinates({r, t})
- LinearAlgebra.FromSphericalCoordinates - Class in org.matheclipse.core.builtin
- LinearAlgebra.Inverse - Class in org.matheclipse.core.builtin
-
Inverse(matrix)
- LinearAlgebra.MatrixPower - Class in org.matheclipse.core.builtin
-
MatrixPower(matrix, n)
- LinearAlgebra.MatrixRank - Class in org.matheclipse.core.builtin
-
MatrixRank(matrix)
- LinearAlgebra.Minors - Class in org.matheclipse.core.builtin
- LinearAlgebra.Norm - Class in org.matheclipse.core.builtin
-
0]
- LinearAlgebra.ToPolarCoordinates - Class in org.matheclipse.core.builtin
-
ToPolarCoordinates({x, y})
- LinearAlgebra.ToSphericalCoordinates - Class in org.matheclipse.core.builtin
- LinearAlgebra.Transpose - Class in org.matheclipse.core.builtin
-
Transpose(m)
- LinearAlgebra.UnitVector - Class in org.matheclipse.core.builtin
-
UnitVector(position)
- LinearAlgebra.VectorAngle - Class in org.matheclipse.core.builtin
-
VectorAngle(u, v)
- LinearBinaryAverage - Enum in org.matheclipse.core.tensor.itp
-
implements binary average as
- LinearColorDataGradient - Class in org.matheclipse.core.tensor.img
-
ColorDataGradient maps a
IExpr
from the interval [0, 1] to a 4-vector {r, g, b, a} with rgba entries using linear interpolation on a given table of rgba values. - linearCombination(double[], IExpr[]) - Method in interface org.matheclipse.core.interfaces.IExpr
- linearCombination(double, IExpr, double, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- linearCombination(double, IExpr, double, IExpr, double, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- linearCombination(double, IExpr, double, IExpr, double, IExpr, double, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- linearCombination(IExpr[], IExpr[]) - Method in interface org.matheclipse.core.interfaces.IExpr
- linearCombination(IExpr, IExpr, IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- linearCombination(IExpr, IExpr, IExpr, IExpr, IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- linearCombination(IExpr, IExpr, IExpr, IExpr, IExpr, IExpr, IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- LinearInterpolation - Class in org.matheclipse.core.tensor.itp
-
Multi-linear interpolation
- LinearMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- linearModelFit(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LinearModelFit({{x1,y1},{x2,y2},...}, expr, symbol) - Create a linear regression model from a matrix of observed value pairs `{x_i, y_i}`.
- LinearModelFit - Static variable in class org.matheclipse.core.expression.ID
- LinearModelFit - Static variable in class org.matheclipse.core.expression.S
-
LinearModelFit({{x1,y1},{x2,y2},...}, expr, symbol) - Create a linear regression model from a matrix of observed value pairs `{x_i, y_i}`.
- LinearModelFit(IExpr) - Static method in class org.matheclipse.core.expression.F
- LinearModelFit(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LinearModelFit(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LinearModelFit(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- linearOptimization(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- LinearOptimization - Class in org.matheclipse.core.reflection.system
- LinearOptimization - Static variable in class org.matheclipse.core.expression.ID
- LinearOptimization - Static variable in class org.matheclipse.core.expression.S
- LinearOptimization() - Constructor for class org.matheclipse.core.reflection.system.LinearOptimization
- LinearPairQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- linearPower(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
- linearPower(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this is an expression of the form
a + b * x^n
withn
integer, return the addend at index0
and the multiplicant at index1
and the exponentn
at index2
. - linearPower(IExpr) - Method in interface org.matheclipse.core.interfaces.INumber
- linearPower(IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
- linearProgramming(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LinearProgramming(coefficientsOfLinearObjectiveFunction, constraintList, constraintRelationList) - the `LinearProgramming` function provides an implementation of [George Dantzig's simplex algorithm](http://en.wikipedia.org/wiki/Simplex_algorithm) for solving linear optimization problems with linear equality and inequality constraints and implicit non-negative variables.
- LinearProgramming - Class in org.matheclipse.core.reflection.system
-
LinearProgramming(coefficientsOfLinearObjectiveFunction, constraintList, constraintRelationList)
- LinearProgramming - Static variable in class org.matheclipse.core.expression.ID
- LinearProgramming - Static variable in class org.matheclipse.core.expression.S
-
LinearProgramming(coefficientsOfLinearObjectiveFunction, constraintList, constraintRelationList) - the `LinearProgramming` function provides an implementation of [George Dantzig's simplex algorithm](http://en.wikipedia.org/wiki/Simplex_algorithm) for solving linear optimization problems with linear equality and inequality constraints and implicit non-negative variables.
- LinearProgramming() - Constructor for class org.matheclipse.core.reflection.system.LinearProgramming
- LinearProgramming(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LinearQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- linearRecurrence(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LinearRecurrence(list1, list2, n) - solve the linear recurrence and return the generated sequence of elements.
- LinearRecurrence - Static variable in class org.matheclipse.core.expression.ID
- LinearRecurrence - Static variable in class org.matheclipse.core.expression.S
-
LinearRecurrence(list1, list2, n) - solve the linear recurrence and return the generated sequence of elements.
- linearSolve(Object) - Static method in class org.matheclipse.core.expression.J
-
LinearSolve(matrix, right) - solves the linear equation system `matrix .
- linearSolve(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LinearSolve(matrix, right) - solves the linear equation system `matrix .
- linearSolve(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LinearSolve(matrix, right) - solves the linear equation system `matrix .
- LinearSolve - Static variable in class org.matheclipse.core.expression.ID
- LinearSolve - Static variable in class org.matheclipse.core.expression.S
-
LinearSolve(matrix, right) - solves the linear equation system `matrix .
- LinearSolve(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- LinearSolveFunction - Static variable in class org.matheclipse.core.expression.ID
- LinearSolveFunction - Static variable in class org.matheclipse.core.expression.S
- LinearSolveFunctionExpr<T extends org.hipparchus.FieldElement<T>> - Class in org.matheclipse.core.expression.data
- LinearSolveFunctionExpr(FieldDecompositionSolver<T>, boolean, long) - Constructor for class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- LINEARSOLVEUNCTONID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- lineGraph(Object) - Static method in class org.matheclipse.core.expression.J
- LineGraph - Static variable in class org.matheclipse.core.expression.ID
- LineGraph - Static variable in class org.matheclipse.core.expression.S
- linspace(double, double, int, boolean) - Static method in class org.matheclipse.core.numpy.Numpy
- liouvilleLambda(Object) - Static method in class org.matheclipse.core.expression.J
- LiouvilleLambda - Static variable in class org.matheclipse.core.expression.ID
- LiouvilleLambda - Static variable in class org.matheclipse.core.expression.S
- list - Variable in class org.matheclipse.core.combinatoric.AbstractListStepVisitor
- list(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Return a single value as a
List()
- list(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Return a pair of values as a
List()
- list(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Return a triple of values as a
List()
- List - Static variable in class org.matheclipse.core.expression.ID
- List - Static variable in class org.matheclipse.core.expression.S
-
List(e1, e2, ..., ei) - represents a list containing the elements `e1...ei`.
- List() - Static method in class org.matheclipse.core.expression.F
-
Create an empty immutable list
{ }
(i.e. - List(double...) - Static method in class org.matheclipse.core.expression.F
- List(int...) - Static method in class org.matheclipse.core.expression.F
- List(long...) - Static method in class org.matheclipse.core.expression.F
- List(String...) - Static method in class org.matheclipse.core.expression.F
- List(IExpr...) - Static method in class org.matheclipse.core.expression.F
-
Create an immutable list
{ }
. - list2Complex(IAST) - Static method in class org.matheclipse.core.convert.Convert
- list2ComplexMatrix(IExpr) - Static method in class org.matheclipse.core.convert.Convert
-
Returns a
FieldMatrix
if possible. - list2ComplexVector(IExpr) - Static method in class org.matheclipse.core.convert.Convert
- list2GenMatrix(IExpr, boolean) - Static method in class org.matheclipse.core.convert.Convert
- list2ListOfVectors(IExpr) - Static method in class org.matheclipse.core.convert.Convert
- list2ListOfVectors(IExpr, boolean) - Static method in class org.matheclipse.core.convert.Convert
- list2Matrix(IAST, IAST) - Static method in class org.matheclipse.core.convert.Convert
-
Return the augmented FieldMatrix
listMatrix | listVector
- list2Matrix(IExpr) - Static method in class org.matheclipse.core.convert.Convert
-
Returns a
FieldMatrix
if possible. - list2Matrix(IExpr, boolean) - Static method in class org.matheclipse.core.convert.Convert
-
Returns a
FieldMatrix
if possible. - list2RealMatrix(IAST) - Static method in class org.matheclipse.core.convert.Convert
-
Deprecated.
- list2RealVector(IAST) - Static method in class org.matheclipse.core.convert.Convert
-
Deprecated.
- list2Vector(IExpr) - Static method in class org.matheclipse.core.convert.Convert
-
Returns a FieldVector if possible.
- Listable - Static variable in class org.matheclipse.core.expression.ID
- Listable - Static variable in class org.matheclipse.core.expression.S
-
Listable - is an attribute specifying that a function should be automatically applied to each element of a list.
- LISTABLE - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function with lists as arguments
- ListAlloc() - Static method in class org.matheclipse.core.expression.F
-
Create an appendable list
{ }
. - ListAlloc(int) - Static method in class org.matheclipse.core.expression.F
-
Create a new
List
with the giveninitial capacity
. - ListAlloc(Collection<? extends IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Create a new
List
with the capacitycollection.size()
and append the elements of the collection. - ListAlloc(Collection<? extends IExpr>, int) - Static method in class org.matheclipse.core.expression.F
-
Create a new
List
with the capacitycollection.size() + capacity
and append the elements of the collection. - ListAlloc(IntStream) - Static method in class org.matheclipse.core.expression.F
- ListAlloc(Stream<? extends IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Constructs a list that holds the expressions of the input stream.
- ListAlloc(IExpr...) - Static method in class org.matheclipse.core.expression.F
-
Create an appendable list
{ }
. - ListContourPlot - Static variable in class org.matheclipse.core.expression.ID
- ListContourPlot - Static variable in class org.matheclipse.core.expression.S
- listConvolve(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListConvolve(kernel-list, tensor-list) - create the convolution of the `kernel-list` with `tensor-list`.
- ListConvolve - Static variable in class org.matheclipse.core.expression.ID
- ListConvolve - Static variable in class org.matheclipse.core.expression.S
-
ListConvolve(kernel-list, tensor-list) - create the convolution of the `kernel-list` with `tensor-list`.
- ListConvolve(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- listCorrelate(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListCorrelate(kernel-list, tensor-list) - create the correlation of the `kernel-list` with `tensor-list`.
- ListCorrelate - Static variable in class org.matheclipse.core.expression.ID
- ListCorrelate - Static variable in class org.matheclipse.core.expression.S
-
ListCorrelate(kernel-list, tensor-list) - create the correlation of the `kernel-list` with `tensor-list`.
- listDensityPlot(Object) - Static method in class org.matheclipse.core.expression.J
- listDensityPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
- listDensityPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- ListDensityPlot - Static variable in class org.matheclipse.core.expression.ID
- ListDensityPlot - Static variable in class org.matheclipse.core.expression.S
- ListFunctions - Class in org.matheclipse.core.builtin
- ListFunctions.MultipleConstArrayFunction - Class in org.matheclipse.core.builtin
- ListFunctions.Table - Class in org.matheclipse.core.builtin
-
Table(expr, {i, n})
- ListFunctions.TableGenerator - Class in org.matheclipse.core.builtin
-
Table structure generator (i.e.
- listLinePlot(Object) - Static method in class org.matheclipse.core.expression.J
-
ListLinePlot( { list-of-points } ) - generate a JavaScript list line plot control for the `list-of-points`.
- listLinePlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListLinePlot( { list-of-points } ) - generate a JavaScript list line plot control for the `list-of-points`.
- listLinePlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListLinePlot( { list-of-points } ) - generate a JavaScript list line plot control for the `list-of-points`.
- ListLinePlot - Class in org.matheclipse.core.reflection.system
-
Plot a list of Points as a single line
- ListLinePlot - Static variable in class org.matheclipse.core.expression.ID
- ListLinePlot - Static variable in class org.matheclipse.core.expression.S
-
ListLinePlot( { list-of-points } ) - generate a JavaScript list line plot control for the `list-of-points`.
- ListLinePlot() - Constructor for class org.matheclipse.core.reflection.system.ListLinePlot
-
Constructor for the singleton
- listLinePlot3D(Object) - Static method in class org.matheclipse.core.expression.J
-
ListLinePlot3D( { list-of-lines } ) - generate a JavaScript list plot 3D control for the `list-of-lines`.
- listLinePlot3D(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListLinePlot3D( { list-of-lines } ) - generate a JavaScript list plot 3D control for the `list-of-lines`.
- listLinePlot3D(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListLinePlot3D( { list-of-lines } ) - generate a JavaScript list plot 3D control for the `list-of-lines`.
- ListLinePlot3D - Class in org.matheclipse.core.reflection.system
-
Plot a list of Lines in 3 dimensions
- ListLinePlot3D - Static variable in class org.matheclipse.core.expression.ID
- ListLinePlot3D - Static variable in class org.matheclipse.core.expression.S
-
ListLinePlot3D( { list-of-lines } ) - generate a JavaScript list plot 3D control for the `list-of-lines`.
- ListLinePlot3D() - Constructor for class org.matheclipse.core.reflection.system.ListLinePlot3D
- listLogLinearPlot(Object) - Static method in class org.matheclipse.core.expression.J
- listLogLinearPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
- listLogLinearPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- ListLogLinearPlot - Class in org.matheclipse.core.reflection.system
- ListLogLinearPlot - Static variable in class org.matheclipse.core.expression.ID
- ListLogLinearPlot - Static variable in class org.matheclipse.core.expression.S
- ListLogLinearPlot() - Constructor for class org.matheclipse.core.reflection.system.ListLogLinearPlot
- listLogLogPlot(Object) - Static method in class org.matheclipse.core.expression.J
-
ListLogLogPlot( { list-of-points } ) - generate an image of a logarithmic X and logarithmic Y plot for the `list-of-points`.
- listLogLogPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListLogLogPlot( { list-of-points } ) - generate an image of a logarithmic X and logarithmic Y plot for the `list-of-points`.
- listLogLogPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListLogLogPlot( { list-of-points } ) - generate an image of a logarithmic X and logarithmic Y plot for the `list-of-points`.
- ListLogLogPlot - Class in org.matheclipse.core.reflection.system
- ListLogLogPlot - Static variable in class org.matheclipse.core.expression.ID
- ListLogLogPlot - Static variable in class org.matheclipse.core.expression.S
-
ListLogLogPlot( { list-of-points } ) - generate an image of a logarithmic X and logarithmic Y plot for the `list-of-points`.
- ListLogLogPlot() - Constructor for class org.matheclipse.core.reflection.system.ListLogLogPlot
- listLogPlot(Object) - Static method in class org.matheclipse.core.expression.J
-
ListLogPlot( { list-of-points } ) - generate an image of a logarithmic Y plot for the `list-of-points`.
- listLogPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListLogPlot( { list-of-points } ) - generate an image of a logarithmic Y plot for the `list-of-points`.
- listLogPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListLogPlot( { list-of-points } ) - generate an image of a logarithmic Y plot for the `list-of-points`.
- ListLogPlot - Class in org.matheclipse.core.reflection.system
- ListLogPlot - Static variable in class org.matheclipse.core.expression.ID
- ListLogPlot - Static variable in class org.matheclipse.core.expression.S
-
ListLogPlot( { list-of-points } ) - generate an image of a logarithmic Y plot for the `list-of-points`.
- ListLogPlot() - Constructor for class org.matheclipse.core.reflection.system.ListLogPlot
- listOfBackwardSubstitutions() - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
-
Return a list of rules containing the backward substitutions, of the "dummy variables"
- listOfObjects(Object...) - Static method in class org.matheclipse.core.expression.F
- listOfOptionRules(GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.LogLinearPlot
- listOfOptionRules(GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.LogLogPlot
- listOfOptionRules(GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.LogPlot
- listOfOptionRules(GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.Plot
- listOfRulesToValues(IExpr, IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.Eliminate
-
Convert a list of rules for one variable back to a list of values.
- listOfRulesToValuesList(IAST, IExpr) - Static method in class org.matheclipse.core.builtin.Algebra.Factor
- listOfVectors2ListOfLists(List<FieldVector<IExpr>>) - Static method in class org.matheclipse.core.convert.Convert
-
Converts a FieldMatrix to the list expression representation.
- listPlot(Object) - Static method in class org.matheclipse.core.expression.J
-
ListPlot( { list-of-points } ) - generate a JavaScript list plot control for the `list-of-points`.
- listPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListPlot( { list-of-points } ) - generate a JavaScript list plot control for the `list-of-points`.
- listPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ListPlot( { list-of-points } ) - generate a JavaScript list plot control for the `list-of-points`.
- listPlot(IAST, GraphicsOptions, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.ListPlot
- ListPlot - Class in org.matheclipse.core.reflection.system
-
Plot a list of Points
- ListPlot - Static variable in class org.matheclipse.core.expression.ID
- ListPlot - Static variable in class org.matheclipse.core.expression.S
-
ListPlot( { list-of-points } ) - generate a JavaScript list plot control for the `list-of-points`.
- ListPlot() - Constructor for class org.matheclipse.core.reflection.system.ListPlot
- ListPlot(IExpr) - Static method in class org.matheclipse.core.expression.F
- ListPlot3D - Class in org.matheclipse.core.reflection.system
-
Plot an array of coordinates/heights in 3 dimensions
- ListPlot3D - Static variable in class org.matheclipse.core.expression.ID
- ListPlot3D - Static variable in class org.matheclipse.core.expression.S
-
ListPlot3D( { list-of-polygons } ) - generate a JavaScript list plot 3D control for the `list-of-polygons`.
- ListPlot3D() - Constructor for class org.matheclipse.core.reflection.system.ListPlot3D
- ListPlot3D(IExpr) - Static method in class org.matheclipse.core.expression.F
- ListPointPlot3D - Class in org.matheclipse.core.reflection.system
-
Plot a list of Points in 3 dimensions
- ListPointPlot3D - Static variable in class org.matheclipse.core.expression.ID
- ListPointPlot3D - Static variable in class org.matheclipse.core.expression.S
-
ListPointPlot3D( { list-of-points } ) - generate a JavaScript list plot 3D control for the `list-of-points`.
- ListPointPlot3D() - Constructor for class org.matheclipse.core.reflection.system.ListPointPlot3D
- ListPointPlot3D(IExpr) - Static method in class org.matheclipse.core.expression.F
- listPolarPlot(Object) - Static method in class org.matheclipse.core.expression.J
- listPolarPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
- listPolarPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- ListPolarPlot - Class in org.matheclipse.core.reflection.system
- ListPolarPlot - Static variable in class org.matheclipse.core.expression.ID
- ListPolarPlot - Static variable in class org.matheclipse.core.expression.S
- ListPolarPlot() - Constructor for class org.matheclipse.core.reflection.system.ListPolarPlot
- listQ(Object) - Static method in class org.matheclipse.core.expression.J
-
ListQ(expr) - tests whether `expr` is a `List`.
- ListQ - Static variable in class org.matheclipse.core.expression.ID
- ListQ - Static variable in class org.matheclipse.core.expression.S
-
ListQ(expr) - tests whether `expr` is a `List`.
- ListQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
ListQ(expr)
- listRules(Map<IExpr, IExpr>, IASTAppendable) - Static method in class org.matheclipse.core.generic.Functors
- listRules(IAST, IASTAppendable, EvalEngine) - Static method in class org.matheclipse.core.generic.Functors
- Lists - Class in org.matheclipse.core.convert
- Lists() - Constructor for class org.matheclipse.core.convert.Lists
- ListSizeSequence - Class in org.matheclipse.core.eval.util
-
A sequence specification.
- ListSizeSequence() - Constructor for class org.matheclipse.core.eval.util.ListSizeSequence
- ListSizeSequence(int) - Constructor for class org.matheclipse.core.eval.util.ListSizeSequence
- ListSizeSequence(int, int) - Constructor for class org.matheclipse.core.eval.util.ListSizeSequence
- ListSizeSequence(int, int, int) - Constructor for class org.matheclipse.core.eval.util.ListSizeSequence
- ListSizeSequence(int, int, int, int) - Constructor for class org.matheclipse.core.eval.util.ListSizeSequence
- ListStreamPlot - Static variable in class org.matheclipse.core.expression.ID
- ListStreamPlot - Static variable in class org.matheclipse.core.expression.S
- ListVectorPlot - Static variable in class org.matheclipse.core.expression.ID
- ListVectorPlot - Static variable in class org.matheclipse.core.expression.S
- literal(Object) - Static method in class org.matheclipse.core.expression.J
- Literal - Static variable in class org.matheclipse.core.expression.ID
- Literal - Static variable in class org.matheclipse.core.expression.S
- Literal(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Deprecated.use HoldPattern
- LITERAL - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
This rules left-hand-side is wrapped with a
Literal[]
function - loadClass(String, Map<String, byte[]>) - Static method in class org.matheclipse.core.builtin.CompilerFunctions
-
Load class from compiled classes.
- loadJavaClass(Object) - Static method in class org.matheclipse.core.expression.J
-
LoadJavaClass["class-name"] - loads the class with the specified `class-name` and return a `JavaClass` expression.
- LoadJavaClass - Static variable in class org.matheclipse.core.expression.ID
- LoadJavaClass - Static variable in class org.matheclipse.core.expression.S
-
LoadJavaClass["class-name"] - loads the class with the specified `class-name` and return a `JavaClass` expression.
- loadPackage(EvalEngine, BufferedReader) - Static method in class org.matheclipse.core.builtin.FileFunctions.Get
-
Load a package from the given reader
- loadPackage(EvalEngine, File) - Static method in class org.matheclipse.core.builtin.FileFunctions.Get
-
Load a package from the given file
- loadPackage(EvalEngine, String) - Static method in class org.matheclipse.core.builtin.FileFunctions.Get
-
Load a package from the given reader
- localBiFunction(String, BinaryOperator<IExpr>) - Static method in class org.matheclipse.core.expression.F
- localBiPredicate(String, BiPredicate<IExpr, IExpr>) - Static method in class org.matheclipse.core.expression.F
- localFunction(String, UnaryOperator<IExpr>) - Static method in class org.matheclipse.core.expression.F
- localFunction(String, IEvaluator) - Static method in class org.matheclipse.core.expression.F
- localPredicate(String, Predicate<IExpr>) - Static method in class org.matheclipse.core.expression.F
- LocalTimeDisplay - Enum in org.matheclipse.core.bridge.gfx
- Locked - Static variable in class org.matheclipse.core.expression.ID
- Locked - Static variable in class org.matheclipse.core.expression.S
- LOCKED - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a locked symbol.
- log() - Method in class org.matheclipse.core.expression.ApcomplexNum
- log() - Method in class org.matheclipse.core.expression.ApfloatNum
- log() - Method in class org.matheclipse.core.expression.ComplexNum
- log() - Method in class org.matheclipse.core.expression.Num
- log() - Method in class org.matheclipse.core.expression.NumStr
- log() - Method in interface org.matheclipse.core.interfaces.IExpr
- log() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- log(Object) - Static method in class org.matheclipse.core.expression.J
-
Log(z) - returns the natural logarithm of `z`.
- log(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Log(z) - returns the natural logarithm of `z`.
- log(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Log - Static variable in class org.matheclipse.core.expression.ID
- Log - Static variable in class org.matheclipse.core.expression.S
-
Log(z) - returns the natural logarithm of `z`.
- Log(int) - Static method in class org.matheclipse.core.expression.F
-
Returns the natural logarithm of
z
. - Log(int, int) - Static method in class org.matheclipse.core.expression.F
-
Returns the logarithm of
z
for thebase
. - Log(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the natural logarithm of
z
. - Log(IExpr, int) - Static method in class org.matheclipse.core.expression.F
-
Returns the logarithm of
z
for thebase
. - Log(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the logarithm of
z
for thebase
. - log10() - Method in class org.matheclipse.core.expression.ApcomplexNum
- log10() - Method in class org.matheclipse.core.expression.ApfloatNum
- log10() - Method in interface org.matheclipse.core.interfaces.IExpr
- log10(Object) - Static method in class org.matheclipse.core.expression.J
-
Log10(z) - returns the base-`10` logarithm of `z`.
- Log10 - Static variable in class org.matheclipse.core.expression.ID
- Log10 - Static variable in class org.matheclipse.core.expression.S
-
Log10(z) - returns the base-`10` logarithm of `z`.
- Log10(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Log[10, a0]
. - log1p() - Method in class org.matheclipse.core.expression.ApcomplexNum
- log1p() - Method in class org.matheclipse.core.expression.ApfloatNum
- log1p() - Method in interface org.matheclipse.core.interfaces.IExpr
- log2(Object) - Static method in class org.matheclipse.core.expression.J
-
Log2(z) - returns the base-`2` logarithm of `z`.
- Log2 - Static variable in class org.matheclipse.core.expression.ID
- Log2 - Static variable in class org.matheclipse.core.expression.S
-
Log2(z) - returns the base-`2` logarithm of `z`.
- logGamma(double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- logGamma(Object) - Static method in class org.matheclipse.core.expression.J
-
LogGamma(z) - is the logarithmic gamma function on the complex number `z`.
- logGamma(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- LogGamma - Static variable in class org.matheclipse.core.expression.ID
- LogGamma - Static variable in class org.matheclipse.core.expression.S
-
LogGamma(z) - is the logarithmic gamma function on the complex number `z`.
- LogGamma(IExpr) - Static method in class org.matheclipse.core.expression.F
- logicalExpand(Object) - Static method in class org.matheclipse.core.expression.J
- LogicalExpand - Static variable in class org.matheclipse.core.expression.ID
- LogicalExpand - Static variable in class org.matheclipse.core.expression.S
- logicNGSatisfiabilityInstances(IExpr, Variable[], BooleanFunctions.LogicFormula, int) - Static method in class org.matheclipse.core.builtin.BooleanFunctions
- logIntegral(double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- logIntegral(Object) - Static method in class org.matheclipse.core.expression.J
-
LogIntegral(expr) - returns the integral logarithm of `expr`.
- logIntegral(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- LogIntegral - Static variable in class org.matheclipse.core.expression.ID
- LogIntegral - Static variable in class org.matheclipse.core.expression.S
-
LogIntegral(expr) - returns the integral logarithm of `expr`.
- LogIntegral(IExpr) - Static method in class org.matheclipse.core.expression.F
- logIntegral2Expr(LogIntegral<BigRational>) - Method in class org.matheclipse.core.convert.JASConvert
-
Convert a jas
LogIntegral
into a matheclipse expression - logisticSigmoid(Object) - Static method in class org.matheclipse.core.expression.J
-
LogisticSigmoid(z) - returns the logistic sigmoid of `z`.
- LogisticSigmoid - Static variable in class org.matheclipse.core.expression.ID
- LogisticSigmoid - Static variable in class org.matheclipse.core.expression.S
-
LogisticSigmoid(z) - returns the logistic sigmoid of `z`.
- LogisticSigmoid(IExpr) - Static method in class org.matheclipse.core.expression.F
- logLinearPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
- logLinearPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- LogLinearPlot - Class in org.matheclipse.core.reflection.system
- LogLinearPlot - Static variable in class org.matheclipse.core.expression.ID
- LogLinearPlot - Static variable in class org.matheclipse.core.expression.S
- LogLinearPlot() - Constructor for class org.matheclipse.core.reflection.system.LogLinearPlot
- logLogPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
- logLogPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- LogLogPlot - Class in org.matheclipse.core.reflection.system
- LogLogPlot - Static variable in class org.matheclipse.core.expression.ID
- LogLogPlot - Static variable in class org.matheclipse.core.expression.S
- LogLogPlot() - Constructor for class org.matheclipse.core.reflection.system.LogLogPlot
- LogNormalDistribution - Static variable in class org.matheclipse.core.expression.ID
- LogNormalDistribution - Static variable in class org.matheclipse.core.expression.S
-
LogNormalDistribution(m, s) - returns a log-normal distribution.
- LogNormalDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- logPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
- logPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- LogPlot - Class in org.matheclipse.core.reflection.system
- LogPlot - Static variable in class org.matheclipse.core.expression.ID
- LogPlot - Static variable in class org.matheclipse.core.expression.S
- LogPlot() - Constructor for class org.matheclipse.core.reflection.system.LogPlot
- LogQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- LogRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - LogRules() - Constructor for class org.matheclipse.core.reflection.system.rules.LogRules
- logspace(double, double, int, boolean, double) - Static method in class org.matheclipse.core.numpy.Numpy
- longArrayPermutation(List<Integer>, long[]) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Permutation of a long array.
- longArrayPermutation(List<Integer>, IExpr[]) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Permutation of a long array.
- Longest - Static variable in class org.matheclipse.core.expression.ID
- Longest - Static variable in class org.matheclipse.core.expression.S
- LongForm - Static variable in class org.matheclipse.core.expression.ID
- LongForm - Static variable in class org.matheclipse.core.expression.S
- longValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- longValue() - Method in class org.matheclipse.core.expression.BigIntegerSym
- longValue() - Method in class org.matheclipse.core.expression.IntegerSym
- longValue() - Method in class org.matheclipse.core.expression.Num
- longValue() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Converts this IInteger to a
long
. - longValueExact(BigInteger) - Static method in class org.matheclipse.core.expression.NumberUtil
- lookup(Object) - Static method in class org.matheclipse.core.expression.J
-
Lookup(association, key) - return the value in the `association` which is associated with the `key`.
- lookup(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Lookup(association, key) - return the value in the `association` which is associated with the `key`.
- lookup(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Lookup(association, key) - return the value in the `association` which is associated with the `key`.
- Lookup - Static variable in class org.matheclipse.core.expression.ID
- Lookup - Static variable in class org.matheclipse.core.expression.S
-
Lookup(association, key) - return the value in the `association` which is associated with the `key`.
- lower() - Method in class org.matheclipse.core.expression.AbstractAST
-
If this is a
Interval[{lower, upper}]
expression return thelower
value. - lower() - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this is a
Interval[{lower, upper}]
expression return thelower
value. - lower() - Method in interface org.matheclipse.core.interfaces.IReal
-
If this is a
Interval[{lower, upper}]
expression return thelower
value. - lowerCaseQ(Object) - Static method in class org.matheclipse.core.expression.J
-
LowerCaseQ(str) - is `True` if the given `str` is a string which only contains lower case characters.
- LowerCaseQ - Static variable in class org.matheclipse.core.expression.ID
- LowerCaseQ - Static variable in class org.matheclipse.core.expression.S
-
LowerCaseQ(str) - is `True` if the given `str` is a string which only contains lower case characters.
- lowerTriangularize(Object) - Static method in class org.matheclipse.core.expression.J
-
LowerTriangularize(matrix) - create a lower triangular matrix from the given `matrix`.
- lowerTriangularize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LowerTriangularize(matrix) - create a lower triangular matrix from the given `matrix`.
- LowerTriangularize - Static variable in class org.matheclipse.core.expression.ID
- LowerTriangularize - Static variable in class org.matheclipse.core.expression.S
-
LowerTriangularize(matrix) - create a lower triangular matrix from the given `matrix`.
- lowerTriangularMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
-
LowerTriangularMatrixQ(matrix) - returns `True` if `matrix` is lower triangular.
- lowerTriangularMatrixQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LowerTriangularMatrixQ(matrix) - returns `True` if `matrix` is lower triangular.
- LowerTriangularMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- LowerTriangularMatrixQ - Static variable in class org.matheclipse.core.expression.S
-
LowerTriangularMatrixQ(matrix) - returns `True` if `matrix` is lower triangular.
- lp - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name lp of Singular.
- lp - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name lp of Singular.
- ls - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name ls of Singular.
- ls - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name ls of Singular.
- LtQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- LtQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- LtQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- lucasL(Object) - Static method in class org.matheclipse.core.expression.J
-
LucasL(n) - gives the `n`th Lucas number.
- lucasL(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LucasL(n) - gives the `n`th Lucas number.
- LucasL - Static variable in class org.matheclipse.core.expression.ID
- LucasL - Static variable in class org.matheclipse.core.expression.S
-
LucasL(n) - gives the `n`th Lucas number.
- LucasL(IExpr) - Static method in class org.matheclipse.core.expression.F
- LucasL(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- lUDecomposition(Object) - Static method in class org.matheclipse.core.expression.J
-
LUDecomposition(matrix) - calculate the LUP-decomposition of a square `matrix`.
- lUDecomposition(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
LUDecomposition(matrix) - calculate the LUP-decomposition of a square `matrix`.
- LUDecomposition - Static variable in class org.matheclipse.core.expression.ID
- LUDecomposition - Static variable in class org.matheclipse.core.expression.S
-
LUDecomposition(matrix) - calculate the LUP-decomposition of a square `matrix`.
M
- m - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
m
that will never be assigned a value. - M - org.matheclipse.core.io.Extension
-
MATLAB m file
- M - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- m_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
m_
that will be used only for predefined pattern-matching rules and can match one expression. - m_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- m_Integer - Static variable in class org.matheclipse.core.expression.F
- m_Symbol - Static variable in class org.matheclipse.core.expression.F
- MACHINE_EPSILON - Static variable in class org.matheclipse.core.basic.Config
-
The real which added to 1.0 gives the next double value greater than 1.0
- MACHINE_PRECISION - Static variable in class org.matheclipse.core.basic.Config
-
Deprecated.
- machineNumberQ(Object) - Static method in class org.matheclipse.core.expression.J
-
MachineNumberQ(expr) - returns `True` if `expr` is a machine-precision real or complex number.
- MachineNumberQ - Static variable in class org.matheclipse.core.expression.ID
- MachineNumberQ - Static variable in class org.matheclipse.core.expression.S
-
MachineNumberQ(expr) - returns `True` if `expr` is a machine-precision real or complex number.
- MachineNumberQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
MachineNumberQ(expr)
- magenta - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color magenta.
- Magenta - Static variable in class org.matheclipse.core.expression.ID
- Magenta - Static variable in class org.matheclipse.core.expression.S
- MAGENTA - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color magenta.
- MagicProcessor - Class in org.matheclipse.core.eval.util
- MagicProcessor() - Constructor for class org.matheclipse.core.eval.util.MagicProcessor
- magicSolve(String, String) - Method in class org.matheclipse.core.eval.util.MagicProcessor
- main(String[]) - Static method in class org.matheclipse.core.expression.KryoUtil
- makeArgs(ISymbol, IExpr) - Static method in class org.matheclipse.core.sympy.core.Operations
-
Return a sequence of elements `args` such that symbol(*args) == expr
- MakeAssocList(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- MakeAssocList(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- makeAST(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
- makeAST(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
this
ifisAST(head)==true
, otherwise create a new list{this}
from this (i.e. - makeBoxes(Object) - Static method in class org.matheclipse.core.expression.J
- makeBoxes(Object, Object) - Static method in class org.matheclipse.core.expression.J
- MakeBoxes - Static variable in class org.matheclipse.core.expression.ID
- MakeBoxes - Static variable in class org.matheclipse.core.expression.S
- makeList() - Method in class org.matheclipse.core.expression.AbstractAST
-
Return
this
ifisList()==true
, otherwise create a new list{this}
from this (i.e. - makeList() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
this
ifisList()==true
, otherwise create a new list{this}
from this (i.e. - mangoldtLambda(Object) - Static method in class org.matheclipse.core.expression.J
-
MangoldtLambda(n) - the von Mangoldt function of `n`
- MangoldtLambda - Static variable in class org.matheclipse.core.expression.ID
- MangoldtLambda - Static variable in class org.matheclipse.core.expression.S
-
MangoldtLambda(n) - the von Mangoldt function of `n`
- manhattanDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ManhattanDistance(u, v) - returns the Manhattan distance between `u` and `v`, which is the number of horizontal or vertical moves in the grid like Manhattan city layout to get from `u` to `v`.
- ManhattanDistance - Static variable in class org.matheclipse.core.expression.ID
- ManhattanDistance - Static variable in class org.matheclipse.core.expression.S
-
ManhattanDistance(u, v) - returns the Manhattan distance between `u` and `v`, which is the number of horizontal or vertical moves in the grid like Manhattan city layout to get from `u` to `v`.
- manipulate(Object) - Static method in class org.matheclipse.core.expression.J
-
Manipulate(plot, {x, min, max}) - generate a JavaScript control for the expression `plot` which can be manipulated by a range slider `{x, min, max}`.
- manipulate(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Manipulate(plot, {x, min, max}) - generate a JavaScript control for the expression `plot` which can be manipulated by a range slider `{x, min, max}`.
- manipulate(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Manipulate(plot, {x, min, max}) - generate a JavaScript control for the expression `plot` which can be manipulated by a range slider `{x, min, max}`.
- Manipulate - Static variable in class org.matheclipse.core.expression.ID
- Manipulate - Static variable in class org.matheclipse.core.expression.S
-
Manipulate(plot, {x, min, max}) - generate a JavaScript control for the expression `plot` which can be manipulated by a range slider `{x, min, max}`.
- Manipulate(IExpr) - Static method in class org.matheclipse.core.expression.F
- Manipulate(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- MANIPULATE - Static variable in class org.matheclipse.core.basic.ToggleFeature
-
If
true
, enable experimental fMANIPULATE()
function - ManipulateFunction - Class in org.matheclipse.core.builtin
- mantissaExponent(Object) - Static method in class org.matheclipse.core.expression.J
- mantissaExponent(Object, Object) - Static method in class org.matheclipse.core.expression.J
- MantissaExponent - Static variable in class org.matheclipse.core.expression.ID
- MantissaExponent - Static variable in class org.matheclipse.core.expression.S
- map() - Method in interface org.matheclipse.core.tensor.qty.IUnit
-
Example: Unit.of("kg^2*m^-1*s") returns an unmodifiable map with the entry set {"kg" -> 2, "m" -> -1, "s" -> 1}
- map() - Method in class org.matheclipse.core.tensor.qty.SimpleUnitSystem
- map() - Method in interface org.matheclipse.core.tensor.qty.UnitSystem
- map(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Map(f, expr) or f /@ expr - applies `f` to each part on the first level of `expr`.
- map(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Map(f, expr) or f /@ expr - applies `f` to each part on the first level of `expr`.
- map(Function<IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of this IAST with the unary
functor
. - map(Function<IExpr, ? extends IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this IAST with the unary
functor
. - map(Function<IExpr, ? extends IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of this IAST with the unary
functor
. - map(Function<IExpr, ? extends IExpr>, int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Maps the elements of this IAST with the unary
functor
. - map(Function<IExpr, ? extends IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this IAST with the unary
functor
. - map(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Maps the values of this sparse array with the unary
functor
. - map(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Maps the values of this sparse array with the unary
functor
. - map(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Map a unary function to the coefficients.
- map(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Map a unary function to the coefficients.
- map(IASTAppendable, IAST, BiFunction<IExpr, IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of this IAST with the elements of the
secondAST
. - map(IASTAppendable, IAST, BiFunction<IExpr, IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this IAST with the elements of the
secondAST
. - map(IASTAppendable, IUnaryIndexFunction<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Append the mapped ranges elements directly to the given
list
- map(IASTAppendable, IUnaryIndexFunction<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Append the mapped ranges elements directly to the given
list
- map(IASTMutable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of this IAST with the unary functor.
- map(IASTMutable, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
-
Maps the elements of this IAST with the unary functor.
- map(IASTMutable, Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this IAST with the unary functor.
- map(IAST, DoubleUnaryOperator) - Static method in class org.matheclipse.core.expression.ASTRealMatrix
-
Returns a new ASTRealMatrix where each element is mapped by the given function.
- map(IAST, DoubleUnaryOperator) - Static method in class org.matheclipse.core.expression.ASTRealVector
-
Returns a new ASTRealVector where each element is mapped by the given function.
- map(IExpr, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of this IAST with the unary functor.
- map(IExpr, Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this IAST with the unary functor.
- Map - Static variable in class org.matheclipse.core.expression.ID
- Map - Static variable in class org.matheclipse.core.expression.S
-
Map(f, expr) or f /@ expr - applies `f` to each part on the first level of `expr`.
- Map(IExpr) - Static method in class org.matheclipse.core.expression.F
- Map(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Map(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Map2(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- mapAdd(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map an addition operation to each entry.
- mapAddToSelf(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map an addition operation to each entry.
- mapAll(Object, Object) - Static method in class org.matheclipse.core.expression.J
- MapAll - Static variable in class org.matheclipse.core.expression.ID
- MapAll - Static variable in class org.matheclipse.core.expression.S
- MapAll(IExpr) - Static method in class org.matheclipse.core.expression.F
- MapAnd(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- MapAnd(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- mapAt(Object) - Static method in class org.matheclipse.core.expression.J
- mapAt(Object, Object) - Static method in class org.matheclipse.core.expression.J
- mapAt(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- mapAt(IASTAppendable, int) - Method in interface org.matheclipse.core.interfaces.IAST
- MapAt - Static variable in class org.matheclipse.core.expression.ID
- MapAt - Static variable in class org.matheclipse.core.expression.S
- mapConstantDouble(DoubleFunction<IExpr>) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
If this symbol has attribute
ISymbol.CONSTANT
and the symbol's evaluator is of instanceINumericConstant
, then apply the constants double value to the given function and return the result, otherwise returnF.NIL
. - mapConstantDouble(DoubleFunction<IExpr>) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
If this symbol has attribute
ISymbol.CONSTANT
and the symbol's evaluator is of instanceINumericConstant
, then apply the constants double value to the given function and return the result, otherwise returnF.NIL
. - mapDivide(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map a division operation to each entry.
- mapDivideToSelf(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map a division operation to each entry.
- mapExpr(Function<? super IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- mapExpr(Function<? super IExpr, ? extends IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
If a value is present (i.e.
- mapFunction(IExpr, List<T>, Function<T, IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Iterates over the lists elements and calls the function.
- mapFunction(IExpr, List<T>, Function<T, IExpr>, Predicate<T>) - Static method in class org.matheclipse.core.expression.F
- mapFunction(IExpr, IAST) - Static method in class org.matheclipse.core.expression.F
- mapFunction(IExpr, IAST, int, int, Function<T, IExpr>) - Static method in class org.matheclipse.core.expression.F
- mapFunction(IExpr, IAST, int, int, Function<T, IExpr>, Predicate<T>) - Static method in class org.matheclipse.core.expression.F
- mapFunction(IExpr, IAST, Function<T, IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Iterates over the
ast
elements and calls the function. - mapFunction(IExpr, IAST, Function<T, IExpr>, Predicate<T>) - Static method in class org.matheclipse.core.expression.F
- mapFunction(IExpr, IAST, ObjIntFunction<IExpr, IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Iterates over the lists elements and calls the function.
- mapIndexed(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
MapIndexed(f, expr) - applies `f` to each part on the first level of `expr` and appending the elements position as a list in the second argument.
- mapIndexed(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
MapIndexed(f, expr) - applies `f` to each part on the first level of `expr` and appending the elements position as a list in the second argument.
- MapIndexed - Static variable in class org.matheclipse.core.expression.ID
- MapIndexed - Static variable in class org.matheclipse.core.expression.S
-
MapIndexed(f, expr) - applies `f` to each part on the first level of `expr` and appending the elements position as a list in the second argument.
- mapInside(IAST) - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- mapInv() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map the 1/x function to each entry.
- mapInvToSelf() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map the 1/x function to each entry.
- mapLeaf(IExpr, Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the leafs (relative to
testHead
) of this IAST with the unary functor. - mapLeaf(IExpr, Function<IExpr, IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the leafs (relative to
testHead
) of this IAST with the unary functor. - mapLeaf(IExpr, Function<IExpr, IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the leafs (relative to
testHead
) of this IAST with the unary functor. - mapLeft(IASTAppendable, BiFunction<IExpr, IExpr, IExpr>, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Append the mapped ranges elements directly to the given
list
- mapLeft(IASTAppendable, BiFunction<IExpr, IExpr, IExpr>, IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Append the mapped ranges elements directly to the given
list
- mapList(List<IExpr>, Function<IExpr, IExpr>, Predicate<IExpr>) - Static method in class org.matheclipse.core.expression.F
- mapList(List<T>, Function<T, IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Iterates over the lists elements and calls the function.
- mapList(IAST, Function<T, IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Iterates over the lists elements and calls the function.
- mapList(IAST, Function<T, IExpr>, Predicate<T>) - Static method in class org.matheclipse.core.expression.F
- mapList(IAST, ObjIntFunction<IExpr, IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Iterates over the lists elements and calls the function.
- mapMap(Map<? extends IExpr, ? extends IExpr>, BiFunction<IExpr, IExpr, IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Iterates over the maps (key, value) pairs and calls the function.
- mapMatrixColumns(int[], Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
This method assumes that
this
is a list of list in matrix form. - mapMatrixColumns(int[], Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
This method assumes that
this
is a list of list in matrix form. - mapMatrixColumns(int[], Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
This method assumes that
this
is a list of lists in matrix form. - mapMatrixColumns(int[], Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
This method assumes that
this
is a list of list in matrix form. - mapMatrixColumns(int[], Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
This method assumes that
this
is a list of lists in matrix form. - mapMultiply(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map a multiplication operation to each entry.
- mapMultiplyToSelf(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map a multiplication operation to each entry.
- mapOnOriginal(IAST) - Method in class org.matheclipse.core.expression.ExprAnalyzer
-
Check every rule in the
listOfResultRules
if it's valid in the original expression. - MapOr(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- mapRange(int, int, IntFunction<T>) - Static method in class org.matheclipse.core.expression.F
-
Create an integer range between
iMin
(inclusive) andiMax
(exclusive) and call the function with the elements of the created range. - mapRange(IExpr, int, int, IntFunction<T>) - Static method in class org.matheclipse.core.expression.F
-
Create an integer range between
iMin
(inclusive) andiMax
(exclusive) and call the function with the elements of the created range. - mapReverse(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
- mapReverse(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.ASTAssociation
- mapReverse(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.HMArrayList
- mapReverse(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this IAST in the reversed order with the unary
functor
. - mapRight(IASTAppendable, BiFunction<IExpr, IExpr, IExpr>, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Append the mapped ranges elements directly to the given
list
- mapRight(IASTAppendable, BiFunction<IExpr, IExpr, IExpr>, IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Append the mapped ranges elements directly to the given
list
- mapSet(Set<? extends IExpr>, Function<IExpr, IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Iterates over the set elements and calls the function.
- mapSubtract(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map a subtraction operation to each entry.
- mapSubtractToSelf(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Map a subtraction operation to each entry.
- mapSymbol(ISymbol, IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- mapThread(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
MapThread(f, {{a1, a2, ...}, {b1, b2, ...}, ...}) - returns `{f(a1, b1, ...), f(a2, b2, ...), ...}`.
- mapThread(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
MapThread(f, {{a1, a2, ...}, {b1, b2, ...}, ...}) - returns `{f(a1, b1, ...), f(a2, b2, ...), ...}`.
- mapThread(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of this IAST on the first level of arguments with the unary
function
. - mapThread(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this IAST on the first level of arguments with the unary
function
. - mapThread(IAST, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
If
this
is anIAST
: - mapThread(IAST, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- mapThread(IAST, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
If
this
is anIAST
: - mapThread(IAST, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
If
this
is anIAST
: - mapThread(IAST, BiFunction<IExpr, IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of
this
IAST and ofthat
IAST on the first level of arguments with the binaryfunction
. - mapThread(IAST, BiFunction<IExpr, IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of
this
IAST and ofthat
IAST on the first level of arguments with the binaryfunction
. - MapThread - Static variable in class org.matheclipse.core.expression.ID
- MapThread - Static variable in class org.matheclipse.core.expression.S
-
MapThread(f, {{a1, a2, ...}, {b1, b2, ...}, ...}) - returns `{f(a1, b1, ...), f(a2, b2, ...), ...}`.
- MapThread(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- mapThreadEvaled(EvalEngine, IASTAppendable, IAST, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of this IAST with the unary functor
Functors.replaceArg(replacement, position)
, therereplacement
is an IAST at which the argument at the given position will be replaced by the currently mapped element and appends the element toappendAST
. - mapThreadEvaled(EvalEngine, IASTAppendable, IAST, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Maps the elements of this IAST with the unary functor
Functors.replaceArg(replacement, position)
, therereplacement
is an IAST at which the argument at the given position will be replaced by the currently mapped element and appends the element toappendAST
. - mapThreadEvaled(EvalEngine, IASTAppendable, IAST, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this IAST with the unary functor
Functors.replaceArg(replacement, position)
, therereplacement
is an IAST at which the argument at the given position will be replaced by the currently mapped element and appends the element toappendAST
. - mapThreadEvaled(EvalEngine, IAST, int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Maps the elements of this
IAST
on the first level of arguments with the evaluated unary functorFunctors.replaceArg(replacement, position)
, therereplacement
is an IAST at which the argument at the given position will be replaced by the currently mapped element. - mapThreadEvaled(EvalEngine, IAST, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Maps the elements of this
IAST
on the first level of arguments with the evaluated unary functorFunctors.replaceArg(replacement, position)
, therereplacement
is an IAST at which the argument at the given position will be replaced by the currently mapped element. - mapThreadSparse(IAST, int) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- mapThreadSparse(IAST, int) - Method in interface org.matheclipse.core.interfaces.ISparseArray
- mapToGlobal(EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInDummy
- mapToGlobal(EvalEngine) - Method in interface org.matheclipse.core.interfaces.IBuiltInSymbol
- matchAST(IAST, IExpr, EvalEngine, PatternMatcher.StackMatcher) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- Matcher - Class in org.matheclipse.core.patternmatching
-
The Matcher defines a pattern matching rule set.
- Matcher() - Constructor for class org.matheclipse.core.patternmatching.Matcher
-
The Matcher constructor
- matches(String) - Method in class org.matheclipse.core.expression.StringX
- matchExpr(IExpr, IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Checks if the two expressions match each other
- matchExpr(IExpr, IExpr, EvalEngine, PatternMatcher.StackMatcher) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Checks if the two expressions match each other.
- matchingDissimilarity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
MatchingDissimilarity(u, v) - returns the Matching dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `(c_tf + c_ft) / n`, where `n` is `len(u)` and `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k
- MatchingDissimilarity - Static variable in class org.matheclipse.core.expression.ID
- MatchingDissimilarity - Static variable in class org.matheclipse.core.expression.S
MatchingDissimilarity(u, v) - returns the Matching dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `(c_tf + c_ft) / n`, where `n` is `len(u)` and `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k- matchPattern(IExpr, IPatternMap) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
- matchPattern(IExpr, IPatternMap) - Method in class org.matheclipse.core.expression.Blank
- matchPattern(IExpr, IPatternMap) - Method in class org.matheclipse.core.expression.Pattern
Check if this pattern object matches the givenexpr
.- matchPattern(IExpr, IPatternMap) - Method in class org.matheclipse.core.expression.PatternNested
Check if this pattern object matches the givenexpr
.- matchPattern(IExpr, IPatternMap) - Method in interface org.matheclipse.core.interfaces.IPatternObject
Check if this pattern object matches the givenexpr
.- matchPatternSequence(IAST, IPatternMap, ISymbol) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
- matchPatternSequence(IAST, IPatternMap, ISymbol) - Method in class org.matheclipse.core.expression.OptionsPattern
- matchPatternSequence(IAST, IPatternMap, ISymbol) - Method in class org.matheclipse.core.expression.RepeatedPattern
- matchPatternSequence(IAST, IPatternMap, ISymbol) - Method in interface org.matheclipse.core.interfaces.IPatternSequence
Check if this pattern sequence object matches the givensequence
.- matchQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
MatchQ(expr, form) - tests whether `expr` matches `form`.- MatchQ - Static variable in class org.matheclipse.core.expression.ID
- MatchQ - Static variable in class org.matheclipse.core.expression.S
MatchQ(expr, form) - tests whether `expr` matches `form`.- MatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- matchSinglePartition(int[][], PatternMatcher.StackMatcher) - Method in class org.matheclipse.core.patternmatching.FlatStepVisitor
Match a single partition combination- matchSinglePartition(int[][], PatternMatcher.StackMatcher) - Method in class org.matheclipse.core.patternmatching.OrderlessStepVisitor
- MATHCELL_IFRAME_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- MATHCELL_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- MATHML - org.matheclipse.core.form.OutputStyle
- MATHML_TRIG_LOWERCASE - Static variable in class org.matheclipse.core.basic.Config
Print trigonometric functions in lower case characters.- mathMLForm(Object) - Static method in class org.matheclipse.core.expression.J
MathMLForm(expr) - returns the MathML form of the evaluated `expr`.- MathMLForm - Static variable in class org.matheclipse.core.expression.ID
- MathMLForm - Static variable in class org.matheclipse.core.expression.S
MathMLForm(expr) - returns the MathML form of the evaluated `expr`.- MathMLForm(IExpr) - Static method in class org.matheclipse.core.expression.F
- MathMLFormFactory - Class in org.matheclipse.core.form.mathml
Generates MathML presentation output- MathMLFormFactory() - Constructor for class org.matheclipse.core.form.mathml.MathMLFormFactory
Constructor- MathMLFormFactory(String) - Constructor for class org.matheclipse.core.form.mathml.MathMLFormFactory
- MathMLFormFactory(String, boolean, NumberFormat, int, int) - Constructor for class org.matheclipse.core.form.mathml.MathMLFormFactory
- MathMLFormFactory(String, NumberFormat, int, int) - Constructor for class org.matheclipse.core.form.mathml.MathMLFormFactory
- mathMLMtext(String) - Static method in class org.matheclipse.core.form.mathml.MathMLFormFactory
Convert to a MathMLmext
string with line breaks.- MathMLUtilities - Class in org.matheclipse.core.eval
Convert an expression into presentation MathML output- MathMLUtilities(EvalEngine, boolean, boolean) - Constructor for class org.matheclipse.core.eval.MathMLUtilities
Constructor for an object which converts an expression into presentation MathML output- MathUtils - Class in org.matheclipse.core.eval
- MathUtils() - Constructor for class org.matheclipse.core.eval.MathUtils
- Matrices - Static variable in class org.matheclipse.core.expression.ID
- Matrices - Static variable in class org.matheclipse.core.expression.S
- Matrices(IExpr) - Static method in class org.matheclipse.core.expression.F
- Matrices(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Matrices(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- matrix(int, int) - Static method in class org.matheclipse.core.tensor.itp.BSplineInterpolation
- matrix(BiIntFunction<? extends IExpr>, int, int) - Static method in class org.matheclipse.core.expression.F
Generate an x m
matrix.- MATRIX_TEXFORM - Static variable in class org.matheclipse.core.basic.Config
Set this parameter to false if you would like a\\begin{pmatrix} ...
- matrix2Expr(FieldMatrix<IExpr>) - Static method in class org.matheclipse.core.convert.Convert
Converts a FieldMatrix to the sparse array or list expression representation.- matrix2List(FieldMatrix<IExpr>) - Static method in class org.matheclipse.core.convert.Convert
Converts a FieldMatrix to the list expression representation.- matrix2List(FieldMatrix<IExpr>, boolean) - Static method in class org.matheclipse.core.convert.Convert
Converts a FieldMatrix to the list expression representation.- matrix2List(RealMatrix) - Static method in class org.matheclipse.core.convert.Convert
Converts a FieldMatrix to the list expression representation.- matrix2List(RealMatrix, boolean) - Static method in class org.matheclipse.core.convert.Convert
Converts a FieldMatrix to the list expression representation.- matrixD(Object, Object) - Static method in class org.matheclipse.core.expression.J
MatrixD(f, X) - gives the matrix derivative of `f` with respect to the matrix `X`.- matrixD(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
MatrixD(f, X) - gives the matrix derivative of `f` with respect to the matrix `X`.- MatrixD - Class in org.matheclipse.core.reflection.system
- MatrixD - Static variable in class org.matheclipse.core.expression.ID
- MatrixD - Static variable in class org.matheclipse.core.expression.S
MatrixD(f, X) - gives the matrix derivative of `f` with respect to the matrix `X`.- MatrixD() - Constructor for class org.matheclipse.core.reflection.system.MatrixD
- MatrixD(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- MatrixDRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- MatrixDRules() - Constructor for class org.matheclipse.core.reflection.system.rules.MatrixDRules
- matrixEval(FieldMatrix<IExpr>, Predicate<IExpr>) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Adjugate
- matrixEval(FieldMatrix<IExpr>, Predicate<IExpr>) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Det
- matrixEval(FieldMatrix<IExpr>, Predicate<IExpr>) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Inverse
- matrixEval(FieldMatrix<IExpr>, Predicate<IExpr>) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
Evaluate the symbolic matrix for this algorithm.- matrixEval(FieldMatrix<IExpr>, Predicate<IExpr>) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Matrix
Evaluate the symbolic matrix for this algorithm.- matrixExp(Object) - Static method in class org.matheclipse.core.expression.J
MatrixExp(matrix) - computes the matrix exponential of the square `matrix`.- MatrixExp - Static variable in class org.matheclipse.core.expression.ID
- MatrixExp - Static variable in class org.matheclipse.core.expression.S
MatrixExp(matrix) - computes the matrix exponential of the square `matrix`.- MatrixExp(IExpr) - Static method in class org.matheclipse.core.expression.F
- MatrixForm - Static variable in class org.matheclipse.core.expression.ID
- MatrixForm - Static variable in class org.matheclipse.core.expression.S
MatrixForm(matrix) - print a `matrix` or sparse array in matrix form- MatrixForm(IExpr) - Static method in class org.matheclipse.core.expression.F
- matrixFunction(Object, Object) - Static method in class org.matheclipse.core.expression.J
- MatrixFunction - Static variable in class org.matheclipse.core.expression.ID
- MatrixFunction - Static variable in class org.matheclipse.core.expression.S
- matrixLog(Object) - Static method in class org.matheclipse.core.expression.J
- MatrixLog - Static variable in class org.matheclipse.core.expression.ID
- MatrixLog - Static variable in class org.matheclipse.core.expression.S
- MatrixLog(IExpr) - Static method in class org.matheclipse.core.expression.F
- matrixMinimalPolynomial(Object, Object) - Static method in class org.matheclipse.core.expression.J
MatrixMinimalPolynomial(matrix, var) - computes the matrix minimal polynomial of a `matrix` for the variable `var`.- MatrixMinimalPolynomial - Static variable in class org.matheclipse.core.expression.ID
- MatrixMinimalPolynomial - Static variable in class org.matheclipse.core.expression.S
MatrixMinimalPolynomial(matrix, var) - computes the matrix minimal polynomial of a `matrix` for the variable `var`.- matrixOrList() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- matrixOrList() - Method in class org.matheclipse.core.expression.ASTAssociation
- matrixOrList() - Method in interface org.matheclipse.core.interfaces.IAssociation
Return the list of rules as a matrix or list- MatrixPlot - Static variable in class org.matheclipse.core.expression.ID
- MatrixPlot - Static variable in class org.matheclipse.core.expression.S
MatrixPlot( matrix ) - create a matrix plot.- matrixPower(Object, Object) - Static method in class org.matheclipse.core.expression.J
MatrixPower(matrix, n) - computes the `n`th power of a `matrix`- MatrixPower - Static variable in class org.matheclipse.core.expression.ID
- MatrixPower - Static variable in class org.matheclipse.core.expression.S
MatrixPower(matrix, n) - computes the `n`th power of a `matrix`- MatrixPower() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.MatrixPower
- MatrixPower(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- matrixQ(Object) - Static method in class org.matheclipse.core.expression.J
MatrixQ(m) - returns `True` if `m` is a list of equal-length lists.- matrixQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
MatrixQ(m) - returns `True` if `m` is a list of equal-length lists.- MatrixQ - Static variable in class org.matheclipse.core.expression.ID
- MatrixQ - Static variable in class org.matheclipse.core.expression.S
MatrixQ(m) - returns `True` if `m` is a list of equal-length lists.- matrixRank(Object) - Static method in class org.matheclipse.core.expression.J
MatrixRank(matrix) - returns the rank of `matrix`.- matrixRank(Object, Object) - Static method in class org.matheclipse.core.expression.J
MatrixRank(matrix) - returns the rank of `matrix`.- MatrixRank - Static variable in class org.matheclipse.core.expression.ID
- MatrixRank - Static variable in class org.matheclipse.core.expression.S
MatrixRank(matrix) - returns the rank of `matrix`.- MatrixRank() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.MatrixRank
- max() - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- max() - Method in interface org.matheclipse.core.tensor.sca.Clip
- max(Object) - Static method in class org.matheclipse.core.expression.J
Max(e_1, e_2, ..., e_i) - returns the expression with the greatest value among the `e_i`.- max(Object, Object) - Static method in class org.matheclipse.core.expression.J
Max(e_1, e_2, ..., e_i) - returns the expression with the greatest value among the `e_i`.- max(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Max(e_1, e_2, ..., e_i) - returns the expression with the greatest value among the `e_i`.- max(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- max(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
- Max - Static variable in class org.matheclipse.core.expression.ID
- Max - Static variable in class org.matheclipse.core.expression.S
Max(e_1, e_2, ..., e_i) - returns the expression with the greatest value among the `e_i`.- Max() - Static method in class org.matheclipse.core.expression.F
- Max(IExpr) - Static method in class org.matheclipse.core.expression.F
- Max(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Max(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Max(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- MAX_APFLOAT_MEMORY_BLOCKSIZE - Static variable in class org.matheclipse.core.basic.Config
Maximum memory block size for theApfloatContext
- MAX_APFLOAT_PROCESSORS - Static variable in class org.matheclipse.core.basic.Config
Maximum processors for theApfloatContext
- MAX_AST_SIZE - Static variable in class org.matheclipse.core.basic.Config
Maximum number of elements which could be allocated for an AST- MAX_BIT_LENGTH - Static variable in class org.matheclipse.core.basic.Config
Maximum number of elements which could be allocated for a BigInteger number- MAX_EVORD - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- MAX_EVORD - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- MAX_FACTOR_LEAFCOUNT - Static variable in class org.matheclipse.core.basic.Config
Maximum number for the leaf count of an expression so thatFactor()
will try a factoring.- MAX_GRAPH_VERTICES_SIZE - Static variable in class org.matheclipse.core.basic.Config
- MAX_INPUT_LEAVES - Static variable in class org.matheclipse.core.basic.Config
Maximum number of parsed input leaves of an expression- MAX_LOOP_COUNT - Static variable in class org.matheclipse.core.basic.Config
Maximum number of loop runs in some Symja functions- MAX_MATRIX_DIMENSION_SIZE - Static variable in class org.matheclipse.core.basic.Config
Maximum number of row or column dimension allowed if creating a new matrix or vector- MAX_OUTPUT_LINE - Static variable in class org.matheclipse.core.basic.Config
Maximum size in characters for a single output line- MAX_OUTPUT_SIZE - Static variable in class org.matheclipse.core.basic.Config
Maximum output size in characters for an output form (i.e.- MAX_POLYNOMIAL_DEGREE - Static variable in class org.matheclipse.core.basic.Config
Maximum degree of a polynomial generating function- MAX_POSSIBLE_ZERO_LEAFCOUNT - Static variable in class org.matheclipse.core.basic.Config
Maximum number for the leaf count of an expression so thatPossibleZeroQ()
will try a factoring.- MAX_PRECISION_APFLOAT - Static variable in class org.matheclipse.core.basic.Config
The maximum precision which could be requested from a user for numerical calculations.- MAX_SIMPLIFY_APART_LEAFCOUNT - Static variable in class org.matheclipse.core.basic.Config
Maximum number for the leaf count of an expression so thatSimplify()
will try callingApart()
.- MAX_SIMPLIFY_FACTOR_LEAFCOUNT - Static variable in class org.matheclipse.core.basic.Config
Maximum number for the leaf count of an expression so thatSimplify()
will try callingFactor()
.- MAX_SIMPLIFY_TOGETHER_LEAFCOUNT - Static variable in class org.matheclipse.core.basic.Config
Maximum number for the leaf count of an expression so thatSimplify()
will try callingTogether()
.- maxDeg() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
ExpVectorLong maximal degree.- maxDeg() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
ExpVectorLong maximal degree.- maxFilter(Object, Object) - Static method in class org.matheclipse.core.expression.J
MaxFilter(list, r) - filter which evaluates the `Max` of `list` for the radius `r`.- MaxFilter - Static variable in class org.matheclipse.core.expression.ID
- MaxFilter - Static variable in class org.matheclipse.core.expression.S
MaxFilter(list, r) - filter which evaluates the `Max` of `list` for the radius `r`.- maximize(Object, Object) - Static method in class org.matheclipse.core.expression.J
Maximize(unary-function, variable) - returns the maximum of the unary function for the given `variable`.- Maximize - Static variable in class org.matheclipse.core.expression.ID
- Maximize - Static variable in class org.matheclipse.core.expression.S
Maximize(unary-function, variable) - returns the maximum of the unary function for the given `variable`.- Maximize(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- maximum() - Method in class org.matheclipse.core.eval.util.IntRangeSpec
- MaxIterations - Static variable in class org.matheclipse.core.expression.ID
- MaxIterations - Static variable in class org.matheclipse.core.expression.S
- MaxMemoryUsed - Static variable in class org.matheclipse.core.expression.ID
- MaxMemoryUsed - Static variable in class org.matheclipse.core.expression.S
- maxNorm() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial maximum norm.- maxNorm() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial maximum norm.- MaxPoints - Static variable in class org.matheclipse.core.expression.ID
- MaxPoints - Static variable in class org.matheclipse.core.expression.S
- mean(Object) - Static method in class org.matheclipse.core.expression.J
Mean(list) - returns the statistical mean of `list`.- mean(IAST) - Method in interface org.matheclipse.core.interfaces.IDistribution
- Mean - Static variable in class org.matheclipse.core.expression.ID
- Mean - Static variable in class org.matheclipse.core.expression.S
Mean(list) - returns the statistical mean of `list`.- Mean(IExpr) - Static method in class org.matheclipse.core.expression.F
- meanDeviation(Object) - Static method in class org.matheclipse.core.expression.J
- MeanDeviation - Static variable in class org.matheclipse.core.expression.ID
- MeanDeviation - Static variable in class org.matheclipse.core.expression.S
- MeanDeviation(IExpr) - Static method in class org.matheclipse.core.expression.F
- meanFilter(Object, Object) - Static method in class org.matheclipse.core.expression.J
MeanFilter(list, r) - filter which evaluates the `Mean` of `list` for the radius `r`.- MeanFilter - Static variable in class org.matheclipse.core.expression.ID
- MeanFilter - Static variable in class org.matheclipse.core.expression.S
MeanFilter(list, r) - filter which evaluates the `Mean` of `list` for the radius `r`.- median(int) - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- median(Object) - Static method in class org.matheclipse.core.expression.J
Median(list) - returns the median of `list`.- median(IAST) - Method in interface org.matheclipse.core.interfaces.IDistribution
- Median - Static variable in class org.matheclipse.core.expression.ID
- Median - Static variable in class org.matheclipse.core.expression.S
Median(list) - returns the median of `list`.- Median() - Constructor for class org.matheclipse.core.builtin.StatisticsFunctions.Median
- Median(IExpr) - Static method in class org.matheclipse.core.expression.F
- medianFilter(Object, Object) - Static method in class org.matheclipse.core.expression.J
MedianFilter(list, r) - filter which evaluates the `Median` of `list` for the radius `r`.- MedianFilter - Static variable in class org.matheclipse.core.expression.ID
- MedianFilter - Static variable in class org.matheclipse.core.expression.S
MedianFilter(list, r) - filter which evaluates the `Median` of `list` for the radius `r`.- Medium - Static variable in class org.matheclipse.core.expression.ID
- Medium - Static variable in class org.matheclipse.core.expression.S
- MEDIUM_FONTSIZE - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- MEDIUM_POINTSIZE - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- MEDIUM_THICKNESS - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- MeijerG - Static variable in class org.matheclipse.core.expression.ID
- MeijerG - Static variable in class org.matheclipse.core.expression.S
- MeijerG(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- memberQ(Object) - Static method in class org.matheclipse.core.expression.J
MemberQ(list, pattern) - returns `True` if pattern matches any element of `list`, or `False` otherwise.- memberQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
MemberQ(list, pattern) - returns `True` if pattern matches any element of `list`, or `False` otherwise.- memberQ(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
MemberQ(list, pattern) - returns `True` if pattern matches any element of `list`, or `False` otherwise.- MemberQ - Static variable in class org.matheclipse.core.expression.ID
- MemberQ - Static variable in class org.matheclipse.core.expression.S
MemberQ(list, pattern) - returns `True` if pattern matches any element of `list`, or `False` otherwise.- MemberQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- MemoryAvailable - Static variable in class org.matheclipse.core.expression.ID
- MemoryAvailable - Static variable in class org.matheclipse.core.expression.S
- memoryInUse(Object) - Static method in class org.matheclipse.core.expression.J
- MemoryInUse - Static variable in class org.matheclipse.core.expression.ID
- MemoryInUse - Static variable in class org.matheclipse.core.expression.S
- MemoryLimitExceeded - Exception in org.matheclipse.core.eval.exception
- MemoryLimitExceeded(String) - Constructor for exception org.matheclipse.core.eval.exception.MemoryLimitExceeded
- merge(String, IExpr, BiFunction<? super IExpr, ? super IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.ExprTrie
- MergeableFactorQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- MergeFactor(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- MergeFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- MergeMonomials(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- mergeOptions(IAST, double[]) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- MERMAID_IFRAME_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- MERMAID_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- mersennePrimeExponent(Object) - Static method in class org.matheclipse.core.expression.J
MersennePrimeExponent(n) - returns the `n`th mersenne prime exponent.- MersennePrimeExponent - Static variable in class org.matheclipse.core.expression.ID
- MersennePrimeExponent - Static variable in class org.matheclipse.core.expression.S
MersennePrimeExponent(n) - returns the `n`th mersenne prime exponent.- mersennePrimeExponentQ(Object) - Static method in class org.matheclipse.core.expression.J
MersennePrimeExponentQ(n) - returns `True` if `2^n - 1` is a prime number.- MersennePrimeExponentQ - Static variable in class org.matheclipse.core.expression.ID
- MersennePrimeExponentQ - Static variable in class org.matheclipse.core.expression.S
MersennePrimeExponentQ(n) - returns `True` if `2^n - 1` is a prime number.- Mesh - Static variable in class org.matheclipse.core.expression.ID
- Mesh - Static variable in class org.matheclipse.core.expression.S
- MeshRange - Static variable in class org.matheclipse.core.expression.ID
- MeshRange - Static variable in class org.matheclipse.core.expression.S
- message(ISymbol, String, IAST) - Static method in class org.matheclipse.core.eval.Errors
- Message - Static variable in class org.matheclipse.core.expression.ID
- Message - Static variable in class org.matheclipse.core.expression.S
Message(symbol::msg, expr1, expr2, ...) - displays the specified message, replacing placeholders in the message text with the corresponding expressions.- messageName(Object, Object) - Static method in class org.matheclipse.core.expression.J
MessageName(symbol, msg) - `symbol::msg` identifies a message.- messageName(ISymbol, IExpr) - Static method in class org.matheclipse.core.builtin.PatternMatching
- MessageName - Static variable in class org.matheclipse.core.expression.ID
- MessageName - Static variable in class org.matheclipse.core.expression.S
MessageName(symbol, msg) - `symbol::msg` identifies a message.- MessageName(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- MessageName(ISymbol, String) - Static method in class org.matheclipse.core.expression.F
- messages(Object) - Static method in class org.matheclipse.core.expression.J
Messages(symbol) - return all messages which are asociated to `symbol`.- Messages - Static variable in class org.matheclipse.core.expression.ID
- Messages - Static variable in class org.matheclipse.core.expression.S
Messages(symbol) - return all messages which are asociated to `symbol`.- Method - Static variable in class org.matheclipse.core.expression.ID
- Method - Static variable in class org.matheclipse.core.expression.S
- METHODSYMBOLID - org.matheclipse.core.expression.Hierarchy
- METHODSYMBOLID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- min() - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- min() - Method in interface org.matheclipse.core.tensor.sca.Clip
- min(Object) - Static method in class org.matheclipse.core.expression.J
Min(e_1, e_2, ..., e_i) - returns the expression with the lowest value among the `e_i`.- min(Object, Object) - Static method in class org.matheclipse.core.expression.J
Min(e_1, e_2, ..., e_i) - returns the expression with the lowest value among the `e_i`.- min(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Min(e_1, e_2, ..., e_i) - returns the expression with the lowest value among the `e_i`.- min(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- min(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
- Min - Static variable in class org.matheclipse.core.expression.ID
- Min - Static variable in class org.matheclipse.core.expression.S
Min(e_1, e_2, ..., e_i) - returns the expression with the lowest value among the `e_i`.- Min() - Static method in class org.matheclipse.core.expression.F
- Min(IExpr) - Static method in class org.matheclipse.core.expression.F
- Min(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Min(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Min(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- MIN_EVORD - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- MIN_EVORD - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- MIN_LIMIT_PERSISTENT_LIST - Static variable in class org.matheclipse.core.basic.Config
The minimum capacity of elements needed in anIAST
to switch to persistence list implementation with structural sharing- minFilter(Object, Object) - Static method in class org.matheclipse.core.expression.J
MinFilter(list, r) - filter which evaluates the `Min` of `list` for the radius `r`.- MinFilter - Static variable in class org.matheclipse.core.expression.ID
- MinFilter - Static variable in class org.matheclipse.core.expression.S
MinFilter(list, r) - filter which evaluates the `Min` of `list` for the radius `r`.- MinimalPolynomial - Static variable in class org.matheclipse.core.expression.ID
- MinimalPolynomial - Static variable in class org.matheclipse.core.expression.S
- minimize(Object, Object) - Static method in class org.matheclipse.core.expression.J
Minimize(unary-function, variable) - returns the minimum of the unary function for the given `variable`.- Minimize - Static variable in class org.matheclipse.core.expression.ID
- Minimize - Static variable in class org.matheclipse.core.expression.S
Minimize(unary-function, variable) - returns the minimum of the unary function for the given `variable`.- Minimize(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- minimum() - Method in class org.matheclipse.core.eval.util.IntRangeSpec
- MinimumDegree(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- MinimumMonomialExponent(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- minMax(double, double, double, double) - Method in class org.matheclipse.core.graphics.Dimensions2D
- minMax(Object) - Static method in class org.matheclipse.core.expression.J
- minMax(Object, Object) - Static method in class org.matheclipse.core.expression.J
- MinMax - Static variable in class org.matheclipse.core.expression.ID
- MinMax - Static variable in class org.matheclipse.core.expression.S
- MinMaxFunctions - Class in org.matheclipse.core.builtin
- Minor - Static variable in class org.matheclipse.core.expression.ID
- Minor - Static variable in class org.matheclipse.core.expression.S
- minors(Object) - Static method in class org.matheclipse.core.expression.J
Minors(matrix) - returns the minors of the matrix.- minors(Object, Object) - Static method in class org.matheclipse.core.expression.J
Minors(matrix) - returns the minors of the matrix.- Minors - Static variable in class org.matheclipse.core.expression.ID
- Minors - Static variable in class org.matheclipse.core.expression.S
Minors(matrix) - returns the minors of the matrix.- Minors() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Minors
- MINT - org.matheclipse.core.tensor.img.ColorDataGradients
green to red pastel, symmetric- minus(double) - Method in class org.matheclipse.core.expression.Num
- minus(Integer, IExpr) - Static method in class org.matheclipse.core.expression.F
- minus(Object) - Static method in class org.matheclipse.core.expression.J
Minus(expr) - is the negation of `expr`.- minus(BigInteger, IExpr) - Static method in class org.matheclipse.core.expression.F
- minus(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
Returns anIExpr
whose value is(this - that)
.- minus(IExpr, Integer) - Static method in class org.matheclipse.core.expression.F
- minus(IExpr, BigInteger) - Static method in class org.matheclipse.core.expression.F
- Minus - Static variable in class org.matheclipse.core.expression.ID
- Minus - Static variable in class org.matheclipse.core.expression.S
Minus(expr) - is the negation of `expr`.- MINUS_ONE - Static variable in class org.matheclipse.core.expression.ApcomplexNum
A complex number representing "-1.0 + 0.0i"- MINUS_ONE - Static variable in class org.matheclipse.core.expression.ApfloatNum
- MINUS_ONE - Static variable in class org.matheclipse.core.expression.ComplexNum
A complex number representing "-1.0 + 0.0i"- MINUS_ONE - Static variable in class org.matheclipse.core.expression.NumberUtil
- Missing - Static variable in class org.matheclipse.core.expression.ID
- Missing - Static variable in class org.matheclipse.core.expression.S
- Missing(String) - Static method in class org.matheclipse.core.expression.F
- Missing(IExpr) - Static method in class org.matheclipse.core.expression.F
- Missing(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- missingQ(Object) - Static method in class org.matheclipse.core.expression.J
MissingQ(expr) - returns `True` if `expr` is a `Missing()` expression.- MissingQ - Static variable in class org.matheclipse.core.expression.ID
- MissingQ - Static variable in class org.matheclipse.core.expression.S
MissingQ(expr) - returns `True` if `expr` is a `Missing()` expression.- MissingQ(IExpr) - Static method in class org.matheclipse.core.expression.F
MissingQ(expr)- MMA_STYLE_FACTORY - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- mod(int) - Method in interface org.matheclipse.core.interfaces.IInteger
Returnsthis mod m
, a non-negative value less than m.- mod(Integer, IExpr) - Static method in class org.matheclipse.core.expression.F
- mod(Object, Object) - Static method in class org.matheclipse.core.expression.J
Mod(x, m) - returns `x` modulo `m`.- mod(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Mod(x, m) - returns `x` modulo `m`.- mod(BigInteger, IExpr) - Static method in class org.matheclipse.core.expression.F
- mod(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- mod(IExpr, Integer) - Static method in class org.matheclipse.core.expression.F
- mod(IExpr, BigInteger) - Static method in class org.matheclipse.core.expression.F
- mod(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- mod(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- mod(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
Returnsthis mod m
, a non-negative value less than m.- mod(IRational) - Method in interface org.matheclipse.core.interfaces.IRational
Returnsthis mod m
, a non-negative value less than m.- Mod - Class in org.matheclipse.core.tensor.sca
our implementation is not consistent with Mathematica for negative, and complex n.- Mod - Static variable in class org.matheclipse.core.expression.ID
- Mod - Static variable in class org.matheclipse.core.expression.S
Mod(x, m) - returns `x` modulo `m`.- Mod(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- model2pixelWidth(IReal) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
function allows to render lines with width defined in model coordinates- modInverse(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- modInverse(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- modInverse(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
- modInverse(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial modular inverse.- modInverse(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial modular inverse.- modLongPoly2Expr(GenPolynomial<ModLong>) - Method in class org.matheclipse.core.convert.JASModInteger
- modPow(IInteger, IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- modPow(IInteger, IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- modPow(IInteger, IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
- modularInverse(Object, Object) - Static method in class org.matheclipse.core.expression.J
ModularInverse(k, n) - returns the modular inverse `k^(-1) mod n`.- ModularInverse - Static variable in class org.matheclipse.core.expression.ID
- ModularInverse - Static variable in class org.matheclipse.core.expression.S
ModularInverse(k, n) - returns the modular inverse `k^(-1) mod n`.- module(Object, Object) - Static method in class org.matheclipse.core.expression.J
Module({list_of_local_variables}, expr ) - evaluates `expr` for the `list_of_local_variables` by renaming local variables.- Module - Static variable in class org.matheclipse.core.expression.ID
- Module - Static variable in class org.matheclipse.core.expression.S
Module({list_of_local_variables}, expr ) - evaluates `expr` for the `list_of_local_variables` by renaming local variables.- Module(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
Evaluatesexpr
for thelistOfLocalVariables
by first renaming the local variables inexpr
.- ModuleReplaceAll - Class in org.matheclipse.core.visit
Replace all occurrences of expressions where the givenfunction.apply()
method returns a nonF.NIL
value.- ModuleReplaceAll(Map<ISymbol, ? extends IExpr>, EvalEngine, String) - Constructor for class org.matheclipse.core.visit.ModuleReplaceAll
- ModuleReplaceAll(Map<ISymbol, ? extends IExpr>, EvalEngine, String, int) - Constructor for class org.matheclipse.core.visit.ModuleReplaceAll
- Modulus - Static variable in class org.matheclipse.core.expression.ID
- Modulus - Static variable in class org.matheclipse.core.expression.S
- moebiusMu() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- moebiusMu() - Method in interface org.matheclipse.core.interfaces.IInteger
- moebiusMu(Object) - Static method in class org.matheclipse.core.expression.J
MoebiusMu(expr) - calculate the Möbius function.- moebiusMu(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
- MoebiusMu - Static variable in class org.matheclipse.core.expression.ID
- MoebiusMu - Static variable in class org.matheclipse.core.expression.S
MoebiusMu(expr) - calculate the Möbius function.- MoebiusMu(IExpr) - Static method in class org.matheclipse.core.expression.F
- MONE - Static variable in class org.matheclipse.core.expression.FractionSym
- monic() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial monic, i.e.- monic() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial monic, i.e.- MonomialExponent(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- MonomialFactor(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- monomialIntegerToExpr(Complex<BigInteger>, ExpVector, IASTAppendable) - Method in class org.matheclipse.core.convert.JASConvert
- monomialList() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
Get the monomials of a polynomial inList()
form- monomialList() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Get the monomials of a polynomial inList()
form- monomialList(Object) - Static method in class org.matheclipse.core.expression.J
MonomialList(polynomial, list-of-variables) - get the list of monomials of a `polynomial` expression, with respect to the `list-of-variables`.- monomialList(Object, Object) - Static method in class org.matheclipse.core.expression.J
MonomialList(polynomial, list-of-variables) - get the list of monomials of a `polynomial` expression, with respect to the `list-of-variables`.- monomialList(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
MonomialList(polynomial, list-of-variables) - get the list of monomials of a `polynomial` expression, with respect to the `list-of-variables`.- MonomialList - Static variable in class org.matheclipse.core.expression.ID
- MonomialList - Static variable in class org.matheclipse.core.expression.S
MonomialList(polynomial, list-of-variables) - get the list of monomials of a `polynomial` expression, with respect to the `list-of-variables`.- monomialOrder(OptionArgs, TermOrder) - Static method in class org.matheclipse.core.convert.JASIExpr
Map theMonomialOrder->...
option to JAS TermOrder.- monomialOrder(ISymbol, TermOrder) - Static method in class org.matheclipse.core.convert.JASIExpr
Map the polynomial order option symbol to JAS TermOrder.- MonomialOrder - Static variable in class org.matheclipse.core.expression.ID
- MonomialOrder - Static variable in class org.matheclipse.core.expression.S
- MonomialQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- MonomialSumQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- monomialToExpr(BigInteger, ExpVector, IASTAppendable) - Method in class org.matheclipse.core.convert.JASConvert
- monomialToExpr(BigRational, ExpVector, IASTAppendable) - Method in class org.matheclipse.core.convert.JASConvert
- monomialToExpr(AlgebraicNumber<BigRational>, ExpVector, IASTAppendable) - Method in class org.matheclipse.core.convert.JASConvert
- monomialToExpr(Complex<BigRational>, ExpVector, IASTAppendable) - Method in class org.matheclipse.core.convert.JASConvert
- monomialToExpr(IExpr, ExpVector, IASTAppendable) - Method in class org.matheclipse.core.convert.JASIExpr
- monomialToExpr(IInteger, ExpVector, IASTAppendable) - Method in class org.matheclipse.core.convert.JASModInteger
- most() - Method in class org.matheclipse.core.expression.ASTAssociation
Get the elements of theAST
orASTAssociation
list with the last element removed.- most() - Method in interface org.matheclipse.core.interfaces.IAST
Get the elements of theAST
orASTAssociation
list with the last element removed.- most() - Method in interface org.matheclipse.core.interfaces.IExpr
Get the elements of theAST
orASTAssociation
list with the last element removed.- most(Object) - Static method in class org.matheclipse.core.expression.J
Most(expr) - returns `expr` with the last element removed.- Most - Static variable in class org.matheclipse.core.expression.ID
- Most - Static variable in class org.matheclipse.core.expression.S
Most(expr) - returns `expr` with the last element removed.- Most(IExpr) - Static method in class org.matheclipse.core.expression.F
- MostMainFactorPosition(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- mouseClicked(MouseEvent) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- mouseDragged(MouseEvent) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- mouseEntered(MouseEvent) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- mouseExited(MouseEvent) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- mouseMoved(MouseEvent) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- MousePosition - Class in org.matheclipse.core.bridge.awt
- MousePosition() - Constructor for class org.matheclipse.core.bridge.awt.MousePosition
- mousePressed(MouseEvent) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- mouseReleased(MouseEvent) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- ms - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial.SymbolicPolyIterator
Internal iterator over polynomial map.- mul(double, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnnew Complex(x).multiply(y)
.- mul(double, Complex, Complex...) - Static method in class org.matheclipse.core.builtin.functions.JS
- mul(BigInteger) - Method in class org.matheclipse.core.expression.BigFractionSym
Return a new rational representingthis * other
.- mul(BigInteger) - Method in class org.matheclipse.core.expression.FractionSym
Return a new rational representingthis * other
.- mul(Complex, double) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnx.multiply(y)
.- mul(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnx.multiply(y)
.- mul(Complex, Complex, Complex...) - Static method in class org.matheclipse.core.builtin.functions.JS
- mul(IExpr) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- mul(IFraction) - Method in class org.matheclipse.core.expression.AbstractFractionSym
Return a new rational representingthis * other
.- mul(IFraction) - Method in class org.matheclipse.core.expression.FractionSym
Return a new rational representingthis * other
.- mul(IFraction) - Method in interface org.matheclipse.core.interfaces.IFraction
- mul(ISeqBase) - Method in interface org.matheclipse.core.interfaces.ISeqBase
Returns the term-wise multiplication ofthis
andother
'.- mul(ExprTools.Factors) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- Mul - Class in org.matheclipse.core.sympy.core
- Mul() - Constructor for class org.matheclipse.core.sympy.core.Mul
- multinomial(int[], int) - Static method in class org.matheclipse.core.builtin.NumberTheory
Gives the multinomial coefficient(k0+k1+...)!/(k0! * k1! ...)
.- multinomial(Object) - Static method in class org.matheclipse.core.expression.J
Multinomial(n1, n2, ...) - gives the multinomial coefficient `(n1+n2+...)!/(n1! n2! ...)`.- multinomial(Object, Object) - Static method in class org.matheclipse.core.expression.J
Multinomial(n1, n2, ...) - gives the multinomial coefficient `(n1+n2+...)!/(n1! n2! ...)`.- multinomial(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Multinomial(n1, n2, ...) - gives the multinomial coefficient `(n1+n2+...)!/(n1! n2! ...)`.- multinomial(IInteger[]) - Static method in class org.matheclipse.core.builtin.NumberTheory
Gives the multinomial coefficient(k0+k1+...)!/(k0! * k1! ...)
.- Multinomial - Static variable in class org.matheclipse.core.expression.ID
- Multinomial - Static variable in class org.matheclipse.core.expression.S
Multinomial(n1, n2, ...) - gives the multinomial coefficient `(n1+n2+...)!/(n1! n2! ...)`.- Multinomial(IExpr...) - Static method in class org.matheclipse.core.expression.F
- MultipleConstArrayFunction(IExpr) - Constructor for class org.matheclipse.core.builtin.ListFunctions.MultipleConstArrayFunction
- multipleOf(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
ExpVectorLong multiple test.- multipleOf(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
ExpVectorLong multiple test.- multiplicativeOrder(Object, Object) - Static method in class org.matheclipse.core.expression.J
MultiplicativeOrder(a, n) - gives the multiplicative order `a` modulo `n`.- multiplicativeOrder(BigInteger, BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
- MultiplicativeOrder - Static variable in class org.matheclipse.core.expression.ID
- MultiplicativeOrder - Static variable in class org.matheclipse.core.expression.S
MultiplicativeOrder(a, n) - gives the multiplicative order `a` modulo `n`.- MultiplicativeOrder(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- multiplicity(IInteger, IInteger) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- multiply(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- multiply(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- multiply(double) - Method in interface org.matheclipse.core.interfaces.IExpr
- multiply(int) - Method in class org.matheclipse.core.expression.ApcomplexNum
- multiply(int) - Method in class org.matheclipse.core.expression.ApfloatNum
- multiply(int) - Method in class org.matheclipse.core.expression.BigFractionSym
- multiply(int) - Method in class org.matheclipse.core.expression.BigIntegerSym
- multiply(int) - Method in class org.matheclipse.core.expression.FractionSym
- multiply(int) - Method in class org.matheclipse.core.expression.IntegerSym
- multiply(int) - Method in interface org.matheclipse.core.interfaces.IExpr
- multiply(int) - Method in interface org.matheclipse.core.interfaces.IInteger
Multiply this integer with value- multiply(int) - Method in interface org.matheclipse.core.interfaces.IRational
- multiply(long) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- multiply(Integer, IExpr) - Static method in class org.matheclipse.core.expression.F
- multiply(BigInteger, IExpr) - Static method in class org.matheclipse.core.expression.F
- multiply(Map.Entry<ExpVectorLong, IExpr>) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial multiplication.- multiply(Map.Entry<ExpVectorSymbolic, IExpr>) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial multiplication.- multiply(FieldMatrix<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
Postmultiply this matrix bym
.- multiply(ApcomplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- multiply(ComplexNum) - Method in class org.matheclipse.core.expression.ComplexNum
Returns aComplexNum
whose value isthis * factor
.- multiply(IComplex) - Method in class org.matheclipse.core.expression.ComplexSym
- multiply(IComplex) - Method in interface org.matheclipse.core.interfaces.IComplex
- multiply(IComplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- multiply(IComplexNum) - Method in class org.matheclipse.core.expression.ComplexNum
- multiply(IComplexNum) - Method in interface org.matheclipse.core.interfaces.IComplexNum
- multiply(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- multiply(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
Additional multiply method which works with overridenJAS
method.- multiply(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial multiplication.- multiply(IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial multiplication.- multiply(IExpr) - Method in interface org.matheclipse.core.tensor.qty.IUnit
[kg*m^2] * 3 -> [kg^3*m^6]- multiply(IExpr, Integer) - Static method in class org.matheclipse.core.expression.F
- multiply(IExpr, BigInteger) - Static method in class org.matheclipse.core.expression.F
- multiply(IExpr, ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial multiplication.- multiply(IExpr, ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial multiplication.- multiply(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- multiply(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- multiply(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
Multiply this integer with value- multiply(INum) - Method in class org.matheclipse.core.expression.ApfloatNum
- multiply(INum) - Method in class org.matheclipse.core.expression.Num
- multiply(INum) - Method in interface org.matheclipse.core.interfaces.INum
- multiply(IRational) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- multiply(IRational) - Method in class org.matheclipse.core.expression.BigFractionSym
- multiply(IRational) - Method in class org.matheclipse.core.expression.BigIntegerSym
- multiply(IRational) - Method in class org.matheclipse.core.expression.FractionSym
- multiply(IRational) - Method in class org.matheclipse.core.expression.IntegerSym
- multiply(IRational) - Method in interface org.matheclipse.core.interfaces.IRational
- multiply(IReal) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- multiply(IReal) - Method in class org.matheclipse.core.expression.BigIntegerSym
- multiply(IReal) - Method in class org.matheclipse.core.expression.IntegerSym
- multiply(IReal) - Method in class org.matheclipse.core.expression.Num
- multiply(IReal) - Method in interface org.matheclipse.core.interfaces.INum
- multiply(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
- multiply(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial multiplication.- multiply(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial multiplication.- multiply(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial multiplication.- multiply(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial multiplication.- multiplyByMinimumNegativeExponents() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
If this polynomial contains negative exponents, multiply this polynomial by the negated minimal exponents for that variable.- multiplyByMinimumNegativeExponents() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
If this polynomial contains negative exponents, multiply this polynomial by the negated minimal exponents for that variable.- multiplyDistributed(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
Multiplythis * that
.- multiplyEntry(int, int, IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
Change an entry in the specified row and column.- multiplySides(Object, Object) - Static method in class org.matheclipse.core.expression.J
MultiplySides(compare-expr, value) - multiplies `value` with all elements of the `compare-expr`.- MultiplySides - Static variable in class org.matheclipse.core.expression.ID
- MultiplySides - Static variable in class org.matheclipse.core.expression.S
MultiplySides(compare-expr, value) - multiplies `value` with all elements of the `compare-expr`.- MultiplySides(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- multiset - Variable in class org.matheclipse.core.patternmatching.FlatOrderlessStepVisitor
- Multiset<T> - Interface in org.matheclipse.core.numbertheory
- MultisetCombinationIterator - Class in org.matheclipse.core.combinatoric
Combinations of a multiset- MultisetCombinationIterator(int[], int) - Constructor for class org.matheclipse.core.combinatoric.MultisetCombinationIterator
Combinations of a multiset- MultisetPartitionsIterator - Class in org.matheclipse.core.combinatoric
Partition an ordered multi-set and visit all steps of the algorithm with aFlatOrderlessStepVisitor
- MultisetPartitionsIterator(FlatOrderlessStepVisitor, int) - Constructor for class org.matheclipse.core.combinatoric.MultisetPartitionsIterator
Partition an ordered multi-set and visit all steps of the algorithm with anFlatOrderlessStepVisitor
- MultivariateJacobianGradient - Class in org.matheclipse.core.generic
A class for functions that compute a vector of values and can compute their derivatives (Jacobian marix).- MultivariateJacobianGradient(IAST, IAST) - Constructor for class org.matheclipse.core.generic.MultivariateJacobianGradient
- MultivariateJacobianGradient(IAST, IAST, EvalEngine) - Constructor for class org.matheclipse.core.generic.MultivariateJacobianGradient
- MultiVariateNumerical - Class in org.matheclipse.core.generic
- MultiVariateNumerical(IExpr, IAST) - Constructor for class org.matheclipse.core.generic.MultiVariateNumerical
- MultiVariateNumerical(IExpr, IAST, EvalEngine) - Constructor for class org.matheclipse.core.generic.MultiVariateNumerical
- MultiVariateVectorGradient - Class in org.matheclipse.core.generic
A class representing a multivariate vectorial function.- MultiVariateVectorGradient(IExpr, IAST) - Constructor for class org.matheclipse.core.generic.MultiVariateVectorGradient
- MultiVariateVectorGradient(IExpr, IAST, EvalEngine) - Constructor for class org.matheclipse.core.generic.MultiVariateVectorGradient
- Music(String...) - Static method in class org.matheclipse.core.tensor.ext.HomeDirectory
On linux, the directory has the form /home/$USERNAME/Music/string[0]/string[1]/...- MutableInt - Class in org.matheclipse.core.eval.util
- MutableInt(int) - Constructor for class org.matheclipse.core.eval.util.MutableInt
N
- n - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
n
that will never be assigned a value. - n() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- n(Object) - Static method in class org.matheclipse.core.expression.J
-
N(expr) - gives the numerical value of `expr`.
- n(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
N(expr) - gives the numerical value of `expr`.
- N - Static variable in class org.matheclipse.core.expression.ID
- N - Static variable in class org.matheclipse.core.expression.S
-
N(expr) - gives the numerical value of `expr`.
- N(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Evaluate the given (symbolic) expression in numeric mode.
- N(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Evaluate the given (symbolic) expression in numeric mode with
precision
digits . - n_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
n_
that will be used only for predefined pattern-matching rules and can match one expression. - n_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- n_Integer - Static variable in class org.matheclipse.core.expression.F
- n_Symbol - Static variable in class org.matheclipse.core.expression.F
- NakagamiDistribution - Static variable in class org.matheclipse.core.expression.ID
- NakagamiDistribution - Static variable in class org.matheclipse.core.expression.S
-
NakagamiDistribution(m, o) - returns a Nakagami distribution.
- NakagamiDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- name() - Method in class org.matheclipse.core.builtin.WindowFunctions.WindowFunction
- nameQ(Object) - Static method in class org.matheclipse.core.expression.J
- NameQ - Static variable in class org.matheclipse.core.expression.ID
- NameQ - Static variable in class org.matheclipse.core.expression.S
- NameQ(String) - Static method in class org.matheclipse.core.expression.F
- NameQ(IExpr) - Static method in class org.matheclipse.core.expression.F
- names(Object) - Static method in class org.matheclipse.core.expression.J
-
Names(string) - return the symbols from the context path matching the `string` or `pattern`.
- names(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Names(string) - return the symbols from the context path matching the `string` or `pattern`.
- Names - Static variable in class org.matheclipse.core.expression.ID
- Names - Static variable in class org.matheclipse.core.expression.S
-
Names(string) - return the symbols from the context path matching the `string` or `pattern`.
- NaN - Static variable in class org.matheclipse.core.expression.ComplexNum
-
A complex number representing "NaN + NaNi"
- Nand - Static variable in class org.matheclipse.core.expression.ID
- Nand - Static variable in class org.matheclipse.core.expression.S
-
Nand(arg1, arg2, ...) - Logical NAND function.
- nd(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ND(function, x, value) - returns a numerical approximation of the partial derivative of the `function` for the variable `x` and the given `value`.
- ND - Class in org.matheclipse.core.reflection.system
-
ND(function, x, value)
- ND - Static variable in class org.matheclipse.core.expression.ID
- ND - Static variable in class org.matheclipse.core.expression.S
-
ND(function, x, value) - returns a numerical approximation of the partial derivative of the `function` for the variable `x` and the given `value`.
- ND() - Constructor for class org.matheclipse.core.reflection.system.ND
- nDSolve(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NDSolve({equation-list}, functions, t) - attempts to solve the linear differential `equation-list` for the `functions` and the time-dependent-variable `t`.
- NDSolve - Class in org.matheclipse.core.reflection.system
- NDSolve - Static variable in class org.matheclipse.core.expression.ID
- NDSolve - Static variable in class org.matheclipse.core.expression.S
-
NDSolve({equation-list}, functions, t) - attempts to solve the linear differential `equation-list` for the `functions` and the time-dependent-variable `t`.
- NDSolve() - Constructor for class org.matheclipse.core.reflection.system.NDSolve
- nearest(Object) - Static method in class org.matheclipse.core.expression.J
- nearest(Object, Object) - Static method in class org.matheclipse.core.expression.J
- nearest(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Nearest - Static variable in class org.matheclipse.core.expression.ID
- Nearest - Static variable in class org.matheclipse.core.expression.S
- nearestTo(Object) - Static method in class org.matheclipse.core.expression.J
- nearestTo(Object, Object) - Static method in class org.matheclipse.core.expression.J
- NearestTo - Static variable in class org.matheclipse.core.expression.ID
- NearestTo - Static variable in class org.matheclipse.core.expression.S
- needs(Object) - Static method in class org.matheclipse.core.expression.J
- Needs - Static variable in class org.matheclipse.core.expression.ID
- Needs - Static variable in class org.matheclipse.core.expression.S
- Needs(IExpr) - Static method in class org.matheclipse.core.expression.F
- neg(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- negate() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- negate() - Method in class org.matheclipse.core.expression.ApcomplexNum
- negate() - Method in class org.matheclipse.core.expression.ApfloatNum
- negate() - Method in class org.matheclipse.core.expression.ASTSeriesData
- negate() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Returns a new rational equal to
-this
. - negate() - Method in class org.matheclipse.core.expression.BigIntegerSym
- negate() - Method in class org.matheclipse.core.expression.ComplexNum
-
Returns a
ComplexNum
whose value is(-this)
. - negate() - Method in class org.matheclipse.core.expression.ComplexSym
- negate() - Method in class org.matheclipse.core.expression.FractionSym
-
Returns a new rational equal to
-this
. - negate() - Method in class org.matheclipse.core.expression.IntegerSym
- negate() - Method in class org.matheclipse.core.expression.Num
- negate() - Method in class org.matheclipse.core.expression.NumStr
- negate() - Method in interface org.matheclipse.core.generic.ObjIntPredicate
-
Returns a new predicate that negates the result of this predicate.
- negate() - Method in interface org.matheclipse.core.interfaces.IExpr
- negate() - Method in interface org.matheclipse.core.interfaces.IFraction
-
Returns a new rational equal to
-this
. - negate() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Returns an
IInteger
whose value is(-1) * this
. - negate() - Method in interface org.matheclipse.core.interfaces.INumber
- negate() - Method in interface org.matheclipse.core.interfaces.IRational
- negate() - Method in interface org.matheclipse.core.interfaces.IReal
-
Returns (-1) * this
- negate() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial negation.
- negate() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong negate.
- negate() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong negate.
- negate() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial negation.
- negate() - Method in interface org.matheclipse.core.tensor.qty.IUnit
-
function negate is equivalent to
IUnit.multiply(IExpr)
with factor -1 - negate() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- Negate(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Multiplies the given argument by
-1
. - negative() - Method in class org.matheclipse.core.expression.AbstractAST
-
Additional
negative
method, which works like opposite to fulfill groovy's method signature - negative() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Additional negative method, which works like opposite to fulfill groovy's method signature
- negative(Object) - Static method in class org.matheclipse.core.expression.J
-
Negative(x) - returns `True` if `x` is a negative real number.
- Negative - Static variable in class org.matheclipse.core.expression.ID
- Negative - Static variable in class org.matheclipse.core.expression.S
-
Negative(x) - returns `True` if `x` is a negative real number.
- Negative(IExpr) - Static method in class org.matheclipse.core.expression.F
- NegativeCoefficientQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NegativeDegreeLexicographic - Static variable in class org.matheclipse.core.expression.ID
- NegativeDegreeLexicographic - Static variable in class org.matheclipse.core.expression.S
- NegativeDegreeLexicographic - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name NegativeDegreeLexicographic of Math like CAS.
- NegativeDegreeLexicographic - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name NegativeDegreeLexicographic of Math like CAS.
- NegativeDegreeReverseLexicographic - Static variable in class org.matheclipse.core.expression.ID
- NegativeDegreeReverseLexicographic - Static variable in class org.matheclipse.core.expression.S
- NegativeDegreeReverseLexicographic - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name NegativeDegreeReverseLexicographic of Math like CAS.
- NegativeDegreeReverseLexicographic - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name NegativeDegreeReverseLexicographic of Math like CAS.
- NegativeIntegerQ(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NegativeIntegers - Static variable in class org.matheclipse.core.expression.ID
- NegativeIntegers - Static variable in class org.matheclipse.core.expression.S
- NegativeLexicographic - Static variable in class org.matheclipse.core.expression.ID
- NegativeLexicographic - Static variable in class org.matheclipse.core.expression.S
- NegativeLexicographic - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name NegativeLexicographic of Math like CAS.
- NegativeLexicographic - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name NegativeLexicographic of Math like CAS.
- NegativeOrZeroQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NegativeQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NegativeRationals - Static variable in class org.matheclipse.core.expression.ID
- NegativeRationals - Static variable in class org.matheclipse.core.expression.S
- NegativeReals - Static variable in class org.matheclipse.core.expression.ID
- NegativeReals - Static variable in class org.matheclipse.core.expression.S
- NegativeReverseLexicographic - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name NegativeReverseLexicographic of Math like CAS.
- NegativeReverseLexicographic - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name NegativeReverseLexicographic of Math like CAS.
- negdeglex - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name negdeglex of Sage.
- negdeglex - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name negdeglex of Sage.
- negdegrevlex - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name negdegrevlex of Sage.
- negdegrevlex - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name negdegrevlex of Sage.
- neglex - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name neglex of Sage.
- neglex - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name neglex of Sage.
- NegQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NegQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NegQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- negrevlex - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name negrevlex of Sage.
- negrevlex - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name negrevlex of Sage.
- NegSumBaseQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NEON - org.matheclipse.core.tensor.img.ColorDataGradients
-
yellow, orange, red, magenta
- NeQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- nest(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Nest(f, expr, n) - starting with `expr`, iteratively applies `f` `n` times and returns the final result.
- nest(IExpr, IExpr, int, EvalEngine) - Static method in class org.matheclipse.core.builtin.Programming
-
Nest
this
expression withhead
appliedn
times tothis
. - Nest - Static variable in class org.matheclipse.core.expression.ID
- Nest - Static variable in class org.matheclipse.core.expression.S
-
Nest(f, expr, n) - starting with `expr`, iteratively applies `f` `n` times and returns the final result.
- Nest(IExpr, IExpr, int) - Static method in class org.matheclipse.core.expression.F
- Nest(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- nestList(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NestList(f, expr, n) - starting with `expr`, iteratively applies `f` `n` times and returns a list of all intermediate results.
- NestList - Static variable in class org.matheclipse.core.expression.ID
- NestList - Static variable in class org.matheclipse.core.expression.S
-
NestList(f, expr, n) - starting with `expr`, iteratively applies `f` `n` times and returns a list of all intermediate results.
- nestWhile(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NestWhile(f, expr, test) - applies a function `f` repeatedly on an expression `expr`, until applying `test` on the result no longer yields `True`.
- NestWhile - Static variable in class org.matheclipse.core.expression.ID
- NestWhile - Static variable in class org.matheclipse.core.expression.S
-
NestWhile(f, expr, test) - applies a function `f` repeatedly on an expression `expr`, until applying `test` on the result no longer yields `True`.
- nestWhileList(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NestWhileList(f, expr, test) - applies a function `f` repeatedly on an expression `expr`, until applying `test` on the result no longer yields `True`.
- NestWhileList - Static variable in class org.matheclipse.core.expression.ID
- NestWhileList - Static variable in class org.matheclipse.core.expression.S
-
NestWhileList(f, expr, test) - applies a function `f` repeatedly on an expression `expr`, until applying `test` on the result no longer yields `True`.
- newArrayRules(IAST, int[], int, IExpr) - Static method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Create a sparse array from the array rules list.
- newDenseList(IAST, IExpr) - Static method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Create a sparse array from the dense list representation (for example dense vectors and matrices)
- newEmptyClone() - Method in class org.matheclipse.core.expression.ExprTrie
- newInputForm(int[], IExpr, int[], IAST, IAST) - Static method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Create a sparse array from the compressed sparse row (CSR) storage format (input form):
SparseArray(Automatic, dimension, defaultValue, {1,{rowPointers, columnIndiceMatrix}, nonZeroValues})
. - newInstance() - Static method in class org.matheclipse.core.expression.data.OutputStreamExpr
-
Create a temporary file with prefix
symja
- newInstance(byte[]) - Static method in class org.matheclipse.core.expression.data.ByteArrayExpr
-
Create a new ByteArray object.
- newInstance(byte[], Charset) - Static method in class org.matheclipse.core.expression.StringX
- newInstance(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- newInstance(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- newInstance(double) - Method in interface org.matheclipse.core.interfaces.IExpr
- newInstance(int, IAST, int) - Static method in class org.matheclipse.core.expression.AST
- newInstance(int, IExpr) - Static method in class org.matheclipse.core.expression.AST
- newInstance(int, IExpr) - Static method in class org.matheclipse.core.expression.ASTRRBTree
- newInstance(int, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a new abstract syntax tree (AST).
- newInstance(int, IExpr, boolean) - Static method in class org.matheclipse.core.expression.AST
- newInstance(File, boolean) - Static method in class org.matheclipse.core.expression.data.OutputStreamExpr
- newInstance(File, String, Reader) - Static method in class org.matheclipse.core.expression.data.InputStreamExpr
- newInstance(RandomAccessFile, String) - Static method in class org.matheclipse.core.expression.data.OutputStreamExpr
- newInstance(Reader) - Static method in class org.matheclipse.core.expression.data.InputStreamExpr
- newInstance(Class<?>) - Static method in class org.matheclipse.core.expression.data.JavaClassExpr
- newInstance(Object) - Static method in class org.matheclipse.core.expression.data.JavaObjectExpr
- newInstance(Object, int[], byte) - Static method in class org.matheclipse.core.expression.data.NumericArrayExpr
- newInstance(String) - Static method in class org.matheclipse.core.expression.data.FileExpr
- newInstance(String) - Static method in class org.matheclipse.core.expression.StringX
-
Mime type
IStringX#TEXT_PLAIN
will be used. - newInstance(String, boolean) - Static method in class org.matheclipse.core.expression.data.OutputStreamExpr
- newInstance(String, short) - Static method in class org.matheclipse.core.expression.StringX
- newInstance(String, ClassLoader) - Static method in class org.matheclipse.core.expression.data.JavaClassExpr
- newInstance(String, String) - Static method in class org.matheclipse.core.expression.data.InputStreamExpr
- newInstance(LocalDateTime) - Static method in class org.matheclipse.core.expression.data.DateObjectExpr
- newInstance(LocalTime) - Static method in class org.matheclipse.core.expression.data.TimeObjectExpr
- newInstance(GlobalPosition) - Static method in class org.matheclipse.core.expression.data.GeoPositionExpr
- newInstance(FieldHermiteInterpolator<IExpr>, double, double) - Static method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- newInstance(UpdatingMultipleLinearRegression) - Static method in class org.matheclipse.core.expression.data.FittedModelExpr
- newInstance(UpdatingMultipleLinearRegression, double, double) - Static method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- newInstance(Graph<IExpr, T>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
-
Be cautious with this method, no new internal IExpr object is created
- newInstance(BDD, boolean) - Static method in class org.matheclipse.core.expression.data.BDDExpr
- newInstance(IAssociation) - Static method in class org.matheclipse.core.expression.data.DispatchExpr
- newInstance(IAssociation) - Static method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- newInstance(IAssociation) - Static method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- newInstance(IAST) - Static method in class org.matheclipse.core.expression.data.DispatchExpr
- newInstance(IAST, double, double) - Static method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- newInstance(IAST, IAST, IExpr, Class<?>) - Static method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- newInstance(IExpr) - Static method in class org.matheclipse.core.expression.AST
- newInstance(ISymbol, boolean, Complex...) - Static method in class org.matheclipse.core.expression.AST
-
Create a new function expression (AST - abstract syntax tree), where all arguments are Java
ComplexNum
values. - newInstance(ISymbol, double...) - Static method in class org.matheclipse.core.expression.AST
-
Constructs a list with header symbol and the arguments containing the given DoubleImpl values.
- newInstance(ISymbol, double[][]) - Static method in class org.matheclipse.core.expression.AST
-
Constructs a list with header symbol and the arguments containing the given DoubleImpl matrix values as List rows
- newInstance(ISymbol, int...) - Static method in class org.matheclipse.core.expression.AST
- newLimit(Object, Object) - Static method in class org.matheclipse.core.expression.J
- newLimit(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- NewLimit - Static variable in class org.matheclipse.core.expression.ID
- NewLimit - Static variable in class org.matheclipse.core.expression.S
- NewLimit(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- NewLimit(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- newList(IAST, byte) - Static method in class org.matheclipse.core.expression.data.NumericArrayExpr
- newListByType(IAST, byte, IBuiltInSymbol) - Static method in class org.matheclipse.core.expression.data.NumericArrayExpr
-
Create an appropriate
NumericArrayExpr
from the list. - next() - Method in class org.matheclipse.core.combinatoric.MultisetCombinationIterator
- next() - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- next() - Method in class org.matheclipse.core.frobenius.OutputPortUnsafe.PortIterator
- next() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial.SymbolicPolyIterator
-
Get next monomial element.
- next() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries.FormalPowerSeriesIterator
- next() - Method in class org.matheclipse.core.sympy.series.Sequences.EmptySequence.EmptySeqIterator
- next() - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase.SeqIterator
- nextIndex() - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- nextPointToAdd() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- nextPrime(Object) - Static method in class org.matheclipse.core.expression.J
-
NextPrime(n) - gives the next prime after `n`.
- nextPrime(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NextPrime(n) - gives the next prime after `n`.
- nextPrime(IInteger) - Static method in class org.matheclipse.core.sympy.ntheory.Generate
- NextPrime - Static variable in class org.matheclipse.core.expression.ID
- NextPrime - Static variable in class org.matheclipse.core.expression.S
-
NextPrime(n) - gives the next prime after `n`.
- nFourierTransform(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- NFourierTransform - Class in org.matheclipse.core.reflection.system
- NFourierTransform - Static variable in class org.matheclipse.core.expression.ID
- NFourierTransform - Static variable in class org.matheclipse.core.expression.S
- NFourierTransform() - Constructor for class org.matheclipse.core.reflection.system.NFourierTransform
- NHoldAll - Static variable in class org.matheclipse.core.expression.ID
- NHoldAll - Static variable in class org.matheclipse.core.expression.S
-
NHoldAll - is an attribute that protects all arguments of a function from numeric evaluation.
- NHOLDALL - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, which should not be evaluated numerically
- NHoldFirst - Static variable in class org.matheclipse.core.expression.ID
- NHoldFirst - Static variable in class org.matheclipse.core.expression.S
-
NHoldFirst - is an attribute that protects the first argument of a function from numeric evaluation.
- NHOLDFIRST - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, where the first argument should not be evaluated numerically
- NHoldRest - Static variable in class org.matheclipse.core.expression.ID
- NHoldRest - Static variable in class org.matheclipse.core.expression.S
-
NHoldRest - is an attribute that protects all but the first argument of a function from numeric evaluation.
- NHOLDREST - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, where the rest of the arguments should not be evaluated numerically.
- NI - Static variable in class org.matheclipse.core.expression.ComplexNum
-
The square root of -1.
- NiceSqrtAuxQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NiceSqrtQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NIL - Static variable in class org.matheclipse.core.expression.F
-
The constant object
NIL
(not in list) indicates in the evaluation process that no evaluation was possible (i.e. - NILPointer() - Constructor for class org.matheclipse.core.expression.AbstractAST.NILPointer
-
The class
NILPointer
implements the constant objectF#NIL
(not in list), which indicates in the evaluation process that no evaluation was possible (i.e. - nIntegrate(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NIntegrate(f, {x,a,b}) - computes the numerical univariate real integral of `f` with respect to `x` from `a` to `b`.
- nIntegrate(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NIntegrate(f, {x,a,b}) - computes the numerical univariate real integral of `f` with respect to `x` from `a` to `b`.
- NIntegrate - Class in org.matheclipse.core.reflection.system
-
NIntegrate(f, {x,a,b})
- NIntegrate - Static variable in class org.matheclipse.core.expression.ID
- NIntegrate - Static variable in class org.matheclipse.core.expression.S
-
NIntegrate(f, {x,a,b}) - computes the numerical univariate real integral of `f` with respect to `x` from `a` to `b`.
- NIntegrate() - Constructor for class org.matheclipse.core.reflection.system.NIntegrate
- nMaximize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NMaximize({maximize_function, constraints}, variables_list) - the `NMaximize` function provides an implementation of [George Dantzig's simplex algorithm](http://en.wikipedia.org/wiki/Simplex_algorithm) for solving linear optimization problems with linear equality and inequality constraints and implicit non-negative variables.
- NMaximize - Static variable in class org.matheclipse.core.expression.ID
- NMaximize - Static variable in class org.matheclipse.core.expression.S
-
NMaximize({maximize_function, constraints}, variables_list) - the `NMaximize` function provides an implementation of [George Dantzig's simplex algorithm](http://en.wikipedia.org/wiki/Simplex_algorithm) for solving linear optimization problems with linear equality and inequality constraints and implicit non-negative variables.
- NMaximize(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- nMinimize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NMinimize({maximize_function, constraints}, variables_list) - the `NMinimize` function provides an implementation of [George Dantzig's simplex algorithm](http://en.wikipedia.org/wiki/Simplex_algorithm) for solving linear optimization problems with linear equality and inequality constraints and implicit non-negative variables.
- NMinimize - Static variable in class org.matheclipse.core.expression.ID
- NMinimize - Static variable in class org.matheclipse.core.expression.S
-
NMinimize({maximize_function, constraints}, variables_list) - the `NMinimize` function provides an implementation of [George Dantzig's simplex algorithm](http://en.wikipedia.org/wiki/Simplex_algorithm) for solving linear optimization problems with linear equality and inequality constraints and implicit non-negative variables.
- NMinimize(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- NO_EVAL_ENGINE_ATTRIBUTE - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
A mask which tests if any evaluation engine attribute is sets
- NO_FLAG - Static variable in interface org.matheclipse.core.interfaces.IAST
-
NO_FLAG ACTIVATED
- NO_PLUS_CALL - Static variable in class org.matheclipse.core.form.mathml.MathMLFormFactory
-
The conversion wasn't called with an operator preceding the
IExpr
object. - NO_PLUS_CALL - Static variable in class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
-
The conversion wasn't called with an operator preceding the
IExpr
object. - NO_PLUS_CALL - Static variable in class org.matheclipse.core.form.output.ComplexFormFactory
-
The conversion wasn't called with an operator preceding the
IExpr
object. - NO_PLUS_CALL - Static variable in class org.matheclipse.core.form.output.DoubleFormFactory
-
The conversion wasn't called with an operator preceding the
IExpr
object. - NO_PLUS_CALL - Static variable in class org.matheclipse.core.form.output.OutputFormFactory
-
The conversion wasn't called with an operator preceding the
IExpr
object. - NO_PLUS_CALL - Static variable in class org.matheclipse.core.form.tex.TeXFormFactory
-
The conversion wasn't called with an operator preceding the
IExpr
object. - NO_SOLUTION_FOUND - Static variable in exception org.matheclipse.core.reflection.system.Solve.NoSolution
-
Solution couldn't be found.
- NO_SUPPORT - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- NOATTRIBUTE - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute which means that no attribute is set.
- nodeSet() - Method in class org.matheclipse.core.expression.ExprTrie
- nodeSet(String) - Method in class org.matheclipse.core.expression.ExprTrie
- nodeSet(String, TrieMatch) - Method in class org.matheclipse.core.expression.ExprTrie
- nodeSetAll() - Method in class org.matheclipse.core.expression.ExprTrie
- nodeSetAll(String) - Method in class org.matheclipse.core.expression.ExprTrie
- nodeSetAll(String, TrieMatch) - Method in class org.matheclipse.core.expression.ExprTrie
- NoEvalException - Exception in org.matheclipse.core.eval.exception
-
Exception used for flow control.
- NoEvalException() - Constructor for exception org.matheclipse.core.eval.exception.NoEvalException
- NOFLAG - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
- NON_COMMUTATIVE_MULTIPLY_OPERATOR - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- NonabsurdNumberFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NonalgebraicFunctionFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NonCommutativeMultiply - Class in org.matheclipse.core.reflection.system
- NonCommutativeMultiply - Static variable in class org.matheclipse.core.expression.ID
- NonCommutativeMultiply - Static variable in class org.matheclipse.core.expression.S
- NonCommutativeMultiply() - Constructor for class org.matheclipse.core.reflection.system.NonCommutativeMultiply
- NonCommutativeMultiply(IExpr...) - Static method in class org.matheclipse.core.expression.F
- None - Static variable in class org.matheclipse.core.expression.ID
- None - Static variable in class org.matheclipse.core.expression.S
-
None - is a possible value for `Span` and `Quiet`.
- NONE - org.matheclipse.core.eval.util.SourceCodeProperties.Prefix
- noneTrue(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NoneTrue({expr1, expr2, ...}, test) - returns `True` if no application of `test` to `expr1, expr2, ...` evaluates to `True`.
- NoneTrue - Static variable in class org.matheclipse.core.expression.ID
- NoneTrue - Static variable in class org.matheclipse.core.expression.S
-
NoneTrue({expr1, expr2, ...}, test) - returns `True` if no application of `test` to `expr1, expr2, ...` evaluates to `True`.
- Nonexistent - Static variable in class org.matheclipse.core.expression.ID
- Nonexistent - Static variable in class org.matheclipse.core.expression.S
- NonfreeFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NonfreeTerms(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- nonNegative(Object) - Static method in class org.matheclipse.core.expression.J
-
NonNegative(x) - returns `True` if `x` is a positive real number or zero.
- NonNegative - Static variable in class org.matheclipse.core.expression.ID
- NonNegative - Static variable in class org.matheclipse.core.expression.S
-
NonNegative(x) - returns `True` if `x` is a positive real number or zero.
- NonNegativeIntegers - Static variable in class org.matheclipse.core.expression.ID
- NonNegativeIntegers - Static variable in class org.matheclipse.core.expression.S
- NonNegativeRationals - Static variable in class org.matheclipse.core.expression.ID
- NonNegativeRationals - Static variable in class org.matheclipse.core.expression.S
- NonNegativeReals - Static variable in class org.matheclipse.core.expression.ID
- NonNegativeReals - Static variable in class org.matheclipse.core.expression.S
- NonnumericFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NonpolynomialTerms(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- nonPositive(Object) - Static method in class org.matheclipse.core.expression.J
-
NonPositive(x) - returns `True` if `x` is a negative real number or zero.
- NonPositive - Static variable in class org.matheclipse.core.expression.ID
- NonPositive - Static variable in class org.matheclipse.core.expression.S
-
NonPositive(x) - returns `True` if `x` is a negative real number or zero.
- NonpositiveFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NonrationalFunctionFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NonsumQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Noo - Static variable in class org.matheclipse.core.expression.F
-
Alias for CNInfinity.
- Nor - Static variable in class org.matheclipse.core.expression.ID
- Nor - Static variable in class org.matheclipse.core.expression.S
-
Nor(arg1, arg2, ...)' - Logical NOR function.
- norm() - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Returns the 2 norm of this vector.
- norm(Object) - Static method in class org.matheclipse.core.expression.J
-
Norm(m, l) - computes the `l`-norm of matrix `m` (currently only works for vectors!).
- norm(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Norm(m, l) - computes the `l`-norm of matrix `m` (currently only works for vectors!).
- Norm - Static variable in class org.matheclipse.core.expression.ID
- Norm - Static variable in class org.matheclipse.core.expression.S
-
Norm(m, l) - computes the `l`-norm of matrix `m` (currently only works for vectors!).
- Norm() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Norm
- Norm(IExpr) - Static method in class org.matheclipse.core.expression.F
- normal(boolean) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- normal(boolean) - Method in class org.matheclipse.core.expression.AbstractAST
-
Converts a special expression (like a series, association, dataset, sparse array, ...) into a standard normalized expression.
- normal(boolean) - Method in class org.matheclipse.core.expression.ASTAssociation
- normal(boolean) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
series.normal()
- normal(boolean) - Method in class org.matheclipse.core.expression.data.ByteArrayExpr
- normal(boolean) - Method in class org.matheclipse.core.expression.data.DispatchExpr
- normal(boolean) - Method in class org.matheclipse.core.expression.data.FittedModelExpr
- normal(boolean) - Method in class org.matheclipse.core.expression.data.InterpolatingFunctionExpr
- normal(boolean) - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- normal(boolean) - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- normal(boolean) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- normal(boolean) - Method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- normal(boolean) - Method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- normal(boolean) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Return the list of rules
{a->b, c:>d, ...}
represented by this association. - normal(boolean) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Converts a special expression (like a series, association, dataset, sparse array, ...) into a standard normalized expression.
- normal(boolean) - Method in interface org.matheclipse.core.interfaces.INumericArray
- normal(boolean) - Method in interface org.matheclipse.core.interfaces.ISparseArray
- normal(int[]) - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- normal(int[]) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- normal(int[]) - Method in interface org.matheclipse.core.interfaces.INumericArray
- normal(int[]) - Method in interface org.matheclipse.core.interfaces.ISparseArray
- normal(Object) - Static method in class org.matheclipse.core.expression.J
-
Normal(expr) - converts a Symja expression `expr` into a normal expression.
- normal(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Normal(expr) - converts a Symja expression `expr` into a normal expression.
- normal(IBuiltInSymbol) - Method in class org.matheclipse.core.expression.ASTAssociation
- normal(IExpr) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- normal(IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.core.ExprTools
- normal(ExprTools.Factors) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- Normal - Static variable in class org.matheclipse.core.expression.ID
- Normal - Static variable in class org.matheclipse.core.expression.S
-
Normal(expr) - converts a Symja expression `expr` into a normal expression.
- normalDistribution(Object) - Static method in class org.matheclipse.core.expression.J
-
NormalDistribution(m, s) - returns the normal distribution of mean `m` and sigma `s`.
- normalDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NormalDistribution(m, s) - returns the normal distribution of mean `m` and sigma `s`.
- NormalDistribution - Static variable in class org.matheclipse.core.expression.ID
- NormalDistribution - Static variable in class org.matheclipse.core.expression.S
-
NormalDistribution(m, s) - returns the normal distribution of mean `m` and sigma `s`.
- NormalDistribution() - Static method in class org.matheclipse.core.expression.F
- NormalDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- normalize() - Method in class org.matheclipse.core.expression.BigFractionSym
- normalize() - Method in class org.matheclipse.core.expression.BigIntegerSym
- normalize() - Method in class org.matheclipse.core.expression.ComplexSym
- normalize() - Method in class org.matheclipse.core.expression.FractionSym
-
Return the normalized form of this number (i.e.
- normalize() - Method in class org.matheclipse.core.expression.IntegerSym
- normalize() - Method in interface org.matheclipse.core.interfaces.IComplex
-
Return the normalized form of this number (i.e.
- normalize() - Method in interface org.matheclipse.core.interfaces.IFraction
- normalize() - Method in interface org.matheclipse.core.interfaces.IRational
-
Return the normalized form of this number (i.e.
- normalize() - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Normalizes this vector in place.
- normalize(Object) - Static method in class org.matheclipse.core.expression.J
-
Normalize(v) - calculates the normalized vector `v` as `v/Norm(v)`.
- normalize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Normalize(v) - calculates the normalized vector `v` as `v/Norm(v)`.
- normalize(IAST) - Static method in class org.matheclipse.core.expression.IntervalDataSym
-
The list of intervals are sorted and overlapping intervals are merged.
- normalize(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
-
The list of intervals are sorted and overlapping intervals are merged.
- normalize(IAST, EvalEngine) - Static method in class org.matheclipse.core.expression.IntervalDataSym
-
The list of open/close ended intervals are sorted and overlapping intervals are merged.
- normalize(IAST, EvalEngine) - Static method in class org.matheclipse.core.expression.IntervalSym
-
The list of intervals are sorted and overlapping intervals are merged.
- Normalize - Static variable in class org.matheclipse.core.expression.ID
- Normalize - Static variable in class org.matheclipse.core.expression.S
-
Normalize(v) - calculates the normalized vector `v` as `v/Norm(v)`.
- Normalize(IExpr) - Static method in class org.matheclipse.core.expression.F
- NormalizeHyperbolic(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeIntegrand - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeIntegrand(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeIntegrandAux(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeIntegrandFactor(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeIntegrandFactorBase(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeLeadTermSigns(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizePowerOfLinear(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizePseudoBinomial(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeSumFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeTogether(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeTrig(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeTrig(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- NormalizeTrigReduce(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- normalMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
- NormalMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- NormalMatrixQ - Static variable in class org.matheclipse.core.expression.S
- normSquared() - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Returns the square of the 2 norm of this vector.
- NoSolution(int) - Constructor for exception org.matheclipse.core.reflection.system.Solve.NoSolution
- noSymbolPrefix - Variable in class org.matheclipse.core.eval.util.SourceCodeProperties
-
If
true
, for symbols likex,y,z,...
don't use theF....
- not(Object) - Static method in class org.matheclipse.core.expression.J
-
Not(expr) - Logical Not function (negation).
- Not - Static variable in class org.matheclipse.core.expression.ID
- Not - Static variable in class org.matheclipse.core.expression.S
-
Not(expr) - Logical Not function (negation).
- Not(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Logical Not function (negation).
- NotApplicable - Static variable in class org.matheclipse.core.expression.ID
- NotApplicable - Static variable in class org.matheclipse.core.expression.S
- NotAvailable - Static variable in class org.matheclipse.core.expression.ID
- NotAvailable - Static variable in class org.matheclipse.core.expression.S
- notElement(Object, Object) - Static method in class org.matheclipse.core.expression.J
- NotElement - Static variable in class org.matheclipse.core.expression.ID
- NotElement - Static variable in class org.matheclipse.core.expression.S
- NotElement(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Nothing - Static variable in class org.matheclipse.core.expression.ID
- Nothing - Static variable in class org.matheclipse.core.expression.S
-
Nothing - during evaluation of a list with a `Nothing` element `{..., Nothing, ...}`, the symbol `Nothing` is removed from the arguments.
- notInRange(IExpr) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- NotIntegrableQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- notListQ(Object) - Static method in class org.matheclipse.core.expression.J
- NotListQ - Static variable in class org.matheclipse.core.expression.ID
- NotListQ - Static variable in class org.matheclipse.core.expression.S
- Now - Static variable in class org.matheclipse.core.expression.ID
- Now - Static variable in class org.matheclipse.core.expression.S
- nRoots(Object) - Static method in class org.matheclipse.core.expression.J
-
NRoots(polynomial==0) - gives the numerical roots of a univariate polynomial `polynomial`.
- nRoots(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NRoots(polynomial==0) - gives the numerical roots of a univariate polynomial `polynomial`.
- NRoots - Static variable in class org.matheclipse.core.expression.ID
- NRoots - Static variable in class org.matheclipse.core.expression.S
-
NRoots(polynomial==0) - gives the numerical roots of a univariate polynomial `polynomial`.
- NRoots(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- nSolve(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NSolve(equations, vars) - attempts to solve `equations` for the variables `vars`.
- nSolve(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NSolve(equations, vars) - attempts to solve `equations` for the variables `vars`.
- NSolve - Class in org.matheclipse.core.reflection.system
-
Try to solve a set of equations (i.e.
- NSolve - Static variable in class org.matheclipse.core.expression.ID
- NSolve - Static variable in class org.matheclipse.core.expression.S
-
NSolve(equations, vars) - attempts to solve `equations` for the variables `vars`.
- NSolve() - Constructor for class org.matheclipse.core.reflection.system.NSolve
- nthRoot(int) - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns the nth-root of this integer.
- nthRoot(int) - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns the nth-root of this integer.
- nthRoot(int) - Method in interface org.matheclipse.core.interfaces.IInteger
- NthRoot(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- nthRootSplit(int) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Split this integer into the nth-root (with prime factors less equal 1021) and the "rest-factor", so that
this== (nth-root ^ n) + rest
- nthRootSplit(int) - Method in class org.matheclipse.core.expression.IntegerSym
- nthRootSplit(int) - Method in interface org.matheclipse.core.interfaces.IInteger
-
Split this integer into the nth-root (with prime factors less equal 1021) and the "rest factor"
- Null - Static variable in class org.matheclipse.core.expression.ID
- Null - Static variable in class org.matheclipse.core.expression.S
-
Null - is the implicit result of expressions that do not yield a result.
- nullSpace(Object) - Static method in class org.matheclipse.core.expression.J
-
NullSpace(matrix) - returns a list of vectors that span the nullspace of the `matrix`.
- NullSpace - Static variable in class org.matheclipse.core.expression.ID
- NullSpace - Static variable in class org.matheclipse.core.expression.S
-
NullSpace(matrix) - returns a list of vectors that span the nullspace of the `matrix`.
- NullSpace(IExpr) - Static method in class org.matheclipse.core.expression.F
- num(double) - Static method in class org.matheclipse.core.expression.F
-
Return a
Num
which wraps a Java double number. - num(String) - Static method in class org.matheclipse.core.expression.F
-
Create a numeric value from the input string.
- num(String, long) - Static method in class org.matheclipse.core.expression.F
-
Return a
ApfloatNum
which wraps aApfloat
arbitrary precision floating-point number. - num(Apfloat) - Static method in class org.matheclipse.core.expression.F
-
Return a
ApfloatNum
which wraps aApfloat
arbitrary precision floating-point number. - num(IFraction) - Static method in class org.matheclipse.core.expression.F
- num(IInteger) - Static method in class org.matheclipse.core.expression.F
- Num - Class in org.matheclipse.core.expression
-
INum
implementation which wraps adouble
value to represent a numeric floating-point number. - Num() - Constructor for class org.matheclipse.core.expression.Num
- Number - Static variable in class org.matheclipse.core.expression.ID
- Number - Static variable in class org.matheclipse.core.expression.S
- NumberFieldRootsOfUnity - Static variable in class org.matheclipse.core.expression.ID
- NumberFieldRootsOfUnity - Static variable in class org.matheclipse.core.expression.S
- numberLinePlot(Object) - Static method in class org.matheclipse.core.expression.J
-
NumberLinePlot( list-of-numbers ) - generates a JavaScript control, which plots a list of values along a line.
- numberLinePlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NumberLinePlot( list-of-numbers ) - generates a JavaScript control, which plots a list of values along a line.
- numberLinePlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NumberLinePlot( list-of-numbers ) - generates a JavaScript control, which plots a list of values along a line.
- NumberLinePlot - Class in org.matheclipse.core.reflection.system
-
Plot along a number line
- NumberLinePlot - Static variable in class org.matheclipse.core.expression.ID
- NumberLinePlot - Static variable in class org.matheclipse.core.expression.S
-
NumberLinePlot( list-of-numbers ) - generates a JavaScript control, which plots a list of values along a line.
- NumberLinePlot() - Constructor for class org.matheclipse.core.reflection.system.NumberLinePlot
- numberOfVariables() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Number of variables.
- numberOfVariables() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Number of variables.
- NumberPartitionsIterator - Class in org.matheclipse.core.combinatoric
-
Partition a set and visit all steps of the algorithm with an
IStepVisitor
- NumberPartitionsIterator(IStepVisitor, int, int) - Constructor for class org.matheclipse.core.combinatoric.NumberPartitionsIterator
-
Partition an ordered multi-set and visit all steps of the algorithm with an
IStepVisitor
. - numberQ(Object) - Static method in class org.matheclipse.core.expression.J
-
NumberQ(expr) - returns `True` if `expr` is an explicit number, and `False` otherwise.
- NumberQ - Static variable in class org.matheclipse.core.expression.ID
- NumberQ - Static variable in class org.matheclipse.core.expression.S
-
NumberQ(expr) - returns `True` if `expr` is an explicit number, and `False` otherwise.
- NumberQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
NumberQ(expr)
- NumberString - Static variable in class org.matheclipse.core.expression.ID
- NumberString - Static variable in class org.matheclipse.core.expression.S
-
NumberString - represents the characters in a number.
- NumberTheory - Class in org.matheclipse.core.builtin
- NumberTheory.FactorInteger - Class in org.matheclipse.core.builtin
-
FactorInteger(n)
- NumberUtil - Class in org.matheclipse.core.expression
- NumberUtil() - Constructor for class org.matheclipse.core.expression.NumberUtil
- numerator() - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns the numerator of this fraction.
- numerator() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns the numerator of this fraction.
- numerator() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns the numerator of this fraction.
- numerator() - Method in interface org.matheclipse.core.interfaces.IRational
-
Returns the numerator of this fraction.
- numerator(Object) - Static method in class org.matheclipse.core.expression.J
-
Numerator(expr) - gives the numerator in `expr`.
- numerator(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Numerator(expr) - gives the numerator in `expr`.
- Numerator - Static variable in class org.matheclipse.core.expression.ID
- Numerator - Static variable in class org.matheclipse.core.expression.S
-
Numerator(expr) - gives the numerator in `expr`.
- Numerator(IExpr) - Static method in class org.matheclipse.core.expression.F
- NUMERATOR_NUMERATOR_SYMBOLS - Static variable in class org.matheclipse.core.expression.F
- NUMERATOR_TRIG_TRUE_EXPRS - Static variable in class org.matheclipse.core.expression.F
- numeratorDenominator(IAST, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra
-
Split the
IAST
expression into numerator and denominator parts, by calling theNumerator(ast)
andDenominator(ast)
functions and return the result at index0
(numerator) and index1
(denominator). - numeratorTrigForm(IAST, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Get the "numerator form" of the given function.
- NUMERIC_ARBITRARY_EVALED - Static variable in interface org.matheclipse.core.interfaces.IAST
- NUMERIC_DOUBLE_EVALED - Static variable in interface org.matheclipse.core.interfaces.IAST
- numericalOrder(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
NumericalOrder(a, b) - is `0` if `a` equals `b`.
- NumericalOrder - Static variable in class org.matheclipse.core.expression.ID
- NumericalOrder - Static variable in class org.matheclipse.core.expression.S
-
NumericalOrder(a, b) - is `0` if `a` equals `b`.
- NumericalOrder(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- numericalSort(Object) - Static method in class org.matheclipse.core.expression.J
-
NumericalSort(list) - `NumericalSort(list)` is evaluated by calling `Sort(list, NumericalOrder)`.
- NumericalSort - Static variable in class org.matheclipse.core.expression.ID
- NumericalSort - Static variable in class org.matheclipse.core.expression.S
-
NumericalSort(list) - `NumericalSort(list)` is evaluated by calling `Sort(list, NumericalOrder)`.
- NumericalSort(IExpr) - Static method in class org.matheclipse.core.expression.F
- numericArray(Object, Object) - Static method in class org.matheclipse.core.expression.J
- NumericArray - Static variable in class org.matheclipse.core.expression.ID
- NumericArray - Static variable in class org.matheclipse.core.expression.S
- NumericArrayExpr - Class in org.matheclipse.core.expression.data
- NumericArrayExpr() - Constructor for class org.matheclipse.core.expression.data.NumericArrayExpr
- NumericArrayExpr(Object, int[], byte) - Constructor for class org.matheclipse.core.expression.data.NumericArrayExpr
- NumericArrayExpr.RangeException - Exception in org.matheclipse.core.expression.data
- NumericArrayExpr.TypeException - Exception in org.matheclipse.core.expression.data
- NumericArrayFunctions - Class in org.matheclipse.core.builtin
- NUMERICARRAYID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- numericArrayQ(Object) - Static method in class org.matheclipse.core.expression.J
- NumericArrayQ - Static variable in class org.matheclipse.core.expression.ID
- NumericArrayQ - Static variable in class org.matheclipse.core.expression.S
- numericArrayType(Object) - Static method in class org.matheclipse.core.expression.J
- NumericArrayType - Static variable in class org.matheclipse.core.expression.ID
- NumericArrayType - Static variable in class org.matheclipse.core.expression.S
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
-
Numeric evaluation of a function.
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
-
Numeric evaluation of a function.
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Dot
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionEvaluator
-
Numeric evaluation of a function.
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractEvaluator
-
Numeric evaluation of a function.
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Matrix
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractTrigArg1
- numericEval(IAST, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.ICoreFunctionEvaluator
- numericEval(IAST, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
Numeric evaluation of a function.
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.LinearOptimization
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.LinearProgramming
- numericEval(IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Product
- numericEval(ISymbol, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractSymbolEvaluator
- numericEval(ISymbol, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.ISymbolEvaluator
-
Numerical evaluation of a symbol
- numericExpr2JAS(IExpr) - Method in class org.matheclipse.core.convert.JASConvert
-
Convert the given expression into a JAS polynomial.
- numericExpr2JAS(IExpr) - Method in class org.matheclipse.core.convert.JASModInteger
-
Convert the given expression into a JAS polynomial.
- NumericFactor(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- numericFunction(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- numericFunction(IAST, EvalEngine) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- numericFunction(IAST, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
Numeric evaluation of a function with only
IInexactNumber
arguments. - NumericFunction - Static variable in class org.matheclipse.core.expression.ID
- NumericFunction - Static variable in class org.matheclipse.core.expression.S
- NUMERICFUNCTION - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a numeric function
- numericNumber() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- numericNumber() - Method in class org.matheclipse.core.expression.BigIntegerSym
- numericNumber() - Method in class org.matheclipse.core.expression.ComplexSym
- numericNumber() - Method in class org.matheclipse.core.expression.IntegerSym
- numericNumber() - Method in interface org.matheclipse.core.interfaces.IBigNumber
-
Create a numeric number from this exact "symbolic" number.
- numericQ(Object) - Static method in class org.matheclipse.core.expression.J
-
NumericQ(expr) - returns `True` if `expr` is an explicit numeric expression, and `False` otherwise.
- NumericQ - Static variable in class org.matheclipse.core.expression.ID
- NumericQ - Static variable in class org.matheclipse.core.expression.S
-
NumericQ(expr) - returns `True` if `expr` is an explicit numeric expression, and `False` otherwise.
- NumericQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
NumericQ(expr)
- numFaces - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- numPoints - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- Numpy - Class in org.matheclipse.core.numpy
- Numpy() - Constructor for class org.matheclipse.core.numpy.Numpy
- NumStr - Class in org.matheclipse.core.expression
- NumStr(String) - Constructor for class org.matheclipse.core.expression.NumStr
- NumStr(String, int) - Constructor for class org.matheclipse.core.expression.NumStr
- numValue() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- numValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- numValue() - Method in class org.matheclipse.core.expression.BigIntegerSym
- numValue() - Method in class org.matheclipse.core.expression.IntegerSym
- numValue() - Method in class org.matheclipse.core.expression.Num
- numValue() - Method in interface org.matheclipse.core.interfaces.IReal
-
Get a Java double number wrapped into a
Num
object. - numVertices - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- NUTTALL - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- nuttallWindow(Object) - Static method in class org.matheclipse.core.expression.J
- nuttallWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- NuttallWindow - Static variable in class org.matheclipse.core.expression.ID
- NuttallWindow - Static variable in class org.matheclipse.core.expression.S
- nvar - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The number of variables.
- nvar - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
The number of variables.
O
- o - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
o
that will never be assigned a value. - O - Static variable in class org.matheclipse.core.expression.ID
- O - Static variable in class org.matheclipse.core.expression.S
- O - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- O(IExpr) - Static method in class org.matheclipse.core.expression.F
- o_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
o_
that will be used only for predefined pattern-matching rules and can match one expression. - o_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- o_Symbol - Static variable in class org.matheclipse.core.expression.F
- Object2Expr - Class in org.matheclipse.core.convert
-
Converts objects into an IExpr expression
- Object2Expr() - Constructor for class org.matheclipse.core.convert.Object2Expr
- ObjIntFunction<T,R> - Interface in org.matheclipse.core.generic
-
Represents a function that accepts two arguments (T, int) and produces a result.
- ObjIntPredicate<T> - Interface in org.matheclipse.core.generic
-
A predicate of two arguments - one object and one
int
. - octahedron(Object) - Static method in class org.matheclipse.core.expression.J
- octahedron(Object, Object) - Static method in class org.matheclipse.core.expression.J
- octahedron(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Octahedron - Static variable in class org.matheclipse.core.expression.ID
- Octahedron - Static variable in class org.matheclipse.core.expression.S
- OddHyperbolicPowerQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- oddQ(Object) - Static method in class org.matheclipse.core.expression.J
-
OddQ(x) - returns `True` if `x` is odd, and `False` otherwise.
- oddQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
OddQ(x) - returns `True` if `x` is odd, and `False` otherwise.
- OddQ - Static variable in class org.matheclipse.core.expression.ID
- OddQ - Static variable in class org.matheclipse.core.expression.S
-
OddQ(x) - returns `True` if `x` is odd, and `False` otherwise.
- OddQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
OddQ(x)
- OddQuotientQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- OddTrigPowerQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- of(boolean...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- of(boolean, boolean, SourceCodeProperties.Prefix, boolean) - Static method in class org.matheclipse.core.eval.util.SourceCodeProperties
-
Reaturns a
SourceCodeProperties
object with the specified parameters. - of(double, double, double, double) - Static method in enum org.matheclipse.core.bridge.awt.Hsluv
- of(double, double, double, double) - Static method in class org.matheclipse.core.tensor.img.Hue
-
when saturation is close or equal to zero, the rgb values equate to input val
- of(int) - Static method in class org.matheclipse.core.bridge.awt.ScreenInsets
- of(int) - Static method in class org.matheclipse.core.tensor.fft.FourierMatrix
- of(int...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(F.ZZ(arg1), F.ZZ(arg2), ....
- of(int, int) - Static method in class org.matheclipse.core.bridge.awt.ScreenInsets
-
Remark: on Ubuntu: java.awt.Insets[top=24,left=49,bottom=0,right=0] on Fedora: java.awt.Insets[top=32,left=0,bottom=0,right=0]
- of(int, int) - Static method in class org.matheclipse.core.tensor.fft.PeriodogramArray
- of(int, int) - Static method in class org.matheclipse.core.tensor.fft.SpectrogramArray
- of(int, int, WindowFunctions.WindowFunction) - Static method in class org.matheclipse.core.tensor.fft.PeriodogramArray
- of(int, int, WindowFunctions.WindowFunction) - Static method in class org.matheclipse.core.tensor.fft.SpectrogramArray
- of(int, IAST) - Static method in class org.matheclipse.core.tensor.itp.BSplineFunctionString
-
the control point are stored by reference, i.e.
- of(int, IExpr) - Static method in class org.matheclipse.core.tensor.itp.BSplineInterpolation
- of(Color...) - Static method in class org.matheclipse.core.tensor.img.CyclicColorDataIndexed
- of(Color...) - Static method in class org.matheclipse.core.tensor.img.StrictColorDataIndexed
- of(BufferedImage, int, int) - Static method in class org.matheclipse.core.tensor.img.ImageResize
-
The function is particularly suitable for down-sizing a given image to a smaller resolution.
- of(Number, String) - Static method in interface org.matheclipse.core.tensor.qty.IQuantity
-
creates quantity with number encoded as
IReal
- of(Number, IUnit) - Static method in interface org.matheclipse.core.tensor.qty.IQuantity
-
creates quantity with number encoded as
IReal
- of(Object...) - Static method in exception org.matheclipse.core.eval.exception.SymjaMathException
- of(String) - Static method in enum org.matheclipse.core.io.Extension
- of(String) - Static method in class org.matheclipse.core.tensor.io.ResourceData
-
Example use: Interpolation interpolation = LinearInterpolation.of(ResourceData.of("/colorscheme/classic.csv"));
- of(String) - Static method in interface org.matheclipse.core.tensor.qty.IUnit
- of(String) - Static method in class org.matheclipse.core.tensor.QuantityParser
-
Example: "9.81[m*s^-2]" -> Quantity.of(9.81, "m*s^-2")
- of(String...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- of(Stream<IExpr>) - Static method in class org.matheclipse.core.tensor.nrm.Vector1Norm
- of(Stream<IExpr>) - Static method in class org.matheclipse.core.tensor.nrm.Vector2NormSquared
- of(Stream<Clip>) - Static method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- of(EvalEngine, Object...) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate this symbol for the arguments converted to
IExpr
functionsymbol(expr1, expr2, ....
- of(EvalEngine, Object...) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Evaluate this symbol for the arguments converted to
IExpr
functionsymbol(expr1, expr2, ....
- of(EvalEngine, Object...) - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate this symbol for the arguments converted to
IExpr
functionsymbol(expr1, expr2, ....
- of(EvalEngine, Object...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments converted to
IExpr
functionsymbol(expr1, expr2, ....
- of(EvalEngine, IExpr...) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- of(EvalEngine, IExpr...) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- of(EvalEngine, IExpr...) - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- of(EvalEngine, IExpr...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- of(IAST) - Static method in class org.matheclipse.core.bridge.gfx.AffineTransforms
-
function helps to draw a transformed BufferedImage in a Graphics object
- of(IAST) - Static method in class org.matheclipse.core.bridge.gfx.GfxMatrix
-
maps a vector from the group SE2 to a matrix in SE2
- of(IAST) - Static method in class org.matheclipse.core.tensor.fft.Fourier
- of(IAST) - Static method in class org.matheclipse.core.tensor.fft.InverseFourier
- of(IAST) - Static method in class org.matheclipse.core.tensor.fft.PeriodogramArray
- of(IAST) - Static method in class org.matheclipse.core.tensor.fft.SpectrogramArray
-
Mathematica default
- of(IAST) - Static method in class org.matheclipse.core.tensor.img.CyclicColorDataIndexed
- of(IAST) - Static method in class org.matheclipse.core.tensor.img.LinearColorDataGradient
-
colors are generated using
LinearInterpolation
of given tensor - of(IAST) - Static method in class org.matheclipse.core.tensor.img.StrictColorDataIndexed
-
Hint: tensor may be empty
- of(IAST) - Static method in class org.matheclipse.core.tensor.itp.LinearInterpolation
- of(IAST) - Static method in class org.matheclipse.core.tensor.nrm.Vector1Norm
- of(IAST) - Static method in class org.matheclipse.core.tensor.nrm.Vector2Norm
- of(IAST) - Static method in class org.matheclipse.core.tensor.nrm.Vector2NormSquared
- of(IAST) - Method in interface org.matheclipse.core.tensor.sca.Clip
- of(IAST, boolean, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Solve.SolveData
- of(IAST, int) - Static method in class org.matheclipse.core.tensor.fft.Fourier
-
Hint: uses decimation-in-time or Cooley-Tukey FFT
- of(IAST, int) - Static method in class org.matheclipse.core.tensor.fft.PeriodogramArray
- of(IAST, int, int) - Static method in class org.matheclipse.core.tensor.img.ImageResize
- of(IAST, Dimension) - Static method in class org.matheclipse.core.tensor.img.ImageResize
- of(IAST, WindowFunctions.WindowFunction) - Static method in class org.matheclipse.core.tensor.fft.SpectrogramArray
- of(IExpr) - Static method in class org.matheclipse.core.tensor.qty.QuantityUnit
- of(IExpr...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- of(IExpr, String) - Static method in interface org.matheclipse.core.tensor.qty.IQuantity
-
Hint: function does not check parameters for null, although null as input is likely to cause problems subsequently.
- of(IExpr, IExpr) - Static method in class org.matheclipse.core.tensor.nrm.Hypot
- of(IExpr, IExpr, int, WindowFunctions.WindowFunction) - Static method in class org.matheclipse.core.tensor.fft.SpectrogramArray
- of(IExpr, IExpr, WindowFunctions.WindowFunction) - Static method in class org.matheclipse.core.tensor.fft.SpectrogramArray
- of(IExpr, IUnit) - Static method in interface org.matheclipse.core.tensor.qty.IQuantity
-
Hint: function does not check parameters for null, although null as input is likely to cause problems subsequently.
- of(INumber, IUnit) - Static method in interface org.matheclipse.core.tensor.qty.IQuantity
- of(BinaryAverage, IAST, IAST) - Static method in class org.matheclipse.core.tensor.itp.DeBoor
- of(Clip) - Static method in class org.matheclipse.core.tensor.itp.LinearInterpolation
- of(Clip) - Static method in class org.matheclipse.core.tensor.qty.QuantityUnit
- of(Clip...) - Static method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- of(T) - Method in class org.matheclipse.core.tensor.sca.Mod
- of1(EvalEngine, IExpr, IExpr...) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate this symbol for the arguments as function
symbol(arg, part1, part2, ....
- of1(EvalEngine, IExpr, IExpr...) - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate this symbol for the arguments as function
symbol(arg, part1, part2, ....
- of1(EvalEngine, IExpr, IExpr...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg, part1, part2, ....
- off(Object) - Static method in class org.matheclipse.core.expression.J
-
Off( ) - switch off the interactive trace.
- off(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Off( ) - switch off the interactive trace.
- off(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Off( ) - switch off the interactive trace.
- Off - Static variable in class org.matheclipse.core.expression.ID
- Off - Static variable in class org.matheclipse.core.expression.S
-
Off( ) - switch off the interactive trace.
- ofMatrix(IAST) - Static method in enum org.matheclipse.core.tensor.io.ScalarArray
-
Hint: convert back with
Tensors#matrix(IExpr[][])
- ofN(double...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- ofNIL(EvalEngine, IExpr...) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
This method returns
F.NIL
if no evaluation was possible. - ofNIL(EvalEngine, IExpr...) - Method in class org.matheclipse.core.expression.Symbol
-
This method returns
F.NIL
if no evaluation was possible. - ofNIL(EvalEngine, IExpr...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
This method returns
F.NIL
if no evaluation was possible. - ofNullable(IExpr) - Static method in class org.matheclipse.core.interfaces.ExprUtil
-
Returns an
IExpr
describing the specified value, if non-null, otherwise returnsF.NIL
. - ofNullable(IExpr) - Static method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
describing the specified value, if non-null, otherwise returnsF.NIL
. - ofObject(Object...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- ofPutIfAbsent(String) - Static method in interface org.matheclipse.core.tensor.qty.IUnit
- ofQ(EvalEngine, IExpr...) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- ofQ(EvalEngine, IExpr...) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- ofQ(EvalEngine, IExpr...) - Method in class org.matheclipse.core.expression.Symbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- ofQ(EvalEngine, IExpr...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- ofQ(IExpr...) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- ofQ(IExpr...) - Method in class org.matheclipse.core.expression.Symbol
- ofQ(IExpr...) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Evaluate this symbol for the arguments as function
symbol(arg1, arg2, ....
- ofString(String, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.ImportString
-
Get arbitrary data represented as a Symja expression string
- ofText(String, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.ImportString
-
Get plain text from file
- ofUnit(IExpr) - Method in interface org.matheclipse.core.tensor.qty.IQuantity
- ofUnit(IExpr) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- ofVector(IAST) - Static method in enum org.matheclipse.core.tensor.io.ScalarArray
-
Hint: convert back with
Tensors#of(IExpr...)
- ofVector(IAST) - Static method in class org.matheclipse.core.tensor.nrm.Hypot
-
function computes the 2-Norm of a vector without intermediate overflow or underflow
- on(Object) - Static method in class org.matheclipse.core.expression.J
-
On( ) - switch on the interactive trace.
- on(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
On( ) - switch on the interactive trace.
- on(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
On( ) - switch on the interactive trace.
- On - Static variable in class org.matheclipse.core.expression.ID
- On - Static variable in class org.matheclipse.core.expression.S
-
On( ) - switch on the interactive trace.
- On(IExpr) - Static method in class org.matheclipse.core.expression.F
- On(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- one() - Method in class org.matheclipse.core.expression.ApcomplexNum
- one() - Method in class org.matheclipse.core.expression.ApfloatNum
- one() - Method in class org.matheclipse.core.expression.ComplexNum
- one() - Method in class org.matheclipse.core.expression.Num
- one() - Method in interface org.matheclipse.core.interfaces.IExpr
- one() - Method in interface org.matheclipse.core.interfaces.INumber
-
Multiplicative neutral element of this number
- one() - Method in interface org.matheclipse.core.interfaces.IReal
- one() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- ONE - Static variable in class org.matheclipse.core.expression.ApcomplexNum
-
A complex number representing "1.0 + 0.0i"
- ONE - Static variable in class org.matheclipse.core.expression.ComplexNum
-
A complex number representing "1.0 + 0.0i"
- ONE - Static variable in class org.matheclipse.core.expression.FractionSym
- ONE - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constant polynomial 1 for this ring.
- ONE - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
The constant polynomial 1 for this ring.
- ONE - Static variable in interface org.matheclipse.core.tensor.qty.IUnit
-
holds the dimension-less unit ONE
- oneIdentity(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Return the argument at index 1, if the
argSize() == 1
. - oneIdentity(IExpr) - Method in class org.matheclipse.core.expression.AST0
-
Return the argument at index 1, if the
argSize() == 1
. - oneIdentity(IExpr) - Method in class org.matheclipse.core.expression.AST1
-
Return the argument at index 1, if the
argSize() == 1
. - oneIdentity(IExpr) - Method in class org.matheclipse.core.expression.AST2
-
Return the argument at index 1, if the
argSize() == 1
. - oneIdentity(IExpr) - Method in class org.matheclipse.core.expression.B1
-
Return the argument at index 1, if the
argSize() == 1
. - oneIdentity(IExpr) - Method in class org.matheclipse.core.expression.B2
-
Return the argument at index 1, if the
argSize() == 1
. - oneIdentity(IExpr) - Method in class org.matheclipse.core.expression.B3
-
Return the argument at index 1, if the
argSize() == 1
. - oneIdentity(IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Return the argument at index 1, if the
argSize() == 1
. - OneIdentity - Static variable in class org.matheclipse.core.expression.ID
- OneIdentity - Static variable in class org.matheclipse.core.expression.S
-
OneIdentity - is an attribute assigned to a symbol, say `f`, indicating that `f(x)`, `f(f(x))`,...
- ONEIDENTITY - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function transformation: f(x) ==> x
- oneIdentity0() - Method in interface org.matheclipse.core.interfaces.IAST
-
Return the argument at index 1, if the
argSize() == 1
. - oneIdentity1() - Method in interface org.matheclipse.core.interfaces.IAST
-
Return the argument at index 1, if the
argSize() == 1
. - oo - Static variable in class org.matheclipse.core.expression.F
-
Alias for CInfinity.
- opacity() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- Opacity - Static variable in class org.matheclipse.core.expression.ID
- Opacity - Static variable in class org.matheclipse.core.expression.S
- openAppend(Object) - Static method in class org.matheclipse.core.expression.J
-
OpenAppend("file-name") - opens a file and returns an OutputStream to which writes are appended.
- OpenAppend - Static variable in class org.matheclipse.core.expression.ID
- OpenAppend - Static variable in class org.matheclipse.core.expression.S
-
OpenAppend("file-name") - opens a file and returns an OutputStream to which writes are appended.
- OpenFixedSizeMap<K,V> - Class in org.matheclipse.core.eval.util
-
Open addressed map from K to V.
- OpenFixedSizeMap(int) - Constructor for class org.matheclipse.core.eval.util.OpenFixedSizeMap
-
Open addressed map from K to V.
- openHTMLOnDesktop(String) - Static method in class org.matheclipse.core.expression.F
- OpenIntToIExprHashMap<T extends IExpr> - Class in org.matheclipse.core.eval.util
-
Open addressed map from int to IExpr.
- OpenIntToIExprHashMap() - Constructor for class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Build an empty map with default size and using zero for missing entries.
- OpenIntToIExprHashMap(int) - Constructor for class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Build an empty map with specified size.
- OpenIntToIExprHashMap(OpenIntToIExprHashMap<T>) - Constructor for class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Copy constructor.
- OpenIntToIExprHashMap.Iterator - Class in org.matheclipse.core.eval.util
-
Iterator class for the map.
- OpenIntToList<T> - Class in org.matheclipse.core.eval.util
-
Open addressed map from int to List
. - OpenIntToList() - Constructor for class org.matheclipse.core.eval.util.OpenIntToList
-
Build an empty map with default size and using zero for missing entries.
- OpenIntToList(int) - Constructor for class org.matheclipse.core.eval.util.OpenIntToList
-
Build an empty map with specified size.
- OpenIntToList(OpenIntToList<T>) - Constructor for class org.matheclipse.core.eval.util.OpenIntToList
-
Copy constructor.
- OpenIntToList.Iterator - Class in org.matheclipse.core.eval.util
-
Iterator class for the map.
- OpenIntToSet<T> - Class in org.matheclipse.core.eval.util
-
Open addressed map from int to Set
. - OpenIntToSet(Comparator<T>) - Constructor for class org.matheclipse.core.eval.util.OpenIntToSet
-
Build an empty map with default size and using zero for missing entries.
- OpenIntToSet(Comparator<T>, int) - Constructor for class org.matheclipse.core.eval.util.OpenIntToSet
-
Build an empty map with specified size.
- OpenIntToSet(OpenIntToSet<T>) - Constructor for class org.matheclipse.core.eval.util.OpenIntToSet
-
Copy constructor.
- OpenIntToSet.Iterator - Class in org.matheclipse.core.eval.util
-
Iterator class for the map.
- openRead(Object) - Static method in class org.matheclipse.core.expression.J
- OpenRead - Static variable in class org.matheclipse.core.expression.ID
- OpenRead - Static variable in class org.matheclipse.core.expression.S
- openWrite(Object) - Static method in class org.matheclipse.core.expression.J
-
OpenWrite() - creates an empty file in the default temporary-file directory and returns an OutputStream.
- OpenWrite - Static variable in class org.matheclipse.core.expression.ID
- OpenWrite - Static variable in class org.matheclipse.core.expression.S
-
OpenWrite() - creates an empty file in the default temporary-file directory and returns an OutputStream.
- operate(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Operate(p, expr) - applies `p` to the head of `expr`.
- operate(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Operate(p, expr) - applies `p` to the head of `expr`.
- operate(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
-
Returns the result of multiplying this by the vector
v
. - Operate - Static variable in class org.matheclipse.core.expression.ID
- Operate - Static variable in class org.matheclipse.core.expression.S
-
Operate(p, expr) - applies `p` to the head of `expr`.
- Operations - Class in org.matheclipse.core.sympy.core
- Operations() - Constructor for class org.matheclipse.core.sympy.core.Operations
- OperationSystem - Class in org.matheclipse.core.basic
- OperationSystem() - Constructor for class org.matheclipse.core.basic.OperationSystem
- OPERATOR_MATCHER - Static variable in class org.matheclipse.core.parser.ExprParserFactory
-
The matcher for characters, which could form an operator
- operatorForm1Append(IAST) - Static method in class org.matheclipse.core.expression.F
-
The operator form
op(f)[expr]
is transformed toop(expr, f)
. - operatorForm2Prepend(IAST, int[], EvalEngine) - Static method in class org.matheclipse.core.expression.F
-
The operator form
op(f)[expr]
is transformed toop(f, expr)
. - operatorFormAppend2(IAST) - Static method in class org.matheclipse.core.expression.F
-
The binary operator form
op(f, g)[expr]
is transformed toop(expr, f, g)
- OPERATORS - Static variable in class org.matheclipse.core.form.mathml.MathMLFormFactory
-
Description of the Field
- oppFaceDistance(HalfEdge) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- opposite() - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns an
IExpr
whose value is(-1) * this
. - opposite() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- opposite() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- opposite() - Method in class org.matheclipse.core.expression.ApcomplexNum
- opposite() - Method in class org.matheclipse.core.expression.ApfloatNum
- opposite() - Method in class org.matheclipse.core.expression.ComplexNum
- opposite() - Method in class org.matheclipse.core.expression.ComplexSym
- opposite() - Method in class org.matheclipse.core.expression.Num
- opposite() - Method in class org.matheclipse.core.expression.Symbol
- opposite() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
whose value is(-1) * this
. - opposite() - Method in interface org.matheclipse.core.interfaces.INumber
- opposite() - Method in interface org.matheclipse.core.interfaces.IReal
- optimizeExpression(Object) - Static method in class org.matheclipse.core.expression.J
-
OptimizeExpression(function) - common subexpressions elimination for a complicated `function` by generating "dummy" variables for these subexpressions.
- OptimizeExpression - Class in org.matheclipse.core.reflection.system
-
OptimizeExpression(function)
- OptimizeExpression - Static variable in class org.matheclipse.core.expression.ID
- OptimizeExpression - Static variable in class org.matheclipse.core.expression.S
-
OptimizeExpression(function) - common subexpressions elimination for a complicated `function` by generating "dummy" variables for these subexpressions.
- OptimizeExpression() - Constructor for class org.matheclipse.core.reflection.system.OptimizeExpression
- OptimizeExpression(IExpr) - Static method in class org.matheclipse.core.expression.F
- option2ModIntegerRing(IReal) - Static method in class org.matheclipse.core.convert.JASConvert
- option2ModLongRing(IReal) - Static method in class org.matheclipse.core.convert.JASModInteger
- optional() - Method in class org.matheclipse.core.expression.AbstractAST
- optional() - Method in interface org.matheclipse.core.interfaces.IExpr
-
The
F.NIL#optional()
method always returnsthat
. - optional(Object) - Static method in class org.matheclipse.core.expression.J
-
Optional(patt, default) - is a pattern which matches `patt`, which if omitted should be replaced by `default`.
- optional(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Optional(patt, default) - is a pattern which matches `patt`, which if omitted should be replaced by `default`.
- Optional - Static variable in class org.matheclipse.core.expression.ID
- Optional - Static variable in class org.matheclipse.core.expression.S
-
Optional(patt, default) - is a pattern which matches `patt`, which if omitted should be replaced by `default`.
- Optional() - Constructor for class org.matheclipse.core.builtin.PatternMatching.Optional
- Optional(IExpr) - Static method in class org.matheclipse.core.expression.F
- Optional(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- OptionArgs - Class in org.matheclipse.core.eval.util
-
Managing Options used in evaluation of function symbols (i.e.
- OptionArgs(EvalEngine) - Constructor for class org.matheclipse.core.eval.util.OptionArgs
- OptionArgs(ISymbol, IAST, int, int, EvalEngine) - Constructor for class org.matheclipse.core.eval.util.OptionArgs
-
Construct special Options used in evaluation of function symbols (i.e.
- OptionArgs(ISymbol, IAST, int, EvalEngine) - Constructor for class org.matheclipse.core.eval.util.OptionArgs
-
Construct special Options used in evaluation of function symbols (i.e.
- OptionArgs(ISymbol, IAST, int, EvalEngine, boolean) - Constructor for class org.matheclipse.core.eval.util.OptionArgs
-
Construct special Options used in evaluation of function symbols (i.e.
- OptionArgs(ISymbol, IExpr, EvalEngine) - Constructor for class org.matheclipse.core.eval.util.OptionArgs
-
Construct Options used in evaluation of function symbols (i.e.
- optionBoolean(ArrayNode, String, boolean) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- optionDouble(ArrayNode, String, double) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- optionInt(ArrayNode, String, int) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- options - Variable in class org.matheclipse.core.eval.EvalEngine.OptionsResult
- options() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- options(Object) - Static method in class org.matheclipse.core.expression.J
-
Options(symbol) - gives a list of optional arguments to `symbol` and their default values.
- options(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Options(symbol) - gives a list of optional arguments to `symbol` and their default values.
- Options - Static variable in class org.matheclipse.core.expression.ID
- Options - Static variable in class org.matheclipse.core.expression.S
-
Options(symbol) - gives a list of optional arguments to `symbol` and their default values.
- Options(IExpr) - Static method in class org.matheclipse.core.expression.F
- optionsList(ISymbol, boolean) - Static method in class org.matheclipse.core.expression.OptionsPattern
-
Returns a list of the default options of a symbol defined by
Option(f)={a->b,...}
. - optionsPattern(Object) - Static method in class org.matheclipse.core.expression.J
- optionsPattern(IAST, IdentityHashMap<ISymbol, IASTAppendable>) - Method in class org.matheclipse.core.expression.OptionsPattern
- OptionsPattern - Class in org.matheclipse.core.expression
- OptionsPattern - Static variable in class org.matheclipse.core.expression.ID
- OptionsPattern - Static variable in class org.matheclipse.core.expression.S
- OptionsPattern() - Constructor for class org.matheclipse.core.builtin.PatternMatching.OptionsPattern
- OptionsPattern() - Constructor for class org.matheclipse.core.expression.OptionsPattern
- OptionsResult(IAST, int, IExpr[]) - Constructor for class org.matheclipse.core.eval.EvalEngine.OptionsResult
- optionsStackIterator() - Method in class org.matheclipse.core.eval.EvalEngine
- optionSymbols - Variable in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionOptionEvaluator
- optionSymbols - Variable in class org.matheclipse.core.eval.interfaces.AbstractFunctionOptionEvaluator
- optionValue(Object) - Static method in class org.matheclipse.core.expression.J
-
OptionValue(name) - gives the value of the option `name` as specified in a call to a function with `OptionsPattern`.
- optionValue(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
OptionValue(name) - gives the value of the option `name` as specified in a call to a function with `OptionsPattern`.
- optionValue(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
OptionValue(name) - gives the value of the option `name` as specified in a call to a function with `OptionsPattern`.
- OptionValue - Static variable in class org.matheclipse.core.expression.ID
- OptionValue - Static variable in class org.matheclipse.core.expression.S
-
OptionValue(name) - gives the value of the option `name` as specified in a call to a function with `OptionsPattern`.
- OptionValue() - Constructor for class org.matheclipse.core.builtin.PatternMatching.OptionValue
- OptionValue(IExpr) - Static method in class org.matheclipse.core.expression.F
- OptionValue(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- optionValueReplace(IAST, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.PatternMatching
-
Determine the current
OptionValue(...)
currently associated with an expression. - optionZeroTest(IAST, int, EvalEngine) - Static method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
- or(ObjIntPredicate<? super T>) - Method in interface org.matheclipse.core.generic.ObjIntPredicate
-
Returns a new predicate that returns true if either predicates returns true.
- or(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Deprecated.
- Or - Static variable in class org.matheclipse.core.expression.ID
- Or - Static variable in class org.matheclipse.core.expression.S
-
Or(expr1, expr2, ...)' - `expr1 || expr2 || ...` evaluates each expression in turn, returning `True` as soon as an expression evaluates to `True`.
- Or() - Static method in class org.matheclipse.core.expression.F
- Or(IExpr...) - Static method in class org.matheclipse.core.expression.F
- Or(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Or(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- orange - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color orange.
- Orange - Static variable in class org.matheclipse.core.expression.ID
- Orange - Static variable in class org.matheclipse.core.expression.S
- ORANGE - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color orange.
- order() - Method in class org.matheclipse.core.expression.ASTSeriesData
- order(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Order(a, b) - is `0` if `a` equals `b`.
- order(IExpr) - Static method in class org.matheclipse.core.sympy.series.Order
- order(IExpr, IExpr) - Static method in class org.matheclipse.core.sympy.series.Order
- Order - Class in org.matheclipse.core.sympy.series
- Order - Static variable in class org.matheclipse.core.expression.ID
- Order - Static variable in class org.matheclipse.core.expression.S
-
Order(a, b) - is `0` if `a` equals `b`.
- Order() - Constructor for class org.matheclipse.core.sympy.series.Order
- Order(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- orderedQ(Object) - Static method in class org.matheclipse.core.expression.J
-
OrderedQ({a, b,...}) - is `True` if `a` sorts before `b` according to canonical ordering for all adjacent elements.
- orderedQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
OrderedQ({a, b,...}) - is `True` if `a` sorts before `b` according to canonical ordering for all adjacent elements.
- OrderedQ - Static variable in class org.matheclipse.core.expression.ID
- OrderedQ - Static variable in class org.matheclipse.core.expression.S
-
OrderedQ({a, b,...}) - is `True` if `a` sorts before `b` according to canonical ordering for all adjacent elements.
- OrderedQ(IExpr) - Static method in class org.matheclipse.core.expression.F
- ordering(Object) - Static method in class org.matheclipse.core.expression.J
-
Ordering(list) - calculate the permutation list of the elements in the sorted `list`.
- ordering(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Ordering(list) - calculate the permutation list of the elements in the sorted `list`.
- ordering(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Ordering(list) - calculate the permutation list of the elements in the sorted `list`.
- Ordering - Static variable in class org.matheclipse.core.expression.ID
- Ordering - Static variable in class org.matheclipse.core.expression.S
-
Ordering(list) - calculate the permutation list of the elements in the sorted `list`.
- Ordering(IExpr) - Static method in class org.matheclipse.core.expression.F
- Orderless - Static variable in class org.matheclipse.core.expression.ID
- Orderless - Static variable in class org.matheclipse.core.expression.S
-
Orderless - is an attribute indicating that the leaves in an expression `f(a, b, c)` can be placed in any order.
- ORDERLESS - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a commutative function transformation.
- OrderlessStepVisitor - Class in org.matheclipse.core.patternmatching
-
This visitor is used in an
MultisetPartitionsIterator
to match orderless expressions in pattern matching. - OrderlessStepVisitor(ISymbol, IAST, IAST, PatternMatcher.StackMatcher, IPatternMap, boolean) - Constructor for class org.matheclipse.core.patternmatching.OrderlessStepVisitor
-
This visitor is used in an
MultisetPartitionsIterator
to match orderless expressions in pattern matching. - ordinal() - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Get the ordinal number of this built-in symbol in the enumeration of built-in symbols.
- ordinal() - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Get the ordinal number of this built-in symbol in the enumeration of built-in symbols.
- orElse(IAST) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- orElse(IAST) - Method in class org.matheclipse.core.expression.AbstractAST
- orElse(IAST) - Method in interface org.matheclipse.core.interfaces.IAST
-
Return
this
ifthis
unequalsF.NIL
, otherwise returnother
. - orElse(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- orElse(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
this
ifthis
unequalsF.NIL
, otherwise returnother
. - orElseGet(Supplier<? extends IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- orElseGet(Supplier<? extends IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
this
ifthis
unequalsF.NIL
, otherwise invokeother
and return the result of that invocation. - orElseThrow(Supplier<? extends X>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- orElseThrow(Supplier<? extends X>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
this
ifthis
unequalsF.NIL
, otherwise throw an exception to be created by the provided supplier. - org.matheclipse.core.basic - package org.matheclipse.core.basic
-
General configuration settings.
- org.matheclipse.core.bridge.awt - package org.matheclipse.core.bridge.awt
- org.matheclipse.core.bridge.gfx - package org.matheclipse.core.bridge.gfx
- org.matheclipse.core.bridge.lang - package org.matheclipse.core.bridge.lang
- org.matheclipse.core.builtin - package org.matheclipse.core.builtin
- org.matheclipse.core.builtin.functions - package org.matheclipse.core.builtin.functions
- org.matheclipse.core.combinatoric - package org.matheclipse.core.combinatoric
-
Provides
Iterables
andIterators
for combinatorial algortihms. - org.matheclipse.core.convert - package org.matheclipse.core.convert
-
Converters for transforming symja objects from and to other formats (JAS, linear programming objects, matrices, vectors).
- org.matheclipse.core.data - package org.matheclipse.core.data
- org.matheclipse.core.eval - package org.matheclipse.core.eval
-
Evaluation engines.
- org.matheclipse.core.eval.exception - package org.matheclipse.core.eval.exception
-
Exceptions derived from
MathException
andFlowControlException
- org.matheclipse.core.eval.interfaces - package org.matheclipse.core.eval.interfaces
-
Interfaces and abstract classes to control the symja evaluation steps.
- org.matheclipse.core.eval.util - package org.matheclipse.core.eval.util
-
Utility implementations for assumptions, sequences, tables, options and level specifications.
- org.matheclipse.core.expression - package org.matheclipse.core.expression
-
Provides the implementations of the cores abstract syntax tree (AST) which represents the Symja symbolic expressions.
See the Symja Class Hierarchy - org.matheclipse.core.expression.data - package org.matheclipse.core.expression.data
- org.matheclipse.core.form - package org.matheclipse.core.form
- org.matheclipse.core.form.mathml - package org.matheclipse.core.form.mathml
- org.matheclipse.core.form.output - package org.matheclipse.core.form.output
- org.matheclipse.core.form.tex - package org.matheclipse.core.form.tex
- org.matheclipse.core.frobenius - package org.matheclipse.core.frobenius
- org.matheclipse.core.generic - package org.matheclipse.core.generic
-
Functors and Predicates.
- org.matheclipse.core.graphics - package org.matheclipse.core.graphics
- org.matheclipse.core.integrate.rubi - package org.matheclipse.core.integrate.rubi
-
Automatically generated Rubi symbolic integration rules.
- org.matheclipse.core.interfaces - package org.matheclipse.core.interfaces
-
Interfaces for the symbolic expression objects used to represent the Symja abstract syntax tree.
- org.matheclipse.core.io - package org.matheclipse.core.io
- org.matheclipse.core.numbertheory - package org.matheclipse.core.numbertheory
- org.matheclipse.core.numpy - package org.matheclipse.core.numpy
- org.matheclipse.core.parser - package org.matheclipse.core.parser
-
Provides the parsers operator classes for IExpr expressions (i.e.
- org.matheclipse.core.patternmatching - package org.matheclipse.core.patternmatching
-
Pattern-matching and term rewriting implementations.
- org.matheclipse.core.patternmatching.hash - package org.matheclipse.core.patternmatching.hash
- org.matheclipse.core.polynomials - package org.matheclipse.core.polynomials
-
Utilities for polynomial handling.
- org.matheclipse.core.polynomials.longexponent - package org.matheclipse.core.polynomials.longexponent
-
Utilities for polynomials with exponents of type
long
. - org.matheclipse.core.polynomials.symbolicexponent - package org.matheclipse.core.polynomials.symbolicexponent
-
Utilities for polynomials with exponents of type
IExpr
. - org.matheclipse.core.reflection.system - package org.matheclipse.core.reflection.system
-
Implementations of functions like
D, Eliminate, Expand, Factor, Integrate, Plus, Power, Refine, Times,...
- org.matheclipse.core.reflection.system.rules - package org.matheclipse.core.reflection.system.rules
-
Automatically generated code from the files in the
/rules
subdirectory. - org.matheclipse.core.reflection.system.rulesets - package org.matheclipse.core.reflection.system.rulesets
- org.matheclipse.core.sympy.core - package org.matheclipse.core.sympy.core
- org.matheclipse.core.sympy.exception - package org.matheclipse.core.sympy.exception
- org.matheclipse.core.sympy.ntheory - package org.matheclipse.core.sympy.ntheory
- org.matheclipse.core.sympy.plotting - package org.matheclipse.core.sympy.plotting
- org.matheclipse.core.sympy.series - package org.matheclipse.core.sympy.series
- org.matheclipse.core.sympy.simplify - package org.matheclipse.core.sympy.simplify
- org.matheclipse.core.sympy.utilities - package org.matheclipse.core.sympy.utilities
- org.matheclipse.core.tensor - package org.matheclipse.core.tensor
- org.matheclipse.core.tensor.api - package org.matheclipse.core.tensor.api
- org.matheclipse.core.tensor.ext - package org.matheclipse.core.tensor.ext
- org.matheclipse.core.tensor.fft - package org.matheclipse.core.tensor.fft
- org.matheclipse.core.tensor.img - package org.matheclipse.core.tensor.img
- org.matheclipse.core.tensor.io - package org.matheclipse.core.tensor.io
- org.matheclipse.core.tensor.itp - package org.matheclipse.core.tensor.itp
- org.matheclipse.core.tensor.nrm - package org.matheclipse.core.tensor.nrm
- org.matheclipse.core.tensor.opt.nd - package org.matheclipse.core.tensor.opt.nd
- org.matheclipse.core.tensor.opt.qh3 - package org.matheclipse.core.tensor.opt.qh3
- org.matheclipse.core.tensor.qty - package org.matheclipse.core.tensor.qty
- org.matheclipse.core.tensor.sca - package org.matheclipse.core.tensor.sca
- org.matheclipse.core.visit - package org.matheclipse.core.visit
-
Implementations for the visitor pattern.
- orthogonalize(Object) - Static method in class org.matheclipse.core.expression.J
-
Orthogonalize(matrix) - returns a basis for the orthogonalized set of vectors defined by `matrix`.
- orthogonalize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Orthogonalize(matrix) - returns a basis for the orthogonalized set of vectors defined by `matrix`.
- Orthogonalize - Static variable in class org.matheclipse.core.expression.ID
- Orthogonalize - Static variable in class org.matheclipse.core.expression.S
-
Orthogonalize(matrix) - returns a basis for the orthogonalized set of vectors defined by `matrix`.
- orthogonalMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
-
OrthogonalMatrixQ(matrix) - returns `True`, if `matrix` is an orthogonal matrix.
- OrthogonalMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- OrthogonalMatrixQ - Static variable in class org.matheclipse.core.expression.S
-
OrthogonalMatrixQ(matrix) - returns `True`, if `matrix` is an orthogonal matrix.
- OTHERS - Static variable in class org.matheclipse.core.expression.ExprAnalyzer
-
Others type of expression for the given variables.
- out(Object) - Static method in class org.matheclipse.core.expression.J
-
Out(k) - gives the result of the `k`th input line.
- Out - Class in org.matheclipse.core.reflection.system
-
Get the specified history
Out
line from theEvalEngine's
history list. - Out - Static variable in class org.matheclipse.core.expression.ID
- Out - Static variable in class org.matheclipse.core.expression.S
-
Out(k) - gives the result of the `k`th input line.
- Out() - Constructor for class org.matheclipse.core.reflection.system.Out
- Out(int) - Static method in class org.matheclipse.core.expression.F
- Out(IExpr) - Static method in class org.matheclipse.core.expression.F
- outer(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Outer(f, x, y) - computes a generalised outer product of `x` and `y`, using the function `f` in place of multiplication.
- Outer - Class in org.matheclipse.core.reflection.system
-
Outer(f, x, y)
- Outer - Static variable in class org.matheclipse.core.expression.ID
- Outer - Static variable in class org.matheclipse.core.expression.S
-
Outer(f, x, y) - computes a generalised outer product of `x` and `y`, using the function `f` in place of multiplication.
- Outer() - Constructor for class org.matheclipse.core.reflection.system.Outer
- outerProduct(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Compute the outer product.
- OUTPUT - org.matheclipse.core.form.OutputStyle
- OUTPUT_MULTILINE - Static variable in interface org.matheclipse.core.interfaces.IAST
-
This List expression args should be printed in multi-line style
- OutputForm - Static variable in class org.matheclipse.core.expression.ID
- OutputForm - Static variable in class org.matheclipse.core.expression.S
- OutputFormFactory - Class in org.matheclipse.core.form.output
-
Converts an internal
IExpr
into a user readable string. - OutputFormFactory(boolean, boolean, boolean, int, int) - Constructor for class org.matheclipse.core.form.output.OutputFormFactory
- OutputFormFactory(boolean, boolean, int, int) - Constructor for class org.matheclipse.core.form.output.OutputFormFactory
- OutputFunctions - Class in org.matheclipse.core.builtin
- OutputFunctions.VariableManager - Class in org.matheclipse.core.builtin
- OutputPortUnsafe<T> - Interface in org.matheclipse.core.frobenius
- OutputPortUnsafe.PortIterable<T> - Class in org.matheclipse.core.frobenius
- OutputPortUnsafe.PortIterator<T> - Class in org.matheclipse.core.frobenius
- OutputPortUnsafe.Singleton<T> - Class in org.matheclipse.core.frobenius
- outputStream(Object) - Static method in class org.matheclipse.core.expression.J
-
OutputStream("file-name") - opens a file and returns an OutputStream.
- outputStream(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
OutputStream("file-name") - opens a file and returns an OutputStream.
- OutputStream - Static variable in class org.matheclipse.core.expression.ID
- OutputStream - Static variable in class org.matheclipse.core.expression.S
-
OutputStream("file-name") - opens a file and returns an OutputStream.
- OutputStreamExpr - Class in org.matheclipse.core.expression.data
- OutputStreamExpr() - Constructor for class org.matheclipse.core.expression.data.OutputStreamExpr
- OutputStreamExpr(OutputStream, String) - Constructor for class org.matheclipse.core.expression.data.OutputStreamExpr
- OUTPUTSTREAMEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- OutputStyle - Enum in org.matheclipse.core.form
- Overflow - Static variable in class org.matheclipse.core.expression.ID
- Overflow - Static variable in class org.matheclipse.core.expression.S
- Overflow() - Static method in class org.matheclipse.core.expression.F
- Overlaps - Static variable in class org.matheclipse.core.expression.ID
- Overlaps - Static variable in class org.matheclipse.core.expression.S
- Overscript - Static variable in class org.matheclipse.core.expression.ID
- Overscript - Static variable in class org.matheclipse.core.expression.S
- OverscriptBox - Static variable in class org.matheclipse.core.expression.ID
- OverscriptBox - Static variable in class org.matheclipse.core.expression.S
- ownValues(Object) - Static method in class org.matheclipse.core.expression.J
-
OwnValues(symbol) - prints the own-value rule associated with `symbol`.
- OwnValues - Static variable in class org.matheclipse.core.expression.ID
- OwnValues - Static variable in class org.matheclipse.core.expression.S
-
OwnValues(symbol) - prints the own-value rule associated with `symbol`.
P
- p - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
p
that will never be assigned a value. - P - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- p_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
p_
that will be used only for predefined pattern-matching rules and can match one expression. - P_ - Static variable in class org.matheclipse.core.expression.F
- p_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- P_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- p_Symbol - Static variable in class org.matheclipse.core.expression.F
- pa - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pa_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pa_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- Package - Static variable in class org.matheclipse.core.expression.ID
- Package - Static variable in class org.matheclipse.core.expression.S
- PACKAGE_LOADED - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol flag for a symbol which has already loaded it's package definition
- PACKAGE_MODE - Static variable in class org.matheclipse.core.basic.Config
-
Default package mode with which the EvalEngines initially can be started
- PACKAGES - Static variable in class org.matheclipse.core.expression.ContextPath
- padeApproximant(Object, Object) - Static method in class org.matheclipse.core.expression.J
- PadeApproximant - Static variable in class org.matheclipse.core.expression.ID
- PadeApproximant - Static variable in class org.matheclipse.core.expression.S
- padLeft(Object) - Static method in class org.matheclipse.core.expression.J
-
PadLeft(list, n) - pads `list` to length `n` by adding `0` on the left.
- padLeft(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PadLeft(list, n) - pads `list` to length `n` by adding `0` on the left.
- padLeft(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PadLeft(list, n) - pads `list` to length `n` by adding `0` on the left.
- PadLeft - Static variable in class org.matheclipse.core.expression.ID
- PadLeft - Static variable in class org.matheclipse.core.expression.S
-
PadLeft(list, n) - pads `list` to length `n` by adding `0` on the left.
- padRight(Object) - Static method in class org.matheclipse.core.expression.J
-
PadRight(list, n) - pads `list` to length `n` by adding `0` on the right.
- padRight(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PadRight(list, n) - pads `list` to length `n` by adding `0` on the right.
- padRight(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PadRight(list, n) - pads `list` to length `n` by adding `0` on the right.
- PadRight - Static variable in class org.matheclipse.core.expression.ID
- PadRight - Static variable in class org.matheclipse.core.expression.S
-
PadRight(list, n) - pads `list` to length `n` by adding `0` on the right.
- pair(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Return a pair of values as a
List()
- Pair - Class in org.matheclipse.core.expression
-
A pair of values extnding the
IAST
interface. - Pair() - Constructor for class org.matheclipse.core.expression.Pair
- parallelMap(Object, Object) - Static method in class org.matheclipse.core.expression.J
- parallelMap(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- ParallelMap - Static variable in class org.matheclipse.core.expression.ID
- ParallelMap - Static variable in class org.matheclipse.core.expression.S
- parametricPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ParametricPlot({function1, function2}, {t, tMin, tMax}) - generate a JavaScript control for the parametric expressions `function1`, `function2` in the `t` range `{t, tMin, tMax}`.
- parametricPlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ParametricPlot({function1, function2}, {t, tMin, tMax}) - generate a JavaScript control for the parametric expressions `function1`, `function2` in the `t` range `{t, tMin, tMax}`.
- ParametricPlot - Class in org.matheclipse.core.reflection.system
-
Plots x/y functions
- ParametricPlot - Static variable in class org.matheclipse.core.expression.ID
- ParametricPlot - Static variable in class org.matheclipse.core.expression.S
-
ParametricPlot({function1, function2}, {t, tMin, tMax}) - generate a JavaScript control for the parametric expressions `function1`, `function2` in the `t` range `{t, tMin, tMax}`.
- ParametricPlot() - Constructor for class org.matheclipse.core.reflection.system.ParametricPlot
- Parenthesis - Static variable in class org.matheclipse.core.expression.ID
- Parenthesis - Static variable in class org.matheclipse.core.expression.S
-
Parenthesis(expr) - print `expr` with parenthesis surrounded in output forms.
- Parenthesis(IExpr) - Static method in class org.matheclipse.core.expression.F
- paretoDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ParetoDistribution(k,a) - returns a Pareto distribution.
- paretoDistribution(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ParetoDistribution(k,a) - returns a Pareto distribution.
- ParetoDistribution - Static variable in class org.matheclipse.core.expression.ID
- ParetoDistribution - Static variable in class org.matheclipse.core.expression.S
-
ParetoDistribution(k,a) - returns a Pareto distribution.
- ParetoDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ParetoDistribution(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ParetoDistribution(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- parity(int[]) - Static method in class org.matheclipse.core.tensor.ext.Integers
-
Examples:
- parse(Reader) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
- parse(Reader) - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- parse(Reader) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
- parse(String) - Method in class org.matheclipse.core.eval.EvalEngine
-
Parse the given
expression String
into an IExpr without evaluation. - parse(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Parse the given
expression String
without evaluation - parse(String) - Static method in class org.matheclipse.core.expression.AST
-
simple parser to simplify unit tests.
- parse(String) - Method in class org.matheclipse.core.form.tex.TeXParser
- parse(String) - Method in class org.matheclipse.core.parser.ExprParser
-
Parse the given
expression
String into an IExpr. - parse(String) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
- parse(String) - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- parse(String) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
- parse(String, boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Parse the given
expression String
into an IExpr without evaluation. - parse(String, IAST) - Static method in class org.matheclipse.core.eval.MathUtils
-
Parse the
codeString
into anIExpr
and iffunction
unequalsnull
, replace all occurences of symbolx
in the function with the parsed expression. - parseArrayAsList(int) - Method in class org.matheclipse.core.form.tex.TeXParser
- parseExpression() - Method in class org.matheclipse.core.parser.ExprParser
- parseMatrixAsList(String, int) - Method in class org.matheclipse.core.form.tex.TeXParser
- parsePackage(String) - Method in class org.matheclipse.core.parser.ExprParser
- parseReader(BufferedReader, EvalEngine) - Static method in class org.matheclipse.core.builtin.FileFunctions
-
Parse the
reader
input. - parseReader(String, EvalEngine) - Static method in class org.matheclipse.core.builtin.FileFunctions
-
Parse the
reader
input. - parseVarint(byte[], int) - Static method in class org.matheclipse.core.expression.WL
-
Parse a readable binary buffer for a positive varint encoded integer.
- part(Object) - Static method in class org.matheclipse.core.expression.J
-
Part(expr, i) - returns part `i` of `expr`.
- part(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Part(expr, i) - returns part `i` of `expr`.
- part(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Part(expr, i) - returns part `i` of `expr`.
- part(IAST, IAST, int, EvalEngine) - Static method in class org.matheclipse.core.builtin.Programming
-
Get the
Part[...]
of an expression. - Part - Static variable in class org.matheclipse.core.expression.ID
- Part - Static variable in class org.matheclipse.core.expression.S
-
Part(expr, i) - returns part `i` of `expr`.
- Part() - Static method in class org.matheclipse.core.expression.F
-
See: Part
- Part(int, IExpr...) - Static method in class org.matheclipse.core.expression.F
-
See: Part
- Part(IExpr...) - Static method in class org.matheclipse.core.expression.F
-
See: Part
- Part(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns part
i
ofexpr
. - Part(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the part
i, j
ofexpr
. - partial - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
True for partially reversed variables.
- partial - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
True for partially reversed variables.
- PARTIAL_SUPPORT - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- partialFractionDecomposition(IExpr, IExpr, IExpr, int, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra
-
Create a (recursive) partial fraction decomposition of the expression
numerator / Times( ...
- partialFractionDecompositionRational(IPartialFractionGenerator, IExpr[], IAST) - Static method in class org.matheclipse.core.builtin.Algebra
-
Returns an AST with head
Plus
, which contains the partial fraction decomposition of the numerator and denominator parts. - partialFractionDecompositionRational(IPartialFractionGenerator, IExpr[], IExpr) - Static method in class org.matheclipse.core.builtin.Algebra
-
Returns an AST with head
Plus
, which contains the partial fraction decomposition of the numerator and denominator parts. - PartialFractionGenerator - Class in org.matheclipse.core.polynomials
- PartialFractionGenerator() - Constructor for class org.matheclipse.core.polynomials.PartialFractionGenerator
- PartialFractionIntegrateGenerator - Class in org.matheclipse.core.polynomials
-
Generator to integrate a rational polynomial by partial fraction
- PartialFractionIntegrateGenerator(IExpr) - Constructor for class org.matheclipse.core.polynomials.PartialFractionIntegrateGenerator
- partition(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Partition(list, n) - partitions `list` into sublists of length `n`.
- partition(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Partition(list, n) - partitions `list` into sublists of length `n`.
- partition(ISymbol, Predicate<? super IExpr>, IExpr, IExpr, ISymbol, ISymbol) - Method in class org.matheclipse.core.expression.AbstractAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to the1st element
of the resulting AST, or otherwise append it to the2nd element
of the resulting AST. - partition(ISymbol, Predicate<? super IExpr>, IExpr, IExpr, ISymbol, ISymbol) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate to the1st element
of the resulting AST, or otherwise append it to the2nd element
of the resulting AST. - Partition - Static variable in class org.matheclipse.core.expression.ID
- Partition - Static variable in class org.matheclipse.core.expression.S
-
Partition(list, n) - partitions `list` into sublists of length `n`.
- partitionPlus(Predicate<? super IExpr>, IExpr, IExpr, ISymbol) - Method in class org.matheclipse.core.expression.AbstractAST
- partitionPlus(Predicate<? super IExpr>, IExpr, IExpr, ISymbol) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Select all elements by applying the
predicate
to each argument in thisPlus(...)
expression and append the arguments which satisfy the predicate to the1st element
of the resulting AST, or otherwise append it to the2nd element
of the resulting AST. - partitionsP(Object) - Static method in class org.matheclipse.core.expression.J
-
PartitionsP(n) - gives the number of unrestricted partitions of the integer `n`.
- PartitionsP - Static variable in class org.matheclipse.core.expression.ID
- PartitionsP - Static variable in class org.matheclipse.core.expression.S
-
PartitionsP(n) - gives the number of unrestricted partitions of the integer `n`.
- PartitionsP(IExpr) - Static method in class org.matheclipse.core.expression.F
- partitionsQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PartitionsQ(n) - gives the number of partitions of the integer `n` into distinct parts
- PartitionsQ - Static variable in class org.matheclipse.core.expression.ID
- PartitionsQ - Static variable in class org.matheclipse.core.expression.S
-
PartitionsQ(n) - gives the number of partitions of the integer `n` into distinct parts
- PartitionsQ(IExpr) - Static method in class org.matheclipse.core.expression.F
- partitionTimes(Predicate<? super IExpr>, IExpr, IExpr, ISymbol) - Method in class org.matheclipse.core.expression.AbstractAST
- partitionTimes(Predicate<? super IExpr>, IExpr, IExpr, ISymbol) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Select all elements by applying the
predicate
to each argument in thisTimes(...)
expression and append the arguments which satisfy the predicate to the1st element
of the resulting AST, or otherwise append it to the2nd element
of the resulting AST. - partsApart(IExpr[], IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra
-
If possible returns an AST with head
S.Plus
, which contains the partial fraction decomposition of the numerator and denominator parts. - PARULA - org.matheclipse.core.tensor.img.ColorDataGradients
-
matlab default
- PARZEN - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- parzenWindow(Object) - Static method in class org.matheclipse.core.expression.J
- parzenWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- ParzenWindow - Static variable in class org.matheclipse.core.expression.ID
- ParzenWindow - Static variable in class org.matheclipse.core.expression.S
- PASTEL - org.matheclipse.core.tensor.img.ColorDataGradients
-
pink, yellow, cyan
- pathAsStrings() - Method in class org.matheclipse.core.expression.ContextPath
-
Return the context path as list of context strings.
- pathGraph(Object) - Static method in class org.matheclipse.core.expression.J
- PathGraph - Static variable in class org.matheclipse.core.expression.ID
- PathGraph - Static variable in class org.matheclipse.core.expression.S
- pathGraphQ(Object) - Static method in class org.matheclipse.core.expression.J
- PathGraphQ - Static variable in class org.matheclipse.core.expression.ID
- PathGraphQ - Static variable in class org.matheclipse.core.expression.S
- pattern(Object, Object) - Static method in class org.matheclipse.core.expression.J
- pattern(ISymbol) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- pattern(ISymbol, IExpr, boolean) - Static method in class org.matheclipse.core.expression.F
-
Create a pattern for pattern-matching and term rewriting
- Pattern - Class in org.matheclipse.core.expression
-
A pattern with assigned "pattern name" (i.e.
- Pattern - Static variable in class org.matheclipse.core.expression.ID
- Pattern - Static variable in class org.matheclipse.core.expression.S
- Pattern() - Constructor for class org.matheclipse.core.builtin.PatternMatching.Pattern
- Pattern(ISymbol, IExpr, boolean) - Constructor for class org.matheclipse.core.expression.Pattern
-
package private
- patternHashCode() - Method in class org.matheclipse.core.expression.AbstractAST
-
Calculate a special hash value to find a matching rule in a hash table
- patternHashCode() - Method in interface org.matheclipse.core.interfaces.IAST
-
Calculate a special hash value for pattern matching
- PATTERNID - org.matheclipse.core.expression.Hierarchy
- PATTERNID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- PatternMap() - Constructor for class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- PatternMap0() - Constructor for class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- PatternMap1() - Constructor for class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- PatternMap2() - Constructor for class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- PatternMap3() - Constructor for class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- PatternMatcher - Class in org.matheclipse.core.patternmatching
- PatternMatcher() - Constructor for class org.matheclipse.core.patternmatching.PatternMatcher
-
Needed for serialization
- PatternMatcher(int, IExpr, boolean) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcher
- PatternMatcher(IExpr) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcher
- PatternMatcherAndEvaluator - Class in org.matheclipse.core.patternmatching
- PatternMatcherAndEvaluator() - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
-
Public constructor for serialization.
- PatternMatcherAndEvaluator(int, IExpr, IExpr) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
-
Define a pattern-matching rule.
- PatternMatcherAndEvaluator(int, IExpr, IExpr, boolean, int) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- PatternMatcherAndEvaluator(IExpr, IExpr) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
-
Define a pattern-matching rule.
- PatternMatcherAndInvoker - Class in org.matheclipse.core.patternmatching
-
Deprecated.
- PatternMatcherAndInvoker() - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherAndInvoker
-
Deprecated.Void constructor for Externalizable.
- PatternMatcherAndInvoker(String, IFunctionEvaluator, String) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherAndInvoker
-
Deprecated.
- PatternMatcherAndInvoker(IExpr, IFunctionEvaluator, String) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherAndInvoker
-
Deprecated.
- PatternMatcherEquals - Class in org.matheclipse.core.patternmatching
-
Matches a given expression by simply comparing the left-hand-side expression of this pattern matcher with the
equals()
method. - PatternMatcherEquals() - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherEquals
-
Public constructor for serialization.
- PatternMatcherEquals(int, IExpr, IExpr) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherEquals
- PatternMatcherEvalEngine - Class in org.matheclipse.core.patternmatching
- PatternMatcherEvalEngine() - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherEvalEngine
- PatternMatcherEvalEngine(IExpr, EvalEngine) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherEvalEngine
- PatternMatcherList - Class in org.matheclipse.core.patternmatching
- PatternMatcherList() - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherList
- PatternMatcherList(int, IExpr, IExpr) - Constructor for class org.matheclipse.core.patternmatching.PatternMatcherList
- PatternMatching - Class in org.matheclipse.core.builtin
- PatternMatching.Blank - Class in org.matheclipse.core.builtin
- PatternMatching.BlankNullSequence - Class in org.matheclipse.core.builtin
- PatternMatching.BlankSequence - Class in org.matheclipse.core.builtin
- PatternMatching.Optional - Class in org.matheclipse.core.builtin
-
Optional(patt, default)
- PatternMatching.OptionsPattern - Class in org.matheclipse.core.builtin
- PatternMatching.OptionValue - Class in org.matheclipse.core.builtin
- PatternMatching.Pattern - Class in org.matheclipse.core.builtin
- PatternMatching.Repeated - Class in org.matheclipse.core.builtin
- PatternMatching.RepeatedNull - Class in org.matheclipse.core.builtin
- PatternNested - Class in org.matheclipse.core.expression
-
A pattern with assigned "pattern name" (i.e.
- PatternOrder - Static variable in class org.matheclipse.core.expression.ID
- PatternOrder - Static variable in class org.matheclipse.core.expression.S
- PatternSequence - Class in org.matheclipse.core.expression
-
A concrete pattern sequence implementation (i.e.
- PatternSequence() - Constructor for class org.matheclipse.core.expression.PatternSequence
- patternTest(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PatternTest(pattern, test) - constrains `pattern` to match `expr` only if the evaluation of `test(expr)` yields `True`.
- PatternTest - Static variable in class org.matheclipse.core.expression.ID
- PatternTest - Static variable in class org.matheclipse.core.expression.S
-
PatternTest(pattern, test) - constrains `pattern` to match `expr` only if the evaluation of `test(expr)` yields `True`.
- PatternTest(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- pauliMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
PauliMatrix(n) - returns `n`th Pauli spin `2x2` matrix for `n` between `0` and `4`.
- PauliMatrix - Static variable in class org.matheclipse.core.expression.ID
- PauliMatrix - Static variable in class org.matheclipse.core.expression.S
-
PauliMatrix(n) - returns `n`th Pauli spin `2x2` matrix for `n` between `0` and `4`.
- pause(Object) - Static method in class org.matheclipse.core.expression.J
-
Pause(seconds) - pause the thread for the number of `seconds`.
- Pause - Static variable in class org.matheclipse.core.expression.ID
- Pause - Static variable in class org.matheclipse.core.expression.S
-
Pause(seconds) - pause the thread for the number of `seconds`.
- pb - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pb_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pb_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pc - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pc_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pc_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pd - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pd_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pd_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pdf(Object) - Static method in class org.matheclipse.core.expression.J
-
PDF(distribution, value) - returns the probability density function of `value`.
- pdf(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PDF(distribution, value) - returns the probability density function of `value`.
- PDF - Static variable in class org.matheclipse.core.expression.ID
- PDF - Static variable in class org.matheclipse.core.expression.S
-
PDF(distribution, value) - returns the probability density function of `value`.
- PDF(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See: PDF
- PDF(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
See: PDF
- pe - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pe_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pe_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- PearsonChiSquareTest - Static variable in class org.matheclipse.core.expression.ID
- PearsonChiSquareTest - Static variable in class org.matheclipse.core.expression.S
- pearsonCorrelationTest(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PearsonCorrelationTest(real-vector1, real-vector2) - `"value"` can be `"TestStatistic"`, `"TestData"` or `"PValue"`.
- pearsonCorrelationTest(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PearsonCorrelationTest(real-vector1, real-vector2) - `"value"` can be `"TestStatistic"`, `"TestData"` or `"PValue"`.
- PearsonCorrelationTest - Static variable in class org.matheclipse.core.expression.ID
- PearsonCorrelationTest - Static variable in class org.matheclipse.core.expression.S
-
PearsonCorrelationTest(real-vector1, real-vector2) - `"value"` can be `"TestStatistic"`, `"TestData"` or `"PValue"`.
- peek() - Method in class org.matheclipse.core.builtin.OutputFunctions.VariableManager
- peek() - Method in class org.matheclipse.core.eval.util.DoubleStack
-
Looks at the object at the top of this stack without removing it from the stack.
- peekOptionsStack() - Method in class org.matheclipse.core.eval.EvalEngine
- peelOff(IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Split plusAST into two parts, a "rest" and a multiple of Pi/2.
- peelOffPlusI(IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
This assumes plusAST to be an Plus() expression.
- peelOffPlusRational(IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
This method assumes plusAST to be a Plus() expression.
- peelOfTimes(IAST, IExpr) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Try to split a periodic part from the Times() expression:
result == timesAST / period
- peelOfTimes(IAST, IExpr, IExpr) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Try to split a periodic part from the Times() expression:
result == timesAST / period
- perfectNumber(Object) - Static method in class org.matheclipse.core.expression.J
-
PerfectNumber(n) - returns the `n`th perfect number.
- PerfectNumber - Static variable in class org.matheclipse.core.expression.ID
- PerfectNumber - Static variable in class org.matheclipse.core.expression.S
-
PerfectNumber(n) - returns the `n`th perfect number.
- perfectNumberQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PerfectNumberQ(n) - returns `True` if `n` is a perfect number.
- PerfectNumberQ - Static variable in class org.matheclipse.core.expression.ID
- PerfectNumberQ - Static variable in class org.matheclipse.core.expression.S
-
PerfectNumberQ(n) - returns `True` if `n` is a perfect number.
- perfectPower(IReal) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- perfectPower(IReal, IAST) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- perfectPower(IReal, IAST, boolean, boolean) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- PerfectPowerTest(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PerfectSquareQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- perimeter(Object) - Static method in class org.matheclipse.core.expression.J
-
Perimeter(geometric-form) - returns the perimeter of the `geometric-form`.
- Perimeter - Static variable in class org.matheclipse.core.expression.ID
- Perimeter - Static variable in class org.matheclipse.core.expression.S
-
Perimeter(geometric-form) - returns the perimeter of the `geometric-form`.
- PeriodogramArray - Class in org.matheclipse.core.tensor.fft
- permutation(List<Integer>) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Permutation of the termorder.
- permutation(List<Integer>) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Permutation of exponent vector.
- permutation(List<Integer>) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Permutation of exponent vector.
- permutation(List<Integer>) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Permutation of the termorder.
- permutationCycles(Object) - Static method in class org.matheclipse.core.expression.J
-
PermutationCycles(permutation-list) - generate a `Cycles({{...},{...}, ...})` expression from the `permutation-list`.
- permutationCycles(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PermutationCycles(permutation-list) - generate a `Cycles({{...},{...}, ...})` expression from the `permutation-list`.
- permutationCycles(IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.Combinatoric
-
Create a
Cycles({...})
expression from the permutation list. - permutationCycles(IAST, EvalEngine, IExpr) - Static method in class org.matheclipse.core.builtin.Combinatoric
-
Create a
Cycles({...})
expression from the permutation list. - PermutationCycles - Static variable in class org.matheclipse.core.expression.ID
- PermutationCycles - Static variable in class org.matheclipse.core.expression.S
-
PermutationCycles(permutation-list) - generate a `Cycles({{...},{...}, ...})` expression from the `permutation-list`.
- permutationCyclesQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PermutationCyclesQ(cycles-expression) - if `cycles-expression` is a valid `Cycles({{...},{...}, ...})` expression return `True`.
- PermutationCyclesQ - Static variable in class org.matheclipse.core.expression.ID
- PermutationCyclesQ - Static variable in class org.matheclipse.core.expression.S
-
PermutationCyclesQ(cycles-expression) - if `cycles-expression` is a valid `Cycles({{...},{...}, ...})` expression return `True`.
- permutationList(Object) - Static method in class org.matheclipse.core.expression.J
-
PermutationList(Cycles({{...},{...}, ...})) - get the permutation list representation from the `Cycles({{...},{...}, ...})` expression.
- permutationList(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PermutationList(Cycles({{...},{...}, ...})) - get the permutation list representation from the `Cycles({{...},{...}, ...})` expression.
- PermutationList - Static variable in class org.matheclipse.core.expression.ID
- PermutationList - Static variable in class org.matheclipse.core.expression.S
-
PermutationList(Cycles({{...},{...}, ...})) - get the permutation list representation from the `Cycles({{...},{...}, ...})` expression.
- permutationListQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PermutationListQ(permutation-list) - if `permutation-list` is a valid permutation list return `True`.
- PermutationListQ - Static variable in class org.matheclipse.core.expression.ID
- PermutationListQ - Static variable in class org.matheclipse.core.expression.S
-
PermutationListQ(permutation-list) - if `permutation-list` is a valid permutation list return `True`.
- permutationReplace(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PermutationReplace(list-or-integer, Cycles({{...},{...}, ...})) - replace the arguments of the first expression with the corresponding element from the `Cycles({{...},{...}, ...})` expression.
- permutationReplace(IAST, IAST) - Static method in class org.matheclipse.core.builtin.Combinatoric
- PermutationReplace - Static variable in class org.matheclipse.core.expression.ID
- PermutationReplace - Static variable in class org.matheclipse.core.expression.S
-
PermutationReplace(list-or-integer, Cycles({{...},{...}, ...})) - replace the arguments of the first expression with the corresponding element from the `Cycles({{...},{...}, ...})` expression.
- permutations(Object) - Static method in class org.matheclipse.core.expression.J
-
Permutations(list) - gives all possible orderings of the items in `list`.
- permutations(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Permutations(list) - gives all possible orderings of the items in `list`.
- Permutations - Static variable in class org.matheclipse.core.expression.ID
- Permutations - Static variable in class org.matheclipse.core.expression.S
-
Permutations(list) - gives all possible orderings of the items in `list`.
- permute(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Permute(list, Cycles({permutation-cycles})) - permutes the `list` from the cycles in `permutation-cycles`.
- Permute - Static variable in class org.matheclipse.core.expression.ID
- Permute - Static variable in class org.matheclipse.core.expression.S
-
Permute(list, Cycles({permutation-cycles})) - permutes the `list` from the cycles in `permutation-cycles`.
- permuteVars(List<Integer>, String[]) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Permute variable names.
- permuteVars(List<Integer>, String[]) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Permute variable names.
- petersenGraph(Object) - Static method in class org.matheclipse.core.expression.J
-
PetersenGraph() - create a `PetersenGraph(5, 2)` graph.
- petersenGraph(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PetersenGraph() - create a `PetersenGraph(5, 2)` graph.
- PetersenGraph - Static variable in class org.matheclipse.core.expression.ID
- PetersenGraph - Static variable in class org.matheclipse.core.expression.S
-
PetersenGraph() - create a `PetersenGraph(5, 2)` graph.
- pf - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pf_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pf_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pg - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pg_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pg_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- ph - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- ph_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- ph_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- PHYSICAL_CONSTANTS_STRINGS - Static variable in class org.matheclipse.core.convert.AST2Expr
- pi - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- Pi - Static variable in class org.matheclipse.core.expression.ID
- Pi - Static variable in class org.matheclipse.core.expression.S
-
Pi - is the constant `Pi`.
- pi_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pi_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pick(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Pick(nested-list, nested-selection) - returns the elements of `nested-list` that have value `True` in the corresponding position in `nested-selection`.
- pick(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Pick(nested-list, nested-selection) - returns the elements of `nested-list` that have value `True` in the corresponding position in `nested-selection`.
- Pick - Static variable in class org.matheclipse.core.expression.ID
- Pick - Static variable in class org.matheclipse.core.expression.S
-
Pick(nested-list, nested-selection) - returns the elements of `nested-list` that have value `True` in the corresponding position in `nested-selection`.
- Pictures(String...) - Static method in class org.matheclipse.core.tensor.ext.HomeDirectory
-
On linux, the directory has the form /home/$USERNAME/Pictures/string[0]/string[1]/...
- piecewise(Object) - Static method in class org.matheclipse.core.expression.J
-
Piecewise({{expr1, cond1}, ...}) - represents a piecewise function.
- piecewise(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Piecewise({{expr1, cond1}, ...}) - represents a piecewise function.
- Piecewise - Static variable in class org.matheclipse.core.expression.ID
- Piecewise - Static variable in class org.matheclipse.core.expression.S
-
Piecewise({{expr1, cond1}, ...}) - represents a piecewise function.
- Piecewise(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See: Piecewise
- Piecewise(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
See: Piecewise
- piecewiseExpand(Object) - Static method in class org.matheclipse.core.expression.J
-
PiecewiseExpand(function) - expands piecewise expressions into a `Piecewise` function.
- piecewiseExpand(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PiecewiseExpand(function) - expands piecewise expressions into a `Piecewise` function.
- piecewiseExpand(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PiecewiseExpand(function) - expands piecewise expressions into a `Piecewise` function.
- piecewiseExpand(IAST, IBuiltInSymbol) - Static method in class org.matheclipse.core.builtin.PiecewiseFunctions
-
Rewrite the function as
Piecewise()
function if possible. - PiecewiseExpand - Static variable in class org.matheclipse.core.expression.ID
- PiecewiseExpand - Static variable in class org.matheclipse.core.expression.S
-
PiecewiseExpand(function) - expands piecewise expressions into a `Piecewise` function.
- PiecewiseExpand(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See: PiecewiseExpand
- PiecewiseFunctions - Class in org.matheclipse.core.builtin
- PiecewiseLinearQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PiecewiseLinearQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- piecewisePolynomialInterpolate(IAST, int, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Interpolation
- PieChart - Static variable in class org.matheclipse.core.expression.ID
- PieChart - Static variable in class org.matheclipse.core.expression.S
-
PieChart(list-of-values) - plot a pie chart from a `list-of-values`.
- pink - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color pink.
- Pink - Static variable in class org.matheclipse.core.expression.ID
- Pink - Static variable in class org.matheclipse.core.expression.S
- PINK - org.matheclipse.core.tensor.img.ColorDataGradients
-
black, pink, white
- PINK - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color pink.
- pixel2modelWidth(double) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- pj - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pj_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pj_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pk - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pk_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pk_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pl - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pl_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pl_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- plaintextTable(StringBuilder, IExpr, String, Function<IExpr, String>, boolean) - Static method in class org.matheclipse.core.builtin.OutputFunctions
-
Deprecated.use freva/ascii-table now - https://github.com/freva/ascii-table
- PlanarGraph - Static variable in class org.matheclipse.core.expression.ID
- PlanarGraph - Static variable in class org.matheclipse.core.expression.S
- planarGraphQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PlanarGraphQ(g) - Returns `True` if `g` is a planar graph and `False` otherwise.
- PlanarGraphQ - Static variable in class org.matheclipse.core.expression.ID
- PlanarGraphQ - Static variable in class org.matheclipse.core.expression.S
-
PlanarGraphQ(g) - Returns `True` if `g` is a planar graph and `False` otherwise.
- plot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Plot(function, {x, xMin, xMax}, PlotRange->{yMin,yMax}) - generate a JavaScript control for the expression `function` in the `x` range `{x, xMin, xMax}` and `{yMin, yMax}` in the `y` range.
- plot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Plot(function, {x, xMin, xMax}, PlotRange->{yMin,yMax}) - generate a JavaScript control for the expression `function` in the `x` range `{x, xMin, xMax}` and `{yMin, yMax}` in the `y` range.
- plot(IAST, GraphicsOptions, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.ListPlot
- Plot - Class in org.matheclipse.core.reflection.system
-
Plots x/y functions
- Plot - Class in org.matheclipse.core.sympy.plotting
- Plot - Static variable in class org.matheclipse.core.expression.ID
- Plot - Static variable in class org.matheclipse.core.expression.S
-
Plot(function, {x, xMin, xMax}, PlotRange->{yMin,yMax}) - generate a JavaScript control for the expression `function` in the `x` range `{x, xMin, xMax}` and `{yMin, yMax}` in the `y` range.
- Plot() - Constructor for class org.matheclipse.core.reflection.system.Plot
- Plot() - Constructor for class org.matheclipse.core.sympy.plotting.Plot
- Plot(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Plot(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- PLOT_COLORS - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
-
Default plot style colors for functions
- plot3D(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Plot3D(function, {x, xMin, xMax}, {y,yMin,yMax}) - generate a JavaScript control for the expression `function` in the `x` range `{x, xMin, xMax}` and `{yMin, yMax}` in the `y` range.
- plot3D(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Plot3D(function, {x, xMin, xMax}, {y,yMin,yMax}) - generate a JavaScript control for the expression `function` in the `x` range `{x, xMin, xMax}` and `{yMin, yMax}` in the `y` range.
- Plot3D - Class in org.matheclipse.core.reflection.system
-
Represents the Plot3D function
- Plot3D - Static variable in class org.matheclipse.core.expression.ID
- Plot3D - Static variable in class org.matheclipse.core.expression.S
-
Plot3D(function, {x, xMin, xMax}, {y,yMin,yMax}) - generate a JavaScript control for the expression `function` in the `x` range `{x, xMin, xMax}` and `{yMin, yMax}` in the `y` range.
- Plot3D() - Constructor for class org.matheclipse.core.reflection.system.Plot3D
- Plot3D(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- plotArray(double, double, double, double, IExpr, ISymbol, ISymbol, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.Plot3D
- PlotLegends - Static variable in class org.matheclipse.core.expression.ID
- PlotLegends - Static variable in class org.matheclipse.core.expression.S
- PLOTLY_IFRAME_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- PLOTLY_TEMPLATE - Static variable in class org.matheclipse.core.form.output.JSBuilder
- plotRange - Variable in class org.matheclipse.core.graphics.Dimensions2D
- plotRange() - Method in class org.matheclipse.core.graphics.GraphicsOptions
-
Return
PlotRange
(extent) option rule. - PlotRange - Static variable in class org.matheclipse.core.expression.ID
- PlotRange - Static variable in class org.matheclipse.core.expression.S
- PlotStyle - Static variable in class org.matheclipse.core.expression.ID
- PlotStyle - Static variable in class org.matheclipse.core.expression.S
- plotStyleColor(int, IAST) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- plotStyleColorExpr(int, IAST) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
-
Get an
F.RGBColor(double, double, double)
color for the function number from the internal color wheel. - plus(double) - Method in class org.matheclipse.core.expression.Num
- plus(Integer, IExpr) - Static method in class org.matheclipse.core.expression.F
- plus(Object...) - Static method in class org.matheclipse.core.expression.J
- plus(BigInteger, IExpr) - Static method in class org.matheclipse.core.expression.F
- plus(IAST, IAST) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- plus(IAST, IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- plus(IExpr) - Method in class org.matheclipse.core.eval.PlusOp
-
Add an argument
arg
to thisPlus()
expression. - plus(IExpr) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns an
IExpr
whose value is(this + that)
. - plus(IExpr) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- plus(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- plus(IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
- plus(IExpr) - Method in class org.matheclipse.core.expression.ASTSeriesData
- plus(IExpr) - Method in class org.matheclipse.core.expression.ComplexNum
- plus(IExpr) - Method in class org.matheclipse.core.expression.ComplexSym
- plus(IExpr) - Method in class org.matheclipse.core.expression.Num
- plus(IExpr) - Method in class org.matheclipse.core.expression.NumStr
- plus(IExpr) - Method in class org.matheclipse.core.expression.Symbol
- plus(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
whose value is(this + that)
. - plus(IExpr) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- plus(IExpr, boolean) - Method in interface org.matheclipse.core.tensor.qty.IQuantity
-
Add this quantity with a scalar.
- plus(IExpr, boolean) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- plus(IExpr, Integer) - Static method in class org.matheclipse.core.expression.F
- plus(IExpr, BigInteger) - Static method in class org.matheclipse.core.expression.F
- plus(IExpr, IAST) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- plus(IExpr, IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- plus(IInexactNumber) - Method in class org.matheclipse.core.expression.ApcomplexNum
- plus(IInexactNumber) - Method in class org.matheclipse.core.expression.ApfloatNum
- plus(IInexactNumber) - Method in class org.matheclipse.core.expression.ComplexNum
- plus(IInexactNumber) - Method in class org.matheclipse.core.expression.Num
- plus(IInexactNumber) - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- plus(INumber) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns an
INumber
whose value is(this + that)
. - plus(INumber) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- plus(INumber) - Method in class org.matheclipse.core.expression.ApcomplexNum
- plus(INumber) - Method in class org.matheclipse.core.expression.ApfloatNum
- plus(INumber) - Method in class org.matheclipse.core.expression.ComplexNum
- plus(INumber) - Method in class org.matheclipse.core.expression.ComplexSym
- plus(INumber) - Method in class org.matheclipse.core.expression.Num
- plus(INumber) - Method in interface org.matheclipse.core.interfaces.INumber
-
Returns an
INumber
whose value is(this + that)
. - Plus - Static variable in class org.matheclipse.core.expression.ID
- Plus - Static variable in class org.matheclipse.core.expression.S
-
Plus(a, b, ...) - represents the sum of the terms `a, b, ...`.
- Plus() - Constructor for class org.matheclipse.core.builtin.Arithmetic.Plus
- Plus() - Static method in class org.matheclipse.core.expression.F
-
See: Plus
- Plus(long, IExpr...) - Static method in class org.matheclipse.core.expression.F
-
Define a
Plus()
expressionnum + a0 + a1 + a2 ...
for addition. - Plus(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See: Plus
- Plus(IExpr...) - Static method in class org.matheclipse.core.expression.F
-
Define a
Plus()
expressiona0 + a1 + a2 ...
for addition. - Plus(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Define a
Plus()
expressionx + y
for addition. - Plus(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Define a
Plus()
expressionx + y + z
for addition. - PLUS_CALL - Static variable in class org.matheclipse.core.form.mathml.MathMLFormFactory
-
The conversion was called with a "+" operator preceding the
IExpr
object. - PLUS_CALL - Static variable in class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
-
The conversion was called with a "+" operator preceding the
IExpr
object. - PLUS_CALL - Static variable in class org.matheclipse.core.form.output.ComplexFormFactory
-
The conversion was called with a "+" operator preceding the
IExpr
object. - PLUS_CALL - Static variable in class org.matheclipse.core.form.output.DoubleFormFactory
-
The conversion was called with a "+" operator preceding the
IExpr
object. - PLUS_CALL - Static variable in class org.matheclipse.core.form.output.OutputFormFactory
-
The conversion was called with a "+" operator preceding the
IExpr
object. - PLUS_CALL - Static variable in class org.matheclipse.core.form.tex.TeXFormFactory
-
The conversion was called with a "+" operator preceding the
IExpr
object. - PlusAlloc(int) - Static method in class org.matheclipse.core.expression.F
-
See: Plus
- PlusMinus - Static variable in class org.matheclipse.core.expression.ID
- PlusMinus - Static variable in class org.matheclipse.core.expression.S
-
PlusMinus(a, b, ...) - has no built-in evaluating function, but represents the structure of the `±` operator.
- PlusMinus(IExpr...) - Static method in class org.matheclipse.core.expression.F
- PlusOp - Class in org.matheclipse.core.eval
-
Plus operator for adding multiple arguments with the
plus(argument)
method and returning the result, with thegetSum()
method, ifisEvaled()
returnstrue
. - PlusOp(int) - Constructor for class org.matheclipse.core.eval.PlusOp
-
Constructor.
- plusPS(ASTSeriesData) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Add two power series.
- pm - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pm_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pm_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pn - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pn_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pn_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- PNG - org.matheclipse.core.io.Extension
-
compressed image format with alpha channel
- po - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- po_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- po_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pochhammer(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Pochhammer(a, n) - returns the pochhammer symbol for a rational number `a` and an integer number `n`.
- Pochhammer - Static variable in class org.matheclipse.core.expression.ID
- Pochhammer - Static variable in class org.matheclipse.core.expression.S
-
Pochhammer(a, n) - returns the pochhammer symbol for a rational number `a` and an integer number `n`.
- Pochhammer(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- PodDefaultsRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - PodDefaultsRules() - Constructor for class org.matheclipse.core.reflection.system.rules.PodDefaultsRules
- point(double, double) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- point(Object) - Static method in class org.matheclipse.core.expression.J
-
Point({point_1, point_2 ...}) - represents the point primitive.
- point(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Point({point_1, point_2 ...}) - represents the point primitive.
- point(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Point({point_1, point_2 ...}) - represents the point primitive.
- Point - Static variable in class org.matheclipse.core.expression.ID
- Point - Static variable in class org.matheclipse.core.expression.S
-
Point({point_1, point_2 ...}) - represents the point primitive.
- Point(IAST) - Static method in class org.matheclipse.core.expression.F
- POINT_RELATIVE - Static variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Specifies that (on output) the vertex indices for a face should be numbered with respect to the original input points.
- pointBuffer - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- PointLight - Static variable in class org.matheclipse.core.expression.ID
- PointLight - Static variable in class org.matheclipse.core.expression.S
- pointSize() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- pointSize(IAST) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- PointSize - Static variable in class org.matheclipse.core.expression.ID
- PointSize - Static variable in class org.matheclipse.core.expression.S
- PointSize(double) - Static method in class org.matheclipse.core.expression.F
- PointSize(IExpr) - Static method in class org.matheclipse.core.expression.F
- pointsOfListPlot(IAST, double[]) - Static method in class org.matheclipse.core.reflection.system.ListPlot
- pointsOfMatrix(IAST, double[]) - Static method in class org.matheclipse.core.reflection.system.ListPlot
- poissonDistribution(Object) - Static method in class org.matheclipse.core.expression.J
-
PoissonDistribution(m) - returns a Poisson distribution.
- PoissonDistribution - Static variable in class org.matheclipse.core.expression.ID
- PoissonDistribution - Static variable in class org.matheclipse.core.expression.S
-
PoissonDistribution(m) - returns a Poisson distribution.
- PoissonDistribution(IExpr) - Static method in class org.matheclipse.core.expression.F
- PoissonProcess - Static variable in class org.matheclipse.core.expression.ID
- PoissonProcess - Static variable in class org.matheclipse.core.expression.S
- polarPlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolarPlot(function, {t, tMin, tMax}) - generate a JavaScript control for the polar plot expressions `function` in the `t` range `{t, tMin, tMax}`.
- PolarPlot - Class in org.matheclipse.core.reflection.system
-
Plots x/y functions
- PolarPlot - Static variable in class org.matheclipse.core.expression.ID
- PolarPlot - Static variable in class org.matheclipse.core.expression.S
-
PolarPlot(function, {t, tMin, tMax}) - generate a JavaScript control for the polar plot expressions `function` in the `t` range `{t, tMin, tMax}`.
- PolarPlot() - Constructor for class org.matheclipse.core.reflection.system.PolarPlot
- polarPlotParameters(ISymbol, double, double, IExpr, Dimensions2D, EvalEngine) - Static method in class org.matheclipse.core.builtin.ManipulateFunction
- PoleError - Exception in org.matheclipse.core.sympy.exception
- PoleError(String) - Constructor for exception org.matheclipse.core.sympy.exception.PoleError
- pollardRhoFactors(BigInteger, Map<BigInteger, Integer>) - Static method in class org.matheclipse.core.numbertheory.Primality
- polyAlgebraicNumber2Expr(GenPolynomial<AlgebraicNumber<BigRational>>) - Method in class org.matheclipse.core.convert.JASConvert
- polyGamma(double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
-
The digamma function.
- polyGamma(int, double) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- polyGamma(Object) - Static method in class org.matheclipse.core.expression.J
-
PolyGamma(value) - return the digamma function of the `value`.
- polyGamma(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolyGamma(value) - return the digamma function of the `value`.
- PolyGamma - Static variable in class org.matheclipse.core.expression.ID
- PolyGamma - Static variable in class org.matheclipse.core.expression.S
-
PolyGamma(value) - return the digamma function of the `value`.
- PolyGamma(int, IExpr) - Static method in class org.matheclipse.core.expression.F
- PolyGamma(IExpr) - Static method in class org.matheclipse.core.expression.F
- PolyGamma(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- PolyGammaRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - PolyGammaRules() - Constructor for class org.matheclipse.core.reflection.system.rules.PolyGammaRules
- PolyGCD(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- polygon(Object) - Static method in class org.matheclipse.core.expression.J
-
Polygon({point_1, point_2 ...}) - represents the filled polygon primitive.
- polygon(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Polygon({point_1, point_2 ...}) - represents the filled polygon primitive.
- polygon(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Polygon({point_1, point_2 ...}) - represents the filled polygon primitive.
- Polygon - Static variable in class org.matheclipse.core.expression.ID
- Polygon - Static variable in class org.matheclipse.core.expression.S
-
Polygon({point_1, point_2 ...}) - represents the filled polygon primitive.
- Polygon(IExpr) - Static method in class org.matheclipse.core.expression.F
- polygonalNumber(Object) - Static method in class org.matheclipse.core.expression.J
-
PolygonalNumber(nPoints) - returns the triangular number for `nPoints`.
- polygonalNumber(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolygonalNumber(nPoints) - returns the triangular number for `nPoints`.
- PolygonalNumber - Static variable in class org.matheclipse.core.expression.ID
- PolygonalNumber - Static variable in class org.matheclipse.core.expression.S
-
PolygonalNumber(nPoints) - returns the triangular number for `nPoints`.
- Polyhedron - Static variable in class org.matheclipse.core.expression.ID
- Polyhedron - Static variable in class org.matheclipse.core.expression.S
- polyLog(double, double) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- polyLog(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolyLog(s, z) - returns the polylogarithm function.
- polyLog(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolyLog(s, z) - returns the polylogarithm function.
- polyLog(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- PolyLog - Static variable in class org.matheclipse.core.expression.ID
- PolyLog - Static variable in class org.matheclipse.core.expression.S
-
PolyLog(s, z) - returns the polylogarithm function.
- PolyLog(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- PolyLog(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- PolyLogRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - PolyLogRules() - Constructor for class org.matheclipse.core.reflection.system.rules.PolyLogRules
- polynomial() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- polynomial(int) - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- POLYNOMIAL - Static variable in class org.matheclipse.core.expression.ExprAnalyzer
-
A polynomial expression for the given variables.
- PolynomialDegreeLimitExceeded - Exception in org.matheclipse.core.eval.exception
-
Exception which will be thrown, if the Config.MAX_AST_SIZE limit was exceeded.
- PolynomialDegreeLimitExceeded(int, int) - Constructor for exception org.matheclipse.core.eval.exception.PolynomialDegreeLimitExceeded
-
Set the exceeded limit to
(long)rowDimension*(long)columnDimension
. - PolynomialDegreeLimitExceeded(long) - Constructor for exception org.matheclipse.core.eval.exception.PolynomialDegreeLimitExceeded
- PolynomialDivide(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolynomialDivide(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- polynomialExtendedGCD(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolynomialExtendedGCD(p, q, x) - returns the extended GCD ('greatest common divisor') of the univariate polynomials `p` and `q`.
- PolynomialExtendedGCD - Static variable in class org.matheclipse.core.expression.ID
- PolynomialExtendedGCD - Static variable in class org.matheclipse.core.expression.S
-
PolynomialExtendedGCD(p, q, x) - returns the extended GCD ('greatest common divisor') of the univariate polynomials `p` and `q`.
- polynomialFunction2Expr(double[], IExpr) - Static method in class org.matheclipse.core.convert.Convert
-
Converts an array of coefficients into the (polynomial) expression representation.
- polynomialFunction2Expr(PolynomialFunction, ISymbol) - Static method in class org.matheclipse.core.convert.Convert
-
Converts a PolynomialFunction to the (polynomial) expression representation.
- PolynomialFunctions - Class in org.matheclipse.core.builtin
- PolynomialGCD - Static variable in class org.matheclipse.core.expression.ID
- PolynomialGCD - Static variable in class org.matheclipse.core.expression.S
-
PolynomialGCD(p, q) - returns the GCD ('greatest common divisor') of the polynomials `p` and `q`.
- PolynomialGCD(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- PolynomialHomogenization - Class in org.matheclipse.core.polynomials
-
Forward and backward substitutions of expressions for polynomials.
- PolynomialHomogenization(VariablesSet, EvalEngine) - Constructor for class org.matheclipse.core.polynomials.PolynomialHomogenization
-
Forward and backward substitutions of expressions for polynomials.
- PolynomialInAuxQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolynomialInQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolynomialInSubst(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolynomialInSubstAux(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolynomialLCM - Static variable in class org.matheclipse.core.expression.ID
- PolynomialLCM - Static variable in class org.matheclipse.core.expression.S
-
PolynomialLCM(p, q) - returns the LCM ('least common multiple') of the polynomials `p` and `q`.
- polynomialQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PolynomialQ(p, x) - return `True` if `p` is a polynomial for the variable `x`.
- polynomialQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolynomialQ(p, x) - return `True` if `p` is a polynomial for the variable `x`.
- PolynomialQ - Static variable in class org.matheclipse.core.expression.ID
- PolynomialQ - Static variable in class org.matheclipse.core.expression.S
-
PolynomialQ(p, x) - return `True` if `p` is a polynomial for the variable `x`.
- PolynomialQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- polynomialQuotient(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolynomialQuotient(p, q, x) - returns the polynomial quotient of the polynomials `p` and `q` for the variable `x`.
- PolynomialQuotient - Static variable in class org.matheclipse.core.expression.ID
- PolynomialQuotient - Static variable in class org.matheclipse.core.expression.S
-
PolynomialQuotient(p, q, x) - returns the polynomial quotient of the polynomials `p` and `q` for the variable `x`.
- PolynomialQuotient(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- polynomialQuotientRemainder(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolynomialQuotientRemainder(p, q, x) - returns a list with the polynomial quotient and remainder of the polynomials `p` and `q` for the variable `x`.
- PolynomialQuotientRemainder - Static variable in class org.matheclipse.core.expression.ID
- PolynomialQuotientRemainder - Static variable in class org.matheclipse.core.expression.S
-
PolynomialQuotientRemainder(p, q, x) - returns a list with the polynomial quotient and remainder of the polynomials `p` and `q` for the variable `x`.
- PolynomialQuotientRemainder(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- polynomialRemainder(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PolynomialQuotient(p, q, x) - returns the polynomial remainder of the polynomials `p` and `q` for the variable `x`.
- PolynomialRemainder - Static variable in class org.matheclipse.core.expression.ID
- PolynomialRemainder - Static variable in class org.matheclipse.core.expression.S
-
PolynomialQuotient(p, q, x) - returns the polynomial remainder of the polynomials `p` and `q` for the variable `x`.
- PolynomialRemainder(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- PolynomialsUtils - Class in org.matheclipse.core.polynomials
-
A collection of static methods that operate on or return polynomials.
- PolynomialsUtils.RecurrenceCoefficientsGenerator - Interface in org.matheclipse.core.polynomials
-
Interface for recurrence coefficients generation.
- polynomialTaylorSeries(IExpr[], IExpr, IExpr, int, int) - Static method in class org.matheclipse.core.builtin.Algebra
- PolynomialTermQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolynomialTerms(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolyQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolyQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PolyQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- pop() - Method in class org.matheclipse.core.builtin.OutputFunctions.VariableManager
- pop() - Method in class org.matheclipse.core.eval.util.DoubleStack
-
Removes the object at the top of this stack and returns that object as the value of this function.
- pop() - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Remove the last argument.
- popList(boolean) - Method in class org.matheclipse.core.eval.TraceStack
- popMatrix() - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
-
inspired by opengl
- popOptionsStack() - Method in class org.matheclipse.core.eval.EvalEngine
- PortIterable(OutputPortUnsafe<T>) - Constructor for class org.matheclipse.core.frobenius.OutputPortUnsafe.PortIterable
- PortIterator(OutputPortUnsafe<T>) - Constructor for class org.matheclipse.core.frobenius.OutputPortUnsafe.PortIterator
- PosAux(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- position(Object) - Static method in class org.matheclipse.core.expression.J
-
Position(expr, patt) - returns the list of positions for which `expr` matches `patt`.
- position(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Position(expr, patt) - returns the list of positions for which `expr` matches `patt`.
- position(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Position(expr, patt) - returns the list of positions for which `expr` matches `patt`.
- Position - Static variable in class org.matheclipse.core.expression.ID
- Position - Static variable in class org.matheclipse.core.expression.S
-
Position(expr, patt) - returns the list of positions for which `expr` matches `patt`.
- Position(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- positive(Number) - Static method in class org.matheclipse.core.tensor.sca.Clips
- positive(Object) - Static method in class org.matheclipse.core.expression.J
-
Positive(x) - returns `True` if `x` is a positive real number.
- positive(IReal) - Static method in class org.matheclipse.core.tensor.sca.Clips
-
clips in the interval [0, ..., max]
- Positive - Static variable in class org.matheclipse.core.expression.ID
- Positive - Static variable in class org.matheclipse.core.expression.S
-
Positive(x) - returns `True` if `x` is a positive real number.
- Positive(IExpr) - Static method in class org.matheclipse.core.expression.F
- PositiveFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PositiveIntegers - Static variable in class org.matheclipse.core.expression.ID
- PositiveIntegers - Static variable in class org.matheclipse.core.expression.S
- PositiveRationals - Static variable in class org.matheclipse.core.expression.ID
- PositiveRationals - Static variable in class org.matheclipse.core.expression.S
- PositiveReals - Static variable in class org.matheclipse.core.expression.ID
- PositiveReals - Static variable in class org.matheclipse.core.expression.S
- PosQ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PosQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- POSSIBLE_ZEROQ_TEST - Static variable in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
- possibleZeroQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PossibleZeroQ(expr) - returns `True` if basic symbolic and numerical methods suggests that `expr` has value zero, and `False` otherwise.
- possibleZeroQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PossibleZeroQ(expr) - returns `True` if basic symbolic and numerical methods suggests that `expr` has value zero, and `False` otherwise.
- PossibleZeroQ - Static variable in class org.matheclipse.core.expression.ID
- PossibleZeroQ - Static variable in class org.matheclipse.core.expression.S
-
PossibleZeroQ(expr) - returns `True` if basic symbolic and numerical methods suggests that `expr` has value zero, and `False` otherwise.
- PossibleZeroQ(IExpr) - Static method in class org.matheclipse.core.expression.F
- PossibleZeroQTest() - Constructor for class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr.PossibleZeroQTest
- postfix(Object) - Static method in class org.matheclipse.core.expression.J
- postfix(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Postfix - Static variable in class org.matheclipse.core.expression.ID
- Postfix - Static variable in class org.matheclipse.core.expression.S
- pow(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- pow(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- pow(double) - Method in interface org.matheclipse.core.interfaces.IExpr
- pow(double, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
-
Return
new Complex(x).pow(y)
. - pow(int) - Method in class org.matheclipse.core.expression.ApcomplexNum
- pow(int) - Method in class org.matheclipse.core.expression.ApfloatNum
- pow(int) - Method in class org.matheclipse.core.expression.ComplexNum
- pow(int) - Method in class org.matheclipse.core.expression.ComplexSym
- pow(int) - Method in class org.matheclipse.core.expression.Num
- pow(int) - Method in interface org.matheclipse.core.interfaces.IComplex
-
Returns this number raised at the specified exponent.
- pow(int) - Method in interface org.matheclipse.core.interfaces.IExpr
- pow(Complex, double) - Static method in class org.matheclipse.core.builtin.functions.JS
-
Return
x.pow(y)
. - pow(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
-
Return
x.pow(y)
. - pow(IComplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- pow(IComplexNum) - Method in class org.matheclipse.core.expression.ComplexNum
- pow(IComplexNum) - Method in interface org.matheclipse.core.interfaces.IComplexNum
- pow(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- pow(IExpr) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
-
Return this raised to a non-negative integer power.
- pow(INum) - Method in class org.matheclipse.core.expression.ApfloatNum
- pow(INum) - Method in class org.matheclipse.core.expression.Num
- pow(INum) - Method in interface org.matheclipse.core.interfaces.INum
- power(long) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
whose value is(this ^ n)
. - power(IAST, IInteger) - Static method in class org.matheclipse.core.expression.IntervalSym
-
Calculate
Interval({lower, upper},...,...) ^ exponent
. - power(IAST, IReal) - Static method in class org.matheclipse.core.expression.IntervalSym
-
Calculate
Interval({lower, upper},...,...) ^ exponent
. - power(IExpr) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- power(IExpr) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- power(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- power(IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
- power(IExpr) - Method in class org.matheclipse.core.expression.ComplexSym
- power(IExpr) - Method in class org.matheclipse.core.expression.Num
- power(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
whose value is(this ^ that)
. - power(IExpr) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- power(IExpr, IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
-
Calculate
base ^ intervalExponent
. - Power - Static variable in class org.matheclipse.core.expression.ID
- Power - Static variable in class org.matheclipse.core.expression.S
-
Power(a, b) - represents `a` raised to the power of `b`.
- Power() - Constructor for class org.matheclipse.core.builtin.Arithmetic.Power
- Power(IExpr, long) - Static method in class org.matheclipse.core.expression.F
-
Define a power expression
base ^ exponent
. - Power(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Define
base
to the power ofexponent
. - POWER_DELIMITER - Static variable in interface org.matheclipse.core.tensor.qty.IUnit
-
Example: A*kg^-2
- POWER_OPERATOR - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- powerExpand(Object) - Static method in class org.matheclipse.core.expression.J
-
PowerExpand(expr) - expands out powers of the form `(x^y)^z` and `(x*y)^z` in `expr`.
- powerExpand(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PowerExpand(expr) - expands out powers of the form `(x^y)^z` and `(x*y)^z` in `expr`.
- powerExpand(IAST, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
-
Expand out powers of the form `(x^y)^z` and `(x*y)^z` in `expr`.
- PowerExpand - Static variable in class org.matheclipse.core.expression.ID
- PowerExpand - Static variable in class org.matheclipse.core.expression.S
-
PowerExpand(expr) - expands out powers of the form `(x^y)^z` and `(x*y)^z` in `expr`.
- PowerExpand(IExpr) - Static method in class org.matheclipse.core.expression.F
- powerMod(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PowerMod(x, y, m) - computes `x^y` modulo `m`.
- PowerMod - Static variable in class org.matheclipse.core.expression.ID
- PowerMod - Static variable in class org.matheclipse.core.expression.S
-
PowerMod(x, y, m) - computes `x^y` modulo `m`.
- PowerMod(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- PowerOfInertTrigSumQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PowerOfLinearMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PowerOfLinearQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PowerQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- powerRational(long) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns this number raised at the specified exponent.
- powerRational(long) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Returns this number raised at the specified exponent.
- powerRational(long) - Method in interface org.matheclipse.core.interfaces.IFraction
-
Returns this number raised at the specified exponent.
- powerRational(long) - Method in interface org.matheclipse.core.interfaces.IInteger
- powerRational(long) - Method in interface org.matheclipse.core.interfaces.IRational
-
Returns this number raised at the specified exponent.
- PowerRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - PowerRules() - Constructor for class org.matheclipse.core.reflection.system.rules.PowerRules
- powerSeries(long) - Method in class org.matheclipse.core.expression.ASTSeriesData
- powerSurd(IExpr, IExpr) - Static method in class org.matheclipse.core.builtin.Arithmetic.Power
- PowerTimesFunction - Class in org.matheclipse.core.generic
-
Analyze if an expression is of the form
x^n_.
- PowerTimesFunction(Function5<IAST, IExpr, IExpr, IExpr, IExpr, IExpr>) - Constructor for class org.matheclipse.core.generic.PowerTimesFunction
-
Define the function which should be called, if the form
x^n_.
- PowerVariableDegree(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PowerVariableExpn(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PowerVariableSubst(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- powsimp(IExpr) - Static method in class org.matheclipse.core.sympy.simplify.Powsimp
- powsimp(IExpr, boolean, String) - Static method in class org.matheclipse.core.sympy.simplify.Powsimp
- powsimp(IExpr, boolean, String, boolean, Function<IExpr, IExpr>) - Static method in class org.matheclipse.core.sympy.simplify.Powsimp
- Powsimp - Class in org.matheclipse.core.sympy.simplify
- Powsimp() - Constructor for class org.matheclipse.core.sympy.simplify.Powsimp
- pp - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pp_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pp_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pq - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pq_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pq_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pr - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pr_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pr_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- precedenceClose(StringBuilder, int) - Method in class org.matheclipse.core.form.tex.TeXFormOperator
- PrecedenceForm - Static variable in class org.matheclipse.core.expression.ID
- PrecedenceForm - Static variable in class org.matheclipse.core.expression.S
- precedenceOpen(StringBuilder, int) - Method in class org.matheclipse.core.form.tex.TeXFormOperator
- precision() - Method in class org.matheclipse.core.expression.ApcomplexNum
- precision() - Method in class org.matheclipse.core.expression.ApfloatNum
- precision() - Method in class org.matheclipse.core.expression.ComplexNum
- precision() - Method in class org.matheclipse.core.expression.Num
- precision() - Method in class org.matheclipse.core.expression.NumStr
- precision() - Method in interface org.matheclipse.core.interfaces.IComplexNum
- precision() - Method in interface org.matheclipse.core.interfaces.INum
- precision(Object) - Static method in class org.matheclipse.core.expression.J
- Precision - Static variable in class org.matheclipse.core.expression.ID
- Precision - Static variable in class org.matheclipse.core.expression.S
- PrecisionGoal - Static variable in class org.matheclipse.core.expression.ID
- PrecisionGoal - Static variable in class org.matheclipse.core.expression.S
- preDecrement(Object) - Static method in class org.matheclipse.core.expression.J
-
PreDecrement(x) - decrements `x` by `1`, returning the new value of `x`.
- PreDecrement - Static variable in class org.matheclipse.core.expression.ID
- PreDecrement - Static variable in class org.matheclipse.core.expression.S
-
PreDecrement(x) - decrements `x` by `1`, returning the new value of `x`.
- PREDEFINED_ALIASES_MAP - Static variable in class org.matheclipse.core.convert.AST2Expr
-
Aliases which are mapped to the standard function symbols.
- PREDEFINED_INTERNAL_FORM_STRINGS - Static variable in class org.matheclipse.core.expression.F
-
The map for predefined strings for the
IExpr.internalFormString(boolean, int)
method. - PREDEFINED_SYMBOLS_MAP - Static variable in class org.matheclipse.core.convert.AST2Expr
-
Map the lower case identifier name to the upper case Wolfram language function name.
- PREDEFINED_SYMBOLS_MAP - Static variable in class org.matheclipse.core.expression.Context
-
The map for predefined (context "System") symbols
- predefinedSymbol(String) - Static method in class org.matheclipse.core.expression.F
-
Create a "predefined" symbol for constants or function names.
- PredicateQ - Class in org.matheclipse.core.builtin
- Predicates - Class in org.matheclipse.core.generic
- Predicates.IsBinaryFalse - Class in org.matheclipse.core.generic
-
Implement a
Comparator
and check if the evaluation of a binary AST object givesS.False
or-1
and return1
, orS.True
or1
and return-1
. - Predicates.IsBinaryTrue - Class in org.matheclipse.core.generic
-
Implement a
Comparator
and check if the evaluation of a binary AST object givesS.True
or1
and return1
, orS.False
or-1
and return-1
. - preevalForwardBackwardAST(IAST, int) - Method in class org.matheclipse.core.eval.EvalEngine
-
Pre-evaluate each argument of the
ast
by first (forward-) substituting all variables with dummy variables, evaluating the new expression and (backward-) substituting all dummy variables with the original variables. - prefix - Variable in class org.matheclipse.core.eval.util.SourceCodeProperties
-
If
SourceCodeProperties.Prefix.CLASS_NAME
use theF....
class prefix for generating Java code, ifSourceCodeProperties.Prefix.FULLY_QUALIFIED_CLASS_NAME
use the fully qualified class name, ifSourceCodeProperties.Prefix.NONE
use no prefix. - prefix(Object) - Static method in class org.matheclipse.core.expression.J
- prefix(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Prefix - Static variable in class org.matheclipse.core.expression.ID
- Prefix - Static variable in class org.matheclipse.core.expression.S
- preIncrement(Object) - Static method in class org.matheclipse.core.expression.J
-
PreIncrement(x) - increments `x` by `1`, returning the new value of `x`.
- PreIncrement - Static variable in class org.matheclipse.core.expression.ID
- PreIncrement - Static variable in class org.matheclipse.core.expression.S
-
PreIncrement(x) - increments `x` by `1`, returning the new value of `x`.
- prepareCompare(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Greater
- prepend(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Prepend(expr, item) - returns `expr` with `item` prepended to its leaves.
- Prepend - Static variable in class org.matheclipse.core.expression.ID
- Prepend - Static variable in class org.matheclipse.core.expression.S
-
Prepend(expr, item) - returns `expr` with `item` prepended to its leaves.
- Prepend(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- prependClone(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Prepend an expression to this list.
- prependClone(IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Prepend an expression to this list.
- prependRule(IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Adds the specified rule at the start of this association.
- prependRule(IExpr) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Adds the specified rule at the start of this association.
- prependRules(IAST) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- prependRules(IAST) - Method in class org.matheclipse.core.expression.ASTAssociation
- prependRules(IAST) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Prepend a list of rules.
- prependRules(IAST, int, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- prependRules(IAST, int, int) - Method in class org.matheclipse.core.expression.ASTAssociation
- prependRules(IAST, int, int) - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Prepend a range of a list of rules.
- prependTo(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PrependTo(s, item) - prepend `item` to value of `s` and sets `s` to the result.
- PrependTo - Static variable in class org.matheclipse.core.expression.ID
- PrependTo - Static variable in class org.matheclipse.core.expression.S
-
PrependTo(s, item) - prepend `item` to value of `s` and sets `s` to the result.
- prettyPrinter(PrintWriter, String[], String) - Static method in class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
-
Print the 3 lines
outputExpression
in the given print stream. - previous() - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- previousIndex() - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- Primality - Class in org.matheclipse.core.numbertheory
-
Provides primality probabilistic methods for small prime factors.
- Primality() - Constructor for class org.matheclipse.core.numbertheory.Primality
- prime(long) - Static method in class org.matheclipse.core.numbertheory.Primality
-
Prime(i)
gives the i-th prime number fori
less equal 103000000. - prime(Object) - Static method in class org.matheclipse.core.expression.J
-
Prime(n) - returns the `n`th prime number.
- Prime - Static variable in class org.matheclipse.core.expression.ID
- Prime - Static variable in class org.matheclipse.core.expression.S
-
Prime(n) - returns the `n`th prime number.
- PRIME_CERTAINTY - Static variable in interface org.matheclipse.core.interfaces.IInteger
-
Certainty for the isProbablePrime() method
- PRIME_FACTORS - Static variable in class org.matheclipse.core.basic.Config
-
The algorithm which should be used for the factorization of integer numbers.
- primeFactors(int) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- primeFactors(IInteger) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- primeFactors(IInteger, IExpr, boolean) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
- primeOmega(Object) - Static method in class org.matheclipse.core.expression.J
-
PrimeOmega(n) - returns the sum of the exponents of the prime factorization of `n`.
- primeOmega(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
- PrimeOmega - Static variable in class org.matheclipse.core.expression.ID
- PrimeOmega - Static variable in class org.matheclipse.core.expression.S
-
PrimeOmega(n) - returns the sum of the exponents of the prime factorization of `n`.
- PrimeOmega(IExpr) - Static method in class org.matheclipse.core.expression.F
- primePi(Object) - Static method in class org.matheclipse.core.expression.J
-
PrimePi(x) - gives the number of primes less than or equal to `x`.
- PrimePi - Static variable in class org.matheclipse.core.expression.ID
- PrimePi - Static variable in class org.matheclipse.core.expression.S
-
PrimePi(x) - gives the number of primes less than or equal to `x`.
- PrimePi(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See PrimePi
- primePower(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
-
A prime power is a positive integer power of a single prime number.
- primePowerQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PrimePowerQ(n) - returns `True` if `n` is a power of a prime number.
- PrimePowerQ - Static variable in class org.matheclipse.core.expression.ID
- PrimePowerQ - Static variable in class org.matheclipse.core.expression.S
-
PrimePowerQ(n) - returns `True` if `n` is a power of a prime number.
- primeQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PrimeQ(n) - returns `True` if `n` is a integer prime number.
- primeQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PrimeQ(n) - returns `True` if `n` is a integer prime number.
- PrimeQ - Static variable in class org.matheclipse.core.expression.ID
- PrimeQ - Static variable in class org.matheclipse.core.expression.S
-
PrimeQ(n) - returns `True` if `n` is a integer prime number.
- PrimeQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See PrimeQ
- primeRange(long, long) - Static method in class org.matheclipse.core.sympy.ntheory.Generate
- primeRange(IInteger) - Static method in class org.matheclipse.core.sympy.ntheory.Generate
- primeRange(IInteger, IInteger) - Static method in class org.matheclipse.core.sympy.ntheory.Generate
- Primes - Static variable in class org.matheclipse.core.expression.ID
- Primes - Static variable in class org.matheclipse.core.expression.S
- primitiveRoot(Object) - Static method in class org.matheclipse.core.expression.J
- primitiveRoot(Object, Object) - Static method in class org.matheclipse.core.expression.J
- PrimitiveRoot - Static variable in class org.matheclipse.core.expression.ID
- PrimitiveRoot - Static variable in class org.matheclipse.core.expression.S
- primitiveRootList() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
-
The primitive roots of this integer number
- primitiveRootList() - Method in interface org.matheclipse.core.interfaces.IInteger
-
primitiveRootList()
- primitiveRootList(Object) - Static method in class org.matheclipse.core.expression.J
-
PrimitiveRootList(n) - returns the list of the primitive roots of `n`.
- PrimitiveRootList - Static variable in class org.matheclipse.core.expression.ID
- PrimitiveRootList - Static variable in class org.matheclipse.core.expression.S
-
PrimitiveRootList(n) - returns the list of the primitive roots of `n`.
- principalComponents(Object) - Static method in class org.matheclipse.core.expression.J
- PrincipalComponents - Static variable in class org.matheclipse.core.expression.ID
- PrincipalComponents - Static variable in class org.matheclipse.core.expression.S
- print(PrintStream) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Prints the vertices and faces of this hull to the stream ps.
- print(PrintStream, int) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Prints the vertices and faces of this hull to the stream ps.
- print(String) - Method in class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
- print(IAST, int, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
-
Print "argrx" message: `1` called with `2` arguments; `3` arguments are expected.
- Print - Static variable in class org.matheclipse.core.expression.ID
- Print - Static variable in class org.matheclipse.core.expression.S
-
Print(expr) - print the `expr` to the default output stream and return `Null`.
- Print(IExpr...) - Static method in class org.matheclipse.core.expression.F
- PRINT_OUT - Static variable in class org.matheclipse.core.basic.Config
- printableASCIIQ(Object) - Static method in class org.matheclipse.core.expression.J
-
PrintableASCIIQ(str) - returns `True` if all characters in `str` are ASCII characters.
- PrintableASCIIQ - Static variable in class org.matheclipse.core.expression.ID
- PrintableASCIIQ - Static variable in class org.matheclipse.core.expression.S
-
PrintableASCIIQ(str) - returns `True` if all characters in `str` are ASCII characters.
- printArgMessage(IAST, int[], EvalEngine) - Static method in class org.matheclipse.core.eval.Errors
-
argr, argx, argrx, argt messages
- printDocumentation(Appendable, String) - Static method in class org.matheclipse.core.form.Documentation
-
Load the documentation from resource folder if available and print to output.
- printException(Appendable, Throwable) - Static method in class org.matheclipse.core.eval.exception.Validate
- printExperimental(IBuiltInSymbol) - Static method in class org.matheclipse.core.eval.Errors
-
Print message
experimental
-Experimental implementation (search in Github issues for identifier `1`).
- printFraction(String, String) - Method in class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
- printIfunMessage(ISymbol) - Static method in class org.matheclipse.core.eval.Errors
-
Print: 'Inverse functions are being used.
- printMessage(ISymbol, String, IAST) - Static method in class org.matheclipse.core.eval.Errors
-
Format a message according to the shortcut from the
Errors.MESSAGES
array and print it to the error stream with theengine.printMessage()
method. - printMessage(ISymbol, String, IAST, EvalEngine) - Static method in class org.matheclipse.core.eval.Errors
-
Format a message according to the shortcut from the
Errors.MESSAGES
array and print it to the error stream with theengine.printMessage()
method. - printMessage(ISymbol, Throwable, EvalEngine) - Static method in class org.matheclipse.core.eval.Errors
-
Print the exception into the default error log.
- printMessage(ISymbol, MathException, EvalEngine) - Static method in class org.matheclipse.core.eval.Errors
-
Print the Symja
Throwable.getMessage()
into the error log - printNonopt(IAST, int, EvalEngine) - Method in class org.matheclipse.core.eval.util.OptionArgs
-
Print message "nonopt" and return
F.NIL
. - printRuntimeException(ISymbol, RuntimeException, EvalEngine) - Static method in class org.matheclipse.core.eval.Errors
- PRIORITY_COMPARATOR - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
- PriorityComparator() - Constructor for class org.matheclipse.core.patternmatching.IPatternMatcher.PriorityComparator
- Prism - Static variable in class org.matheclipse.core.expression.ID
- Prism - Static variable in class org.matheclipse.core.expression.S
- probability(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Probability(pure-function, data-set) - returns the probability of the `pure-function` for the given `data-set`.
- Probability - Static variable in class org.matheclipse.core.expression.ID
- Probability - Static variable in class org.matheclipse.core.expression.S
-
Probability(pure-function, data-set) - returns the probability of the `pure-function` for the given `data-set`.
- product(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Product(expr, {i, imin, imax}) - evaluates the discrete product of `expr` with `i` ranging from `imin` to `imax`.
- product(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Product(expr, {i, imin, imax}) - evaluates the discrete product of `expr` with `i` ranging from `imin` to `imax`.
- product(Function<IInteger, IExpr>, int, int) - Static method in class org.matheclipse.core.expression.F
-
Iterate over an integer range
from <= i <= to
and create a product of the created values. - Product - Class in org.matheclipse.core.reflection.system
-
Product(expr, {i, imin, imax})
- Product - Static variable in class org.matheclipse.core.expression.ID
- Product - Static variable in class org.matheclipse.core.expression.S
-
Product(expr, {i, imin, imax}) - evaluates the discrete product of `expr` with `i` ranging from `imin` to `imax`.
- Product() - Constructor for class org.matheclipse.core.reflection.system.Product
- Product(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- productLog(Object) - Static method in class org.matheclipse.core.expression.J
-
ProductLog(z) - returns the value of the Lambert W function at `z`.
- productLog(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ProductLog(z) - returns the value of the Lambert W function at `z`.
- ProductLog - Static variable in class org.matheclipse.core.expression.ID
- ProductLog - Static variable in class org.matheclipse.core.expression.S
-
ProductLog(z) - returns the value of the Lambert W function at `z`.
- ProductLog(IExpr) - Static method in class org.matheclipse.core.expression.F
- ProductLog(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ProductLogRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ProductLogRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ProductLogRules
- ProductOfLinearPowersQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ProductQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- productRational(IntFunction<IRational>, int, int, int) - Static method in class org.matheclipse.core.expression.F
- ProductRules - Interface in org.matheclipse.core.reflection.system.rulesets
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - Programming - Class in org.matheclipse.core.builtin
- Programming.DoIterator - Class in org.matheclipse.core.builtin
- project(IAST) - Method in class org.matheclipse.core.tensor.itp.BSplineFunctionBase
- project(IAST) - Method in class org.matheclipse.core.tensor.itp.BSplineFunctionString
- projection(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Projection(vector1, vector2) - Find the orthogonal projection of `vector1` onto another `vector2`.
- projection(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Projection(vector1, vector2) - Find the orthogonal projection of `vector1` onto another `vector2`.
- projection(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Find the orthogonal projection of this vector onto another vector.
- Projection - Static variable in class org.matheclipse.core.expression.ID
- Projection - Static variable in class org.matheclipse.core.expression.S
-
Projection(vector1, vector2) - Find the orthogonal projection of `vector1` onto another `vector2`.
- ProperPolyQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- properties(String) - Static method in class org.matheclipse.core.tensor.io.ResourceData
- PROPERTIES_DATA - Static variable in class org.matheclipse.core.data.ElementData
- Protect - Static variable in class org.matheclipse.core.expression.ID
- Protect - Static variable in class org.matheclipse.core.expression.S
- Protected - Static variable in class org.matheclipse.core.expression.ID
- Protected - Static variable in class org.matheclipse.core.expression.S
- PROTECTED - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a symbol where no rule definition should be possible
- ps - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- ps_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- ps_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- PseudoBinomialPairQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PseudoBinomialParts(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PseudoBinomialQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- pseudoInverse(Object) - Static method in class org.matheclipse.core.expression.J
-
PseudoInverse(matrix) - computes the Moore-Penrose pseudoinverse of the `matrix`.
- pseudoInverse(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
PseudoInverse(matrix) - computes the Moore-Penrose pseudoinverse of the `matrix`.
- PseudoInverse - Static variable in class org.matheclipse.core.expression.ID
- PseudoInverse - Static variable in class org.matheclipse.core.expression.S
-
PseudoInverse(matrix) - computes the Moore-Penrose pseudoinverse of the `matrix`.
- PseudoInverse(IExpr) - Static method in class org.matheclipse.core.expression.F
- PSymbol - Static variable in class org.matheclipse.core.expression.S
- pt - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pt_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pt_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pu - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pu_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pu_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- PureFunctionOfCoshQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PureFunctionOfCosQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PureFunctionOfCothQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PureFunctionOfCotQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PureFunctionOfSinhQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PureFunctionOfSinQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PureFunctionOfTanhQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- PureFunctionOfTanQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Purple - Static variable in class org.matheclipse.core.expression.ID
- Purple - Static variable in class org.matheclipse.core.expression.S
- push() - Method in class org.matheclipse.core.builtin.OutputFunctions.VariableManager
- push(double) - Method in class org.matheclipse.core.eval.util.DoubleStack
-
Pushes an item onto the top of this stack.
- push(Map<IExpr, String>) - Method in class org.matheclipse.core.builtin.OutputFunctions.VariableManager
- pushList() - Method in class org.matheclipse.core.eval.TraceStack
- pushMatrix(IAST) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
-
inspired by opengl
- pushOptionsStack() - Method in class org.matheclipse.core.eval.EvalEngine
- put(int, T) - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Put a value associated with a key in the map.
- put(int, T) - Method in class org.matheclipse.core.eval.util.OpenIntToList
-
Put a value associated with a key in the map.
- put(int, T) - Method in class org.matheclipse.core.eval.util.OpenIntToSet
-
Put a value associated with a key in the map.
- put(Object, Object) - Static method in class org.matheclipse.core.expression.J
- put(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- put(String, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.ExprTrie
- put(String, Function<IExpr, IExpr>, IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- put(String, IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- put(String, ISymbol) - Method in class org.matheclipse.core.expression.Context
- put(K, V) - Method in class org.matheclipse.core.eval.util.OpenFixedSizeMap
- put(IExpr, String) - Method in class org.matheclipse.core.builtin.OutputFunctions.VariableManager
- put(IExpr, T) - Method in class org.matheclipse.core.expression.DefaultDict
- Put - Static variable in class org.matheclipse.core.expression.ID
- Put - Static variable in class org.matheclipse.core.expression.S
- putAll(Map<? extends String, ? extends IExpr>) - Method in class org.matheclipse.core.expression.ExprTrie
- putAllSymbols(Map<ISymbol, IExpr>) - Method in class org.matheclipse.core.convert.VariablesSet
-
Copy the variables which are symbols to the
scopedVariablesMap
- putCache(IAST, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Associates value with key in the
EvalEngine.globalASTCache
. - putDownRule(int, boolean, IAST, IExpr, boolean) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Associate a new "down value" rule with default priority to this symbol.
- putDownRule(int, boolean, IAST, IExpr, int, boolean) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Associate a new rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - putDownRule(int, boolean, IAST, IExpr, int, boolean) - Method in class org.matheclipse.core.expression.Symbol
-
Associate a new rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - putDownRule(int, boolean, IAST, IExpr, int, boolean) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Associate a new rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - putDownRule(int, boolean, IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.RulesData
- putDownRule(int, boolean, IExpr, IExpr, int) - Method in class org.matheclipse.core.patternmatching.RulesData
- putDownRule(int, boolean, IPatternObject, IExpr, boolean) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Associate a new "down value" rule with default priority to this symbol.
- putDownRule(int, boolean, IPatternObject, IExpr, int, boolean) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Associate a new rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - putDownRule(int, boolean, IPatternObject, IExpr, int, boolean) - Method in class org.matheclipse.core.expression.Symbol
-
Associate a new rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - putDownRule(int, boolean, IPatternObject, IExpr, int, boolean) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Associate a new rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - putDownRule(IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.RulesData
- putDownRule(PatternMatcherAndInvoker) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Associate a new rule, which invokes a method, to this symbol.
- putDownRule(PatternMatcherAndInvoker) - Method in class org.matheclipse.core.expression.Symbol
-
Associate a new rule, which invokes a method, to this symbol.
- putDownRule(PatternMatcherAndInvoker) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Deprecated.
- putfDefaultValues(int, IExpr) - Method in class org.matheclipse.core.patternmatching.RulesData
- putfDefaultValues(IExpr) - Method in class org.matheclipse.core.patternmatching.RulesData
- putIfAbsent(String, IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- putMessage(int, String, IStringX) - Method in class org.matheclipse.core.expression.BuiltInDummy
- putMessage(int, String, IStringX) - Method in class org.matheclipse.core.expression.Symbol
- putMessage(int, String, IStringX) - Method in interface org.matheclipse.core.interfaces.ISymbol
- putObjectCache(IExpr, Object) - Method in class org.matheclipse.core.eval.EvalEngine
-
Associates value with key in the
EvalEngine.globalObjectCache
. - putProperty(IAST.PROPERTY, Object) - Method in class org.matheclipse.core.expression.AbstractAST
-
Associates the specified value with the specified property in the associated
EnumMap<PROPERTY, Object>
map. - putUpRule(int, boolean, IAST, IExpr) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Associate a new "up value" rule with default priority to this symbol.
- putUpRule(int, boolean, IAST, IExpr) - Method in class org.matheclipse.core.expression.Symbol
-
Associate a new "up value" rule with default priority to this symbol.
- putUpRule(int, boolean, IAST, IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Associate a new "up value" rule with default priority to this symbol.
- putUpRule(int, boolean, IAST, IExpr) - Method in class org.matheclipse.core.patternmatching.RulesData
- putUpRule(int, boolean, IAST, IExpr, int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Associate a new "up value" rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - putUpRule(int, boolean, IAST, IExpr, int) - Method in class org.matheclipse.core.expression.Symbol
-
Associate a new "up value" rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - putUpRule(int, boolean, IAST, IExpr, int) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Associate a new "up value" rule with the given priority to this symbol.
Rules with lower numbers have higher priorities. - pv - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pv_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pv_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pw - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pw_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pw_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- px - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- px_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- px_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- py - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- py_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- py_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- Pyramid - Static variable in class org.matheclipse.core.expression.ID
- Pyramid - Static variable in class org.matheclipse.core.expression.S
- pz - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pz_ - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
- pz_DEFAULT - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctions
Q
- q - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
q
that will never be assigned a value. - Q - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- q_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
q_
that will be used only for predefined pattern-matching rules and can match one expression. - Q_ - Static variable in class org.matheclipse.core.expression.F
- q_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- Q_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- q_Symbol - Static variable in class org.matheclipse.core.expression.F
- QQ(long, long) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number
numerator / denominator
- QQ(BigFraction) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number from a Hipparchus
BigFraction
number. - QQ(IInteger, IInteger) - Static method in class org.matheclipse.core.expression.F
-
Create a "fractional" number
numerator / denominator
- qRDecomposition(Object) - Static method in class org.matheclipse.core.expression.J
-
QRDecomposition(A) - computes the QR decomposition of the matrix `A`.
- QRDecomposition - Static variable in class org.matheclipse.core.expression.ID
- QRDecomposition - Static variable in class org.matheclipse.core.expression.S
-
QRDecomposition(A) - computes the QR decomposition of the matrix `A`.
- QRDecomposition(IExpr) - Static method in class org.matheclipse.core.expression.F
- QSymbol - Static variable in class org.matheclipse.core.expression.S
- quadraticIrrational(IExpr) - Static method in class org.matheclipse.core.builtin.NumberTheory
-
Return a list
{p,q,d,s}
, withp,q,d,s
integers, if the expression is of the form(p + s * Sqrt(d)) / q
. - quadraticIrrationalQ(Object) - Static method in class org.matheclipse.core.expression.J
-
QuadraticIrrationalQ(expr) - returns `True`, if the `expr` is of the form `(p + s * Sqrt(d)) / q` for integers `p,q,d,s`.
- QuadraticIrrationalQ - Static variable in class org.matheclipse.core.expression.ID
- QuadraticIrrationalQ - Static variable in class org.matheclipse.core.expression.S
-
QuadraticIrrationalQ(expr) - returns `True`, if the `expr` is of the form `(p + s * Sqrt(d)) / q` for integers `p,q,d,s`.
- QuadraticMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- QuadraticProductQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- QuadraticQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- quadraticSolve(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^2+b*x+c==0,x)
. - quadraticSolve(IExpr, IExpr, IExpr, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^2+b*x+c==0,x)
. - quadraticSolve(IExpr, IExpr, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^2+b*x+c==0,x)
. - quadraticSolve(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^2+b*x+c==0,x)
. - quadraticSolve(IExpr, IExpr, IExpr, IExpr, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^2+b*x+c==0,x)
. - QuadrupleFunction - Class in org.matheclipse.core.form.tex
- QuadrupleFunction(String, String, String, String, String) - Constructor for class org.matheclipse.core.form.tex.QuadrupleFunction
- quantile(Object) - Static method in class org.matheclipse.core.expression.J
-
Quantile(list, q) - returns the `q`-Quantile of `list`.
- quantile(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Quantile(list, q) - returns the `q`-Quantile of `list`.
- quantile(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Quantile(list, q) - returns the `q`-Quantile of `list`.
- Quantile - Static variable in class org.matheclipse.core.expression.ID
- Quantile - Static variable in class org.matheclipse.core.expression.S
-
Quantile(list, q) - returns the `q`-Quantile of `list`.
- Quantile(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the Quantile of the
distribution
. - Quantile(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the
q
-Quantile oflist
. - Quantile(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the
q
-Quantile oflist
with the given quantiledefinition
. - QuantileRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - QuantileRules() - Constructor for class org.matheclipse.core.reflection.system.rules.QuantileRules
- quantity(Object) - Static method in class org.matheclipse.core.expression.J
-
Quantity(value, unit) - returns the quantity for `value` and `unit`
- quantity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Quantity(value, unit) - returns the quantity for `value` and `unit`
- Quantity - Static variable in class org.matheclipse.core.expression.ID
- Quantity - Static variable in class org.matheclipse.core.expression.S
-
Quantity(value, unit) - returns the quantity for `value` and `unit`
- Quantity(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the quantity for
magnitude
andunit
. - QuantityDistribution - Static variable in class org.matheclipse.core.expression.ID
- QuantityDistribution - Static variable in class org.matheclipse.core.expression.S
- QuantityFunctions - Class in org.matheclipse.core.builtin
- QUANTITYID - org.matheclipse.core.expression.Hierarchy
- QUANTITYID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- QuantityImpl - Class in org.matheclipse.core.tensor.qty
- QuantityImpl() - Constructor for class org.matheclipse.core.tensor.qty.QuantityImpl
- quantityMagnitude(Object) - Static method in class org.matheclipse.core.expression.J
-
QuantityMagnitude(quantity) - returns the value of the `quantity`
- quantityMagnitude(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
QuantityMagnitude(quantity) - returns the value of the `quantity`
- QuantityMagnitude - Class in org.matheclipse.core.tensor.qty
- QuantityMagnitude - Static variable in class org.matheclipse.core.expression.ID
- QuantityMagnitude - Static variable in class org.matheclipse.core.expression.S
-
QuantityMagnitude(quantity) - returns the value of the `quantity`
- QuantityMagnitude(UnitSystem) - Constructor for class org.matheclipse.core.tensor.qty.QuantityMagnitude
-
creates instance for quantity conversion and magnitude extraction that is backed by given unitSystem
- QuantityMagnitude(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the value of the
quantity
. - QuantityMagnitude(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the value of the
quantity
for the givenunit
- QuantityParser - Class in org.matheclipse.core.tensor
- QuantityParser() - Constructor for class org.matheclipse.core.tensor.QuantityParser
- quantityQ(Object) - Static method in class org.matheclipse.core.expression.J
- quantityQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
- QuantityQ - Static variable in class org.matheclipse.core.expression.ID
- QuantityQ - Static variable in class org.matheclipse.core.expression.S
- quantityUnit(Object) - Static method in class org.matheclipse.core.expression.J
- QuantityUnit - Class in org.matheclipse.core.tensor.qty
- QuantityUnit - Static variable in class org.matheclipse.core.expression.ID
- QuantityUnit - Static variable in class org.matheclipse.core.expression.S
- QuantityUnit() - Constructor for class org.matheclipse.core.tensor.qty.QuantityUnit
- QuantumPhysicsFunctions - Class in org.matheclipse.core.builtin
- quarticSolve(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^4+b*x^3+c*x^2+d*x+e==0,x)
. - quarticSolve(IExpr, IExpr, IExpr, IExpr, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve(a*x^4+b*x^3+c*x^2+d*x+e==0,x)
. - QuarticSolve - Static variable in class org.matheclipse.core.expression.ID
- QuarticSolve - Static variable in class org.matheclipse.core.expression.S
- quarticSolveN(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
- QuarticSolver - Class in org.matheclipse.core.polynomials
-
Solve polynomial equations up to fourth degree (
Solve(a*x^4+b*x^3+c*x^2+d*x+e==0,x)
). - QuarticSolver() - Constructor for class org.matheclipse.core.polynomials.QuarticSolver
- quartiles(Object) - Static method in class org.matheclipse.core.expression.J
-
Quartiles(arg) - returns a list of the `1/4`, `1/2` and `3/4` quantile of `arg`.
- quartiles(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Quartiles(arg) - returns a list of the `1/4`, `1/2` and `3/4` quantile of `arg`.
- Quartiles - Static variable in class org.matheclipse.core.expression.ID
- Quartiles - Static variable in class org.matheclipse.core.expression.S
-
Quartiles(arg) - returns a list of the `1/4`, `1/2` and `3/4` quantile of `arg`.
- Quartiles(IExpr) - Static method in class org.matheclipse.core.expression.F
- quasiSymmetricQuarticSolve(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve the special case of a "Quasi-symmetric equation"
Solve(a*x^4+b*x^3+c*x^2+b*x+a==0,x)
. - quasiSymmetricQuarticSolve(IExpr, IExpr, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
-
Solve the special case of a "Quasi-symmetric equation"
Solve(a*x^4+b*x^3+c*x^2+b*x+a==0,x)
. - quaternary(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- queryTableRgba() - Method in enum org.matheclipse.core.tensor.img.ColorDataGradients
- quiet(Object) - Static method in class org.matheclipse.core.expression.J
-
Quiet(expr) - evaluates `expr` in "quiet" mode (i.e.
- Quiet - Static variable in class org.matheclipse.core.expression.ID
- Quiet - Static variable in class org.matheclipse.core.expression.S
-
Quiet(expr) - evaluates `expr` in "quiet" mode (i.e.
- Quiet(IExpr) - Static method in class org.matheclipse.core.expression.F
- quinary(IExpr, IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- quit(Object) - Static method in class org.matheclipse.core.expression.J
- Quit - Static variable in class org.matheclipse.core.expression.ID
- Quit - Static variable in class org.matheclipse.core.expression.S
- quo(IExpr) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- quo(ExprTools.Factors) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- quotient(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Quotient(m, n) - computes the integer quotient of `m` and `n`.
- quotient(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Quotient(m, n) - computes the integer quotient of `m` and `n`.
- quotient(IInteger) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- quotient(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- quotient(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
- Quotient - Static variable in class org.matheclipse.core.expression.ID
- Quotient - Static variable in class org.matheclipse.core.expression.S
-
Quotient(m, n) - computes the integer quotient of `m` and `n`.
- Quotient(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Quotient(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- QuotientOfLinearsMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- QuotientOfLinearsP(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- QuotientOfLinearsParts(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- QuotientOfLinearsQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- quotientPS(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.builtin.Algebra
- quotientRemainder(Object) - Static method in class org.matheclipse.core.expression.J
-
QuotientRemainder(m, n) - computes a list of the quotient and remainder from division of `m` and `n`.
- quotientRemainder(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
QuotientRemainder(m, n) - computes a list of the quotient and remainder from division of `m` and `n`.
- quotientRemainder(Complex, Complex) - Static method in class org.matheclipse.core.expression.ComplexNum
-
Return the quotient and remainder as an array
[quotient, remainder]
of the division ofComplex
numbersc1, c2
. - quotientRemainder(ComplexNum, ComplexNum) - Static method in class org.matheclipse.core.expression.ComplexNum
-
Return the quotient and remainder as an array
[quotient, remainder]
of the division ofComplex
numbersc1, c2
. - quotientRemainder(IComplex) - Method in class org.matheclipse.core.expression.ComplexSym
-
Return the quotient and remainder as an array
[quotient, remainder]
of the division ofIComplex
numbersthis / c2
. - quotientRemainder(IComplex) - Method in interface org.matheclipse.core.interfaces.IComplex
- quotientRemainder(IInteger[], IInteger[]) - Static method in class org.matheclipse.core.numbertheory.GaussianInteger
-
Return the quotient and remainder as an array
[quotient, remainder]
of the division of the gaussianIInteger
numbersc1 / c2
. - quotientRemainder(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial division with remainder.
- quotientRemainder(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial division with remainder.
- QuotientRemainder - Static variable in class org.matheclipse.core.expression.ID
- QuotientRemainder - Static variable in class org.matheclipse.core.expression.S
-
QuotientRemainder(m, n) - computes a list of the quotient and remainder from division of `m` and `n`.
- quotIntegral2Expr(QuotIntegral<BigRational>) - Method in class org.matheclipse.core.convert.JASConvert
-
Convert a jas
Integral
into a matheclipse expression
R
- r - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
r
that will never be assigned a value. - R - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- r_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
r_
that will be used only for predefined pattern-matching rules and can match one expression. - r_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- r_Symbol - Static variable in class org.matheclipse.core.expression.F
- RadicalBox - Static variable in class org.matheclipse.core.expression.ID
- RadicalBox - Static variable in class org.matheclipse.core.expression.S
- RAINBOW - org.matheclipse.core.tensor.img.ColorDataGradients
-
violet, blue, orange, red
- ramp(Object) - Static method in class org.matheclipse.core.expression.J
-
Ramp(z) - The `Ramp` function is a unary real function, whose graph is shaped like a ramp.
- Ramp - Static variable in class org.matheclipse.core.expression.ID
- Ramp - Static variable in class org.matheclipse.core.expression.S
-
Ramp(z) - The `Ramp` function is a unary real function, whose graph is shaped like a ramp.
- ramseyNumber(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RamseyNumber(r, s) - returns the Ramsey number `R(r,s)`.
- RamseyNumber - Static variable in class org.matheclipse.core.expression.ID
- RamseyNumber - Static variable in class org.matheclipse.core.expression.S
-
RamseyNumber(r, s) - returns the Ramsey number `R(r,s)`.
- random - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
A default random sequence generator.
- random - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
A default random sequence generator.
- random(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
- random(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- random(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
- random(int, Random) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
- random(int, Random) - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- random(int, Random) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
- randomChoice(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomChoice({item1, item2, item3,...}) - randomly picks one `item` from items.
- randomChoice(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomChoice({item1, item2, item3,...}) - randomly picks one `item` from items.
- RandomChoice - Static variable in class org.matheclipse.core.expression.ID
- RandomChoice - Static variable in class org.matheclipse.core.expression.S
-
RandomChoice({item1, item2, item3,...}) - randomly picks one `item` from items.
- randomComplex(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomComplex[{z_min, z_max}] - yields a pseudo-random complex number in the rectangle with complex corners `z_min` and `z_max`.
- randomComplex(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomComplex[{z_min, z_max}] - yields a pseudo-random complex number in the rectangle with complex corners `z_min` and `z_max`.
- RandomComplex - Static variable in class org.matheclipse.core.expression.ID
- RandomComplex - Static variable in class org.matheclipse.core.expression.S
-
RandomComplex[{z_min, z_max}] - yields a pseudo-random complex number in the rectangle with complex corners `z_min` and `z_max`.
- RandomComplex(IExpr) - Static method in class org.matheclipse.core.expression.F
- RandomFunctions - Class in org.matheclipse.core.builtin
- randomGraph(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomGraph({number-of-vertices,number-of-edges}) - create a random graph with `number-of-vertices` vertices and `number-of-edges` edges.
- randomGraph(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomGraph({number-of-vertices,number-of-edges}) - create a random graph with `number-of-vertices` vertices and `number-of-edges` edges.
- RandomGraph - Static variable in class org.matheclipse.core.expression.ID
- RandomGraph - Static variable in class org.matheclipse.core.expression.S
-
RandomGraph({number-of-vertices,number-of-edges}) - create a random graph with `number-of-vertices` vertices and `number-of-edges` edges.
- randomInteger(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomInteger(n) - create a random integer number between `0` and `n`.
- randomInteger(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomInteger(n) - create a random integer number between `0` and `n`.
- RandomInteger - Static variable in class org.matheclipse.core.expression.ID
- RandomInteger - Static variable in class org.matheclipse.core.expression.S
-
RandomInteger(n) - create a random integer number between `0` and `n`.
- RandomInteger(IExpr) - Static method in class org.matheclipse.core.expression.F
- randomPermutation(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomPermutation(s) - create a pseudo random permutation between `1` and `s`.
- randomPermutation(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomPermutation(s) - create a pseudo random permutation between `1` and `s`.
- RandomPermutation - Static variable in class org.matheclipse.core.expression.ID
- RandomPermutation - Static variable in class org.matheclipse.core.expression.S
-
RandomPermutation(s) - create a pseudo random permutation between `1` and `s`.
- randomPrime(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomPrime({imin, imax}) - create a random prime integer number between `imin` and `imax` inclusive.
- randomPrime(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomPrime({imin, imax}) - create a random prime integer number between `imin` and `imax` inclusive.
- RandomPrime - Static variable in class org.matheclipse.core.expression.ID
- RandomPrime - Static variable in class org.matheclipse.core.expression.S
-
RandomPrime({imin, imax}) - create a random prime integer number between `imin` and `imax` inclusive.
- randomReal(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomReal() - create a random number between `0.0` and `1.0`.
- randomReal(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomReal() - create a random number between `0.0` and `1.0`.
- RandomReal - Static variable in class org.matheclipse.core.expression.ID
- RandomReal - Static variable in class org.matheclipse.core.expression.S
-
RandomReal() - create a random number between `0.0` and `1.0`.
- RandomReal(IExpr) - Static method in class org.matheclipse.core.expression.F
- randomSample(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomSample(items) - create a random sample for the arguments of the `items`.
- randomSample(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomSample(items) - create a random sample for the arguments of the `items`.
- RandomSample - Static variable in class org.matheclipse.core.expression.ID
- RandomSample - Static variable in class org.matheclipse.core.expression.S
-
RandomSample(items) - create a random sample for the arguments of the `items`.
- randomVariate(Object) - Static method in class org.matheclipse.core.expression.J
-
RandomVariate(distribution) - create a pseudo random variate from the `distribution`.
- randomVariate(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RandomVariate(distribution) - create a pseudo random variate from the `distribution`.
- RandomVariate - Static variable in class org.matheclipse.core.expression.ID
- RandomVariate - Static variable in class org.matheclipse.core.expression.S
-
RandomVariate(distribution) - create a pseudo random variate from the `distribution`.
- RandomVariate(IExpr) - Static method in class org.matheclipse.core.expression.F
- RandomVariate(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- range(Object) - Static method in class org.matheclipse.core.expression.J
-
Range(n) - returns a list of integers from `1` to `n`.
- range(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Range(n) - returns a list of integers from `1` to `n`.
- range(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Range(n) - returns a list of integers from `1` to `n`.
- range(IExpr, IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IDiscreteDistribution
-
Return the distributions lower and upper bounds reduced by the predicate's assumptions.
- Range - Static variable in class org.matheclipse.core.expression.ID
- Range - Static variable in class org.matheclipse.core.expression.S
-
Range(n) - returns a list of integers from `1` to `n`.
- Range(IExpr) - Static method in class org.matheclipse.core.expression.F
- Range(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Range(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- rankedMax(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RankedMax({e_1, e_2, ..., e_i}, n) - returns the n-th largest real value in the list `{e_1, e_2, ..., e_i}`.
- RankedMax - Static variable in class org.matheclipse.core.expression.ID
- RankedMax - Static variable in class org.matheclipse.core.expression.S
-
RankedMax({e_1, e_2, ..., e_i}, n) - returns the n-th largest real value in the list `{e_1, e_2, ..., e_i}`.
- rankedMin(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RankedMin({e_1, e_2, ..., e_i}, n) - returns the n-th smallest real value in the list `{e_1, e_2, ..., e_i}`.
- RankedMin - Static variable in class org.matheclipse.core.expression.ID
- RankedMin - Static variable in class org.matheclipse.core.expression.S
-
RankedMin({e_1, e_2, ..., e_i}, n) - returns the n-th smallest real value in the list `{e_1, e_2, ..., e_i}`.
- rational(Object) - Static method in class org.matheclipse.core.expression.J
-
Rational - is the head of rational numbers.
- rational(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Rational - is the head of rational numbers.
- Rational - Static variable in class org.matheclipse.core.expression.ID
- Rational - Static variable in class org.matheclipse.core.expression.S
-
Rational - is the head of rational numbers.
- Rational(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- rationalFactor() - Method in class org.matheclipse.core.expression.ComplexSym
- rationalFactor() - Method in interface org.matheclipse.core.interfaces.INumber
-
Return the rational Factor of this number.
- rationalFromRationalCoefficientsFactor(GenPolynomialRing<BigRational>, GenPolynomial<BigRational>) - Static method in class org.matheclipse.core.convert.JASConvert
-
BigRational from BigRational coefficients.
- RationalFunctionExpand(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RationalFunctionExponents(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RationalFunctionFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RationalFunctionQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- rationalize(Object) - Static method in class org.matheclipse.core.expression.J
-
Rationalize(expression) - convert numerical real or imaginary parts in (sub-)expressions into rational numbers.
- rationalize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Rationalize(expression) - convert numerical real or imaginary parts in (sub-)expressions into rational numbers.
- rationalize(IExpr) - Static method in class org.matheclipse.core.builtin.NumberTheory
- rationalize(IExpr, boolean) - Static method in class org.matheclipse.core.builtin.NumberTheory
-
Rationalize only pure numeric numbers in expression
arg
. - rationalize(IExpr, double, boolean) - Static method in class org.matheclipse.core.builtin.NumberTheory
-
Rationalize only pure numeric numbers in expression
arg
. - Rationalize - Static variable in class org.matheclipse.core.expression.ID
- Rationalize - Static variable in class org.matheclipse.core.expression.S
-
Rationalize(expression) - convert numerical real or imaginary parts in (sub-)expressions into rational numbers.
- Rationalize(IExpr) - Static method in class org.matheclipse.core.expression.F
- Rationalize(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- rationalPoly2Expr(GenPolynomial<BigRational>, boolean) - Method in class org.matheclipse.core.convert.JASConvert
-
Converts a JAS polynomial to a Symja AST with head
Plus
- rationalPower(IInteger, IInteger, IRational) - Static method in class org.matheclipse.core.builtin.Arithmetic
-
(p1Numer/p1Denom)^(p1Exp)
- RationalPowerQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RationalQ(IExpr...) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Rationals - Static variable in class org.matheclipse.core.expression.ID
- Rationals - Static variable in class org.matheclipse.core.expression.S
- RawBoxes - Static variable in class org.matheclipse.core.expression.ID
- RawBoxes - Static variable in class org.matheclipse.core.expression.S
- RAWJSON - org.matheclipse.core.io.Extension
-
RawJSON
- re() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- re() - Method in class org.matheclipse.core.expression.ApcomplexNum
-
Returns the real part of a complex number
- re() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Returns the real part of a complex number
- re() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns the real part of a complex number
- re() - Method in class org.matheclipse.core.expression.ComplexNum
-
Returns the real part of a complex number
- re() - Method in class org.matheclipse.core.expression.ComplexSym
- re() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns the real part of a complex number
- re() - Method in class org.matheclipse.core.expression.Num
-
Returns the real part of a complex number
- re() - Method in interface org.matheclipse.core.interfaces.IComplex
-
Returns the real part of a complex number
- re() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the real part of this expression if possible.
- re() - Method in interface org.matheclipse.core.interfaces.INumber
-
Returns the real part of a complex number
- re() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- re(Object) - Static method in class org.matheclipse.core.expression.J
-
Re(z) - returns the real component of the complex number `z`.
- Re - Static variable in class org.matheclipse.core.expression.ID
- Re - Static variable in class org.matheclipse.core.expression.S
-
Re(z) - returns the real component of the complex number `z`.
- Re(IExpr) - Static method in class org.matheclipse.core.expression.F
- read(Kryo, Input, Class<? extends IAST>) - Method in class org.matheclipse.core.expression.KryoUtil.IASTSerializer
- read(Object) - Static method in class org.matheclipse.core.expression.J
-
Read(input-stream) - reads the `input-stream` and return one expression.
- read(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Read(input-stream) - reads the `input-stream` and return one expression.
- Read - Static variable in class org.matheclipse.core.expression.ID
- Read - Static variable in class org.matheclipse.core.expression.S
-
Read(input-stream) - reads the `input-stream` and return one expression.
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.AST
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.AST0
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.ASTAssociation
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.ASTRealVector
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.ASTRRBTree
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.ASTSeriesData
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.B1
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.B2
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.B3
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.BigIntegerSym
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.BDDExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.ByteArrayExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.DateObjectExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.DispatchExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.FileExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.JavaClassExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.JavaObjectExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.data.TimeObjectExpr
- readExternal(ObjectInput) - Method in class org.matheclipse.core.expression.IntegerSym
- readExternal(ObjectInput) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- readExternal(ObjectInput) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- readExternal(ObjectInput) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- readExternal(ObjectInput) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- readFile(EvalEngine, String) - Static method in class org.matheclipse.core.builtin.UnitTestingFunctions
- ReadList - Static variable in class org.matheclipse.core.expression.ID
- ReadList - Static variable in class org.matheclipse.core.expression.S
- ReadProtected - Static variable in class org.matheclipse.core.expression.ID
- ReadProtected - Static variable in class org.matheclipse.core.expression.S
- READPROTECTED - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a symbol where the definition shouldn't be displayed
- readResolve() - Method in class org.matheclipse.core.expression.BuiltInSymbol
- readResolve() - Method in class org.matheclipse.core.expression.Symbol
- readRules(ObjectInputStream) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Deserialize the rules associated to this object
- readRules(ObjectInputStream) - Method in class org.matheclipse.core.expression.Symbol
-
Deserialize the rules associated to this object
- readRules(ObjectInputStream) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Deserialize the rules associated to this object
- readString(Object) - Static method in class org.matheclipse.core.expression.J
- ReadString - Static variable in class org.matheclipse.core.expression.ID
- ReadString - Static variable in class org.matheclipse.core.expression.S
- Real - Static variable in class org.matheclipse.core.expression.ID
- Real - Static variable in class org.matheclipse.core.expression.S
-
Real - is the head of real (floating point) numbers.
- Real32 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- Real64 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- realAbs(Object) - Static method in class org.matheclipse.core.expression.J
-
RealAbs(x) - returns the absolute value of the real number `x`.
- RealAbs - Static variable in class org.matheclipse.core.expression.ID
- RealAbs - Static variable in class org.matheclipse.core.expression.S
-
RealAbs(x) - returns the absolute value of the real number `x`.
- RealAbs(IExpr) - Static method in class org.matheclipse.core.expression.F
- realDigits(Object) - Static method in class org.matheclipse.core.expression.J
- RealDigits - Static variable in class org.matheclipse.core.expression.ID
- RealDigits - Static variable in class org.matheclipse.core.expression.S
- realMatrix2List(RealMatrix) - Static method in class org.matheclipse.core.convert.Convert
-
Converts a RealMatrix to the list expression representation.
- realMatrixEval(RealMatrix) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Adjugate
- realMatrixEval(RealMatrix) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Inverse
- realMatrixEval(RealMatrix) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Matrix
-
Evaluate the numeric matrix for this algorithm.
- realMatrixEval(RealMatrix, EvalEngine) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Det
- realMatrixEval(RealMatrix, EvalEngine) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr
-
Evaluate the numeric matrix for this algorithm.
- realPart(IExpr, boolean) - Static method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
- RealQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Reals - Static variable in class org.matheclipse.core.expression.ID
- Reals - Static variable in class org.matheclipse.core.expression.S
-
Reals - is the set of real numbers.
- realSign(Object) - Static method in class org.matheclipse.core.expression.J
-
RealSign(x) - gives `-1`, `0` or `1` depending on whether `x` is negative, zero or positive.
- RealSign - Static variable in class org.matheclipse.core.expression.ID
- RealSign - Static variable in class org.matheclipse.core.expression.S
-
RealSign(x) - gives `-1`, `0` or `1` depending on whether `x` is negative, zero or positive.
- RealSign(IExpr) - Static method in class org.matheclipse.core.expression.F
- realSolve(IAST, IAST, IAST, EvalEngine) - Static method in class org.matheclipse.core.convert.ChocoConvert
- realValuedNumberQ(Object) - Static method in class org.matheclipse.core.expression.J
-
RealValuedNumberQ(expr) - returns `True` if `expr` is an explicit real number with no imaginary component.
- RealValuedNumberQ - Static variable in class org.matheclipse.core.expression.ID
- RealValuedNumberQ - Static variable in class org.matheclipse.core.expression.S
-
RealValuedNumberQ(expr) - returns `True` if `expr` is an explicit real number with no imaginary component.
- RealValuedNumberQ(IExpr) - Static method in class org.matheclipse.core.expression.F
- realValuedNumericQ(Object) - Static method in class org.matheclipse.core.expression.J
- RealValuedNumericQ - Static variable in class org.matheclipse.core.expression.ID
- RealValuedNumericQ - Static variable in class org.matheclipse.core.expression.S
- RealValuedNumericQ(IExpr) - Static method in class org.matheclipse.core.expression.F
- realVectors2List(RealVector) - Static method in class org.matheclipse.core.convert.Convert
-
Converts a RealVector to the list expression representation.
- reap(Object) - Static method in class org.matheclipse.core.expression.J
-
Reap(expr) - gives the result of evaluating `expr`, together with all values sown during this evaluation.
- reap(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Reap(expr) - gives the result of evaluating `expr`, together with all values sown during this evaluation.
- reap(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Reap(expr) - gives the result of evaluating `expr`, together with all values sown during this evaluation.
- Reap - Static variable in class org.matheclipse.core.expression.ID
- Reap - Static variable in class org.matheclipse.core.expression.S
-
Reap(expr) - gives the result of evaluating `expr`, together with all values sown during this evaluation.
- Reap(IExpr) - Static method in class org.matheclipse.core.expression.F
- ReapList - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ReapList(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- reassignSymbolValue(Function<IExpr, IExpr>, ISymbol, EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Apply the function to the currently assigned value of the symbol and reassign the result value to the symbol.
- reassignSymbolValue(Function<IExpr, IExpr>, ISymbol, EvalEngine) - Method in class org.matheclipse.core.expression.Symbol
-
Apply the function to the currently assigned value of the symbol and reassign the result value to the symbol.
- reassignSymbolValue(Function<IExpr, IExpr>, ISymbol, EvalEngine) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Apply the function to the currently assigned value of the symbol and reassign the result value to the symbol.
- reassignSymbolValue(IASTMutable, ISymbol, EvalEngine) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Apply the ast to the currently assigned value of the symbol and reassign the result value to the symbol.
- reassignSymbolValue(IASTMutable, ISymbol, EvalEngine) - Method in class org.matheclipse.core.expression.Symbol
-
Apply the ast to the currently assigned value of the symbol and reassign the result value to the symbol.
- reassignSymbolValue(IASTMutable, ISymbol, EvalEngine) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Apply the ast to the currently assigned value of the symbol and reassign the result value to the symbol.
- reciprocal() - Method in class org.matheclipse.core.expression.ApcomplexNum
- reciprocal() - Method in class org.matheclipse.core.expression.ApfloatNum
- reciprocal() - Method in class org.matheclipse.core.expression.ComplexNum
- reciprocal() - Method in class org.matheclipse.core.expression.Num
- reciprocal() - Method in interface org.matheclipse.core.interfaces.IExpr
- reciprocal() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- reciprocal() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- Record - Static variable in class org.matheclipse.core.expression.ID
- Record - Static variable in class org.matheclipse.core.expression.S
- RecordSeparators - Static variable in class org.matheclipse.core.expression.ID
- RecordSeparators - Static variable in class org.matheclipse.core.expression.S
- rectangle(Object) - Static method in class org.matheclipse.core.expression.J
- rectangle(Object, Object) - Static method in class org.matheclipse.core.expression.J
- rectangle(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Rectangle - Static variable in class org.matheclipse.core.expression.ID
- Rectangle - Static variable in class org.matheclipse.core.expression.S
- Rectangle(IAST) - Static method in class org.matheclipse.core.expression.F
- RectifyCotangent(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RectifyCotangent(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RectifyTangent(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RectifyTangent(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RecursionLimitExceeded - Exception in org.matheclipse.core.eval.exception
-
Exception which will be thrown, if the recursion limit of the evaluation stack was exceeded.
- RecursionLimitExceeded(int, IExpr) - Constructor for exception org.matheclipse.core.eval.exception.RecursionLimitExceeded
- red - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color red.
- Red - Static variable in class org.matheclipse.core.expression.ID
- Red - Static variable in class org.matheclipse.core.expression.S
- RED - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color red.
- reDoubleValue() - Method in class org.matheclipse.core.expression.AbstractFractionSym
- reDoubleValue() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- reDoubleValue() - Method in class org.matheclipse.core.expression.ApcomplexNum
- reDoubleValue() - Method in class org.matheclipse.core.expression.ApfloatNum
- reDoubleValue() - Method in class org.matheclipse.core.expression.ComplexNum
- reDoubleValue() - Method in class org.matheclipse.core.expression.ComplexSym
- reDoubleValue() - Method in class org.matheclipse.core.expression.Num
- reDoubleValue() - Method in interface org.matheclipse.core.interfaces.INumber
-
Returns the real part of a complex number
- reduce(Object) - Static method in class org.matheclipse.core.expression.J
-
Reduce(logic-expression, var) - returns the reduced `logic-expression` for the variable `var`.
- reduce(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Reduce(logic-expression, var) - returns the reduced `logic-expression` for the variable `var`.
- reduce(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Reduce(logic-expression, var) - returns the reduced `logic-expression` for the variable `var`.
- reduce(IAST, int, int, IExpr, BinaryOperator<IExpr>) - Static method in class org.matheclipse.core.expression.F
-
Performs a reduction on the elements of this function range, using the provided identity value and an associative accumulation function, and returns the reduced value.
- Reduce - Class in org.matheclipse.core.reflection.system
- Reduce - Static variable in class org.matheclipse.core.expression.ID
- Reduce - Static variable in class org.matheclipse.core.expression.S
-
Reduce(logic-expression, var) - returns the reduced `logic-expression` for the variable `var`.
- Reduce() - Constructor for class org.matheclipse.core.reflection.system.Reduce
- Reduce(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Reduce(logic-expression, var) - returns the reduced `logic-expression` for the variable `var`.
- ReduceInertTrig(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ReduceInertTrig(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- reduceRange(IExpr, int[]) - Method in class org.matheclipse.core.eval.util.Assumptions
- reduceRange(IExpr, int[]) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Reduce the integer range according to the assumptions.
- reductum() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Reductum.
- reductum() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Reductum.
- refine(Object) - Static method in class org.matheclipse.core.expression.J
-
Refine(expression, assumptions) - evaluate the `expression` for the given `assumptions`.
- refine(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Refine(expression, assumptions) - evaluate the `expression` for the given `assumptions`.
- refine(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Refine(expression, assumptions) - evaluate the `expression` for the given `assumptions`.
- Refine - Static variable in class org.matheclipse.core.expression.ID
- Refine - Static variable in class org.matheclipse.core.expression.S
-
Refine(expression, assumptions) - evaluate the `expression` for the given `assumptions`.
- Refine(IExpr) - Static method in class org.matheclipse.core.expression.F
- Refine(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- refineAssumptions(IExpr, IAssumptions, EvalEngine) - Static method in class org.matheclipse.core.builtin.AssumptionFunctions
- regionMatches(boolean, int, String, int, int) - Method in class org.matheclipse.core.expression.StringX
- regionMatches(int, String, int, int) - Method in class org.matheclipse.core.expression.StringX
- registerKryo(Kryo) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
-
Register classes for Kryo serializer.
- RegularExpression - Static variable in class org.matheclipse.core.expression.ID
- RegularExpression - Static variable in class org.matheclipse.core.expression.S
-
RegularExpression("regex") - represents the regular expression specified by the string `“regex”`.
- RegularExpression(String) - Static method in class org.matheclipse.core.expression.F
- RegularExpression(IExpr) - Static method in class org.matheclipse.core.expression.F
- reIm(Object) - Static method in class org.matheclipse.core.expression.J
-
ReIm(z) - returns a list of the real and imaginary component of the complex number `z`.
- ReIm - Static variable in class org.matheclipse.core.expression.ID
- ReIm - Static variable in class org.matheclipse.core.expression.S
-
ReIm(z) - returns a list of the real and imaginary component of the complex number `z`.
- reindexFacesAndVertices() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- relationToInterval(int, IExpr) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- relativeDifference(double, double) - Static method in class org.matheclipse.core.expression.F
-
Calculate the relative difference between x and y.
- RELAXED_STYLE_FACTORY - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- releaseHold(Object) - Static method in class org.matheclipse.core.expression.J
-
ReleaseHold(expr) - removes any `Hold`, `HoldForm`, `HoldPattern` or `HoldComplete` head from `expr`.
- ReleaseHold - Static variable in class org.matheclipse.core.expression.ID
- ReleaseHold - Static variable in class org.matheclipse.core.expression.S
-
ReleaseHold(expr) - removes any `Hold`, `HoldForm`, `HoldPattern` or `HoldComplete` head from `expr`.
- ReleaseHold(IExpr) - Static method in class org.matheclipse.core.expression.F
- rem(IExpr) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- rem(ExprTools.Factors) - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- remainder(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- remainder(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- remainder(double) - Method in interface org.matheclipse.core.interfaces.IExpr
- remainder(IExpr) - Method in class org.matheclipse.core.expression.BigIntegerSym
- remainder(IExpr) - Method in class org.matheclipse.core.expression.IntegerSym
- remainder(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- remainder(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- remainder(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- remainder(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial remainder.
- remainder(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial remainder.
- RemainingFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RemainingTerms(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- REMEMBER_INTEGER_CACHE - Static variable in class org.matheclipse.core.expression.F
-
In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again.
- rememberBlockVariables(IAST, ISymbol[], IExpr[], RulesData[], EvalEngine) - Static method in class org.matheclipse.core.builtin.Programming
-
Remember which local variable names we use in the given
assignedValues
andassignedRules
. - rememberMap - Variable in class org.matheclipse.core.eval.EvalEngine
- rememberModuleVariables(IAST, String, Map<ISymbol, IExpr>, EvalEngine) - Static method in class org.matheclipse.core.builtin.Programming
-
Remember which local variable names (appended with the module counter) we use in the given
variablesMap
. - remove() - Static method in class org.matheclipse.core.eval.EvalEngine
-
Removes the current thread's value for the EvalEngine's thread-local variable.
- remove() - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- remove() - Method in class org.matheclipse.core.frobenius.OutputPortUnsafe.PortIterator
- remove() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial.SymbolicPolyIterator
-
Remove the last monomial returned from underlying set if allowed.
- remove(int) - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Remove the value associated with a key.
- remove(int) - Method in class org.matheclipse.core.eval.util.OpenIntToList
-
Remove the value associated with a key.
- remove(int) - Method in class org.matheclipse.core.eval.util.OpenIntToSet
-
Remove the value associated with a key.
- remove(int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- remove(int) - Method in class org.matheclipse.core.expression.ASTAssociation
- remove(int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- remove(int) - Method in class org.matheclipse.core.expression.ContextPath
- remove(int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Removes the object at the specified location from this list.
- remove(int) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Removes the object at the specified location from this
IAST
. - remove(int, T) - Method in class org.matheclipse.core.eval.util.OpenIntToSet
- remove(Object) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Removes one instance of the given value from this multiset, if at least one element is contained.
- remove(Object) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- remove(Object) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- remove(Object) - Method in interface org.matheclipse.core.numbertheory.SortedMultiset
-
Removes one instance of the given value from this multiset, if at least one element is contained.
- remove(String) - Method in class org.matheclipse.core.expression.Context
- remove(String) - Method in class org.matheclipse.core.expression.ExprTrie
- remove(String, IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- remove(Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Removes all objects which satisfy the given predicate.
- remove(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Removes all objects which satisfy the given predicate.
- remove(IExpr) - Method in class org.matheclipse.core.expression.DefaultDict
-
Removes the mapping for a key from this map if it is present (optional operation).
- remove(IExpr) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
- remove(IExpr, IExpr) - Method in class org.matheclipse.core.expression.DefaultDict
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(T, int) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Remove the given key multiple times.
- remove(T, int) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- remove(T, int) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- remove(T, int) - Method in interface org.matheclipse.core.numbertheory.SortedMultiset
-
Remove the given key multiple times.
- Remove - Static variable in class org.matheclipse.core.expression.ID
- Remove - Static variable in class org.matheclipse.core.expression.S
- removeAll(T) - Method in interface org.matheclipse.core.numbertheory.Multiset
-
Removes the key-value pair of the given key no matter what its multiplicity was
- removeAll(T) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- removeAll(T) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- removeAtClone(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and remove the element at the givenposition
. - removeAtClone(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and remove the element at the givenposition
. - removeAtCopy(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and remove the element at the givenposition
. - removeAtCopy(int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and remove the element at the givenposition
. - removeAtCopy(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and remove the element at the givenposition
. - RemoveContent(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RemoveContentAux(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- REMOVED - Static variable in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Status indicator for removed table entries.
- REMOVED - Static variable in class org.matheclipse.core.eval.util.OpenIntToList
-
Status indicator for removed table entries.
- REMOVED - Static variable in class org.matheclipse.core.eval.util.OpenIntToSet
-
Status indicator for removed table entries.
- removeDiacritics(Object) - Static method in class org.matheclipse.core.expression.J
-
RemoveDiacritics("string") - returns a version of `string` with all diacritics removed.
- RemoveDiacritics - Static variable in class org.matheclipse.core.expression.ID
- RemoveDiacritics - Static variable in class org.matheclipse.core.expression.S
-
RemoveDiacritics("string") - returns a version of `string` with all diacritics removed.
- removeFromEnd(int) - Method in class org.matheclipse.core.expression.AST
- removeFromEnd(int) - Method in class org.matheclipse.core.expression.AST0
- removeFromEnd(int) - Method in class org.matheclipse.core.expression.AST1
- removeFromEnd(int) - Method in class org.matheclipse.core.expression.AST2
- removeFromEnd(int) - Method in class org.matheclipse.core.expression.AST3
- removeFromEnd(int) - Method in class org.matheclipse.core.expression.B1
- removeFromEnd(int) - Method in class org.matheclipse.core.expression.B2
- removeFromEnd(int) - Method in class org.matheclipse.core.expression.B3
- removeFromEnd(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a new
IAST
and remove all arguments from positionfromPosition
inclusive to the end of this AST. - removeFromStart(int) - Method in class org.matheclipse.core.expression.AST
- removeFromStart(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Copy to a new
IAST
and remove all arguments from position1
inclusive to thefirstPosition
exclusive of this AST. - removeIf(Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Removes all the elements from this list which satisfies the given predicate and return the result as a new List
- removeIf(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Removes all the elements from this list which satisfies the given predicate and return the result as a new List
- removeO(IExpr) - Static method in class org.matheclipse.core.sympy.core.Expr
-
Removes the additive O(..) order symbol if there is one
- removePositionsAtCopy(int[], int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- removePositionsAtCopy(int[], int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and remove the elements defined in the givenremovedPositionsArray
up tountilIndex
(exclusive). - removePositionsAtCopy(int[], int) - Method in class org.matheclipse.core.expression.ASTAssociation
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and remove the elements defined in the givenremovedPositionsArray
up tountilIndex
(exclusive). - removePositionsAtCopy(int[], int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and remove the elements defined in the givenremovedPositionsArray
up tountilIndex
(exclusive). - removePositionsAtCopy(Predicate<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- removePositionsAtCopy(Predicate<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
- removePositionsAtCopy(Predicate<IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
- removeRange(int, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Removes the objects in the specified range from the start to the end, but not including the end index.
- removeRange(int, int) - Method in class org.matheclipse.core.expression.ASTRRBTree
- removeRange(int, int) - Method in class org.matheclipse.core.expression.HMArrayList
-
Removes the objects in the specified range from the start to the end, but not including the end index.
- removeRange(int, int) - Method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Removes the objects in the specified range from the start to the end, but not including the end index.
- removeRule(int, boolean, IExpr) - Method in class org.matheclipse.core.patternmatching.RulesData
- removeRule(int, boolean, IExpr, boolean) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Remove the rules associate with this symbol, which equals the given
leftHandSide
expression. - removeRule(int, boolean, IExpr, boolean) - Method in class org.matheclipse.core.expression.Symbol
-
Remove the rules associate with this symbol, which equals the given
leftHandSide
expression. - removeRule(int, boolean, IExpr, boolean) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Remove the rules associate with this symbol, which equals the given
leftHandSide
expression. - removeSymbol(String) - Method in class org.matheclipse.core.expression.ContextPath
- removeUserSymbol(String) - Static method in class org.matheclipse.core.expression.F
-
Remove a user-defined symbol from the eval engines context path.
- renderGraphics2D(StringBuilder, IAST, boolean, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- renderGraphics2D(StringBuilder, IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- renderGraphics3D(StringBuilder, IAST, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- renderGraphics3D(StringBuilder, IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- RenderQuality - Class in org.matheclipse.core.bridge.awt
- RenderQuality() - Constructor for class org.matheclipse.core.bridge.awt.RenderQuality
- repeated(Object) - Static method in class org.matheclipse.core.expression.J
- repeated(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Repeated - Static variable in class org.matheclipse.core.expression.ID
- Repeated - Static variable in class org.matheclipse.core.expression.S
- Repeated() - Constructor for class org.matheclipse.core.builtin.PatternMatching.Repeated
- repeatedLimit(IExpr, IExpr, int, EvalEngine) - Static method in class org.matheclipse.core.builtin.PatternMatching.Repeated
- repeatedNull(Object) - Static method in class org.matheclipse.core.expression.J
- repeatedNull(Object, Object) - Static method in class org.matheclipse.core.expression.J
- RepeatedNull - Static variable in class org.matheclipse.core.expression.ID
- RepeatedNull - Static variable in class org.matheclipse.core.expression.S
- RepeatedNull() - Constructor for class org.matheclipse.core.builtin.PatternMatching.RepeatedNull
- RepeatedPattern - Class in org.matheclipse.core.expression
- RepeatedPattern() - Constructor for class org.matheclipse.core.expression.RepeatedPattern
- repeatedTiming(Object) - Static method in class org.matheclipse.core.expression.J
-
RepeatedTiming(x) - returns a list with the first entry containing the average evaluation time of `x` and the second entry containing the evaluation result of `x`.
- RepeatedTiming - Static variable in class org.matheclipse.core.expression.ID
- RepeatedTiming - Static variable in class org.matheclipse.core.expression.S
-
RepeatedTiming(x) - returns a list with the first entry containing the average evaluation time of `x` and the second entry containing the evaluation result of `x`.
- replace(char, char) - Method in class org.matheclipse.core.expression.StringX
- replace(Object) - Static method in class org.matheclipse.core.expression.J
-
Replace(expr, lhs -> rhs) - replaces the left-hand-side pattern expression `lhs` in `expr` with the right-hand-side `rhs`.
- replace(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Replace(expr, lhs -> rhs) - replaces the left-hand-side pattern expression `lhs` in `expr` with the right-hand-side `rhs`.
- replace(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Replace(expr, lhs -> rhs) - replaces the left-hand-side pattern expression `lhs` in `expr` with the right-hand-side `rhs`.
- replace(String, IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- replace(String, IExpr, IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- replace(Predicate<IExpr>, Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- replace(IExpr, EvalEngine, boolean) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- Replace - Static variable in class org.matheclipse.core.expression.ID
- Replace - Static variable in class org.matheclipse.core.expression.S
-
Replace(expr, lhs -> rhs) - replaces the left-hand-side pattern expression `lhs` in `expr` with the right-hand-side `rhs`.
- Replace(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- replaceAll(Object) - Static method in class org.matheclipse.core.expression.J
-
ReplaceAll(expr, i -> new) - replaces all `i` in `expr` with `new`.
- replaceAll(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ReplaceAll(expr, i -> new) - replaces all `i` in `expr` with `new`.
- replaceAll(BiFunction<? super String, ? super IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.ExprTrie
- replaceAll(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- replaceAll(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Replace all (sub-) expressions with the given unary function.
- replaceAll(Map<? extends IExpr, ? extends IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- replaceAll(Map<? extends IExpr, ? extends IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Replace all (sub-) expressions with the given
java.util.Map
n. - replaceAll(IAST) - Method in class org.matheclipse.core.eval.util.OptionArgs
- replaceAll(IAST) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- replaceAll(IAST) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Replace all (sub-) expressions with the given rule set.
- replaceAll(IExpr) - Method in class org.matheclipse.core.patternmatching.Matcher
-
Replace all (sub-) expressions with the given rule set.
- replaceAll(IExpr, Function<IAST, IExpr>) - Method in class org.matheclipse.core.patternmatching.Matcher
-
Replace all (sub-) expressions with the given rule set.
- replaceAll(VisitorReplaceAll) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- ReplaceAll - Static variable in class org.matheclipse.core.expression.ID
- ReplaceAll - Static variable in class org.matheclipse.core.expression.S
-
ReplaceAll(expr, i -> new) - replaces all `i` in `expr` with `new`.
- ReplaceAll(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- replaceArgs(IExpr, IAST) - Static method in class org.matheclipse.core.eval.util.Lambda
-
Replace all occurrences of the expressions in the given list with the appropriate
Slot(index)
. - replaceBackward(IExpr) - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
-
Backward substitution - transforming the expression back by replacing the introduced "substitution variables".
- replaceDenominatorBackwardLCM(ISymbol, IExpr) - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
-
Backward substitution - transforming the symbol back by reading the denominator LCM and returning
factor ^ denominatorLCM
- replaceFirst(String, String) - Method in class org.matheclipse.core.expression.StringX
- replaceForward(IExpr) - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
-
Forward substitution - transforming the expression into a polynomial expression by introducing "substitution variables".
- replaceForward(IExpr, IExpr) - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
-
Forward substitution - transforming the numerator and denominator expression into polynomial expressions by introducing "substitution variables".
- replaceList(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ReplaceList(expr, lhs -> rhs) - replaces the left-hand-side pattern expression `lhs` in `expr` with the right-hand-side `rhs`.
- replaceList(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ReplaceList(expr, lhs -> rhs) - replaces the left-hand-side pattern expression `lhs` in `expr` with the right-hand-side `rhs`.
- ReplaceList - Static variable in class org.matheclipse.core.expression.ID
- ReplaceList - Static variable in class org.matheclipse.core.expression.S
-
ReplaceList(expr, lhs -> rhs) - replaces the left-hand-side pattern expression `lhs` in `expr` with the right-hand-side `rhs`.
- ReplaceList(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- replacePart(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ReplacePart(expr, i -> new) - replaces part `i` in `expr` with `new`.
- replacePart(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ReplacePart(expr, i -> new) - replaces part `i` in `expr` with `new`.
- replacePart(IAST, IExpr.COMPARE_TERNARY) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- replacePart(IAST, IExpr.COMPARE_TERNARY) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Replace all subexpressions with the given rule set.
- ReplacePart - Static variable in class org.matheclipse.core.expression.ID
- ReplacePart - Static variable in class org.matheclipse.core.expression.S
-
ReplacePart(expr, i -> new) - replaces part `i` in `expr` with `new`.
- ReplacePart(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ReplacePart(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- replaceRepeated(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ReplaceRepeated(expr, lhs -> rhs) - repeatedly applies the rule `lhs -> rhs` to `expr` until the result no longer changes.
- replaceRepeated(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ReplaceRepeated(expr, lhs -> rhs) - repeatedly applies the rule `lhs -> rhs` to `expr` until the result no longer changes.
- replaceRepeated(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Repeatedly replace all (sub-) expressions with the given unary function.
- replaceRepeated(Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Repeatedly replace all (sub-) expressions with the given unary function.
- replaceRepeated(IAST) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- replaceRepeated(IAST) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Repeatedly replace all (sub-) expressions with the given rule set.
- replaceRepeated(VisitorReplaceAll, int) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- replaceRepeated(VisitorReplaceAll, int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Repeatedly replace all (sub-) expressions with the given visitor.
- ReplaceRepeated - Static variable in class org.matheclipse.core.expression.ID
- ReplaceRepeated - Static variable in class org.matheclipse.core.expression.S
-
ReplaceRepeated(expr, lhs -> rhs) - repeatedly applies the rule `lhs -> rhs` to `expr` until the result no longer changes.
- ReplaceRepeated(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- replaceSlots(IExpr, IAST) - Static method in class org.matheclipse.core.eval.util.Lambda
-
Replace all occurrences of Slot[<index>] expressions with the expression at the appropriate
index
in the givenslotsList
. - replaceSlotsOrElse(IExpr, IAST, IExpr) - Static method in class org.matheclipse.core.eval.util.Lambda
- replaceSubExpressionOrderlessFlat(IAST, IAST, IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Replace subexpressions for
Rule
orRuleDelayed
in Flat or Orderless expressions. - replaceSubExpressionOrderlessFlat(IAST, IAST, IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcherList
- requireEquals(int, int) - Static method in class org.matheclipse.core.tensor.ext.Integers
-
intended for use in reductive algorithms, for instance in the addition of two vectors, where the length of the two vectors have to be equal.
- requireInside(IAST) - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- requireInside(IReal) - Method in interface org.matheclipse.core.tensor.sca.Clip
-
Remark: Functionality inspired by
Objects.requireNonNull(Object)
- requireLessEquals(int, int) - Static method in class org.matheclipse.core.tensor.ext.Integers
- requireLessThan(int, int) - Static method in class org.matheclipse.core.tensor.ext.Integers
- requirePermutation(int[]) - Static method in class org.matheclipse.core.tensor.ext.Integers
- requirePositive(int) - Static method in class org.matheclipse.core.tensor.ext.Integers
- requirePositiveOrZero(int) - Static method in class org.matheclipse.core.tensor.ext.Integers
- requireValid(IExpr) - Method in class org.matheclipse.core.tensor.itp.BSplineFunctionBase
- requireValid(IExpr) - Method in class org.matheclipse.core.tensor.itp.BSplineFunctionString
- reRational() - Method in class org.matheclipse.core.expression.ComplexSym
- reRational() - Method in interface org.matheclipse.core.interfaces.IBigNumber
-
Get the real part as rational number
- reRational() - Method in interface org.matheclipse.core.interfaces.IRational
- rescale(Object) - Static method in class org.matheclipse.core.expression.J
-
Rescale(list) - returns `Rescale(list,{Min(list), Max(list)})`.
- rescale(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Rescale(list) - returns `Rescale(list,{Min(list), Max(list)})`.
- rescale(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Rescale(list) - returns `Rescale(list,{Min(list), Max(list)})`.
- rescale(IExpr) - Method in interface org.matheclipse.core.tensor.sca.Clip
-
If max - min > 0, the given scalar is clipped to the [min max] interval, then min is subtracted and the result divided by width.
- Rescale - Static variable in class org.matheclipse.core.expression.ID
- Rescale - Static variable in class org.matheclipse.core.expression.S
-
Rescale(list) - returns `Rescale(list,{Min(list), Max(list)})`.
- reset() - Method in class org.matheclipse.core.combinatoric.MultisetCombinationIterator
- reset() - Method in class org.matheclipse.core.combinatoric.MultisetPartitionsIterator
- reset() - Method in class org.matheclipse.core.combinatoric.NumberPartitionsIterator
- reset() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- reset() - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- reset() - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- reset(boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
-
Reset the column counter.
- resetCurrentLevel() - Method in class org.matheclipse.core.eval.util.LevelSpec
- resetLineCounter(int) - Method in class org.matheclipse.core.eval.EvalHistory
- resetModuleCounter4JUnit() - Static method in class org.matheclipse.core.eval.EvalEngine
- resetPattern(IExpr[]) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Reset the values to the values in the given array
- resetPattern(IExpr[]) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- resetPattern(IExpr[]) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- resetPattern(IExpr[]) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- resetPattern(IExpr[]) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- resetPattern(IExpr[]) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Reset the values to the values in the given array
- resolveUnclaimedPoints(FaceList) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- ResourceData - Class in org.matheclipse.core.tensor.io
-
Access to resource data in jar files, for instance, the content included in the tensor library.
- ResourceData() - Constructor for class org.matheclipse.core.tensor.io.ResourceData
- rest() - Method in class org.matheclipse.core.expression.AST
-
Get the rest of the elements of this
AST
orASTAssociation
list. - rest() - Method in class org.matheclipse.core.expression.ASTAssociation
-
Get the rest of the elements of this
AST
orASTAssociation
list. - rest() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the rest of the elements of this
AST
orASTAssociation
list. - rest() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get the rest of the elements of this
AST
orASTAssociation
list. - rest(Object) - Static method in class org.matheclipse.core.expression.J
-
Rest(expr) - returns `expr` with the first element removed.
- Rest - Static variable in class org.matheclipse.core.expression.ID
- Rest - Static variable in class org.matheclipse.core.expression.S
-
Rest(expr) - returns `expr` with the first element removed.
- Rest(IExpr) - Static method in class org.matheclipse.core.expression.F
- result - Variable in class org.matheclipse.core.eval.EvalEngine.OptionsResult
- resultant(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Resultant(polynomial1, polynomial2, var) - computes the resultant of the polynomials `polynomial1` and `polynomial2` with respect to the variable `var`.
- Resultant - Static variable in class org.matheclipse.core.expression.ID
- Resultant - Static variable in class org.matheclipse.core.expression.S
-
Resultant(polynomial1, polynomial2, var) - computes the resultant of the polynomials `polynomial1` and `polynomial2` with respect to the variable `var`.
- Resultant(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ResultException - Exception in org.matheclipse.core.eval.exception
-
Exception for the
First...
functions. - ResultException(IExpr) - Constructor for exception org.matheclipse.core.eval.exception.ResultException
- Return - Static variable in class org.matheclipse.core.expression.ID
- Return - Static variable in class org.matheclipse.core.expression.S
-
Return(expr) - aborts a function call and returns `expr`.
- Return(IExpr) - Static method in class org.matheclipse.core.expression.F
- RETURN_FALSE - Static variable in exception org.matheclipse.core.eval.exception.ReturnException
- RETURN_TRUE - Static variable in exception org.matheclipse.core.eval.exception.ReturnException
- ReturnException - Exception in org.matheclipse.core.eval.exception
-
Exception for the Return function.
- ReturnException() - Constructor for exception org.matheclipse.core.eval.exception.ReturnException
-
This exception throws the result
S.Null
of a SymjaS.Return
function. - ReturnException(IExpr) - Constructor for exception org.matheclipse.core.eval.exception.ReturnException
-
This exception throws the result of a Symja
S.Return
function. - reverse() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Reverse variables.
- reverse() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Reverse variables.
- reverse() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Reverse variables.
- reverse() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Reverse variables.
- reverse(boolean) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Reverse variables.
- reverse(boolean) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Reverse variables.
- reverse(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Reverse lower j variables.
- reverse(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Reverse lower j variables.
- reverse(Object) - Static method in class org.matheclipse.core.expression.J
-
Reverse(list) - reverse the elements of the `list`.
- reverse(IAssociation) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- reverse(IAssociation) - Method in class org.matheclipse.core.expression.ASTAssociation
- reverse(IAssociation) - Method in interface org.matheclipse.core.interfaces.IAssociation
- reverse(IAST) - Static method in class org.matheclipse.core.builtin.ListFunctions
-
Reverse the elements in the given
list
. - reverse(IASTAppendable) - Method in class org.matheclipse.core.expression.AbstractAST
-
Append the elements in reversed order to the given
list
- reverse(IASTAppendable) - Method in interface org.matheclipse.core.interfaces.IAST
-
Append the elements in reversed order to the
resultList
- reverse(ExprPolynomialRing) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Reverse variables.
- reverse(SymbolicPolynomialRing) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Reverse variables.
- Reverse - Static variable in class org.matheclipse.core.expression.ID
- Reverse - Static variable in class org.matheclipse.core.expression.S
-
Reverse(list) - reverse the elements of the `list`.
- Reverse(IExpr) - Static method in class org.matheclipse.core.expression.F
- REVERSE_CANONICAL_COMPARATOR - Static variable in class org.matheclipse.core.generic.Comparators
-
Reverse
Comparators.CANONICAL_COMPARATOR
; Compares an expression with another expression for order. - ReverseLexicographic - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder name ReverseLexicographic of Math like CAS.
- ReverseLexicographic - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder name ReverseLexicographic of Math like CAS.
- reverseUpper(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Reverse upper j variables.
- reverseUpper(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Reverse upper j variables.
- reverseWeight(long[][]) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Weight ExprTermOrder with reversed weight vectors.
- reverseWeight(IExpr[][]) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Weight ExprTermOrder with reversed weight vectors.
- reversion() - Method in class org.matheclipse.core.expression.ASTSeriesData
- revert(int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Revert exponent order.
- revert(int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Revert exponent order.
- REVILEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- REVILEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named REVILEX.
- REVILEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- REVILEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named REVILEX.
- revInvGradCompareTo(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong reverse inverse graded compareTo.
- revInvGradCompareTo(ExpVectorLong, int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong reverse inverse graded compareTo.
- revInvGradCompareTo(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong reverse inverse graded compareTo.
- revInvGradCompareTo(ExpVectorSymbolic, int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong reverse inverse graded compareTo.
- revInvLexCompareTo(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong reverse inverse lexicographical compareTo.
- revInvLexCompareTo(ExpVectorLong, int, int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong reverse inverse lexicographical compareTo.
- revInvLexCompareTo(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong reverse inverse lexicographical compareTo.
- revInvLexCompareTo(ExpVectorSymbolic, int, int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong reverse inverse lexicographical compareTo.
- REVITDEG - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- REVITDEG - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named REVITDEG.
- REVITDEG - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- REVITDEG - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named REVITDEG.
- REVITDG - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- REVITDG - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named REVITDG.
- REVITDG - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- REVITDG - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named REVITDG.
- REVLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- REVLEX - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named REVLEX.
- REVLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- REVLEX - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named REVLEX.
- revLexInvTdegCompareTo(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVector reverse lexicographical inverse total degree compareTo.
- revLexInvTdegCompareTo(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVector reverse lexicographical inverse total degree compareTo.
- REVTDEG - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
- REVTDEG - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
ExprTermOrder named REVTDEG.
- REVTDEG - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
- REVTDEG - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
ExpVectorTermOrder named REVTDEG.
- rewrite(int) - Method in class org.matheclipse.core.expression.AbstractAST
- rewrite(int) - Method in interface org.matheclipse.core.interfaces.IExpr
- rewrite(IAST, EvalEngine, int) - Method in interface org.matheclipse.core.eval.interfaces.IRewrite
- rewriteExp(IExpr, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.IRewrite
- rewriteLog(IExpr, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.IRewrite
- rewriteLog(IExpr, IExpr, EvalEngine) - Method in interface org.matheclipse.core.eval.interfaces.IRewrite
- rGBColor(Object) - Static method in class org.matheclipse.core.expression.J
- rGBColor(Object, Object) - Static method in class org.matheclipse.core.expression.J
- rGBColor(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- RGBColor - Class in org.matheclipse.core.convert
-
The RGBColor class defines colors in the default sRGB color space or in the specified ColorSpace.
- RGBColor - Static variable in class org.matheclipse.core.expression.ID
- RGBColor - Static variable in class org.matheclipse.core.expression.S
- RGBColor(float, float, float) - Constructor for class org.matheclipse.core.convert.RGBColor
-
Instantiates a new color with the specified red, green, and blue components and default alpha value - 1.0.
- RGBColor(float, float, float, float) - Constructor for class org.matheclipse.core.convert.RGBColor
-
Instantiates a new color with the specified red, green, blue and alpha components.
- RGBColor(int) - Constructor for class org.matheclipse.core.convert.RGBColor
-
Instantiates a new sRGB color with the specified RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
- RGBColor(int, boolean) - Constructor for class org.matheclipse.core.convert.RGBColor
-
Instantiates a new sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
- RGBColor(int, int, int) - Constructor for class org.matheclipse.core.convert.RGBColor
-
Instantiates a new opaque sRGB color with the specified red, green, and blue values.
- RGBColor(int, int, int, int) - Constructor for class org.matheclipse.core.convert.RGBColor
-
Instantiates a new color with the specified red, green, blue and alpha components.
- RGBColor(double, double, double) - Static method in class org.matheclipse.core.expression.F
- RGBColor(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- RGBColorRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - RGBColorRules() - Constructor for class org.matheclipse.core.reflection.system.rules.RGBColorRules
- rgbToHue(int, int, int, float[]) - Static method in class org.matheclipse.core.convert.RGBColor
-
Converts the RGB color specified by the RGB model to an equivalent color in the HSB model.
- rho(BigInteger) - Static method in class org.matheclipse.core.numbertheory.Primality
- rhs() - Method in class org.matheclipse.core.expression.data.ExprEdge
- rhs() - Method in class org.matheclipse.core.expression.data.ExprWeightedEdge
- rhs() - Method in interface org.matheclipse.core.expression.data.IExprEdge
- riccatiSolve(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RiccatiSolve({A,B},{Q,R}) - An algebraic Riccati equation is a type of nonlinear equation that arises in the context of infinite-horizon optimal control problems in continuous time or discrete time.
- RiccatiSolve - Static variable in class org.matheclipse.core.expression.ID
- RiccatiSolve - Static variable in class org.matheclipse.core.expression.S
-
RiccatiSolve({A,B},{Q,R}) - An algebraic Riccati equation is a type of nonlinear equation that arises in the context of infinite-horizon optimal control problems in continuous time or discrete time.
- riffle(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Riffle(list1, list2) - insert elements of `list2` between the elements of `list1`.
- Riffle - Static variable in class org.matheclipse.core.expression.ID
- Riffle - Static variable in class org.matheclipse.core.expression.S
-
Riffle(list1, list2) - insert elements of `list2` between the elements of `list1`.
- Right - Static variable in class org.matheclipse.core.expression.ID
- Right - Static variable in class org.matheclipse.core.expression.S
- RightComposition - Static variable in class org.matheclipse.core.expression.ID
- RightComposition - Static variable in class org.matheclipse.core.expression.S
-
RightComposition(sym1, sym2,...)[arg1, arg2,...] - creates a composition of the symbols applied in reversed order at the arguments.
- ring - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
The factory for the polynomial ring.
- ring - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
The factory for the polynomial ring.
- rint() - Method in class org.matheclipse.core.expression.ApcomplexNum
- rint() - Method in class org.matheclipse.core.expression.ApfloatNum
- rint() - Method in interface org.matheclipse.core.interfaces.IExpr
- risingFactorial(int, int) - Static method in class org.matheclipse.core.builtin.NumberTheory
-
Returns the rising factorial
n*(n+1)*...*(n+k-1)
- rogersTanimotoDissimilarity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
RogersTanimotoDissimilarity(u, v) - returns the Rogers-Tanimoto dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `R / (c_tt + c_ff + R)` where n is `len(u)`, `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k
- RogersTanimotoDissimilarity - Static variable in class org.matheclipse.core.expression.ID
- RogersTanimotoDissimilarity - Static variable in class org.matheclipse.core.expression.S
RogersTanimotoDissimilarity(u, v) - returns the Rogers-Tanimoto dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `R / (c_tt + c_ff + R)` where n is `len(u)`, `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k- rom - Static variable in class org.matheclipse.core.eval.MathUtils
- romanNumeral(Object) - Static method in class org.matheclipse.core.expression.J
RomanNumeral(positive-int-value) - converts the given `positive-int-value` to a roman numeral string.- RomanNumeral - Static variable in class org.matheclipse.core.expression.ID
- RomanNumeral - Static variable in class org.matheclipse.core.expression.S
RomanNumeral(positive-int-value) - converts the given `positive-int-value` to a roman numeral string.- RomanNumeral(IExpr) - Static method in class org.matheclipse.core.expression.F
- Root - Static variable in class org.matheclipse.core.expression.ID
- Root - Static variable in class org.matheclipse.core.expression.S
- Root(IExpr, int) - Static method in class org.matheclipse.core.expression.F
- Root(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- rootIntervals(Object) - Static method in class org.matheclipse.core.expression.J
- RootIntervals - Static variable in class org.matheclipse.core.expression.ID
- RootIntervals - Static variable in class org.matheclipse.core.expression.S
- rootN(int) - Method in class org.matheclipse.core.expression.ApcomplexNum
- rootN(int) - Method in class org.matheclipse.core.expression.ApfloatNum
- rootN(int) - Method in class org.matheclipse.core.expression.ComplexNum
- rootN(int) - Method in class org.matheclipse.core.expression.Num
- rootN(int) - Method in interface org.matheclipse.core.interfaces.IExpr
- RootOf - Static variable in class org.matheclipse.core.expression.ID
- RootOf - Static variable in class org.matheclipse.core.expression.S
- rootReduce(Object) - Static method in class org.matheclipse.core.expression.J
- RootReduce - Static variable in class org.matheclipse.core.expression.ID
- RootReduce - Static variable in class org.matheclipse.core.expression.S
- roots(Object, Object) - Static method in class org.matheclipse.core.expression.J
Roots(polynomial-equation, var) - determine the roots of a univariate polynomial equation with respect to the variable `var`.- roots(IExpr, boolean, IAST, boolean, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.RootsFunctions
- roots(IExpr, boolean, IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.RootsFunctions
- roots(IExpr, IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.RootsFunctions
- Roots - Static variable in class org.matheclipse.core.expression.ID
- Roots - Static variable in class org.matheclipse.core.expression.S
Roots(polynomial-equation, var) - determine the roots of a univariate polynomial equation with respect to the variable `var`.- Roots(IExpr) - Static method in class org.matheclipse.core.expression.F
- Roots(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- RootsFunctions - Class in org.matheclipse.core.builtin
- rootsOfExprPolynomial(IExpr, IAST, boolean) - Static method in class org.matheclipse.core.builtin.RootsFunctions
- rootsOfQuadraticPolynomial(ExprPolynomial) - Method in interface org.matheclipse.core.interfaces.IEvalStepListener
Solve a polynomial with degree <= 2.- rootsOfUnivariatePolynomial(IExpr, IExpr, IExpr, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.Solve.SolveData
- rootsOfVariable(IExpr, IExpr, IAST, boolean, boolean, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.RootsFunctions
- rootsOfVariable(IExpr, IExpr, IAST, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.RootsFunctions
- ROSE - org.matheclipse.core.tensor.img.ColorDataGradients
green, brown, red- rotateLeft(Object) - Static method in class org.matheclipse.core.expression.J
RotateLeft(list) - rotates the items of `list` by one item to the left.- rotateLeft(Object, Object) - Static method in class org.matheclipse.core.expression.J
RotateLeft(list) - rotates the items of `list` by one item to the left.- rotateLeft(IASTAppendable, int) - Method in class org.matheclipse.core.expression.AbstractAST
Rotate the ranges elements to the left by n places and append the resulting elements to thelist
- rotateLeft(IASTAppendable, int) - Method in interface org.matheclipse.core.interfaces.IAST
Rotate the elements to the left by n places and append the resulting elements to theresultList
- RotateLeft - Static variable in class org.matheclipse.core.expression.ID
- RotateLeft - Static variable in class org.matheclipse.core.expression.S
RotateLeft(list) - rotates the items of `list` by one item to the left.- rotateRight(Object) - Static method in class org.matheclipse.core.expression.J
RotateRight(list) - rotates the items of `list` by one item to the right.- rotateRight(Object, Object) - Static method in class org.matheclipse.core.expression.J
RotateRight(list) - rotates the items of `list` by one item to the right.- rotateRight(IASTAppendable, int) - Method in class org.matheclipse.core.expression.AbstractAST
Rotate the ranges elements to the right by n places and append the resulting elements to thelist
- rotateRight(IASTAppendable, int) - Method in interface org.matheclipse.core.interfaces.IAST
Rotate the elements to the right by n places and append the resulting elements to theresultList
- RotateRight - Static variable in class org.matheclipse.core.expression.ID
- RotateRight - Static variable in class org.matheclipse.core.expression.S
RotateRight(list) - rotates the items of `list` by one item to the right.- RotationMatrix - Static variable in class org.matheclipse.core.expression.ID
- RotationMatrix - Static variable in class org.matheclipse.core.expression.S
RotationMatrix(theta) - yields a rotation matrix for the angle `theta`.- rotationTransform(Object) - Static method in class org.matheclipse.core.expression.J
RotationTransform(phi) - gives a rotation by `phi`- rotationTransform(Object, Object) - Static method in class org.matheclipse.core.expression.J
RotationTransform(phi) - gives a rotation by `phi`- RotationTransform - Static variable in class org.matheclipse.core.expression.ID
- RotationTransform - Static variable in class org.matheclipse.core.expression.S
RotationTransform(phi) - gives a rotation by `phi`- RotationTransform(IExpr) - Static method in class org.matheclipse.core.expression.F
- round(Object) - Static method in class org.matheclipse.core.expression.J
Round(expr) - round a given `expr` to nearest integer.- round(Object, Object) - Static method in class org.matheclipse.core.expression.J
Round(expr) - round a given `expr` to nearest integer.- round(Apfloat, RoundingMode) - Static method in class org.matheclipse.core.expression.NumberUtil
Replacement ofApfloatMath.round(Apfloat, long, RoundingMode)
This is trivial implementation and poor performance.- round(BigFraction, int) - Static method in class org.matheclipse.core.expression.NumberUtil
Round.- Round - Static variable in class org.matheclipse.core.expression.ID
- Round - Static variable in class org.matheclipse.core.expression.S
Round(expr) - round a given `expr` to nearest integer.- Round(IExpr) - Static method in class org.matheclipse.core.expression.F
- roundClosest(IReal) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- roundClosest(IReal) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- roundClosest(IReal) - Method in class org.matheclipse.core.expression.ApfloatNum
- roundClosest(IReal) - Method in class org.matheclipse.core.expression.Num
- roundClosest(IReal) - Method in interface org.matheclipse.core.interfaces.IRational
- roundClosest(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
Roundthis
number to the closestIReal
multiple of thefactor
.- roundExpr() - Method in class org.matheclipse.core.expression.ApcomplexNum
Returns the closestIInteger
real and imaginary part to the argument.- roundExpr() - Method in class org.matheclipse.core.expression.ApfloatNum
- roundExpr() - Method in class org.matheclipse.core.expression.BigFractionSym
Returns the closestIInteger
to the argument.- roundExpr() - Method in class org.matheclipse.core.expression.BigIntegerSym
- roundExpr() - Method in class org.matheclipse.core.expression.ComplexNum
- roundExpr() - Method in class org.matheclipse.core.expression.ComplexSym
- roundExpr() - Method in class org.matheclipse.core.expression.FractionSym
Returns the closestIInteger
to the argument.- roundExpr() - Method in class org.matheclipse.core.expression.IntegerSym
- roundExpr() - Method in class org.matheclipse.core.expression.Num
- roundExpr() - Method in interface org.matheclipse.core.interfaces.IExpr
- roundExpr() - Method in interface org.matheclipse.core.interfaces.INumber
Returns the closestIInteger
real and imaginary part to the argument.- roundExpr() - Method in interface org.matheclipse.core.interfaces.IReal
Returns the closestIInteger
to the argument.- roundExpr() - Method in interface org.matheclipse.core.tensor.qty.IQuantity
- roundExpr() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- ROUNDING_MODE - Static variable in class org.matheclipse.core.basic.Config
Allow to control rounding mode used in Symja, dependent libraries may not allow to change rounding mode- Row - Static variable in class org.matheclipse.core.expression.ID
- Row - Static variable in class org.matheclipse.core.expression.S
- RowBox - Static variable in class org.matheclipse.core.expression.ID
- RowBox - Static variable in class org.matheclipse.core.expression.S
- RowBox(IAST) - Static method in class org.matheclipse.core.expression.F
- rowReduce(Object) - Static method in class org.matheclipse.core.expression.J
RowReduce(matrix) - returns the reduced row-echelon form of `matrix`.- rowReduce(Object, Object) - Static method in class org.matheclipse.core.expression.J
RowReduce(matrix) - returns the reduced row-echelon form of `matrix`.- RowReduce - Static variable in class org.matheclipse.core.expression.ID
- RowReduce - Static variable in class org.matheclipse.core.expression.S
RowReduce(matrix) - returns the reduced row-echelon form of `matrix`.- RowReduce(IExpr) - Static method in class org.matheclipse.core.expression.F
- rowReduced2List(FieldMatrix<IExpr>, boolean, EvalEngine) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
Return the solution of the given (augmented-)matrix interpreted as a system of linear equations.- rowReduced2RulesList(FieldMatrix<IExpr>, IAST, IAST, IASTAppendable, EvalEngine) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
Row reduce the given (augmented-)matrix
and append the result as rules for the givenvariableList
.- rp - Static variable in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
ExprTermOrder name rp of Singular.- rp - Static variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
ExpVectorTermOrder name rp of Singular.- rrbTree - Variable in class org.matheclipse.core.expression.ASTRRBTree
The underlying RRB Tree- RSolve - Static variable in class org.matheclipse.core.expression.ID
- RSolve - Static variable in class org.matheclipse.core.expression.S
- RSolveValue - Static variable in class org.matheclipse.core.expression.ID
- RSolveValue - Static variable in class org.matheclipse.core.expression.S
- Rt(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Rt(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RtAux(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- RUBI - Static variable in class org.matheclipse.core.expression.Context
- RUBI_CONVERT_SYMBOLS - Static variable in class org.matheclipse.core.basic.Config
Used to parse Rubi files.- RUBI_STATISTICS_MAP - Static variable in class org.matheclipse.core.convert.AST2Expr
- RUBI_STR - Static variable in class org.matheclipse.core.expression.Context
- rubiASTCache - Variable in class org.matheclipse.core.eval.EvalEngine
Cache for the Rubi integration rules evaluation- rule(Object, Object) - Static method in class org.matheclipse.core.expression.J
Rule(x, y) - represents a rule replacing `x` with `y`.- Rule - Static variable in class org.matheclipse.core.expression.ID
- Rule - Static variable in class org.matheclipse.core.expression.S
Rule(x, y) - represents a rule replacing `x` with `y`.- Rule(String, String) - Static method in class org.matheclipse.core.expression.F
Represents a rule replacinglhsStr
withrhsStr
.- Rule(String, IExpr) - Static method in class org.matheclipse.core.expression.F
Represents a rule replacinglhsStr
withrhs
.- Rule(IExpr, String) - Static method in class org.matheclipse.core.expression.F
Represents a rule replacinglhs
withrhsStr
.- Rule(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
Represents a rule replacinglhs
withrhs
.- RuleCreationError - Exception in org.matheclipse.core.eval.exception
- RuleCreationError(IExpr) - Constructor for exception org.matheclipse.core.eval.exception.RuleCreationError
- ruleDelayed(Object, Object) - Static method in class org.matheclipse.core.expression.J
RuleDelayed(x, y) - represents a rule replacing `x` with `y`, with `y` held unevaluated.- RuleDelayed - Static variable in class org.matheclipse.core.expression.ID
- RuleDelayed - Static variable in class org.matheclipse.core.expression.S
RuleDelayed(x, y) - represents a rule replacing `x` with `y`, with `y` held unevaluated.- RuleDelayed(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
Represents a rule replacinglhs
withrhs
, withrhs
held unevaluated.- RuleName(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- rules(String[]) - Static method in class org.matheclipse.core.generic.Functors
Create a functor from the given rules.- rules(Map<? extends IExpr, ? extends IExpr>) - Static method in class org.matheclipse.core.generic.Functors
Create a functor from the given map, which calls therulesMap.get()
in the functorsapply
method.- rules(IAST, EvalEngine) - Static method in class org.matheclipse.core.generic.Functors
Create a functor from the given rules.- rules(ISymbol) - Static method in class org.matheclipse.core.builtin.SourceCodeFunctions
Returns the GitHub URL of thebuilt-in-symbol
rules definition in the Symja GitHub repository.- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.AbsRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCoshRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCosRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCothRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCotRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCschRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCscRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcSechRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcSecRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcSinhRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcSinRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcTanhRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcTanRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.BesselIRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.BesselJRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.BesselKRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.BesselYRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ConjugateRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.CoshRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.CosRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.CothRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.CotRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.CschRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.CscRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.DerivativeRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.DRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.FunctionExpandRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.FunctionRangeRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.GammaRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.GudermannianRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.HurwitzLerchPhiRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.Hypergeometric0F1Rules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.Hypergeometric1F1Rules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.Hypergeometric2F1RegularizedRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.Hypergeometric2F1Rules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.HypergeometricPFQRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.HypergeometricURules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.IntegratePowerTimesFunctionRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.InterquartileRangeRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.InverseLaplaceTransformRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.InverseZTransformRules
- RULES - Static variable in interface org.matheclipse.core.reflection.system.rules.JacobiP
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.JacobiPRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.JacobiSCRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.KleinInvariantJRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.LaplaceTransformRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.LegendrePRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.LegendreQRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.LerchPhiRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.LimitRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.LogRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.MatrixDRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.PodDefaultsRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.PolyGammaRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.PolyLogRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.PowerRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ProductLogRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.QuantileRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.RGBColorRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SechRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SecRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SeriesCoefficientRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SincRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SinhRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SinRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SphericalBesselJRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SphericalBesselYRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.SphericalHarmonicYRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.StandardDeviationRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.StieltjesGammaRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.StruveHRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.StruveLRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.TanhRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.TanRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ToIntervalDataRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.WhittakerMRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.WhittakerWRules
- RULES - Static variable in class org.matheclipse.core.reflection.system.rules.ZTransformRules
- rules2Map(IAST) - Static method in class org.matheclipse.core.convert.Convert
Convert rules of the formx->y
or{a->b, c->d}
intojava.util.Map
.- RulesData - Class in org.matheclipse.core.patternmatching
The pattern matching rules associated with a symbol.- RulesData() - Constructor for class org.matheclipse.core.patternmatching.RulesData
- RulesData(int[]) - Constructor for class org.matheclipse.core.patternmatching.RulesData
- run() - Method in class org.matheclipse.core.eval.TimeConstrainedEvaluator
- run() - Method in class org.matheclipse.core.reflection.system.Integrate.IntegrateInitializer
- runs(Window, Runnable) - Static method in class org.matheclipse.core.bridge.awt.WindowClosed
attaches given runnable to the given window, that will be executed as the window is disposed- russellRaoDissimilarity(Object, Object) - Static method in class org.matheclipse.core.expression.J
RussellRaoDissimilarity(u, v) - returns the Russell-Rao dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `(n - c_tt) / c_tt` where `n` is `len(u)` and `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k- RussellRaoDissimilarity - Static variable in class org.matheclipse.core.expression.ID
- RussellRaoDissimilarity - Static variable in class org.matheclipse.core.expression.S
RussellRaoDissimilarity(u, v) - returns the Russell-Rao dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `(n - c_tt) / c_tt` where `n` is `len(u)` and `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `kS
- s - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
s
that will never be assigned a value. - S - Class in org.matheclipse.core.expression
-
Class for creating the static Symja built-in symbols (interface
IBuiltInSymbol
). - S() - Constructor for class org.matheclipse.core.expression.S
- s_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
s_
that will be used only for predefined pattern-matching rules and can match one expression. - s_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- s_Symbol - Static variable in class org.matheclipse.core.expression.F
- sameObjectQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SameObjectQ[java-object1, java-object2] - gives `True` if the Java `==` operator for the Java objects gives true.
- SameObjectQ - Static variable in class org.matheclipse.core.expression.ID
- SameObjectQ - Static variable in class org.matheclipse.core.expression.S
-
SameObjectQ[java-object1, java-object2] - gives `True` if the Java `==` operator for the Java objects gives true.
- SameQ - Static variable in class org.matheclipse.core.expression.ID
- SameQ - Static variable in class org.matheclipse.core.expression.S
-
SameQ(x, y) - returns `True` if `x` and `y` are structurally identical.
- SameQ(IExpr, double) - Static method in class org.matheclipse.core.expression.F
- SameQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SameTest - Static variable in class org.matheclipse.core.expression.ID
- SameTest - Static variable in class org.matheclipse.core.expression.S
- sASTriangle(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SASTriangle(a, gamma, b) - returns a triangle from 2 sides `a`, `b` and angle `gamma` (which is between the sides).
- SASTriangle - Static variable in class org.matheclipse.core.expression.ID
- SASTriangle - Static variable in class org.matheclipse.core.expression.S
-
SASTriangle(a, gamma, b) - returns a triangle from 2 sides `a`, `b` and angle `gamma` (which is between the sides).
- satisfiabilityCount(Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiabilityCount(boolean-expr) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the variables of the boolean expression and return the number of possible combinations.
- satisfiabilityCount(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiabilityCount(boolean-expr) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the variables of the boolean expression and return the number of possible combinations.
- satisfiabilityCount(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiabilityCount(boolean-expr) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the variables of the boolean expression and return the number of possible combinations.
- SatisfiabilityCount - Static variable in class org.matheclipse.core.expression.ID
- SatisfiabilityCount - Static variable in class org.matheclipse.core.expression.S
-
SatisfiabilityCount(boolean-expr) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the variables of the boolean expression and return the number of possible combinations.
- satisfiabilityInstances(Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiabilityInstances(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the `list-of-variables` and return exactly one instance of `True, False` combinations if possible.
- satisfiabilityInstances(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiabilityInstances(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the `list-of-variables` and return exactly one instance of `True, False` combinations if possible.
- satisfiabilityInstances(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiabilityInstances(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the `list-of-variables` and return exactly one instance of `True, False` combinations if possible.
- satisfiabilityInstances(IExpr, IAST, int) - Static method in class org.matheclipse.core.builtin.BooleanFunctions
-
Use LogicNG MiniSAT method.
- SatisfiabilityInstances - Static variable in class org.matheclipse.core.expression.ID
- SatisfiabilityInstances - Static variable in class org.matheclipse.core.expression.S
-
SatisfiabilityInstances(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the `list-of-variables` and return exactly one instance of `True, False` combinations if possible.
- SatisfiabilityInstances(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- satisfiableQ(Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiableQ(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the `list-of-variables`.
- satisfiableQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiableQ(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the `list-of-variables`.
- satisfiableQ(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SatisfiableQ(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the `list-of-variables`.
- SatisfiableQ - Static variable in class org.matheclipse.core.expression.ID
- SatisfiableQ - Static variable in class org.matheclipse.core.expression.S
-
SatisfiableQ(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by a combination of boolean `False` and `True` values for the `list-of-variables`.
- sawtoothWave(Object) - Static method in class org.matheclipse.core.expression.J
-
SawtoothWave(expr) - returns the sawtooth wave value of `expr`.
- sawtoothWave(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SawtoothWave(expr) - returns the sawtooth wave value of `expr`.
- SawtoothWave - Static variable in class org.matheclipse.core.expression.ID
- SawtoothWave - Static variable in class org.matheclipse.core.expression.S
-
SawtoothWave(expr) - returns the sawtooth wave value of `expr`.
- SCALA_FORM_NO_SYMBOL_FACTORY - Static variable in class org.matheclipse.core.eval.util.SourceCodeProperties
- SCALA_FORM_SYMBOL_FACTORY - Static variable in class org.matheclipse.core.eval.util.SourceCodeProperties
- scalaFormProperties(boolean) - Static method in class org.matheclipse.core.eval.util.SourceCodeProperties
- ScalarArray - Enum in org.matheclipse.core.tensor.io
- ScalarBinaryOperator - Interface in org.matheclipse.core.tensor.api
-
interface for serializable functions that maps two
Scalar
s to aScalar
- ScalarTensorFunction - Interface in org.matheclipse.core.tensor.api
- ScalarUnaryOperator - Interface in org.matheclipse.core.tensor.api
-
interface for serializable functions that map a
IExpr
to anotherScalar
- scalb(int) - Method in class org.matheclipse.core.expression.ApcomplexNum
- scalb(int) - Method in class org.matheclipse.core.expression.ApfloatNum
- scalb(int) - Method in interface org.matheclipse.core.interfaces.IExpr
- scale(IExpr) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Scales the elements of this vector by
s
. - scale(IExpr, Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Scales the elements of vector v1 by
s
and places the results in this vector. - Scale - Static variable in class org.matheclipse.core.expression.ID
- Scale - Static variable in class org.matheclipse.core.expression.S
- scaled(Object) - Static method in class org.matheclipse.core.expression.J
- scaled(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Scaled - Static variable in class org.matheclipse.core.expression.ID
- Scaled - Static variable in class org.matheclipse.core.expression.S
- scaleSubtractMultiple(IExpr, IExpr, ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial scale and subtract a multiple.
- scaleSubtractMultiple(IExpr, IExpr, ExpVectorLong, ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial scale and subtract a multiple.
- scaleSubtractMultiple(IExpr, IExpr, ExpVectorSymbolic, SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial scale and subtract a multiple.
- scaleSubtractMultiple(IExpr, IExpr, SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial scale and subtract a multiple.
- scaleSubtractMultiple(IExpr, ExpVectorLong, IExpr, ExpVectorLong, ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
GenPolynomial scale and subtract a multiple.
- scaleSubtractMultiple(IExpr, ExpVectorSymbolic, IExpr, ExpVectorSymbolic, SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
GenPolynomial scale and subtract a multiple.
- ScalingFunctions - Static variable in class org.matheclipse.core.expression.ID
- ScalingFunctions - Static variable in class org.matheclipse.core.expression.S
- scalingTransform(Object) - Static method in class org.matheclipse.core.expression.J
-
ScalingTransform(v) - gives a scaling transform of `v`.
- scalingTransform(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ScalingTransform(v) - gives a scaling transform of `v`.
- ScalingTransform - Static variable in class org.matheclipse.core.expression.ID
- ScalingTransform - Static variable in class org.matheclipse.core.expression.S
-
ScalingTransform(v) - gives a scaling transform of `v`.
- ScalingTransform(IExpr) - Static method in class org.matheclipse.core.expression.F
- scan(Object) - Static method in class org.matheclipse.core.expression.J
-
Scan(f, expr) - applies `f` to each element of `expr` and returns `Null`.
- scan(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Scan(f, expr) - applies `f` to each element of `expr` and returns `Null`.
- scan(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Scan(f, expr) - applies `f` to each element of `expr` and returns `Null`.
- Scan - Static variable in class org.matheclipse.core.expression.ID
- Scan - Static variable in class org.matheclipse.core.expression.S
-
Scan(f, expr) - applies `f` to each element of `expr` and returns `Null`.
- Scan(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- schurDecomposition(Object) - Static method in class org.matheclipse.core.expression.J
-
SchurDecomposition(matrix) - calculate the Schur-decomposition as a list `{q, t}` of a square `matrix`.
- SchurDecomposition - Static variable in class org.matheclipse.core.expression.ID
- SchurDecomposition - Static variable in class org.matheclipse.core.expression.S
-
SchurDecomposition(matrix) - calculate the Schur-decomposition as a list `{q, t}` of a square `matrix`.
- ScreenInsets - Class in org.matheclipse.core.bridge.awt
- ScreenInsets() - Constructor for class org.matheclipse.core.bridge.awt.ScreenInsets
- ScreenRectangle - Class in org.matheclipse.core.bridge.awt
- ScreenRectangle() - Constructor for class org.matheclipse.core.bridge.awt.ScreenRectangle
- SCRIPT_COMMAND_LINE - Static variable in class org.matheclipse.core.basic.Config
-
Contains a list of strings.
- sec(Object) - Static method in class org.matheclipse.core.expression.J
-
Sec(z) - returns the secant of `z`.
- sec(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Sec - Static variable in class org.matheclipse.core.expression.ID
- Sec - Static variable in class org.matheclipse.core.expression.S
-
Sec(z) - returns the secant of `z`.
- Sec(IExpr) - Static method in class org.matheclipse.core.expression.F
- sech(Object) - Static method in class org.matheclipse.core.expression.J
-
Sech(z) - returns the hyperbolic secant of `z`.
- sech(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Sech - Static variable in class org.matheclipse.core.expression.ID
- Sech - Static variable in class org.matheclipse.core.expression.S
-
Sech(z) - returns the hyperbolic secant of `z`.
- Sech(IExpr) - Static method in class org.matheclipse.core.expression.F
- SechQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SechRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - SechRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SechRules
- second() - Method in interface org.matheclipse.core.interfaces.IAST
-
Get the second element of this
AST
list (i.e. - second() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Get the second element of this
AST
list (i.e. - Second - Static variable in class org.matheclipse.core.expression.ID
- Second - Static variable in class org.matheclipse.core.expression.S
- SecQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SecRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - SecRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SecRules
- seedRandom(Object) - Static method in class org.matheclipse.core.expression.J
- SeedRandom - Static variable in class org.matheclipse.core.expression.ID
- SeedRandom - Static variable in class org.matheclipse.core.expression.S
- select(Object) - Static method in class org.matheclipse.core.expression.J
-
Select({e1, e2, ...}, head) - returns a list of the elements `ei` for which `head(ei)` returns `True`.
- select(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Select({e1, e2, ...}, head) - returns a list of the elements `ei` for which `head(ei)` returns `True`.
- select(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Select({e1, e2, ...}, head) - returns a list of the elements `ei` for which `head(ei)` returns `True`.
- select(Predicate<? super IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
- select(Predicate<? super IExpr>) - Method in interface org.matheclipse.core.interfaces.IAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append the arguments which satisfy the predicate. - select(Predicate<? super IExpr>, int) - Method in class org.matheclipse.core.expression.AbstractAST
- select(Predicate<? super IExpr>, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Select all elements by applying the
predicate
to each argument in thisAST
and append up tomaxMatches
arguments which satisfy the predicate. - select(IAST) - Method in interface org.matheclipse.core.interfaces.IASTDataset
-
Select the row and column and parts of a dataset.
- select(IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IASTDataset
-
Select the row and column of a dataset.
- Select - Static variable in class org.matheclipse.core.expression.ID
- Select - Static variable in class org.matheclipse.core.expression.S
-
Select({e1, e2, ...}, head) - returns a list of the elements `ei` for which `head(ei)` returns `True`.
- Select(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Select(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- selectFirst(Object) - Static method in class org.matheclipse.core.expression.J
-
SelectFirst({e1, e2, ...}, f) - returns the first of the elements `ei` for which `f(ei)` returns `True`.
- selectFirst(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SelectFirst({e1, e2, ...}, f) - returns the first of the elements `ei` for which `f(ei)` returns `True`.
- selectFirst(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SelectFirst({e1, e2, ...}, f) - returns the first of the elements `ei` for which `f(ei)` returns `True`.
- SelectFirst - Static variable in class org.matheclipse.core.expression.ID
- SelectFirst - Static variable in class org.matheclipse.core.expression.S
-
SelectFirst({e1, e2, ...}, f) - returns the first of the elements `ei` for which `f(ei)` returns `True`.
- semanticImport(Object) - Static method in class org.matheclipse.core.expression.J
-
SemanticImport("path-to-filename") - if the file system is enabled, import the data from CSV files and do a semantic interpretation of the columns.
- semanticImport(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SemanticImport("path-to-filename") - if the file system is enabled, import the data from CSV files and do a semantic interpretation of the columns.
- SemanticImport - Static variable in class org.matheclipse.core.expression.ID
- SemanticImport - Static variable in class org.matheclipse.core.expression.S
-
SemanticImport("path-to-filename") - if the file system is enabled, import the data from CSV files and do a semantic interpretation of the columns.
- semanticImportString(Object) - Static method in class org.matheclipse.core.expression.J
-
SemanticImportString("string-content") - import the data from a content string in CSV format and do a semantic interpretation of the columns.
- semanticImportString(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SemanticImportString("string-content") - import the data from a content string in CSV format and do a semantic interpretation of the columns.
- semanticImportString(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SemanticImportString("string-content") - import the data from a content string in CSV format and do a semantic interpretation of the columns.
- SemanticImportString - Static variable in class org.matheclipse.core.expression.ID
- SemanticImportString - Static variable in class org.matheclipse.core.expression.S
-
SemanticImportString("string-content") - import the data from a content string in CSV format and do a semantic interpretation of the columns.
- senary(IExpr, IExpr, IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- seqAST - Variable in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- SeqBase(IASTMutable) - Constructor for class org.matheclipse.core.sympy.series.Sequences.SeqBase
- SeqFormula(IASTMutable) - Constructor for class org.matheclipse.core.sympy.series.Sequences.SeqFormula
- SeqFormula(IExpr) - Static method in class org.matheclipse.core.sympy.series.Sequences
- SeqFormula(IExpr, IAST) - Static method in class org.matheclipse.core.sympy.series.Sequences
-
Represents sequence based on a formula.
- SeqIterator(Sequences.SeqBase, int) - Constructor for class org.matheclipse.core.sympy.series.Sequences.SeqBase.SeqIterator
- SeqMul(ISeqBase...) - Constructor for class org.matheclipse.core.sympy.series.Sequences.SeqMul
- SeqMul(boolean, Sequences.SeqBase...) - Static method in class org.matheclipse.core.sympy.series.Sequences
-
Represents term-wise multiplication of sequences.
- SeqMul(Sequences.SeqBase...) - Static method in class org.matheclipse.core.sympy.series.Sequences
-
Represents term-wise multiplication of sequences.
- SeqPer(IExpr, IAST) - Static method in class org.matheclipse.core.sympy.series.Sequences
-
Represents a periodic sequence.
- sequence(IExpr) - Static method in class org.matheclipse.core.sympy.series.Sequences
- sequence(IExpr, IAST) - Static method in class org.matheclipse.core.sympy.series.Sequences
-
Returns appropriate sequence object.
- Sequence - Class in org.matheclipse.core.eval.util
-
Represent Sequences in Take[] or Drop[] functions.
- Sequence - Static variable in class org.matheclipse.core.expression.ID
- Sequence - Static variable in class org.matheclipse.core.expression.S
-
Sequence[x1, x2, ...] - represents a sequence of arguments to a function.
- Sequence(int, int) - Constructor for class org.matheclipse.core.eval.util.Sequence
- Sequence(IAST) - Constructor for class org.matheclipse.core.eval.util.Sequence
- Sequence() - Static method in class org.matheclipse.core.expression.F
- Sequence(int...) - Static method in class org.matheclipse.core.expression.F
- Sequence(IExpr) - Static method in class org.matheclipse.core.expression.F
- Sequence(IExpr...) - Static method in class org.matheclipse.core.expression.F
- SEQUENCE_FLATTENED - Static variable in interface org.matheclipse.core.interfaces.IAST
- sequenceCases(Object, Object) - Static method in class org.matheclipse.core.expression.J
- sequenceCases(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- SequenceCases - Static variable in class org.matheclipse.core.expression.ID
- SequenceCases - Static variable in class org.matheclipse.core.expression.S
- SequenceFunctions - Class in org.matheclipse.core.builtin
- SequenceHold - Static variable in class org.matheclipse.core.expression.ID
- SequenceHold - Static variable in class org.matheclipse.core.expression.S
- SEQUENCEHOLD - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol attribute for a function, where no
Sequence()
argument should be flattend out - sequenceReplace(Object, Object) - Static method in class org.matheclipse.core.expression.J
- sequenceReplace(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- SequenceReplace - Static variable in class org.matheclipse.core.expression.ID
- SequenceReplace - Static variable in class org.matheclipse.core.expression.S
- Sequences - Class in org.matheclipse.core.sympy.series
- Sequences() - Constructor for class org.matheclipse.core.sympy.series.Sequences
- Sequences.EmptySequence - Class in org.matheclipse.core.sympy.series
- Sequences.EmptySequence.EmptySeqIterator - Class in org.matheclipse.core.sympy.series
- Sequences.SeqBase - Class in org.matheclipse.core.sympy.series
- Sequences.SeqBase.SeqIterator - Class in org.matheclipse.core.sympy.series
- Sequences.SeqFormula - Class in org.matheclipse.core.sympy.series
- Sequences.SeqMul - Class in org.matheclipse.core.sympy.series
-
Represents term-wise multiplication of sequences.
- sequenceSplit(Object, Object) - Static method in class org.matheclipse.core.expression.J
- sequenceSplit(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- SequenceSplit - Static variable in class org.matheclipse.core.expression.ID
- SequenceSplit - Static variable in class org.matheclipse.core.expression.S
- SERIALIZATION_MASK - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Serialization mask
- serialize(IExpr) - Static method in class org.matheclipse.core.expression.WL
-
Serialize the
IExpr
into a byte array in WXF format - SERIALIZE_SYMBOLS - Static variable in class org.matheclipse.core.basic.Config
-
Used to serialize the internal Rubi rules or the
org.matheclipse.core.reflection.system.rules
classes to a file. - serializeInternal(IExpr) - Static method in class org.matheclipse.core.expression.WL
-
Serialize the
IExpr
into a byte array in internal version dependent format. - Series - Static variable in class org.matheclipse.core.expression.ID
- Series - Static variable in class org.matheclipse.core.expression.S
-
Series(expr, {x, x0, n}) - create a power series of `expr` up to order `(x- x0)^n` at the point `x = x0`
- Series(IExpr...) - Static method in class org.matheclipse.core.expression.F
- SERIES - Static variable in class org.matheclipse.core.basic.ToggleFeature
-
If
true
, enableorg.matheclipse.core.reflection.system.Series
andorg.matheclipse.core.reflection.system.SeriesData
functions. - SERIES_DENOMINATOR - Static variable in class org.matheclipse.core.basic.ToggleFeature
-
If
true
, enable usage ofdenominators != 1
inorg.matheclipse.core.reflection.system.Series
andorg.matheclipse.core.reflection.system.SeriesData
functions. - SeriesCoefficient - Static variable in class org.matheclipse.core.expression.ID
- SeriesCoefficient - Static variable in class org.matheclipse.core.expression.S
-
SeriesCoefficient(expr, {x, x0, n}) - get the coefficient of `(x- x0)^n` at the point `x = x0`
- SeriesCoefficient(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SeriesCoefficientRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - SeriesCoefficientRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SeriesCoefficientRules
- SeriesData - Static variable in class org.matheclipse.core.expression.ID
- SeriesData - Static variable in class org.matheclipse.core.expression.S
-
SeriesData(x, x0, {coeff0, coeff1, coeff2,...}, nMin, nMax, denominator}) - internal structure of a power series at the point `x = x0` the `coeff_i` are coefficients of the power series.
- SeriesData(IExpr...) - Static method in class org.matheclipse.core.expression.F
- seriesDataRecursive(IExpr, IExpr, IExpr, int, EvalEngine) - Static method in class org.matheclipse.core.builtin.SeriesFunctions
-
Create an
ASTSeriesData
object from the givenfunction
expression. - SeriesFunctions - Class in org.matheclipse.core.builtin
- SERIESID - org.matheclipse.core.expression.Hierarchy
- SERIESID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- SERVER_MODE - Static variable in class org.matheclipse.core.basic.Config
-
true
if the engine is started by a servlet
In server mode the user can only assign values to variables with prefix '$'
SERVER_MODE should be set totrue
in the initialization of a servlet - SERVER_REQUEST_TIMEOUT_SECONDS - Static variable in class org.matheclipse.core.basic.Config
-
The time in seconds a server request can evaluate an expression.
- set(int[], IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- set(int[], IExpr) - Method in interface org.matheclipse.core.interfaces.ISparseArray
- set(int, Context) - Method in class org.matheclipse.core.expression.ContextPath
- set(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- set(int, IExpr) - Method in class org.matheclipse.core.expression.AST0
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.AST1
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.AST2
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.AST3
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
- set(int, IExpr) - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.ASTRealVector
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.ASTSeriesData
- set(int, IExpr) - Method in class org.matheclipse.core.expression.B1
-
Replaces the element at the specified location in this
ArrayList
with the specified object.Internally thehashValue
will be reset to0
. - set(int, IExpr) - Method in class org.matheclipse.core.expression.B2
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.B3
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- set(int, IExpr) - Method in class org.matheclipse.core.expression.HMArrayList
-
Replaces the element at the specified location in this
ArrayList
with the specified object. - set(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IASTMutable
-
Replaces the element at the specified location in this
IAST
with the specified object. - set(int, IReal) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Sets a single element of this vector.
- set(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Set(expr, value) - evaluates `value` and assigns it to `expr`.
- set(EvalEngine) - Static method in class org.matheclipse.core.eval.EvalEngine
-
Set the thread local evaluation engine instance
- set(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.ASTIterator
- set(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Set all elements to a single value.
- set(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Sets the elements of this vector to the prescribed values.
- set(Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Sets the values of this vector to those of v1.
- Set - Static variable in class org.matheclipse.core.expression.ID
- Set - Static variable in class org.matheclipse.core.expression.S
-
Set(expr, value) - evaluates `value` and assigns it to `expr`.
- Set(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Evaluates
rhs
and assigns it tolhs
. - SET - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
This rule is defined with the
Set[]
function - SET_DELAYED - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
This rule is defined with the
SetDelayed[]
function - SET_OPERATOR - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- set$Input(String) - Method in class org.matheclipse.core.eval.EvalEngine
- set$InputFileName(String) - Method in class org.matheclipse.core.eval.EvalEngine
- setApfloat(FixedPrecisionApfloatHelper) - Static method in class org.matheclipse.core.eval.EvalEngine
-
Set the
FixedPrecisionApfloatHelper
instance. - setApply(int, Function<IExpr, IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTMutable
-
Replaces the element at the specified location in this
IAST
with the result of the specified function. - setArgs(int, int, IntFunction<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- setArgs(int, int, IntFunction<IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTMutable
-
Set all elements generated by the given function from index
start
inclusive toend
exclusive. - setArgs(int, IntFunction<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- setArgs(int, IntFunction<IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTMutable
-
Set all elements generated by the given function from index
1
inclusive toend
exclusive. - setAssumptions(IAssumptions) - Method in class org.matheclipse.core.eval.EvalEngine
-
Set the assumptions for this evaluation engine
- setAtClone(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- setAtClone(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and set theexpr
at the givenposition
. - setAtClone(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and set theexpr
at the givenposition
. - setAtCopy(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- setAtCopy(int, IExpr) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- setAtCopy(int, IExpr) - Method in class org.matheclipse.core.expression.ASTRealVector
- setAtCopy(int, IExpr) - Method in class org.matheclipse.core.expression.ASTRRBTree
- setAtCopy(int, IExpr) - Method in class org.matheclipse.core.expression.B1
- setAtCopy(int, IExpr) - Method in class org.matheclipse.core.expression.B2
- setAtCopy(int, IExpr) - Method in class org.matheclipse.core.expression.B3
- setAtCopy(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IAST
-
Create a shallow copy of this
IAST
instance (the elements themselves are not copied) and set theexpr
at the givenposition
. - setAttributes(int) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Set the Attributes of this symbol (i.e.
- setAttributes(int) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Set the Attributes of this symbol (i.e.
- setAttributes(int) - Method in class org.matheclipse.core.expression.Symbol
-
Set the Attributes of this symbol (i.e.
- setAttributes(int) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Set the Attributes of this symbol (i.e.
- setAttributes(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SetAttributes(symbol, attrib) - adds `attrib` to `symbol`'s attributes.
- SetAttributes - Static variable in class org.matheclipse.core.expression.ID
- SetAttributes - Static variable in class org.matheclipse.core.expression.S
-
SetAttributes(symbol, attrib) - adds `attrib` to `symbol`'s attributes.
- SetAttributes(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- setAxes(boolean) - Method in class org.matheclipse.core.graphics.Dimensions2D
- setBoundingBox(double[]) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setBoundingBoxScaled(double[]) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setBoundingBoxScaled(double, double) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setCoeff(int, IExpr) - Method in class org.matheclipse.core.expression.ASTSeriesData
- setColor(ObjectNode) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setColor(ObjectNode, IAST, IAST, boolean) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- setColorOption(ArrayNode, IAST) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- setColorOption(ObjectNode, double, double, double) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- setColorRGB(IAST) - Method in class org.matheclipse.core.graphics.Dimensions2D
- setColumnCounter(int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- setContext(String, Context) - Method in class org.matheclipse.core.expression.ContextPath
-
Replace for example a "serialized context" in this context-path.
- setContext(Context) - Method in class org.matheclipse.core.eval.EvalEngine
- setContextPath(ContextPath) - Method in class org.matheclipse.core.eval.EvalEngine
- setCurrentContext(Context) - Method in class org.matheclipse.core.expression.ContextPath
- setCurrentDepth(int) - Method in class org.matheclipse.core.eval.util.LevelSpec
- setCurrentLevel(int) - Method in class org.matheclipse.core.eval.util.LevelSpec
- setDebug(boolean) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Enables the printing of debugging diagnostics.
- setDefault(Graphics2D) - Static method in class org.matheclipse.core.bridge.awt.RenderQuality
-
use for render speed rather than quality
- setDefaultMatch(TrieMatch) - Method in class org.matheclipse.core.expression.ExprTrie
- setDefaultValue(int, IExpr) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Set the default value at the arguments position for this symbol (i.e.
- setDefaultValue(int, IExpr) - Method in class org.matheclipse.core.expression.Symbol
-
Set the default value at the arguments position for this symbol (i.e.
- setDefaultValue(int, IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Set the default value at the arguments position for this symbol (i.e.
- setDefaultValue(IExpr) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Set the general default value for this symbol (i.e.
- setDefaultValue(IExpr) - Method in class org.matheclipse.core.expression.ExprTrie
- setDefaultValue(IExpr) - Method in class org.matheclipse.core.expression.Symbol
-
Set the general default value for this symbol (i.e.
- setDefaultValue(IExpr) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Set the general default value for this symbol (i.e.
- setDelayed(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SetDelayed(expr, value) - assigns `value` to `expr`, without evaluating `value`.
- SetDelayed - Static variable in class org.matheclipse.core.expression.ID
- SetDelayed - Static variable in class org.matheclipse.core.expression.S
-
SetDelayed(expr, value) - assigns `value` to `expr`, without evaluating `value`.
- SetDelayed(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Assigns
rhs
tolhs
, without evaluatingrhs
. - SETDELAYED_FLAG_ASSIGNED_VALUE - Static variable in interface org.matheclipse.core.interfaces.ISymbol
-
ISymbol flag to indicate that the symbols value is defined by SetDelayed
- setDelayedDownRule(int, IExpr, IExpr, boolean) - Static method in class org.matheclipse.core.builtin.PatternMatching
- setDenominator(int) - Method in class org.matheclipse.core.expression.ASTSeriesData
- setDerivativeSymbol(String) - Method in class org.matheclipse.core.form.tex.TexFormSymbolOptions
- setDisabledTrigRules(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
If
true
disable automatic trigonometric function simplification rules. - setDollarValue(IBuiltInSymbol, IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
-
Set the assigned value for a '$...'
IBuiltInSymbol
. - setDownRule(int, IExpr, IExpr, boolean) - Static method in class org.matheclipse.core.builtin.PatternMatching
- setEmpty(boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- setEmpty(boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- setEmpty(boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- setEngine(EvalEngine) - Method in class org.matheclipse.core.patternmatching.Tester
- setEntry(int, double) - Method in class org.matheclipse.core.expression.ASTRealVector
- setEntry(int, int, IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
-
Set the entry in the specified row and column.
- setEntry(int, IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Set a single element.
- setEqualSymbol(String) - Method in class org.matheclipse.core.form.tex.TexFormSymbolOptions
- setErrorPrintStream(PrintStream) - Method in class org.matheclipse.core.eval.EvalEngine
- setEvalFlags(int) - Method in class org.matheclipse.core.expression.AbstractAST
-
Set the evaluation flags for this list (i.e.
- setEvalFlags(int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Set the evaluation flags for this list (i.e.
- setEvalRHSMode(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
- setEvaluator(IEvaluator) - Method in class org.matheclipse.core.expression.BuiltInDummy
- setEvaluator(IEvaluator) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Set the current evaluator which is associated to this symbol
- setEvaluator(IEvaluator) - Method in interface org.matheclipse.core.interfaces.IBuiltInSymbol
-
Set the current evaluator which is associated to this symbol
- setExplicitDistanceTolerance(IExpr) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Sets an explicit distance tolerance for convexity tests.
- setExpr(IExpr) - Method in class org.matheclipse.core.eval.EvalControlledCallable
- setFactory(IParserFactory) - Method in class org.matheclipse.core.parser.ExprParser
- setFileSystemEnabled(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
- setFlags(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
-
Set the evaluation flags for this list (i.e.
- setFontSize(int) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setFrom(int) - Method in class org.matheclipse.core.eval.util.LevelSpecification
- setFromLevelAsCurrent() - Method in class org.matheclipse.core.eval.util.LevelSpec
- setGlobalContext(Context) - Method in class org.matheclipse.core.expression.ContextPath
-
Replace for example a "serialized context" in this context-path.
- setGraphicOptions(GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.LogLinearPlot
- setGraphicOptions(GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.LogLogPlot
- setGraphicOptions(GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.LogPlot
- setGraphicOptions(GraphicsOptions) - Method in class org.matheclipse.core.reflection.system.Plot
- setGrayLevel(ObjectNode, IAST) - Static method in class org.matheclipse.core.graphics.GraphicsOptions
- setHint(String) - Method in class org.matheclipse.core.interfaces.AbstractEvalStepListener
-
Set an "evaluation step hint" for the evaluation step listener.
- setHint(String) - Method in interface org.matheclipse.core.interfaces.IEvalStepListener
-
Set an "evaluation step hint" for the evaluation step listener.
- setHistoryLength(short) - Method in class org.matheclipse.core.eval.EvalHistory
- setHueColor(ArrayNode, IAST) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setHull(IExpr[], int, int[][], int) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- setIf(IAST, int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Set the value at the position in this
IAST
. - setIf(IAST, int, IExpr) - Method in interface org.matheclipse.core.interfaces.IASTMutable
-
Set the value at the position in this
IAST
. - setIfPresent(IAST, int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Set the value at the position in this
IAST
. - setIfPresent(IAST, int, IExpr) - Method in interface org.matheclipse.core.interfaces.IASTMutable
-
Set the value at the position in this
IAST
. - setIgnoreNewLine(boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- setInputForm(boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
-
If
true
print leading and trailing quotes in Symja strings - setInterrupt(boolean) - Static method in class org.matheclipse.core.basic.OperationSystem
- setIsHashEvaledFlag(IAST) - Static method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
-
Set the
IAST.IS_HASH_EVALED
for the givenast
. - setIterationLimit(int) - Method in class org.matheclipse.core.eval.EvalEngine
- setJAS(JASConvert<BigRational>) - Method in interface org.matheclipse.core.polynomials.IPartialFractionGenerator
-
Set the used JAS instance.
- setJAS(JASConvert<BigRational>) - Method in class org.matheclipse.core.polynomials.PartialFractionGenerator
- setJAS(JASConvert<BigRational>) - Method in class org.matheclipse.core.polynomials.PartialFractionIntegrateGenerator
- setJavaClass(Class<?>) - Method in class org.matheclipse.core.expression.Context
-
If this is a
JavaFunctions
class context the class to this context. - setJoined(boolean) - Method in class org.matheclipse.core.graphics.GraphicsOptions
-
If set to
true
points in a dataset should be joined into a line, otherwise they should be plotted as separate points. - setJvm(boolean) - Static method in class org.matheclipse.core.basic.OperationSystem
- setLength(int) - Method in class org.matheclipse.core.sympy.series.Sequences.EmptySequence.EmptySeqIterator
- setLength(int) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase.SeqIterator
- setLHSExprToMatch(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Contains the lhs expression which should be matched in a clone of this pattern matcher during matching.
- setLHSPriority(int) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- setList(IASTAppendable) - Method in class org.matheclipse.core.eval.TraceStack
- setListSize(int) - Method in interface org.matheclipse.core.eval.util.ISequence
-
Sets the list size of the current used list in the generics library.
- setListSize(int) - Method in class org.matheclipse.core.eval.util.ListSizeSequence
-
Set the current lists size.
- setLogFunction(String) - Method in class org.matheclipse.core.form.tex.TexFormSymbolOptions
- setMaxMemory(long) - Static method in class org.matheclipse.core.basic.OperationSystem
- setMemoryUsageFactor(float) - Static method in class org.matheclipse.core.basic.OperationSystem
- setMemoryWarning(boolean) - Static method in class org.matheclipse.core.basic.OperationSystem
- setMessageShortcut(String) - Method in class org.matheclipse.core.eval.EvalEngine
- setMinCountAsCurrent() - Method in class org.matheclipse.core.eval.util.SetSpec
- setNoSimplifyMode(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
- setNumericMode(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Set the numeric mode for numeric calculations.
- setNumericMode(boolean, long, int) - Method in class org.matheclipse.core.eval.EvalEngine
-
Set the numeric mode and precision of numeric calculations.
- setNumericPrecision(long) - Method in class org.matheclipse.core.eval.EvalEngine
- setOnOffMode(boolean, Map<ISymbol, ISymbol>, boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Set the mode for the
On()
orOff()
function - setOpacity(double) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setOptions(OptionArgs) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setOptions(ISymbol, IAST) - Method in interface org.matheclipse.core.interfaces.IEvaluator
-
Define the default options of a symbol (i.e.
- setOptions(ISymbol, IBuiltInSymbol[], IExpr[]) - Method in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionOptionEvaluator
- setOptions(ISymbol, IBuiltInSymbol[], IExpr[]) - Method in class org.matheclipse.core.eval.interfaces.AbstractFunctionOptionEvaluator
- setOptions(ISymbol, IBuiltInSymbol, IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionOptionEvaluator
- setOptions(ISymbol, IBuiltInSymbol, IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractFunctionOptionEvaluator
- setOptionsPattern(EvalEngine, ISymbol) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- setOptionsPattern(EvalEngine, ISymbol) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- setOptionsPattern(EvalEngine, ISymbol) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- setOptionsPattern(EvalEngine, ISymbol) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- setOptionsPattern(EvalEngine, ISymbol) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- setOptionsPattern(EvalEngine, ISymbol) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- setOptionsPattern(ISymbol, IPatternMap) - Method in class org.matheclipse.core.eval.EvalEngine
- setOutListDisabled(boolean, short) - Method in class org.matheclipse.core.eval.EvalEngine
- setOutListDisabled(EvalHistory) - Method in class org.matheclipse.core.eval.EvalEngine
- setOutPrintStream(PrintStream) - Method in class org.matheclipse.core.eval.EvalEngine
- setPackageMode(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
- setPart(IExpr, int...) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- setPart(IExpr, int...) - Method in class org.matheclipse.core.expression.AbstractAST
- setPart(IExpr, int...) - Method in interface org.matheclipse.core.interfaces.IASTMutable
- setPlotRange(IAST, IAST) - Method in class org.matheclipse.core.graphics.Dimensions2D
- setPoints(IAST, int) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- setPoints(IExpr[], int) - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- setPointSize(double) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setPostProcessing(Function<IASTMutable, IExpr>) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
-
Define an optional post-processing function for the result of a substitution.
- setPredicateQ(Predicate<IExpr>) - Method in class org.matheclipse.core.expression.BuiltInDummy
- setPredicateQ(Predicate<IExpr>) - Method in class org.matheclipse.core.expression.BuiltInSymbol
-
Define a predicate as the current evaluator which is associated to this symbol
- setPredicateQ(Predicate<IExpr>) - Method in interface org.matheclipse.core.interfaces.IBuiltInSymbol
-
Define a predicate as the current evaluator which is associated to this symbol
- setPrintStreamsOf(EvalEngine) - Method in class org.matheclipse.core.eval.EvalEngine
- setQuality(Graphics2D) - Static method in class org.matheclipse.core.bridge.awt.RenderQuality
-
use for publishing quality
- setQuietMode(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
If
true
the engine evaluates in "quiet" mode (i.e. - setQuotes(boolean) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
-
If
true
print leading and trailing quotes in Symja strings - setQuotes(boolean) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
-
If
true
print leading and trailing quotes in Symja strings - setRandom(IReal, IReal, Random) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Sets the elements of this vector to uniformly distributed random values in a specified range, using a supplied random number generator.
- setReapList(List<IExpr>) - Method in class org.matheclipse.core.eval.EvalEngine
- setRecursionLimit(int) - Method in class org.matheclipse.core.eval.EvalEngine
- setRelaxedSyntax(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
- setReset(EvalEngine) - Static method in class org.matheclipse.core.eval.EvalEngine
-
Set the thread local evaluation engine instance and reset the engines states (numeric mode flags, recursion counter,...).
- setRGBColor(IAST) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setRHS(IExpr) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- setRHSEvaluated(boolean) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- setRHSEvaluated(boolean) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- setRHSEvaluated(boolean) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- setRHSEvaluated(boolean) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- setRHSEvaluated(boolean) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- setRHSEvaluated(boolean) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- setRulesData(RulesData) - Method in class org.matheclipse.core.expression.BuiltInDummy
- setRulesData(RulesData) - Method in class org.matheclipse.core.expression.Symbol
- setRulesData(RulesData) - Method in interface org.matheclipse.core.interfaces.ISymbol
- setScalingFunctions() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setScriptCommandLine(String[]) - Static method in class org.matheclipse.core.basic.Config
- setSeconds(long) - Method in class org.matheclipse.core.eval.EvalEngine
- setSeed(long) - Method in class org.matheclipse.core.eval.EvalEngine
- setSessionID(String) - Method in class org.matheclipse.core.eval.EvalEngine
- setSignificantFigures(int) - Method in class org.matheclipse.core.eval.EvalEngine
- setSignificantFigures(int) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- SetSpec - Class in org.matheclipse.core.eval.util
-
A Set specification definition for number of elements in a set.
- SetSpec() - Constructor for class org.matheclipse.core.eval.util.SetSpec
- SetSpec(int) - Constructor for class org.matheclipse.core.eval.util.SetSpec
-
Define a set specification for all elements containing elements less than
n
. - SetSpec(int, int) - Constructor for class org.matheclipse.core.eval.util.SetSpec
- SetSpecification - Class in org.matheclipse.core.eval.util
-
Specification for number of set elements.
- SetSpecification() - Constructor for class org.matheclipse.core.eval.util.SetSpecification
-
Create a SetSpecification with level from 0 to Integer.MAX_VALUE
- SetSpecification(int) - Constructor for class org.matheclipse.core.eval.util.SetSpecification
-
Create a SetSpecification with only the given level
- SetSpecification(int, int) - Constructor for class org.matheclipse.core.eval.util.SetSpecification
-
Create a SetSpecification with the given level range
- SetSpecification(IExpr) - Constructor for class org.matheclipse.core.eval.util.SetSpecification
-
Create a SetSpecification from an IInteger or IAST list-object.
Ifexpr
is a non-negative IInteger iValue set Level {1,iValue};
Ifexpr
is a negative IInteger iValue set Level {iValue, 0};
Ifexpr
is a List {i0Value, i1Value} set Level {i0Value, i1Value}; - setStack(Deque<IExpr>) - Method in class org.matheclipse.core.eval.EvalEngine
-
Set the stack which should be active for the evaluation engine.
- setStepListener(IEvalStepListener) - Method in class org.matheclipse.core.eval.EvalEngine
-
Set the step listener for this evaluation engine.
- setStopRequested(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
- setSubVector(int, FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Set a set of consecutive elements.
- setSymbolOptions(TexFormSymbolOptions) - Method in class org.matheclipse.core.form.tex.TeXFormFactory
- SetSystemOptions - Static variable in class org.matheclipse.core.expression.ID
- SetSystemOptions - Static variable in class org.matheclipse.core.expression.S
- setThickness(double) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setTimeConstrainedMillis(long) - Method in class org.matheclipse.core.eval.EvalEngine
-
Set the time in milliseconds then the current TimeConstrained operation should stop.
- setTimesSymbol(String) - Method in class org.matheclipse.core.form.tex.TexFormSymbolOptions
- setTo(int) - Method in class org.matheclipse.core.eval.util.LevelSpecification
- setTogetherMode(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
-
Basic artihmetic operations (especially in linear algebra functions) like for example
IExpr.plus(IExpr)
andIExpr.times(IExpr)
are tried to be simplified with aS.Together
command during the evaluation of the multiplication if the parameter is set totrue
. - setTolerance(float) - Method in class org.matheclipse.core.bridge.awt.LazyMouse
- setToLevelAsCurrent() - Method in class org.matheclipse.core.eval.util.LevelSpec
- setTraceMode(boolean) - Method in class org.matheclipse.core.eval.EvalEngine
- setUp() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Set up this iterator.
- setUp(IExpr, int) - Method in class org.matheclipse.core.eval.TraceStack
- setUp(IExpr, int) - Method in class org.matheclipse.core.interfaces.AbstractEvalStepListener
-
Sets up the next evaluation step.
- setUp(IExpr, int) - Method in interface org.matheclipse.core.interfaces.IEvalStepListener
-
Sets up the next evaluation step.
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.Algebra.Factor
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.Arithmetic.Plus
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.Arithmetic.Power
-
Evaluate built-in rules and define Attributes for a function.
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.Arithmetic.Times
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Greater
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Dot
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.LinearAlgebra.FromPolarCoordinates
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.LinearAlgebra.FromSphericalCoordinates
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.LinearAlgebra.MatrixRank
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.LinearAlgebra.ToPolarCoordinates
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.LinearAlgebra.ToSphericalCoordinates
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.ListFunctions.Table
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.NumberTheory.FactorInteger
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.PatternMatching.Blank
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.PatternMatching.BlankNullSequence
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.PatternMatching.BlankSequence
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.PatternMatching.Optional
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.PatternMatching.OptionsPattern
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.PatternMatching.OptionValue
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.PatternMatching.Pattern
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.PatternMatching.Repeated
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.StatisticsFunctions.Median
- setUp(ISymbol) - Method in class org.matheclipse.core.builtin.WindowFunctions.WindowFunction
- setUp(ISymbol) - Method in class org.matheclipse.core.data.ElementData
- setUp(ISymbol) - Method in class org.matheclipse.core.eval.interfaces.AbstractCoreFunctionEvaluator
-
Evaluate built-in rules and define Attributes for a function.
- setUp(ISymbol) - Method in class org.matheclipse.core.eval.interfaces.AbstractEvaluator
-
Evaluate built-in rules and define Attributes for a function.
- setUp(ISymbol) - Method in class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
Evaluate built-in rules and define Attributes for a function.
- setUp(ISymbol) - Method in class org.matheclipse.core.eval.interfaces.AbstractSymbolEvaluator
- setUp(ISymbol) - Method in interface org.matheclipse.core.interfaces.IEvaluator
-
This method will be called every time a new ISymbol will be created.
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Beep
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.ComplexExpand
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Derivative
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.EasterSunday
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Eliminate
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.ExpToTrig
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.FindInstance
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.FindMaximum
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.FindMinimum
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.FindRoot
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Fourier
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.FourierDCTMatrix
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.FourierDSTMatrix
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.FrobeniusSolve
-
Evaluate built-in rules and define Attributes for a function.
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.FunctionExpand
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.HeavisideTheta
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Horner
-
Deprecated.
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.In
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Integrate
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.InterpolatingFunction
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.InterpolatingPolynomial
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.InverseFourier
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.InverseFunction
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.ListLinePlot3D
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.ListPlot
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.ListPlot3D
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.ListPointPlot3D
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.NFourierTransform
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.NIntegrate
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.NonCommutativeMultiply
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.NSolve
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Out
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.ParametricPlot
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Plot
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Plot3D
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.PolarPlot
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Product
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Reduce
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Solve
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.Sum
-
Evaluate built-in rules and define Attributes for a function.
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.TrigReduce
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- setUp(ISymbol) - Method in class org.matheclipse.core.reflection.system.TrigToExp
- setUp(ISymbol) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- setUpHashRule2(IExpr, IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractArgMultiple
- setUpThrow() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Set up this iterator.
- setVal(int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Set the exponent at position i to e.
- setVal(int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Set the exponent at position i to e.
- setValue(int, IExpr) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- setValue(int, IExpr) - Method in class org.matheclipse.core.expression.ASTAssociation
- setValue(int, IExpr) - Method in interface org.matheclipse.core.interfaces.IASTMutable
-
Replaces the element at the specified location in this
IAST
with the specified object. - setValue(IPatternObject, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- setValue(IPatternObject, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- setValue(IPatternObject, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- setValue(IPatternObject, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- setValue(IPatternObject, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- setValue(IPatternObject, IExpr) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Assign the value to the pattern.
- setValue(IPatternSequence, IAST) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- setValue(IPatternSequence, IAST) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- setValue(IPatternSequence, IAST) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- setValue(IPatternSequence, IAST) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- setValue(IPatternSequence, IAST) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- setValue(IPatternSequence, IAST) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Assign the sequence to the pattern sequence.
- setVariables(ISymbol) - Method in class org.matheclipse.core.form.output.JavaScriptFormFactory
- setVars(IAST) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Set the variable names.
- setVars(IAST) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Set the variable names.
- setXFunction(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setXScale(String) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setYFunction(Function<IExpr, IExpr>) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setYScale(String) - Method in class org.matheclipse.core.graphics.GraphicsOptions
- setZero() - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Sets the elements of this vector to zero.
- setZero(int) - Method in class org.matheclipse.core.expression.ASTSeriesData
- share(Object) - Static method in class org.matheclipse.core.expression.J
-
Share(function) - replace internally equal common subexpressions in `function` by the same reference to reduce memory consumption and return the number of times where `Share(function)` could replace a common subexpression.
- Share - Class in org.matheclipse.core.reflection.system
-
Try to share common sub-
IASTs
expressions with the same object-id internally to minimize memory consumption. - Share - Static variable in class org.matheclipse.core.expression.ID
- Share - Static variable in class org.matheclipse.core.expression.S
-
Share(function) - replace internally equal common subexpressions in `function` by the same reference to reduce memory consumption and return the number of times where `Share(function)` could replace a common subexpression.
- Share() - Constructor for class org.matheclipse.core.reflection.system.Share
- shearingTransform(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ShearingTransform(phi, {1, 0}, {0, 1}) - gives a horizontal shear by the angle `phi`.
- ShearingTransform - Static variable in class org.matheclipse.core.expression.ID
- ShearingTransform - Static variable in class org.matheclipse.core.expression.S
-
ShearingTransform(phi, {1, 0}, {0, 1}) - gives a horizontal shear by the angle `phi`.
- ShearingTransform(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- shift - Variable in class org.matheclipse.core.tensor.itp.BSplineFunction
-
shift is 0 for odd degree and 1/2 for even degree
- shift(int) - Method in class org.matheclipse.core.expression.ASTSeriesData
- shift(int, IExpr, int) - Method in class org.matheclipse.core.expression.ASTSeriesData
- shiftLeft(int) - Method in class org.matheclipse.core.expression.BigIntegerSym
- shiftLeft(int) - Method in class org.matheclipse.core.expression.IntegerSym
- shiftLeft(int) - Method in interface org.matheclipse.core.interfaces.IInteger
- shiftRight(int) - Method in class org.matheclipse.core.expression.BigIntegerSym
- shiftRight(int) - Method in class org.matheclipse.core.expression.IntegerSym
- shiftRight(int) - Method in interface org.matheclipse.core.interfaces.IInteger
- shiftTimes(int, IExpr, int) - Method in class org.matheclipse.core.expression.ASTSeriesData
- Short - Static variable in class org.matheclipse.core.expression.ID
- Short - Static variable in class org.matheclipse.core.expression.S
- shorten(String, int) - Static method in class org.matheclipse.core.eval.Errors
-
Shorten the output string to a maximum length of
maximuLength
characters. - shorten(IExpr) - Static method in class org.matheclipse.core.eval.Errors
-
Shorten the output string generated from
expr
to a maximum length ofConfig.SHORTEN_STRING_LENGTH
characters. - shorten(IExpr, int) - Static method in class org.matheclipse.core.eval.Errors
-
Shorten the output string generated from
expr
to a maximum length ofmaximuLength
characters. - SHORTEN_STRING_LENGTH - Static variable in class org.matheclipse.core.basic.Config
-
Shorten an output string to a maximum length of
SHORTEN_STRING_LENGTH
characters. - Shortest - Static variable in class org.matheclipse.core.expression.ID
- Shortest - Static variable in class org.matheclipse.core.expression.S
- show(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Show the result in an HTML page with the help of the Java
Desktop.getDesktop().open()
method. - Show - Static variable in class org.matheclipse.core.expression.ID
- Show - Static variable in class org.matheclipse.core.expression.S
- Show(IExpr) - Static method in class org.matheclipse.core.expression.F
- SHOW_PATTERN_EVAL_STEPS - Static variable in class org.matheclipse.core.basic.Config
-
Show the pattern-matching evaluation steps in the console output.
- SHOW_PATTERN_SYMBOL_STEPS - Static variable in class org.matheclipse.core.basic.Config
- SHOW_STACKTRACE - Static variable in class org.matheclipse.core.basic.Config
-
Show the stack trace, if an exception is thrown in evaluation
- Show2SVG - Class in org.matheclipse.core.graphics
- Show2SVG() - Constructor for class org.matheclipse.core.graphics.Show2SVG
- Show3D2ThreeJS - Class in org.matheclipse.core.graphics
- Show3D2ThreeJS() - Constructor for class org.matheclipse.core.graphics.Show3D2ThreeJS
- showGraphic(IExpr) - Static method in class org.matheclipse.core.expression.F
- SI() - Static method in class org.matheclipse.core.tensor.qty.QuantityMagnitude
- SI() - Static method in class org.matheclipse.core.tensor.qty.UnitConvert
- SI() - Static method in interface org.matheclipse.core.tensor.qty.UnitSystem
- SidesFunctions - Class in org.matheclipse.core.builtin
- sift(IAST, Function<IExpr, IExpr>) - Static method in class org.matheclipse.core.sympy.utilities.Iterables
- siftBinary(IAST, Predicate<IExpr>) - Static method in class org.matheclipse.core.sympy.utilities.Iterables
- sign() - Method in class org.matheclipse.core.expression.ApcomplexNum
- sign() - Method in class org.matheclipse.core.expression.ApfloatNum
- sign() - Method in class org.matheclipse.core.expression.ComplexNum
- sign() - Method in class org.matheclipse.core.expression.Num
- sign() - Method in interface org.matheclipse.core.interfaces.IExpr
- sign(Object) - Static method in class org.matheclipse.core.expression.J
-
Sign(x) - gives `-1`, `0` or `1` depending on whether `x` is negative, zero or positive.
- Sign - Static variable in class org.matheclipse.core.expression.ID
- Sign - Static variable in class org.matheclipse.core.expression.S
-
Sign(x) - gives `-1`, `0` or `1` depending on whether `x` is negative, zero or positive.
- Sign(IExpr) - Static method in class org.matheclipse.core.expression.F
- signature(Object) - Static method in class org.matheclipse.core.expression.J
-
Signature(permutation-list) - determine if the `permutation-list` has odd (`-1`) or even (`1`) parity.
- Signature - Static variable in class org.matheclipse.core.expression.ID
- Signature - Static variable in class org.matheclipse.core.expression.S
-
Signature(permutation-list) - determine if the `permutation-list` has odd (`-1`) or even (`1`) parity.
- Signature(IExpr) - Static method in class org.matheclipse.core.expression.F
- signCmp(Object) - Static method in class org.matheclipse.core.expression.J
- SignCmp - Static variable in class org.matheclipse.core.expression.ID
- SignCmp - Static variable in class org.matheclipse.core.expression.S
- SignCmp(IExpr) - Static method in class org.matheclipse.core.expression.F
- SignOfFactor(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- signum() - Method in class org.matheclipse.core.expression.AbstractAST
-
Deprecated.
- signum() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Deprecated.
- signum() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Deprecated.for comparability with JAS only
- signum() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong signum.
- signum() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong signum.
- signum() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Deprecated.for comparability with JAS only
- Simp - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Simp(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SimpFixFactor(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SimpHelp(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- simpleEval(IASTMutable) - Static method in class org.matheclipse.core.eval.EvalAttributes
- SimplerIntegrandQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SimplerQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SimplerSqrtQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SimpleUnitSystem - Class in org.matheclipse.core.tensor.qty
-
Reference implementation of
UnitSystem
with emphasis on simplicity - Simplex - Static variable in class org.matheclipse.core.expression.ID
- Simplex - Static variable in class org.matheclipse.core.expression.S
- SimplifiedResult(IExpr, Function<IExpr, Long>) - Constructor for class org.matheclipse.core.builtin.SimplifyFunctions.SimplifiedResult
- SimplifiedResult(IExpr, IExpr, Function<IExpr, Long>) - Constructor for class org.matheclipse.core.builtin.SimplifyFunctions.SimplifiedResult
- simplify(Object) - Static method in class org.matheclipse.core.expression.J
-
Simplify(expr) - simplifies `expr`
- simplify(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Simplify(expr) - simplifies `expr`
- simplify(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Simplify(expr) - simplifies `expr`
- Simplify - Static variable in class org.matheclipse.core.expression.ID
- Simplify - Static variable in class org.matheclipse.core.expression.S
-
Simplify(expr) - simplifies `expr`
- Simplify(IExpr) - Static method in class org.matheclipse.core.expression.F
- Simplify(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- simplifyAndAnalyze() - Method in class org.matheclipse.core.expression.ExprAnalyzer
-
If possible simplify the numerator expression.
- SimplifyAntiderivative(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SimplifyAntiderivativeSum(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- simplifyCompare(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Greater
-
Try to simplify a comparator expression.
- simplifyCompare(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.GreaterEqual
-
Try to simplify a comparator expression.
- simplifyCompare(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Less
-
Try to simplify a comparator expression.
- simplifyCompare(IExpr, IExpr) - Method in class org.matheclipse.core.builtin.BooleanFunctions.LessEqual
-
Try to simplify a comparator expression.
- simplifyCompare(IExpr, IExpr, IBuiltInSymbol, IBuiltInSymbol, boolean) - Method in class org.matheclipse.core.builtin.BooleanFunctions.Greater
-
Try to simplify a comparator expression.
- SimplifyFunctions - Class in org.matheclipse.core.builtin
- SimplifyFunctions.SimplifiedResult - Class in org.matheclipse.core.builtin
- SimplifyIntegrand(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SimplifyTerm(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- sin() - Method in class org.matheclipse.core.expression.ApcomplexNum
- sin() - Method in class org.matheclipse.core.expression.ApfloatNum
- sin() - Method in class org.matheclipse.core.expression.ComplexNum
- sin() - Method in class org.matheclipse.core.expression.Num
- sin() - Method in class org.matheclipse.core.expression.NumStr
- sin() - Method in interface org.matheclipse.core.interfaces.IExpr
- sin() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- sin(Object) - Static method in class org.matheclipse.core.expression.J
-
Sin(expr) - returns the sine of `expr` (measured in radians).
- sin(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Sin - Static variable in class org.matheclipse.core.expression.ID
- Sin - Static variable in class org.matheclipse.core.expression.S
-
Sin(expr) - returns the sine of `expr` (measured in radians).
- Sin(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the sine of
z
(measured in Radians). - sinc(Object) - Static method in class org.matheclipse.core.expression.J
-
Sinc(expr) - the sinc function `Sin(expr)/expr` for `expr != 0`.
- Sinc - Static variable in class org.matheclipse.core.expression.ID
- Sinc - Static variable in class org.matheclipse.core.expression.S
-
Sinc(expr) - the sinc function `Sin(expr)/expr` for `expr != 0`.
- Sinc(IExpr) - Static method in class org.matheclipse.core.expression.F
- sinCos() - Method in interface org.matheclipse.core.interfaces.IExpr
- SincRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - SincRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SincRules
- Singleton(T) - Constructor for class org.matheclipse.core.frobenius.OutputPortUnsafe.Singleton
- singularValueDecomposition(Object) - Static method in class org.matheclipse.core.expression.J
-
SingularValueDecomposition(matrix) - calculates the singular value decomposition for the `matrix`.
- SingularValueDecomposition - Static variable in class org.matheclipse.core.expression.ID
- SingularValueDecomposition - Static variable in class org.matheclipse.core.expression.S
-
SingularValueDecomposition(matrix) - calculates the singular value decomposition for the `matrix`.
- singularValueList(Object) - Static method in class org.matheclipse.core.expression.J
- singularValueList(Object, Object) - Static method in class org.matheclipse.core.expression.J
- SingularValueList - Static variable in class org.matheclipse.core.expression.ID
- SingularValueList - Static variable in class org.matheclipse.core.expression.S
- sinh() - Method in class org.matheclipse.core.expression.ApcomplexNum
- sinh() - Method in class org.matheclipse.core.expression.ApfloatNum
- sinh() - Method in class org.matheclipse.core.expression.ComplexNum
- sinh() - Method in class org.matheclipse.core.expression.Num
- sinh() - Method in class org.matheclipse.core.expression.NumStr
- sinh() - Method in interface org.matheclipse.core.interfaces.IExpr
- sinh() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- sinh(Object) - Static method in class org.matheclipse.core.expression.J
-
Sinh(z) - returns the hyperbolic sine of `z`.
- sinh(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Sinh - Static variable in class org.matheclipse.core.expression.ID
- Sinh - Static variable in class org.matheclipse.core.expression.S
-
Sinh(z) - returns the hyperbolic sine of `z`.
- Sinh(IExpr) - Static method in class org.matheclipse.core.expression.F
- sinhCosh() - Method in interface org.matheclipse.core.interfaces.IExpr
- sinhIntegral(Object) - Static method in class org.matheclipse.core.expression.J
-
SinhIntegral(expr) - returns the sine integral of `expr`.
- sinhIntegral(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- SinhIntegral - Static variable in class org.matheclipse.core.expression.ID
- SinhIntegral - Static variable in class org.matheclipse.core.expression.S
-
SinhIntegral(expr) - returns the sine integral of `expr`.
- SinhIntegral(IExpr) - Static method in class org.matheclipse.core.expression.F
- SinhRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - SinhRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SinhRules
- sinIntegral(Object) - Static method in class org.matheclipse.core.expression.J
-
SinIntegral(expr) - returns the hyperbolic sine integral of `expr`.
- sinIntegral(Complex) - Static method in class org.matheclipse.core.builtin.functions.GammaJS
- SinIntegral - Static variable in class org.matheclipse.core.expression.ID
- SinIntegral - Static variable in class org.matheclipse.core.expression.S
-
SinIntegral(expr) - returns the hyperbolic sine integral of `expr`.
- SinIntegral(IExpr) - Static method in class org.matheclipse.core.expression.F
- SinRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - SinRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SinRules
- sixJSymbol(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SixJSymbol({j1,j2,j3},{j4,j5,j6}) - get the 6-j symbol coefficients.
- SixJSymbol - Static variable in class org.matheclipse.core.expression.ID
- SixJSymbol - Static variable in class org.matheclipse.core.expression.S
-
SixJSymbol({j1,j2,j3},{j4,j5,j6}) - get the 6-j symbol coefficients.
- size() - Method in class org.matheclipse.core.convert.VariablesSet
-
The number of determined variables.
- size() - Method in class org.matheclipse.core.eval.EvalHistory
-
Get the size of the last history entry array.
- size() - Method in class org.matheclipse.core.eval.LastCalculationsHistory
-
Get the size of the last history entry array.
- size() - Method in class org.matheclipse.core.eval.util.ArraySet
- size() - Method in class org.matheclipse.core.eval.util.OpenFixedSizeMap
- size() - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap
-
Get the number of elements stored in the map.
- size() - Method in class org.matheclipse.core.eval.util.OpenIntToList
-
Get the number of elements stored in the map.
- size() - Method in class org.matheclipse.core.eval.util.OpenIntToSet
-
Get the number of elements stored in the map.
- size() - Method in class org.matheclipse.core.eval.util.OptionArgs
- size() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- size() - Method in class org.matheclipse.core.expression.AST0
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.AST1
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.AST2
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.AST3
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.ASTRRBTree
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.ASTSeriesData
- size() - Method in class org.matheclipse.core.expression.B1
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.B2
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.B3
-
Returns the number of elements in this
ArrayList
. - size() - Method in class org.matheclipse.core.expression.Context
- size() - Method in class org.matheclipse.core.expression.ContextPath
- size() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- size() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- size() - Method in class org.matheclipse.core.expression.DefaultDict
- size() - Method in class org.matheclipse.core.expression.ExprTrie
- size() - Method in class org.matheclipse.core.expression.HMArrayList
-
Returns the number of elements in this
IAST
.The number of elements equalsargSize() + 1
(i.e. - size() - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns the number of elements in this
IAST
.The number of elements equalsargSize() + 1
(i.e. - size() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns the number of elements in this
IAST
.The number of elements equalsargSize() + 1
(i.e. - size() - Method in interface org.matheclipse.core.numbertheory.Multiset
- size() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
-
Gives the number of symbols used in this map.
- size() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- size() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- size() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- size() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- size() - Method in interface org.matheclipse.core.patternmatching.IPatternMap
-
Gives the number of symbols used in this map.
- size() - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
- sizeOut() - Method in class org.matheclipse.core.eval.EvalEngine
-
The size of the
Out[]
list - SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.AbsRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCoshRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCosRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCothRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCotRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCschRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcCscRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcSechRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcSecRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcSinhRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcSinRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcTanhRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ArcTanRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.BesselIRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.BesselJRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.BesselKRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.BesselYRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ConjugateRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.CoshRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.CosRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.CothRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.CotRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.CschRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.CscRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.DerivativeRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.DRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.GammaRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.GudermannianRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.HurwitzLerchPhiRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.Hypergeometric0F1Rules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.Hypergeometric2F1Rules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.HypergeometricPFQRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.HypergeometricURules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.InterquartileRangeRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.InverseLaplaceTransformRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.InverseZTransformRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in interface org.matheclipse.core.reflection.system.rules.JacobiP
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.JacobiPRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.JacobiSCRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.KleinInvariantJRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.LaplaceTransformRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.LegendrePRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.LegendreQRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.LerchPhiRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.LimitRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.LogRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.MatrixDRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.PolyGammaRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.PolyLogRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.PowerRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ProductLogRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.QuantileRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.RGBColorRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.SechRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.SecRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.SeriesCoefficientRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.SincRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.SinhRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.SinRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.SphericalBesselJRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.SphericalHarmonicYRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.StandardDeviationRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.StieltjesGammaRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.StruveHRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.StruveLRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.TanhRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.TanRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ToIntervalDataRules
-
index 0 - number of equal rules in
RULES
- SIZES - Static variable in class org.matheclipse.core.reflection.system.rules.ZTransformRules
-
index 0 - number of equal rules in
RULES
- skewness(Object) - Static method in class org.matheclipse.core.expression.J
-
Skewness(list) - gives Pearson's moment coefficient of skewness for `list` (a measure for estimating the symmetry of a distribution).
- Skewness - Static variable in class org.matheclipse.core.expression.ID
- Skewness - Static variable in class org.matheclipse.core.expression.S
-
Skewness(list) - gives Pearson's moment coefficient of skewness for `list` (a measure for estimating the symmetry of a distribution).
- Skewness(IExpr) - Static method in class org.matheclipse.core.expression.F
- skipWhitespace() - Method in class org.matheclipse.core.form.tex.TeXScanner
- slice(int, int) - Method in interface org.matheclipse.core.interfaces.IAST
-
Copy of a sub
AST
fromstart
(inclusive) toend
(exclusive). - Slot - Static variable in class org.matheclipse.core.expression.ID
- Slot - Static variable in class org.matheclipse.core.expression.S
-
# - is a short-hand for `#1`.
- Slot(int) - Static method in class org.matheclipse.core.expression.F
- Slot(String) - Static method in class org.matheclipse.core.expression.F
- Slot(IExpr) - Static method in class org.matheclipse.core.expression.F
- Slot1 - Static variable in class org.matheclipse.core.expression.F
-
Represents
#1
, the first argument of a pure function. - Slot2 - Static variable in class org.matheclipse.core.expression.F
-
Represents
#2
, the second argument of a pure function. - Slot3 - Static variable in class org.matheclipse.core.expression.F
-
Represents
#3
, the third argument of a pure function. - SlotAbsent - Static variable in class org.matheclipse.core.expression.ID
- SlotAbsent - Static variable in class org.matheclipse.core.expression.S
- SlotSequence - Static variable in class org.matheclipse.core.expression.ID
- SlotSequence - Static variable in class org.matheclipse.core.expression.S
-
## - is the sequence of arguments supplied to a pure function.
- SlotSequence(int) - Static method in class org.matheclipse.core.expression.F
- Small - Static variable in class org.matheclipse.core.expression.ID
- Small - Static variable in class org.matheclipse.core.expression.S
- SMALL_FONTSIZE - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- SMALL_POINTSIZE - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- SMALL_THICKNESS - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- Smallest(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Smallest(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SmartApart(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SmartApart(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SmartDenominator(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SmartNumerator(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SmartSimplify(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- sokalSneathDissimilarity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
SokalSneathDissimilarity(u, v) - returns the Sokal-Sneath dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `R / (c_tt + R)` where n is `len(u)`, `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k
- SokalSneathDissimilarity - Static variable in class org.matheclipse.core.expression.ID
- SokalSneathDissimilarity - Static variable in class org.matheclipse.core.expression.S
SokalSneathDissimilarity(u, v) - returns the Sokal-Sneath dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `R / (c_tt + R)` where n is `len(u)`, `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k- SOLAR - org.matheclipse.core.tensor.img.ColorDataGradients
red, orange, yellow- solve(int, IExpr) - Static method in class org.matheclipse.core.tensor.itp.BSplineInterpolation
- solve(Object, Object) - Static method in class org.matheclipse.core.expression.J
Solve(equations, vars) - attempts to solve `equations` for the variables `vars`.- solve(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Solve(equations, vars) - attempts to solve `equations` for the variables `vars`.- solve(IAST, ISymbol) - Static method in class org.matheclipse.core.expression.F
Solve an equation for a single variable.- solve(IExpr, IExpr) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
- solve(IExpr, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
- Solve - Class in org.matheclipse.core.reflection.system
Solve(equations, vars)- Solve - Static variable in class org.matheclipse.core.expression.ID
- Solve - Static variable in class org.matheclipse.core.expression.S
Solve(equations, vars) - attempts to solve `equations` for the variables `vars`.- Solve() - Constructor for class org.matheclipse.core.reflection.system.Solve
- Solve(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
See Solve- Solve(IExpr, IExpr, IAST) - Static method in class org.matheclipse.core.expression.F
- solve_get_arg_if_missing(IExpr) - Method in class org.matheclipse.core.eval.util.MagicProcessor
- Solve.IsWrongSolveExpression - Class in org.matheclipse.core.reflection.system
Check an expression, if it's an allowed object.- Solve.NoSolution - Exception in org.matheclipse.core.reflection.system
- Solve.SolveData - Class in org.matheclipse.core.reflection.system
Wraps the options set toS.Solve
- SolveData() - Constructor for class org.matheclipse.core.reflection.system.Solve.SolveData
- SolveData(IExpr[]) - Constructor for class org.matheclipse.core.reflection.system.Solve.SolveData
- solveEquations(IASTMutable, IAST, IAST, int, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Solve.SolveData
- solveGroebnerBasis(IAST, IAST) - Static method in class org.matheclipse.core.builtin.PolynomialFunctions
Used inSolve()
function to reduce the polynomial list of equations.- solveInequations(IASTMutable, IAST, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.Solve.SolveData
- solveInstances(IExpr, IAST, int) - Static method in class org.matheclipse.core.builtin.BooleanFunctions
Example: Create a list of rules in the form{{a->False,b->True,c->False,d->False},{a->True,b->False,c->False,d->False},...}
for the variables{a,b,c,d}
- solveIntegers(IAST, IAST, IAST, int, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.Solve
- solveRecursive(IASTMutable, IAST, boolean, IAST, EvalEngine) - Method in class org.matheclipse.core.reflection.system.Solve.SolveData
Solve the list of equations recursively.- SolveUtils - Class in org.matheclipse.core.eval.util
- SolveUtils() - Constructor for class org.matheclipse.core.eval.util.SolveUtils
- SomeNegTermQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- sort() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- sort() - Method in class org.matheclipse.core.expression.ASTAssociation
- sort() - Method in interface org.matheclipse.core.interfaces.IAssociation
Return a new association sorted by the values of the association.- sort(Object) - Static method in class org.matheclipse.core.expression.J
Sort(list) - sorts `list` (or the leaves of any other expression) according to canonical ordering.- sort(Object, Object) - Static method in class org.matheclipse.core.expression.J
Sort(list) - sorts `list` (or the leaves of any other expression) according to canonical ordering.- sort(Comparator<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- sort(Comparator<IExpr>) - Method in class org.matheclipse.core.expression.ASTAssociation
- sort(Comparator<IExpr>) - Method in interface org.matheclipse.core.interfaces.IAssociation
Return a new association sorted by the comparator.- sort(IASTMutable) - Static method in class org.matheclipse.core.eval.EvalAttributes
Sort theast
in place using functionOrder
.- sort(IASTMutable, Comparator<IExpr>) - Static method in class org.matheclipse.core.eval.EvalAttributes
Sort theast
in place using functioncomparator#compare(a, b)
.- Sort - Static variable in class org.matheclipse.core.expression.ID
- Sort - Static variable in class org.matheclipse.core.expression.S
Sort(list) - sorts `list` (or the leaves of any other expression) according to canonical ordering.- Sort(IExpr) - Static method in class org.matheclipse.core.expression.F
- Sort(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- sortASTArguments(IASTMutable) - Static method in class org.matheclipse.core.polynomials.QuarticSolver
Sort the arguments of a list.- sortBy(Object) - Static method in class org.matheclipse.core.expression.J
SortBy(list, f) - sorts `list` (or the elements of any other expression) according to canonical ordering of the keys that are extracted from the `list`'s elements using `f`.- sortBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
SortBy(list, f) - sorts `list` (or the elements of any other expression) according to canonical ordering of the keys that are extracted from the `list`'s elements using `f`.- SortBy - Static variable in class org.matheclipse.core.expression.ID
- SortBy - Static variable in class org.matheclipse.core.expression.S
SortBy(list, f) - sorts `list` (or the elements of any other expression) according to canonical ordering of the keys that are extracted from the `list`'s elements using `f`.- SortedMultiset<T extends Comparable<T>> - Interface in org.matheclipse.core.numbertheory
A multiset with a sort relation between elements.
The sorting of elements has the following consequences: - elements must be Comparable - SortedMaps are a bit slower than HashMaps - output of sorted multisets looks nicer than that of unsorted multisets- SortedMultiset_BottomUp<T extends Comparable<T>> - Class in org.matheclipse.core.numbertheory
A sorted set of elements with multiple occurrences, sorted smallest elements first.- SortedMultiset_BottomUp() - Constructor for class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
Constructor for an empty multiset, sorted smallest elements first.- SortedMultiset_BottomUp(Collection<T>) - Constructor for class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
Constructor for a multiset, sorted smallest elements first, from a collection.- SortedMultiset_BottomUp(Multiset<T>) - Constructor for class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
Copy constructor for a multiset, sorted smallest elements first.- SortedMultiset_BottomUp(T[]) - Constructor for class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
Constructor for a multiset, sorted smallest elements first, from a value array.- SortedMultiset_TopDown<T extends Comparable<T>> - Class in org.matheclipse.core.numbertheory
A sorted set of elements with multiple occurrences, sorted biggest elements first.- SortedMultiset_TopDown() - Constructor for class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
Constructor for an empty multiset, sorted biggest elements first.- SortedMultiset_TopDown(Collection<T>) - Constructor for class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
Constructor from an ordinary collection.- SortedMultiset_TopDown(Multiset<T>) - Constructor for class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
Copy constructor.- SortedMultiset_TopDown(T[]) - Constructor for class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
Constructor from a value array.- sortInplace() - Method in interface org.matheclipse.core.interfaces.IASTMutable
Sortthis
in place using functionComparators.CANONICAL_COMPARATOR
.- sortInplace(Comparator<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
- sortInplace(Comparator<IExpr>) - Method in class org.matheclipse.core.expression.ASTRRBTree
- sortInplace(Comparator<IExpr>) - Method in interface org.matheclipse.core.interfaces.IASTMutable
Sortthis
in place using functioncomparator#compare(a, b)
.- sortLess(IASTMutable) - Static method in class org.matheclipse.core.eval.EvalAttributes
Sort theast
in place using functionLess(a, b)
.- sortWithFlags(IASTMutable) - Static method in class org.matheclipse.core.eval.EvalAttributes
Sort theast
in place using functionOrder
.- SourceCodeFunctions - Class in org.matheclipse.core.builtin
- SourceCodeProperties - Class in org.matheclipse.core.eval.util
Define properties how to generate Java, Scala or other source codes from Symja expressions.- SourceCodeProperties.Prefix - Enum in org.matheclipse.core.eval.util
- SOUTH_WEST - org.matheclipse.core.tensor.img.ColorDataGradients
brown red yellow green blue- sow(Object) - Static method in class org.matheclipse.core.expression.J
Sow(expr) - sends the value `expr` to the innermost `Reap`.- sow(Object, Object) - Static method in class org.matheclipse.core.expression.J
Sow(expr) - sends the value `expr` to the innermost `Reap`.- Sow - Static variable in class org.matheclipse.core.expression.ID
- Sow - Static variable in class org.matheclipse.core.expression.S
Sow(expr) - sends the value `expr` to the innermost `Reap`.- Sow(IExpr) - Static method in class org.matheclipse.core.expression.F
- Span - Static variable in class org.matheclipse.core.expression.ID
- Span - Static variable in class org.matheclipse.core.expression.S
Span - is the head of span ranges like `1;;3`.- Span(IExpr...) - Static method in class org.matheclipse.core.expression.F
- sparseArray(Object) - Static method in class org.matheclipse.core.expression.J
SparseArray(nested-list) - create a sparse array from a `nested-list` structure.- sparseArray(Object, Object) - Static method in class org.matheclipse.core.expression.J
SparseArray(nested-list) - create a sparse array from a `nested-list` structure.- sparseArray(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
SparseArray(nested-list) - create a sparse array from a `nested-list` structure.- sparseArray(IAST) - Static method in class org.matheclipse.core.expression.F
Create a sparse array from the list of rules.- sparseArray(IAST, int[]) - Static method in class org.matheclipse.core.expression.F
Create a sparse array in the givendimension
from the list of rules.- sparseArray(IAST, IExpr) - Static method in class org.matheclipse.core.expression.F
Create a sparse array from the dense list representation (for example dense vectors and matrices)- SparseArray - Static variable in class org.matheclipse.core.expression.ID
- SparseArray - Static variable in class org.matheclipse.core.expression.S
SparseArray(nested-list) - create a sparse array from a `nested-list` structure.- SparseArrayExpr - Class in org.matheclipse.core.expression.data
Sparse array implementation.- SparseArrayExpr() - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr
Constructor for serialization.- SparseArrayExpr(Trie<int[], IExpr>, int[], IExpr, boolean) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr
Copy constructor.- SparseArrayExpr.SparseExprMatrix - Class in org.matheclipse.core.expression.data
This class implements theFieldMatrix
interface with aSparseArrayExpr
backing store.- SparseArrayExpr.SparseExprVector - Class in org.matheclipse.core.expression.data
This class implements theFieldVector
interface with aSparseArrayExpr
backing store.- SparseArrayFunctions - Class in org.matheclipse.core.builtin
- SPARSEARRAYID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- SparseExprMatrix(int, int, IExpr) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
Create a new SparseExprMatrix with the supplied row and column dimensions.- SparseExprMatrix(SparseArrayExpr.SparseExprMatrix) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
Copy constructor.- SparseExprMatrix(SparseArrayExpr, boolean) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprMatrix
Copy constructor.- SparseExprVector(int, IExpr) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
Create a new SparseExprVector with the supplied row dimensions.- SparseExprVector(SparseArrayExpr.SparseExprVector) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
Copy constructor.- SparseExprVector(SparseArrayExpr.SparseExprVector, int) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
Build a resized vector, for use with append.- SparseExprVector(SparseArrayExpr, boolean) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
Copy constructor- SparseExprVector(SparseArrayExpr, int) - Constructor for class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
Build a resized vector, for use with append.- sparseMatrix(BiIntFunction<? extends IExpr>, int, int) - Static method in class org.matheclipse.core.expression.F
Generate an x m
sparse matrix.- sparsePart(ISparseArray, IAST, int, EvalEngine) - Static method in class org.matheclipse.core.builtin.Programming
- SPECIAL_FUNCTIONS_TOLERANCE - Static variable in class org.matheclipse.core.basic.Config
Tolerance used in special function algorithms ported from math.js and in the JavaScript based plot functions.- SpecialFunctions - Class in org.matheclipse.core.builtin
- SpectrogramArray - Class in org.matheclipse.core.tensor.fft
inspired by SpectrogramArray- Specularity - Static variable in class org.matheclipse.core.expression.ID
- Specularity - Static variable in class org.matheclipse.core.expression.S
- sphere(Object) - Static method in class org.matheclipse.core.expression.J
Sphere({x, y, z}) - is a sphere of radius `1` centered at the point `{x, y, z}`.- sphere(Object, Object) - Static method in class org.matheclipse.core.expression.J
Sphere({x, y, z}) - is a sphere of radius `1` centered at the point `{x, y, z}`.- Sphere - Static variable in class org.matheclipse.core.expression.ID
- Sphere - Static variable in class org.matheclipse.core.expression.S
Sphere({x, y, z}) - is a sphere of radius `1` centered at the point `{x, y, z}`.- Sphere(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- sphericalBesselJ(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- sphericalBesselJ(Object, Object) - Static method in class org.matheclipse.core.expression.J
SphericalBesselJ(n, z) - spherical Bessel function `J(n, x)`.- sphericalBesselJ(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- SphericalBesselJ - Static variable in class org.matheclipse.core.expression.ID
- SphericalBesselJ - Static variable in class org.matheclipse.core.expression.S
SphericalBesselJ(n, z) - spherical Bessel function `J(n, x)`.- SphericalBesselJ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SphericalBesselJRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- SphericalBesselJRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SphericalBesselJRules
- sphericalBesselY(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- sphericalBesselY(Object, Object) - Static method in class org.matheclipse.core.expression.J
SphericalBesselY(n, z) - spherical Bessel function `Y(n, x)`.- sphericalBesselY(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- SphericalBesselY - Static variable in class org.matheclipse.core.expression.ID
- SphericalBesselY - Static variable in class org.matheclipse.core.expression.S
SphericalBesselY(n, z) - spherical Bessel function `Y(n, x)`.- SphericalBesselY(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SphericalBesselYRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- SphericalBesselYRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SphericalBesselYRules
- sphericalHankel1(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- sphericalHankel1(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- sphericalHankel2(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- sphericalHankel2(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- sphericalHankelH1(Object, Object) - Static method in class org.matheclipse.core.expression.J
- SphericalHankelH1 - Static variable in class org.matheclipse.core.expression.ID
- SphericalHankelH1 - Static variable in class org.matheclipse.core.expression.S
- SphericalHankelH1(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- sphericalHankelH2(Object, Object) - Static method in class org.matheclipse.core.expression.J
- SphericalHankelH2 - Static variable in class org.matheclipse.core.expression.ID
- SphericalHankelH2 - Static variable in class org.matheclipse.core.expression.S
- SphericalHankelH2(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SphericalHarmonicY - Static variable in class org.matheclipse.core.expression.ID
- SphericalHarmonicY - Static variable in class org.matheclipse.core.expression.S
- SphericalHarmonicY(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SphericalHarmonicYRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- SphericalHarmonicYRules() - Constructor for class org.matheclipse.core.reflection.system.rules.SphericalHarmonicYRules
- splice(int) - Method in interface org.matheclipse.core.interfaces.IAST
Thesplice()
method removes the item from an AST copy, and returns the copy.- splice(int, int, IExpr...) - Method in class org.matheclipse.core.expression.AbstractAST
Thesplice()
method adds/removes items to/from an AST copy, and returns the copy.- splice(int, int, IExpr...) - Method in interface org.matheclipse.core.interfaces.IAST
Thesplice()
method adds/removes items to/from an AST copy, and returns the copy.- split(Object) - Static method in class org.matheclipse.core.expression.J
Split(list) - splits `list` into collections of consecutive identical elements.- split(Object, Object) - Static method in class org.matheclipse.core.expression.J
Split(list) - splits `list` into collections of consecutive identical elements.- split(String) - Method in class org.matheclipse.core.expression.StringX
- split(String, int) - Method in class org.matheclipse.core.expression.StringX
- split(IExpr, IExpr, IExpr) - Method in interface org.matheclipse.core.tensor.itp.BinaryAverage
implementations are not required to be symmetric at parameter 1/2.- split(IExpr, IExpr, IExpr) - Method in enum org.matheclipse.core.tensor.itp.LinearBinaryAverage
- Split - Static variable in class org.matheclipse.core.expression.ID
- Split - Static variable in class org.matheclipse.core.expression.S
Split(list) - splits `list` into collections of consecutive identical elements.- splitBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
SplitBy(list, f) - splits `list` into collections of consecutive elements that give the same result when `f` is applied.- SplitBy - Static variable in class org.matheclipse.core.expression.ID
- SplitBy - Static variable in class org.matheclipse.core.expression.S
SplitBy(list, f) - splits `list` into collections of consecutive elements that give the same result when `f` is applied.- SplitFreeFactors(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- splitHi(int) - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- splitLo(int) - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- splitNumeratorDenominator(IAST) - Method in class org.matheclipse.core.expression.ExprAnalyzer
- SplitProduct(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SplitSum(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SpotLight - Static variable in class org.matheclipse.core.expression.ID
- SpotLight - Static variable in class org.matheclipse.core.expression.S
- sqr() - Method in class org.matheclipse.core.expression.ApcomplexNum
- sqr() - Method in class org.matheclipse.core.expression.ApfloatNum
- sqr() - Method in class org.matheclipse.core.expression.BigIntegerSym
- sqr() - Method in class org.matheclipse.core.expression.ComplexNum
- sqr() - Method in class org.matheclipse.core.expression.IntegerSym
- sqr() - Method in class org.matheclipse.core.expression.Num
- sqr() - Method in class org.matheclipse.core.expression.NumStr
- sqr() - Method in interface org.matheclipse.core.interfaces.IExpr
- Sqr(IExpr) - Static method in class org.matheclipse.core.expression.F
Create a "square" expression:Power(x, 2)
.- sqrPS() - Method in class org.matheclipse.core.expression.ASTSeriesData
- sqrt() - Method in class org.matheclipse.core.expression.ApcomplexNum
- sqrt() - Method in class org.matheclipse.core.expression.ApfloatNum
- sqrt() - Method in class org.matheclipse.core.expression.BigIntegerSym
Returns the integer square root of this integer.- sqrt() - Method in class org.matheclipse.core.expression.ComplexNum
- sqrt() - Method in class org.matheclipse.core.expression.IntegerSym
Returns the integer square root of this integer.- sqrt() - Method in class org.matheclipse.core.expression.Num
- sqrt() - Method in class org.matheclipse.core.expression.NumStr
- sqrt() - Method in interface org.matheclipse.core.interfaces.IExpr
GenerateSqrt(this)
.- sqrt() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- sqrt(double) - Static method in class org.matheclipse.core.builtin.functions.JS
- sqrt(Object) - Static method in class org.matheclipse.core.expression.J
Sqrt(expr) - returns the square root of `expr`.- sqrt(Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
- Sqrt - Static variable in class org.matheclipse.core.expression.ID
- Sqrt - Static variable in class org.matheclipse.core.expression.S
Sqrt(expr) - returns the square root of `expr`.- Sqrt(int) - Static method in class org.matheclipse.core.expression.F
Create a "square root" expression:Power(n, 1/2)
.- Sqrt(IExpr) - Static method in class org.matheclipse.core.expression.F
Create a "square root" expression:Power(x, 1/2)
.- sqrtAndRemainder() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
Returns an array of two IIntegers containing the integer square roots
ofthis
and its remainderthis - s*s
, respectively.- sqrtAndRemainder() - Method in interface org.matheclipse.core.interfaces.IInteger
Returns an array of two IIntegers containing the integer square roots
ofthis
and its remainderthis - s*s
, respectively.- SqrtBox - Static variable in class org.matheclipse.core.expression.ID
- SqrtBox - Static variable in class org.matheclipse.core.expression.S
- sqrtCC() - Method in class org.matheclipse.core.expression.ComplexSym
- sqrtCC() - Method in interface org.matheclipse.core.interfaces.IComplex
If possible, calculate the square root of this complex number.- sqrtDenest(IRational, IExpr) - Static method in class org.matheclipse.core.builtin.Arithmetic.Power
DenestsSqrt()
in an expression that contain other square roots if possible, otherwise returnsF.NIL
.- SqrtNumberQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SqrtNumberSumQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- squaredEuclideanDistance(Object, Object) - Static method in class org.matheclipse.core.expression.J
SquaredEuclideanDistance(u, v) - returns squared the euclidean distance between `u$` and `v`.- SquaredEuclideanDistance - Static variable in class org.matheclipse.core.expression.ID
- SquaredEuclideanDistance - Static variable in class org.matheclipse.core.expression.S
SquaredEuclideanDistance(u, v) - returns squared the euclidean distance between `u$` and `v`.- squareFreeQ(Object) - Static method in class org.matheclipse.core.expression.J
SquareFreeQ(n) - returns `True` if `n` is a square free integer number or a square free univariate polynomial.- squareFreeQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
SquareFreeQ(n) - returns `True` if `n` is a square free integer number or a square free univariate polynomial.- SquareFreeQ - Static variable in class org.matheclipse.core.expression.ID
- SquareFreeQ - Static variable in class org.matheclipse.core.expression.S
SquareFreeQ(n) - returns `True` if `n` is a square free integer number or a square free univariate polynomial.- squareMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
SquareMatrixQ(m) - returns `True` if `m` is a square matrix.- SquareMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- SquareMatrixQ - Static variable in class org.matheclipse.core.expression.S
SquareMatrixQ(m) - returns `True` if `m` is a square matrix.- SquareRootOfQuadraticSubst(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- sSSTriangle(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
SSSTriangle(a, b, c) - returns a triangle from 3 sides `a`, `b` and `c`.- SSSTriangle - Static variable in class org.matheclipse.core.expression.ID
- SSSTriangle - Static variable in class org.matheclipse.core.expression.S
SSSTriangle(a, b, c) - returns a triangle from 3 sides `a`, `b` and `c`.- stack(Object) - Static method in class org.matheclipse.core.expression.J
Stack( ) - return a list of the heads of the current stack wrapped by `HoldForm`.- Stack - Static variable in class org.matheclipse.core.expression.ID
- Stack - Static variable in class org.matheclipse.core.expression.S
Stack( ) - return a list of the heads of the current stack wrapped by `HoldForm`.- stackBegin() - Method in class org.matheclipse.core.eval.EvalEngine
- stackBegin(Object) - Static method in class org.matheclipse.core.expression.J
Stack(expr) - begine a new stack and evaluate `èxpr`.- StackBegin - Static variable in class org.matheclipse.core.expression.ID
- StackBegin - Static variable in class org.matheclipse.core.expression.S
Stack(expr) - begine a new stack and evaluate `èxpr`.- stackMatcher - Variable in class org.matheclipse.core.patternmatching.FlatStepVisitor
- stackPop() - Method in class org.matheclipse.core.eval.EvalEngine
- stackPush(IExpr) - Method in class org.matheclipse.core.eval.EvalEngine
- standardDeviation(Object) - Static method in class org.matheclipse.core.expression.J
StandardDeviation(list) - computes the standard deviation of `list`.- StandardDeviation - Static variable in class org.matheclipse.core.expression.ID
- StandardDeviation - Static variable in class org.matheclipse.core.expression.S
StandardDeviation(list) - computes the standard deviation of `list`.- StandardDeviation(IExpr) - Static method in class org.matheclipse.core.expression.F
- StandardDeviationRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- StandardDeviationRules() - Constructor for class org.matheclipse.core.reflection.system.rules.StandardDeviationRules
- StandardForm - Static variable in class org.matheclipse.core.expression.ID
- StandardForm - Static variable in class org.matheclipse.core.expression.S
- standardize(Object) - Static method in class org.matheclipse.core.expression.J
Standardize(list-of-values) - shifts the `list-of-values` by `Mean(list-of-values)`and scales by `StandardDeviation(list-of-values)`- standardize(Object, Object) - Static method in class org.matheclipse.core.expression.J
Standardize(list-of-values) - shifts the `list-of-values` by `Mean(list-of-values)`and scales by `StandardDeviation(list-of-values)`- standardize(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Standardize(list-of-values) - shifts the `list-of-values` by `Mean(list-of-values)`and scales by `StandardDeviation(list-of-values)`- Standardize - Static variable in class org.matheclipse.core.expression.ID
- Standardize - Static variable in class org.matheclipse.core.expression.S
Standardize(list-of-values) - shifts the `list-of-values` by `Mean(list-of-values)`and scales by `StandardDeviation(list-of-values)`- Standardize(IExpr) - Static method in class org.matheclipse.core.expression.F
- Standardize(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Standardize(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- starGraph(Object) - Static method in class org.matheclipse.core.expression.J
StarGraph(order) - create a new star graph with `order` number of total vertices including the center vertex.- StarGraph - Static variable in class org.matheclipse.core.expression.ID
- StarGraph - Static variable in class org.matheclipse.core.expression.S
StarGraph(order) - create a new star graph with `order` number of total vertices including the center vertex.- STARRY_NIGHT - org.matheclipse.core.tensor.img.ColorDataGradients
black, blue, yellow- start - Variable in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- start() - Method in interface org.matheclipse.core.interfaces.ISeqBase
The starting point of the sequence.- start() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
The starting point of the sequence.- start() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- StartOfLine - Static variable in class org.matheclipse.core.expression.ID
- StartOfLine - Static variable in class org.matheclipse.core.expression.S
StartOfLine - begine a new stack and evaluate `èxpr`.- StartOfString - Static variable in class org.matheclipse.core.expression.ID
- StartOfString - Static variable in class org.matheclipse.core.expression.S
StartOfString - represents the start of a string.- startsWith(String) - Method in class org.matheclipse.core.expression.StringX
- startsWith(String, int) - Method in class org.matheclipse.core.expression.StringX
- StaticsVisible - Static variable in class org.matheclipse.core.expression.ID
- StaticsVisible - Static variable in class org.matheclipse.core.expression.S
- StatisticsFunctions - Class in org.matheclipse.core.builtin
- StatisticsFunctions.Median - Class in org.matheclipse.core.builtin
Median(list)- status() - Method in class org.matheclipse.core.builtin.LinearAlgebra.Adjugate
- status() - Method in class org.matheclipse.core.builtin.LinearAlgebra.Cofactor
- status() - Method in class org.matheclipse.core.builtin.LinearAlgebra.FromPolarCoordinates
- status() - Method in class org.matheclipse.core.builtin.LinearAlgebra.FromSphericalCoordinates
- status() - Method in class org.matheclipse.core.builtin.LinearAlgebra.ToPolarCoordinates
- status() - Method in class org.matheclipse.core.builtin.LinearAlgebra.ToSphericalCoordinates
- status() - Method in class org.matheclipse.core.builtin.NumberTheory.FactorInteger
- status() - Method in interface org.matheclipse.core.eval.interfaces.IFunctionEvaluator
The implementation status of this symbol or function.- status() - Method in interface org.matheclipse.core.eval.interfaces.ISymbolEvaluator
The implementation status of this symbol or function.- status() - Method in interface org.matheclipse.core.interfaces.IEvaluator
The implementation status of this symbol or function.- status() - Method in class org.matheclipse.core.reflection.system.Beep
- status() - Method in class org.matheclipse.core.reflection.system.ComplexExpand
- status() - Method in class org.matheclipse.core.reflection.system.D
- status() - Method in class org.matheclipse.core.reflection.system.Derivative
- status() - Method in class org.matheclipse.core.reflection.system.DiscretePlot
- status() - Method in class org.matheclipse.core.reflection.system.DSolve
- status() - Method in class org.matheclipse.core.reflection.system.Eliminate
- status() - Method in class org.matheclipse.core.reflection.system.Export
- status() - Method in class org.matheclipse.core.reflection.system.ExportString
- status() - Method in class org.matheclipse.core.reflection.system.FindInstance
- status() - Method in class org.matheclipse.core.reflection.system.FindMaximum
- status() - Method in class org.matheclipse.core.reflection.system.FindMinimum
- status() - Method in class org.matheclipse.core.reflection.system.FindRoot
- status() - Method in class org.matheclipse.core.reflection.system.Fourier
- status() - Method in class org.matheclipse.core.reflection.system.FourierDCTMatrix
- status() - Method in class org.matheclipse.core.reflection.system.FourierDSTMatrix
- status() - Method in class org.matheclipse.core.reflection.system.FrobeniusSolve
- status() - Method in class org.matheclipse.core.reflection.system.FunctionExpand
- status() - Method in class org.matheclipse.core.reflection.system.ImportString
- status() - Method in class org.matheclipse.core.reflection.system.In
- status() - Method in class org.matheclipse.core.reflection.system.Integrate
- status() - Method in class org.matheclipse.core.reflection.system.InterpolatingFunction
- status() - Method in class org.matheclipse.core.reflection.system.InterpolatingPolynomial
- status() - Method in class org.matheclipse.core.reflection.system.Interpolation
- status() - Method in class org.matheclipse.core.reflection.system.InverseFourier
- status() - Method in class org.matheclipse.core.reflection.system.InverseFunction
- status() - Method in class org.matheclipse.core.reflection.system.InverseLaplaceTransform
- status() - Method in class org.matheclipse.core.reflection.system.InverseZTransform
- status() - Method in class org.matheclipse.core.reflection.system.LaplaceTransform
- status() - Method in class org.matheclipse.core.reflection.system.LinearOptimization
- status() - Method in class org.matheclipse.core.reflection.system.LinearProgramming
- status() - Method in class org.matheclipse.core.reflection.system.ListLinePlot
- status() - Method in class org.matheclipse.core.reflection.system.ListLinePlot3D
- status() - Method in class org.matheclipse.core.reflection.system.ListLogLinearPlot
- status() - Method in class org.matheclipse.core.reflection.system.ListLogLogPlot
- status() - Method in class org.matheclipse.core.reflection.system.ListLogPlot
- status() - Method in class org.matheclipse.core.reflection.system.ListPlot
- status() - Method in class org.matheclipse.core.reflection.system.ListPlot3D
- status() - Method in class org.matheclipse.core.reflection.system.ListPointPlot3D
- status() - Method in class org.matheclipse.core.reflection.system.ListPolarPlot
- status() - Method in class org.matheclipse.core.reflection.system.LogLinearPlot
- status() - Method in class org.matheclipse.core.reflection.system.LogLogPlot
- status() - Method in class org.matheclipse.core.reflection.system.LogPlot
- status() - Method in class org.matheclipse.core.reflection.system.MatrixD
- status() - Method in class org.matheclipse.core.reflection.system.ND
- status() - Method in class org.matheclipse.core.reflection.system.NDSolve
- status() - Method in class org.matheclipse.core.reflection.system.NFourierTransform
- status() - Method in class org.matheclipse.core.reflection.system.NIntegrate
- status() - Method in class org.matheclipse.core.reflection.system.NonCommutativeMultiply
- status() - Method in class org.matheclipse.core.reflection.system.NSolve
- status() - Method in class org.matheclipse.core.reflection.system.NumberLinePlot
- status() - Method in class org.matheclipse.core.reflection.system.OptimizeExpression
- status() - Method in class org.matheclipse.core.reflection.system.Out
- status() - Method in class org.matheclipse.core.reflection.system.Outer
- status() - Method in class org.matheclipse.core.reflection.system.ParametricPlot
- status() - Method in class org.matheclipse.core.reflection.system.Plot
- status() - Method in class org.matheclipse.core.reflection.system.Plot3D
- status() - Method in class org.matheclipse.core.reflection.system.PolarPlot
- status() - Method in class org.matheclipse.core.reflection.system.Product
- status() - Method in class org.matheclipse.core.reflection.system.Reduce
- status() - Method in class org.matheclipse.core.reflection.system.Share
- status() - Method in class org.matheclipse.core.reflection.system.Solve
- status() - Method in class org.matheclipse.core.reflection.system.Sum
- status() - Method in class org.matheclipse.core.reflection.system.TrigExpand
- status() - Method in class org.matheclipse.core.reflection.system.TrigReduce
- status() - Method in class org.matheclipse.core.reflection.system.TrigToExp
- status() - Method in class org.matheclipse.core.reflection.system.ZTransform
- STATUS_EMOJIS - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- STATUS_STRINGS - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- statusAsEmoji(ISymbol) - Static method in class org.matheclipse.core.builtin.SourceCodeFunctions
- statusAsString(ISymbol) - Static method in class org.matheclipse.core.builtin.SourceCodeFunctions
Return the implementation status of this symbol or function as a string.- stdVars() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
Standard variable names.- stdVars() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
Standard variable names.- stdVars(String) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
Generate variable names.- stdVars(String) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
Generate variable names.- STDVARS(int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
Standard variable names.- STDVARS(int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
Standard variable names.- STDVARS(String, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
Generate variable names.- STDVARS(String, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
Generate variable names.- stieltjesGamma(Object) - Static method in class org.matheclipse.core.expression.J
StieltjesGamma(a) - returns Stieltjes constant.- stieltjesGamma(Object, Object) - Static method in class org.matheclipse.core.expression.J
StieltjesGamma(a) - returns Stieltjes constant.- StieltjesGamma - Static variable in class org.matheclipse.core.expression.ID
- StieltjesGamma - Static variable in class org.matheclipse.core.expression.S
StieltjesGamma(a) - returns Stieltjes constant.- StieltjesGamma(IExpr) - Static method in class org.matheclipse.core.expression.F
- StieltjesGamma(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- StieltjesGammaRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- StieltjesGammaRules() - Constructor for class org.matheclipse.core.reflection.system.rules.StieltjesGammaRules
- stirlingS1(Object, Object) - Static method in class org.matheclipse.core.expression.J
StirlingS1(n, k) - returns the Stirling numbers of the first kind.- StirlingS1 - Static variable in class org.matheclipse.core.expression.ID
- StirlingS1 - Static variable in class org.matheclipse.core.expression.S
StirlingS1(n, k) - returns the Stirling numbers of the first kind.- StirlingS1(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- stirlingS2(int, IInteger, int) - Static method in class org.matheclipse.core.builtin.NumberTheory
Returns the Stirling number of the second kind, "S(n,k)
", the number of ways of partitioning ann
-element set intok
non-empty subsets.- stirlingS2(Object, Object) - Static method in class org.matheclipse.core.expression.J
StirlingS2(n, k) - returns the Stirling numbers of the second kind.- StirlingS2 - Static variable in class org.matheclipse.core.expression.ID
- StirlingS2 - Static variable in class org.matheclipse.core.expression.S
StirlingS2(n, k) - returns the Stirling numbers of the second kind.- StirlingS2(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- stop - Variable in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- stop() - Method in interface org.matheclipse.core.interfaces.ISeqBase
The ending point of the sequence.- stop() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
The ending point of the sequence.- stop() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- StopException() - Constructor for exception org.matheclipse.core.visit.VisitorRemoveLevelSpecification.StopException
- StopFunctionQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- stopRequest() - Method in class org.matheclipse.core.eval.EvalEngine
- stopRequest() - Method in class org.matheclipse.core.eval.MathMLUtilities
Stop the current evaluation thread.- stopRequest() - Method in class org.matheclipse.core.eval.TeXUtilities
- stream() - Method in class org.matheclipse.core.expression.AbstractAST
- stream() - Method in class org.matheclipse.core.expression.HMArrayList
- stream() - Method in interface org.matheclipse.core.interfaces.IAST
Returns a sequentialStream
which starts at index1
of the specified array as its source.- stream() - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- stream(int, int) - Method in class org.matheclipse.core.expression.AbstractAST
- stream(int, int) - Method in class org.matheclipse.core.expression.HMArrayList
- stream(int, int) - Method in interface org.matheclipse.core.interfaces.IAST
Returns a sequentialStream
with the specified range of the specified array as its source.- STREAM_COUNTER - Static variable in class org.matheclipse.core.expression.data.InputStreamExpr
- stream0() - Method in interface org.matheclipse.core.interfaces.IAST
Returns a sequentialStream
which starts at index0
of the specified array.- StreamPlot - Static variable in class org.matheclipse.core.expression.ID
- StreamPlot - Static variable in class org.matheclipse.core.expression.S
- strict() - Method in enum org.matheclipse.core.tensor.img.ColorDataLists
- Strict - Static variable in class org.matheclipse.core.expression.ID
- Strict - Static variable in class org.matheclipse.core.expression.S
- StrictColorDataIndexed - Class in org.matheclipse.core.tensor.img
Reference implementation of aColorDataIndexed
with strict indexing color indices are required to be in the range 0, 1, ..., tensor.length() - 1- String - Static variable in class org.matheclipse.core.expression.ID
- String - Static variable in class org.matheclipse.core.expression.S
String - is the head of strings..- STRING - org.matheclipse.core.io.Extension
text format- STRING_FORM_NO_SYMBOL_FACTORY - Static variable in class org.matheclipse.core.eval.util.SourceCodeProperties
- STRING_FORM_SYMBOL_FACTORY - Static variable in class org.matheclipse.core.eval.util.SourceCodeProperties
- STRING_TO_ID_MAP - Static variable in class org.matheclipse.core.expression.ID
- stringCases(Object) - Static method in class org.matheclipse.core.expression.J
StringCases(string, pattern) - gives all occurences of `pattern` in `string`.- stringCases(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringCases(string, pattern) - gives all occurences of `pattern` in `string`.- stringCases(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringCases(string, pattern) - gives all occurences of `pattern` in `string`.- StringCases - Static variable in class org.matheclipse.core.expression.ID
- StringCases - Static variable in class org.matheclipse.core.expression.S
StringCases(string, pattern) - gives all occurences of `pattern` in `string`.- stringContainsQ(Object) - Static method in class org.matheclipse.core.expression.J
StringContainsQ(str1, str2) - return a list of matches for `"p1", "p2",...` list of strings in the string `str`.- stringContainsQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringContainsQ(str1, str2) - return a list of matches for `"p1", "p2",...` list of strings in the string `str`.- stringContainsQ(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringContainsQ(str1, str2) - return a list of matches for `"p1", "p2",...` list of strings in the string `str`.- StringContainsQ - Static variable in class org.matheclipse.core.expression.ID
- StringContainsQ - Static variable in class org.matheclipse.core.expression.S
StringContainsQ(str1, str2) - return a list of matches for `"p1", "p2",...` list of strings in the string `str`.- stringCount(Object) - Static method in class org.matheclipse.core.expression.J
StringCount(string, pattern) - counts all occurences of `pattern` in `string`.- stringCount(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringCount(string, pattern) - counts all occurences of `pattern` in `string`.- stringCount(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringCount(string, pattern) - counts all occurences of `pattern` in `string`.- StringCount - Static variable in class org.matheclipse.core.expression.ID
- StringCount - Static variable in class org.matheclipse.core.expression.S
StringCount(string, pattern) - counts all occurences of `pattern` in `string`.- stringDrop(Object, Object) - Static method in class org.matheclipse.core.expression.J
- StringDrop - Static variable in class org.matheclipse.core.expression.ID
- StringDrop - Static variable in class org.matheclipse.core.expression.S
- stringExpression(Object) - Static method in class org.matheclipse.core.expression.J
StringExpression(s_1, s_2, ...) - represents a sequence of strings and symbolic string objects `s_i`.- stringExpression(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringExpression(s_1, s_2, ...) - represents a sequence of strings and symbolic string objects `s_i`.- stringExpression(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringExpression(s_1, s_2, ...) - represents a sequence of strings and symbolic string objects `s_i`.- StringExpression - Static variable in class org.matheclipse.core.expression.ID
- StringExpression - Static variable in class org.matheclipse.core.expression.S
StringExpression(s_1, s_2, ...) - represents a sequence of strings and symbolic string objects `s_i`.- stringForm(Object) - Static method in class org.matheclipse.core.expression.J
- stringForm(Object, Object) - Static method in class org.matheclipse.core.expression.J
- stringForm(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- StringForm - Static variable in class org.matheclipse.core.expression.ID
- StringForm - Static variable in class org.matheclipse.core.expression.S
- stringFormat(Object) - Static method in class org.matheclipse.core.expression.J
- StringFormat - Static variable in class org.matheclipse.core.expression.ID
- StringFormat - Static variable in class org.matheclipse.core.expression.S
- stringFormProperties(boolean) - Static method in class org.matheclipse.core.eval.util.SourceCodeProperties
- stringFreeQ(Object) - Static method in class org.matheclipse.core.expression.J
StringFreeQ("string", patt) - returns `True` if no substring in `string` matches the string expression `patt`, and returns `False` otherwise.- stringFreeQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringFreeQ("string", patt) - returns `True` if no substring in `string` matches the string expression `patt`, and returns `False` otherwise.- stringFreeQ(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringFreeQ("string", patt) - returns `True` if no substring in `string` matches the string expression `patt`, and returns `False` otherwise.- StringFreeQ - Static variable in class org.matheclipse.core.expression.ID
- StringFreeQ - Static variable in class org.matheclipse.core.expression.S
StringFreeQ("string", patt) - returns `True` if no substring in `string` matches the string expression `patt`, and returns `False` otherwise.- StringFunctions - Class in org.matheclipse.core.builtin
- STRINGID - org.matheclipse.core.expression.Hierarchy
- STRINGID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- stringInsert(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringInsert(string, new-string, position) - returns a string with `new-string` inserted starting at `position` in `string`.- StringInsert - Static variable in class org.matheclipse.core.expression.ID
- StringInsert - Static variable in class org.matheclipse.core.expression.S
StringInsert(string, new-string, position) - returns a string with `new-string` inserted starting at `position` in `string`.- StringJoin - Static variable in class org.matheclipse.core.expression.ID
- StringJoin - Static variable in class org.matheclipse.core.expression.S
StringJoin(str1, str2, ...- StringJoin(IExpr) - Static method in class org.matheclipse.core.expression.F
- stringLength(Object) - Static method in class org.matheclipse.core.expression.J
StringLength(string) - gives the length of `string`.- StringLength - Static variable in class org.matheclipse.core.expression.ID
- StringLength - Static variable in class org.matheclipse.core.expression.S
StringLength(string) - gives the length of `string`.- stringMatchQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringMatchQ(string, regex-pattern) - check if the regular expression `regex-pattern` matches the `string`.- stringMatchQ(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringMatchQ(string, regex-pattern) - check if the regular expression `regex-pattern` matches the `string`.- StringMatchQ - Static variable in class org.matheclipse.core.expression.ID
- StringMatchQ - Static variable in class org.matheclipse.core.expression.S
StringMatchQ(string, regex-pattern) - check if the regular expression `regex-pattern` matches the `string`.- stringPart(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringPart(str, pos) - return the character at position `pos` from the `str` string expression.- StringPart - Static variable in class org.matheclipse.core.expression.ID
- StringPart - Static variable in class org.matheclipse.core.expression.S
StringPart(str, pos) - return the character at position `pos` from the `str` string expression.- stringPosition(Object) - Static method in class org.matheclipse.core.expression.J
StringPosition("string", patt) - gives a list of starting and ending positions where `patt` matches `"string"`.- stringPosition(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringPosition("string", patt) - gives a list of starting and ending positions where `patt` matches `"string"`.- stringPosition(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringPosition("string", patt) - gives a list of starting and ending positions where `patt` matches `"string"`.- StringPosition - Static variable in class org.matheclipse.core.expression.ID
- StringPosition - Static variable in class org.matheclipse.core.expression.S
StringPosition("string", patt) - gives a list of starting and ending positions where `patt` matches `"string"`.- stringQ(Object) - Static method in class org.matheclipse.core.expression.J
StringQ(x) - is `True` if `x` is a string object, or `False` otherwise.- StringQ - Static variable in class org.matheclipse.core.expression.ID
- StringQ - Static variable in class org.matheclipse.core.expression.S
StringQ(x) - is `True` if `x` is a string object, or `False` otherwise.- stringRepeat(Object, Object) - Static method in class org.matheclipse.core.expression.J
- stringRepeat(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- StringRepeat - Static variable in class org.matheclipse.core.expression.ID
- StringRepeat - Static variable in class org.matheclipse.core.expression.S
- stringReplace(Object) - Static method in class org.matheclipse.core.expression.J
StringReplace(string, fromStr -> toStr) - replaces each occurrence of `fromStr` with `toStr` in `string`.- stringReplace(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringReplace(string, fromStr -> toStr) - replaces each occurrence of `fromStr` with `toStr` in `string`.- stringReplace(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringReplace(string, fromStr -> toStr) - replaces each occurrence of `fromStr` with `toStr` in `string`.- StringReplace - Static variable in class org.matheclipse.core.expression.ID
- StringReplace - Static variable in class org.matheclipse.core.expression.S
StringReplace(string, fromStr -> toStr) - replaces each occurrence of `fromStr` with `toStr` in `string`.- stringReverse(Object) - Static method in class org.matheclipse.core.expression.J
StringReplace(string) - reverse the `string`.- StringReverse - Static variable in class org.matheclipse.core.expression.ID
- StringReverse - Static variable in class org.matheclipse.core.expression.S
StringReplace(string) - reverse the `string`.- stringRiffle(Object) - Static method in class org.matheclipse.core.expression.J
StringRiffle({s1, s2, s3, ...}) - returns a new string by concatenating all the `si`, with spaces inserted between them.- stringRiffle(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringRiffle({s1, s2, s3, ...}) - returns a new string by concatenating all the `si`, with spaces inserted between them.- stringRiffle(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringRiffle({s1, s2, s3, ...}) - returns a new string by concatenating all the `si`, with spaces inserted between them.- StringRiffle - Static variable in class org.matheclipse.core.expression.ID
- StringRiffle - Static variable in class org.matheclipse.core.expression.S
StringRiffle({s1, s2, s3, ...}) - returns a new string by concatenating all the `si`, with spaces inserted between them.- stringSplit(Object) - Static method in class org.matheclipse.core.expression.J
StringSplit(str) - split the string `str` by whitespaces into a list of strings.- stringSplit(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringSplit(str) - split the string `str` by whitespaces into a list of strings.- stringSplit(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
StringSplit(str) - split the string `str` by whitespaces into a list of strings.- StringSplit - Static variable in class org.matheclipse.core.expression.ID
- StringSplit - Static variable in class org.matheclipse.core.expression.S
StringSplit(str) - split the string `str` by whitespaces into a list of strings.- stringTake(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringTake("string", n) - gives the first `n` characters in `string`.- StringTake - Static variable in class org.matheclipse.core.expression.ID
- StringTake - Static variable in class org.matheclipse.core.expression.S
StringTake("string", n) - gives the first `n` characters in `string`.- StringTemplate - Static variable in class org.matheclipse.core.expression.ID
- StringTemplate - Static variable in class org.matheclipse.core.expression.S
StringTemplate(string) - gives a `StringTemplate` expression with name `string`.- stringToByteArray(Object) - Static method in class org.matheclipse.core.expression.J
StringToByteArray(string) - encodes the `string` into a sequence of bytes using the default character set `UTF-8`, storing the result into into a `ByteArray`.- StringToByteArray - Static variable in class org.matheclipse.core.expression.ID
- StringToByteArray - Static variable in class org.matheclipse.core.expression.S
StringToByteArray(string) - encodes the `string` into a sequence of bytes using the default character set `UTF-8`, storing the result into into a `ByteArray`.- stringToStream(Object) - Static method in class org.matheclipse.core.expression.J
StringToStream("string") - converts a `string` to an open input stream.- StringToStream - Static variable in class org.matheclipse.core.expression.ID
- StringToStream - Static variable in class org.matheclipse.core.expression.S
StringToStream("string") - converts a `string` to an open input stream.- stringTrim(Object) - Static method in class org.matheclipse.core.expression.J
StringTrim(s) - returns a version of `s `with whitespace removed from start and end.- stringTrim(Object, Object) - Static method in class org.matheclipse.core.expression.J
StringTrim(s) - returns a version of `s `with whitespace removed from start and end.- StringTrim - Static variable in class org.matheclipse.core.expression.ID
- StringTrim - Static variable in class org.matheclipse.core.expression.S
StringTrim(s) - returns a version of `s `with whitespace removed from start and end.- stringx(char) - Static method in class org.matheclipse.core.expression.F
Create a Symja string expression with mime type TEXT_PLAIN.- stringx(String) - Static method in class org.matheclipse.core.expression.F
Create a Symja string expression with mime type TEXT_PLAIN.- stringx(StringBuilder) - Static method in class org.matheclipse.core.expression.F
Create a string expression- stringx(String, short) - Static method in class org.matheclipse.core.expression.F
reate a Symja string expression.- StringX - Class in org.matheclipse.core.expression
A concrete IString implementation- structure() - Method in interface org.matheclipse.core.interfaces.IASTDataset
- structure(Object) - Static method in class org.matheclipse.core.expression.J
- Structure - Static variable in class org.matheclipse.core.expression.ID
- Structure - Static variable in class org.matheclipse.core.expression.S
- StructureFunctions - Class in org.matheclipse.core.builtin
- StructureFunctions.LeafCount - Class in org.matheclipse.core.builtin
Count the number of leaves of an expression.- struveH(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- struveH(Object, Object) - Static method in class org.matheclipse.core.expression.J
StruveH(n, z) - returns the Struve function `H_n(z)`.- struveH(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- StruveH - Static variable in class org.matheclipse.core.expression.ID
- StruveH - Static variable in class org.matheclipse.core.expression.S
StruveH(n, z) - returns the Struve function `H_n(z)`.- StruveH(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- StruveHRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- StruveHRules() - Constructor for class org.matheclipse.core.reflection.system.rules.StruveHRules
- struveL(double, double) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- struveL(Object, Object) - Static method in class org.matheclipse.core.expression.J
StruveL(n, z) - returns the modified Struve function `L_n(z)`.- struveL(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.BesselJS
- StruveL - Static variable in class org.matheclipse.core.expression.ID
- StruveL - Static variable in class org.matheclipse.core.expression.S
StruveL(n, z) - returns the modified Struve function `L_n(z)`.- StruveL(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- StruveLRules - Class in org.matheclipse.core.reflection.system.rules
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- StruveLRules() - Constructor for class org.matheclipse.core.reflection.system.rules.StruveLRules
- StudentTDistribution - Static variable in class org.matheclipse.core.expression.ID
- StudentTDistribution - Static variable in class org.matheclipse.core.expression.S
StudentTDistribution(v) - returns a Student's t-distribution.- StudentTDistribution(IExpr) - Static method in class org.matheclipse.core.expression.F
- StudentTDistribution(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Style - Static variable in class org.matheclipse.core.expression.ID
- Style - Static variable in class org.matheclipse.core.expression.S
- Style(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- StyleForm - Static variable in class org.matheclipse.core.expression.ID
- StyleForm - Static variable in class org.matheclipse.core.expression.S
- sub(double, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnnew Complex(x).subtract(y)
.- sub(Complex, double) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnx.subtract(y)
.- sub(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.JS
Returnx.subtract(y)
.- sub(IFraction) - Method in class org.matheclipse.core.expression.AbstractFractionSym
Return a new rational representingthis - other
.- sub(IFraction) - Method in interface org.matheclipse.core.interfaces.IFraction
- sub(Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
Subtracts v1 from this vector and places the result in this vector.- sub(Vector3d, Vector3d) - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
Subtracts vector v1 from v2 and places the result in this vector.- subdiv(IFraction, FractionSym) - Method in class org.matheclipse.core.expression.AbstractFractionSym
Returns(this-s)/d
.- subdivide(double, double, int) - Static method in class org.matheclipse.core.expression.F
Create a list by dividing the rangexMin
toxMax
inton
parts.- subdivide(double, int) - Static method in class org.matheclipse.core.expression.F
Create a list by dividing the range0
toxMax
inton
parts.- subdivide(int) - Static method in class org.matheclipse.core.expression.F
Create a list{0, 1/n,2/n,3/n,...,n}
.- subdivide(int, int) - Static method in class org.matheclipse.core.expression.F
Create a list by dividing the range0
toxMax
inton
parts.- subdivide(int, int, int) - Static method in class org.matheclipse.core.expression.F
Create a list by dividing the rangexMin
toxMax
inton
parts.- subdivide(Object) - Static method in class org.matheclipse.core.expression.J
Subdivide(n) - returns a list with `n+1` entries obtained by subdividing the range `0` to `1`.- subdivide(Object, Object) - Static method in class org.matheclipse.core.expression.J
Subdivide(n) - returns a list with `n+1` entries obtained by subdividing the range `0` to `1`.- subdivide(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Subdivide(n) - returns a list with `n+1` entries obtained by subdividing the range `0` to `1`.- Subdivide - Static variable in class org.matheclipse.core.expression.ID
- Subdivide - Static variable in class org.matheclipse.core.expression.S
Subdivide(n) - returns a list with `n+1` entries obtained by subdividing the range `0` to `1`.- Subdivide(IExpr) - Static method in class org.matheclipse.core.expression.F
- Subdivide(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Subdivide(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- subfactorial(Object) - Static method in class org.matheclipse.core.expression.J
Subfactorial(n) - returns the subfactorial number of the integer `n`- Subfactorial - Static variable in class org.matheclipse.core.expression.ID
- Subfactorial - Static variable in class org.matheclipse.core.expression.S
Subfactorial(n) - returns the subfactorial number of the integer `n`- Subfactorial(IExpr) - Static method in class org.matheclipse.core.expression.F
- subs(IExpr, IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
The subs method replaces all instances ofx
in an expression with any
expression.- subs(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
Substitute all (sub-) expressionsx
inexpr
withy
.- Subscript - Static variable in class org.matheclipse.core.expression.ID
- Subscript - Static variable in class org.matheclipse.core.expression.S
- Subscript(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SubscriptBox - Static variable in class org.matheclipse.core.expression.ID
- SubscriptBox - Static variable in class org.matheclipse.core.expression.S
- subSequence(int, int) - Method in class org.matheclipse.core.expression.StringX
- subsetQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
SubsetQ(set1, set2) - returns `True` if `set2` is a subset of `set1`.- SubsetQ - Static variable in class org.matheclipse.core.expression.ID
- SubsetQ - Static variable in class org.matheclipse.core.expression.S
SubsetQ(set1, set2) - returns `True` if `set2` is a subset of `set1`.- subsets(Object) - Static method in class org.matheclipse.core.expression.J
Subsets(list) - finds a list of all possible subsets of `list`.- subsets(Object, Object) - Static method in class org.matheclipse.core.expression.J
Subsets(list) - finds a list of all possible subsets of `list`.- Subsets - Static variable in class org.matheclipse.core.expression.ID
- Subsets - Static variable in class org.matheclipse.core.expression.S
Subsets(list) - finds a list of all possible subsets of `list`.- subsList(IExpr, Map<? extends IExpr, ? extends IExpr>) - Static method in class org.matheclipse.core.expression.F
Substitute all (sub-) expressions contained as keys inmap
inexpr
with the corresponding value inmap
.- subst(int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
ExpVectorLong substitution.- subst(int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
ExpVectorLong substitution.- subst(IExpr, Function<IExpr, IExpr>) - Static method in class org.matheclipse.core.expression.F
Substitute all (sub-) expressions with the given unary function.- subst(IExpr, Map<? extends IExpr, ? extends IExpr>) - Static method in class org.matheclipse.core.expression.F
Substitute all (sub-) expressions with the given map.- subst(IExpr, IAST) - Static method in class org.matheclipse.core.expression.F
Substitute all (sub-) expressions with the given rule set.- subst(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
Substitute all (sub-) expressions with the given replacement expression.- Subst(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Subst(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstAux(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstAux(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstFor(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstFor(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForAux(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForExpn(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForFractionalPower(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForFractionalPowerAuxQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForFractionalPowerOfLinear(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForFractionalPowerOfQuotientOfLinears(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForFractionalPowerQ(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForHyperbolic(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForInverseFunction(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForInverseFunction(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForInverseFunctionOfQuotientOfLinears(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SubstForTrig(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- substitute(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- substitute(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- substitute(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- substitute(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- substitute(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- substitute(IExpr) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
- substituteASTPatternOrSymbols(IAST, EvalEngine) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
Substitute all already find matchings inlhsPatternExpr
and return the new pattern expression.- substitutedVariables() - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
Variables (ISymbols) which are substituted from the original polynomial (backward substitution) returned in aIdentityHashMap
.- substitutedVariablesSet() - Method in class org.matheclipse.core.polynomials.PolynomialHomogenization
- substitutePatternOrSymbols(IExpr, boolean) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- substitutePatternOrSymbols(IExpr, boolean) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
Substitute all patterns and symbols in the given expression with the current value of the corresponding internal pattern values arrays- substituteSymbolPatterns(IExpr) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
Ifexpr
is a namedPattern
object, return the substitution value from this pattern map, if available.- substituteSymbols(IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
Substitute all symbols in the given expression with the current value of the corresponding internal pattern values arrays- substituteSymbols(IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- substituteSymbols(IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- substituteSymbols(IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- substituteSymbols(IExpr, IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- substituteSymbols(IExpr, IExpr) - Method in interface org.matheclipse.core.patternmatching.IPatternMap
Substitute all symbols in the given expression with the current value of the corresponding internal pattern values arrays and substitute allOptionValue(...)
expressions with the corresponding option value from the current pattern-matching process.- substituteVariablesInPolynomial(IExpr, IAST, String, boolean) - Static method in class org.matheclipse.core.builtin.Algebra
IfIAST
structures are available in thevariableList
create dummy variables and replace these expressions in polyExpr.- substring(int) - Method in class org.matheclipse.core.expression.StringX
- substring(int) - Method in interface org.matheclipse.core.interfaces.IStringX
- substring(int, int) - Method in class org.matheclipse.core.expression.StringX
- substring(int, int) - Method in interface org.matheclipse.core.interfaces.IStringX
- Subsuperscript - Static variable in class org.matheclipse.core.expression.ID
- Subsuperscript - Static variable in class org.matheclipse.core.expression.S
- SubsuperscriptBox - Static variable in class org.matheclipse.core.expression.ID
- SubsuperscriptBox - Static variable in class org.matheclipse.core.expression.S
- subtract(double) - Method in class org.matheclipse.core.expression.ApcomplexNum
- subtract(double) - Method in class org.matheclipse.core.expression.ApfloatNum
- subtract(double) - Method in interface org.matheclipse.core.interfaces.IExpr
- subtract(Object, Object) - Static method in class org.matheclipse.core.expression.J
Subtract(a, b) - represents the subtraction of `b` from `a`.- subtract(Apcomplex) - Method in class org.matheclipse.core.expression.ApcomplexNum
- subtract(FieldVector<IExpr>) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
Computethis
minusfv
.- subtract(ApcomplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- subtract(ASTRealVector) - Method in class org.matheclipse.core.expression.ASTRealVector
- subtract(IComplexNum) - Method in class org.matheclipse.core.expression.ApcomplexNum
- subtract(IComplexNum) - Method in class org.matheclipse.core.expression.ComplexNum
Returns aComplexNum
whose value is(this - subtrahend)
.- subtract(IComplexNum) - Method in interface org.matheclipse.core.interfaces.IComplexNum
- subtract(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- subtract(IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
- subtract(IExpr) - Method in class org.matheclipse.core.expression.ASTSeriesData
- subtract(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
EvaluateF.Subtract(this,that)
- subtract(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial subtract.- subtract(IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial subtract.- subtract(IExpr, ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial subtraction.- subtract(IExpr, ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial subtraction.- subtract(IInteger) - Method in class org.matheclipse.core.expression.BigIntegerSym
- subtract(IInteger) - Method in class org.matheclipse.core.expression.IntegerSym
- subtract(IInteger) - Method in interface org.matheclipse.core.interfaces.IInteger
- subtract(INum) - Method in class org.matheclipse.core.expression.ApfloatNum
- subtract(INum) - Method in class org.matheclipse.core.expression.Num
- subtract(INum) - Method in interface org.matheclipse.core.interfaces.INum
- subtract(INumber) - Method in interface org.matheclipse.core.interfaces.INumber
Returns anINumber
whose value is(this - that)
.- subtract(IRational) - Method in class org.matheclipse.core.expression.AbstractFractionSym
- subtract(IRational) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- subtract(IRational) - Method in class org.matheclipse.core.expression.IntegerSym
- subtract(IRational) - Method in interface org.matheclipse.core.interfaces.IRational
- subtract(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial subtraction.- subtract(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
ExpVectorLong subtract.- subtract(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
ExpVectorLong subtract.- subtract(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial subtraction.- Subtract - Static variable in class org.matheclipse.core.expression.ID
- Subtract - Static variable in class org.matheclipse.core.expression.S
Subtract(a, b) - represents the subtraction of `b` from `a`.- Subtract(IExpr, int) - Static method in class org.matheclipse.core.expression.F
Returnx + (-1)*y
- Subtract(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
Returnx + (-1)*y
- subtractFrom(Object, Object) - Static method in class org.matheclipse.core.expression.J
SubtractFrom(x, dx) - is equivalent to `x = x - dx`.- subtractFrom(IReal) - Method in class org.matheclipse.core.expression.AbstractFractionSym
Subtractthat
signed number fromthis
signed number- subtractFrom(IReal) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- subtractFrom(IReal) - Method in class org.matheclipse.core.expression.ApfloatNum
- subtractFrom(IReal) - Method in class org.matheclipse.core.expression.Num
- subtractFrom(IReal) - Method in interface org.matheclipse.core.interfaces.IReal
Subtractthat
signed number fromthis
signed number- SubtractFrom - Static variable in class org.matheclipse.core.expression.ID
- SubtractFrom - Static variable in class org.matheclipse.core.expression.S
SubtractFrom(x, dx) - is equivalent to `x = x - dx`.- subtractMultiple(IExpr, ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial subtract a multiple.- subtractMultiple(IExpr, ExpVectorLong, ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial subtract a multiple.- subtractMultiple(IExpr, ExpVectorSymbolic, SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial subtract a multiple.- subtractMultiple(IExpr, SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial subtract a multiple.- subtractPS(ASTSeriesData) - Method in class org.matheclipse.core.expression.ASTSeriesData
Subtract two power series.- subtractSides(Object) - Static method in class org.matheclipse.core.expression.J
SubtractSides(compare-expr, value) - subtracts `value` from all elements of the `compare-expr`.- subtractSides(Object, Object) - Static method in class org.matheclipse.core.expression.J
SubtractSides(compare-expr, value) - subtracts `value` from all elements of the `compare-expr`.- SubtractSides - Static variable in class org.matheclipse.core.expression.ID
- SubtractSides - Static variable in class org.matheclipse.core.expression.S
SubtractSides(compare-expr, value) - subtracts `value` from all elements of the `compare-expr`.- SubtractSides(IExpr) - Static method in class org.matheclipse.core.expression.F
- SubtractSides(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- sum(Object, Object) - Static method in class org.matheclipse.core.expression.J
Sum(expr, {i, imin, imax}) - evaluates the discrete sum of `expr` with `i` ranging from `imin` to `imax`.- sum(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
Sum(expr, {i, imin, imax}) - evaluates the discrete sum of `expr` with `i` ranging from `imin` to `imax`.- sum(Function<IInteger, IExpr>, int, int) - Static method in class org.matheclipse.core.expression.F
Evaluate the sum fromiMin
toiMax
and step1
.- sum(Function<IInteger, IExpr>, int, int, int) - Static method in class org.matheclipse.core.expression.F
Evaluate the sum fromiMin
toiMax
and stepiStep
.- sum(Function<IInteger, IExpr>, int, int, int, boolean) - Static method in class org.matheclipse.core.expression.F
Evaluate the sum fromiMin
toiMax
and stepiStep
.- sum(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
- sum(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial addition.- sum(IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial addition.- sum(IExpr, ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial addition.- sum(IExpr, ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial addition.- sum(ExprPolynomial) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial summation.- sum(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
ExpVectorLong summation.- sum(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
ExpVectorLong summation.- sum(SymbolicPolynomial) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial summation.- Sum - Class in org.matheclipse.core.reflection.system
Sum(expr, {i, imin, imax})- Sum - Static variable in class org.matheclipse.core.expression.ID
- Sum - Static variable in class org.matheclipse.core.expression.S
Sum(expr, {i, imin, imax}) - evaluates the discrete sum of `expr` with `i` ranging from `imin` to `imax`.- Sum() - Constructor for class org.matheclipse.core.reflection.system.Sum
- Sum(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Sum(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Sum(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Sum(IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- Sum(IExpr, IExpr, IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SumBaseQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- sumDouble(DoubleUnaryOperator, double, double, int) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- sumInt(IntToDoubleFunction, int, int, int) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- summary() - Method in interface org.matheclipse.core.interfaces.IASTDataset
- summary(Object) - Static method in class org.matheclipse.core.expression.J
- Summary - Static variable in class org.matheclipse.core.expression.ID
- Summary - Static variable in class org.matheclipse.core.expression.S
- summaryText(String) - Static method in class org.matheclipse.core.expression.BuiltinUsage
- summaryText(IBuiltInSymbol) - Static method in class org.matheclipse.core.expression.BuiltinUsage
Return a short summary of the built-in symbols functionality.- summation(Function<Complex, Complex>, int, int, int) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- sumNorm() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
GenPolynomial sum norm.- sumNorm() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
GenPolynomial sum norm.- sumPower(IAST, ISymbol, IExpr, IExpr) - Static method in class org.matheclipse.core.reflection.system.Sum
- sumPowerFormula(ISymbol, IInteger, IExpr, IExpr) - Static method in class org.matheclipse.core.reflection.system.Sum
Sum ofk^p
andk
in the range[from,to]
.- SumQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- sumRational(IntFunction<IRational>, int, int) - Static method in class org.matheclipse.core.expression.F
- sumRational(IntFunction<IRational>, int, int, int) - Static method in class org.matheclipse.core.expression.F
- SumRules - Interface in org.matheclipse.core.reflection.system.rulesets
Generated byorg.matheclipse.core.preprocessor.RulePreprocessor
.- SumSimplerAuxQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SumSimplerQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- SUNSET - org.matheclipse.core.tensor.img.ColorDataGradients
black, violet, red, orange, yellow, white- SUNSET_REVERSED - org.matheclipse.core.tensor.img.ColorDataGradients
approximate default color scheme for Spectrogram white , yellow, orange, red, violet, black,- Superscript - Static variable in class org.matheclipse.core.expression.ID
- Superscript - Static variable in class org.matheclipse.core.expression.S
- Superscript(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- SuperscriptBox - Static variable in class org.matheclipse.core.expression.ID
- SuperscriptBox - Static variable in class org.matheclipse.core.expression.S
- supplier() - Method in class org.matheclipse.core.interfaces.IASTAppendable.CollectorImpl
- surd(Object, Object) - Static method in class org.matheclipse.core.expression.J
Surd(expr, n) - returns the `n`-th root of `expr`.- Surd - Static variable in class org.matheclipse.core.expression.ID
- Surd - Static variable in class org.matheclipse.core.expression.S
Surd(expr, n) - returns the `n`-th root of `expr`.- Surd(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- surfaceArea(String, String, String, String[]) - Static method in class org.matheclipse.core.eval.MathUtils
- SurfaceArea - Static variable in class org.matheclipse.core.expression.ID
- SurfaceArea - Static variable in class org.matheclipse.core.expression.S
- SurfaceGraphics - Static variable in class org.matheclipse.core.expression.ID
- SurfaceGraphics - Static variable in class org.matheclipse.core.expression.S
- SurfaceGraphics() - Static method in class org.matheclipse.core.expression.F
- SurvivalFunction - Static variable in class org.matheclipse.core.expression.ID
- SurvivalFunction - Static variable in class org.matheclipse.core.expression.S
SurvivalFunction(dist, x) - returns the survival function for the distribution `dist` evaluated at `x`.- SVG_PAGE - Static variable in class org.matheclipse.core.basic.Config
- SWING_PLOT_FRAME - Static variable in class org.matheclipse.core.basic.Config
COMPILER switch - set this boolean variable totrue
, if you would force a direct plot frame creation from the Plot[], Plot3D[] and ParametricPlot[] functions- Switch - Static variable in class org.matheclipse.core.expression.ID
- Switch - Static variable in class org.matheclipse.core.expression.S
Switch(expr, pattern1, value1, pattern2, value2, ...) - yields the first `value` for which `expr` matches the corresponding pattern.- Switch(IExpr...) - Static method in class org.matheclipse.core.expression.F
- symbol(int) - Static method in class org.matheclipse.core.expression.S
- symbol(String) - Static method in class org.matheclipse.core.expression.F
Get or create a user defined symbol which is retrieved from the evaluation engines context path.- symbol(String, String, IAST, EvalEngine) - Static method in class org.matheclipse.core.expression.F
- symbol(String, EvalEngine) - Static method in class org.matheclipse.core.expression.F
Get or create a user defined symbol which is retrieved from the evaluation engines context path.- symbol(String, Context, boolean) - Method in class org.matheclipse.core.expression.ContextPath
- symbol(String, IAST) - Static method in class org.matheclipse.core.expression.F
Get or create a user defined symbol which is retrieved from the evaluation engines context path.- symbol(String, IAST, EvalEngine) - Static method in class org.matheclipse.core.expression.F
Get or create a user defined symbol which is retrieved from the evaluation engines context path.- symbol(Context, String, EvalEngine) - Static method in class org.matheclipse.core.expression.F
- Symbol - Class in org.matheclipse.core.expression
- Symbol - Static variable in class org.matheclipse.core.expression.ID
- Symbol - Static variable in class org.matheclipse.core.expression.S
Symbol - is the head of symbols.- Symbol(String, Context) - Constructor for class org.matheclipse.core.expression.Symbol
- SYMBOL_OBSERVER - Static variable in class org.matheclipse.core.expression.F
- SYMBOL_STRINGS - Static variable in class org.matheclipse.core.convert.AST2Expr
- SymbolicAlgebraicNotInvertibleException - Exception in org.matheclipse.core.polynomials.symbolicexponent
Algebraic number NotInvertibleException class.- SymbolicAlgebraicNotInvertibleException() - Constructor for exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
- SymbolicAlgebraicNotInvertibleException(String) - Constructor for exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
- SymbolicAlgebraicNotInvertibleException(String, Throwable) - Constructor for exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
- SymbolicAlgebraicNotInvertibleException(String, Throwable, SymbolicPolynomial, SymbolicPolynomial, SymbolicPolynomial) - Constructor for exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
Constructor.- SymbolicAlgebraicNotInvertibleException(String, SymbolicPolynomial, SymbolicPolynomial, SymbolicPolynomial) - Constructor for exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
Constructor.- SymbolicAlgebraicNotInvertibleException(Throwable) - Constructor for exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
- SymbolicAlgebraicNotInvertibleException(Throwable, SymbolicPolynomial, SymbolicPolynomial, SymbolicPolynomial) - Constructor for exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
Constructor.- SymbolicAlgebraicNotInvertibleException(SymbolicPolynomial, SymbolicPolynomial, SymbolicPolynomial) - Constructor for exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
Constructor.- SymbolicMonomial - Class in org.matheclipse.core.polynomials.symbolicexponent
Monomial class.- SymbolicMonomial(Map.Entry<ExpVectorSymbolic, IExpr>) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
Constructor of monomial.- SymbolicMonomial(ExpVectorSymbolic, IExpr) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
Constructor of monomial.- SymbolicPolyIterator(SortedMap<ExpVectorSymbolic, IExpr>) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial.SymbolicPolyIterator
Constructor of polynomial iterator.- SymbolicPolynomial - Class in org.matheclipse.core.polynomials.symbolicexponent
GenPolynomial generic polynomials implementing RingElem.- SymbolicPolynomial(SymbolicPolynomialRing) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Constructor for zero GenPolynomial.- SymbolicPolynomial(SymbolicPolynomialRing, SortedMap<ExpVectorSymbolic, IExpr>) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Constructor for GenPolynomial.- SymbolicPolynomial(SymbolicPolynomialRing, IExpr) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Constructor for GenPolynomial c * x0.- SymbolicPolynomial(SymbolicPolynomialRing, IExpr, ExpVectorSymbolic) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Constructor for GenPolynomial c * xe.- SymbolicPolynomial(SymbolicPolynomialRing, ExpVectorSymbolic) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
Constructor for GenPolynomial xe.- SymbolicPolynomial.SymbolicPolyIterator - Class in org.matheclipse.core.polynomials.symbolicexponent
Iterator over monomials of a polynomial.- SymbolicPolynomialRing - Class in org.matheclipse.core.polynomials.symbolicexponent
GenPolynomialRing generic polynomial factory implementing ExprRingFactory; Factory for n-variate ordered polynomials over C with JavaIExpr
exponents.- SymbolicPolynomialRing(IAST) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object.- SymbolicPolynomialRing(IAST, SymbolicTermOrder) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object.- SymbolicPolynomialRing(ISymbol) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object.- SymbolicPolynomialRing(ISymbol, SymbolicTermOrder) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object.- SymbolicPolynomialRing(ExprRingFactory, IAST) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object.- SymbolicPolynomialRing(ExprRingFactory, IAST, int, SymbolicTermOrder, boolean) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object.- SymbolicPolynomialRing(ExprRingFactory, IAST, SymbolicTermOrder) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object.- SymbolicPolynomialRing(ExprRingFactory, SymbolicPolynomialRing) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object with the the same term order, number of variables and variable names as the given polynomial factory, only the coefficient factories differ.- SymbolicPolynomialRing(SymbolicPolynomialRing, SymbolicTermOrder) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
The constructor creates a polynomial factory object with the the same coefficient factory, number of variables and variable names as the given polynomial factory, only the term order differs.- SymbolicTermOrder - Class in org.matheclipse.core.polynomials.symbolicexponent
Term order class for ordered polynomials.- SymbolicTermOrder() - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
Constructor for default term order.- SymbolicTermOrder(int) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
Constructor for given term order.- SymbolicTermOrder(int, int, int, int) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
Constructor for given split order.- SymbolicTermOrder(IExpr[]) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
Constructor for given exponent weights.- SymbolicTermOrder(IExpr[][]) - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
Constructor for given exponent weights.- SymbolicTermOrder.EVComparator - Class in org.matheclipse.core.polynomials.symbolicexponent
Comparator for ExpVectors.- SymbolicTermOrderByName - Class in org.matheclipse.core.polynomials.symbolicexponent
Term order names for ordered polynomials.- SymbolicTermOrderByName() - Constructor for class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
- SYMBOLID - org.matheclipse.core.expression.Hierarchy
- SYMBOLID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- symbolName(Object) - Static method in class org.matheclipse.core.expression.J
SymbolName(s) - returns the name of the symbol `s` (without any leading context name).- SymbolName - Static variable in class org.matheclipse.core.expression.ID
- SymbolName - Static variable in class org.matheclipse.core.expression.S
SymbolName(s) - returns the name of the symbol `s` (without any leading context name).- symbolNameNormalized(String) - Static method in class org.matheclipse.core.expression.F
- symbolQ(Object) - Static method in class org.matheclipse.core.expression.J
SymbolQ(x) - is `True` if `x` is a symbol, or `False` otherwise.- SymbolQ - Static variable in class org.matheclipse.core.expression.ID
- SymbolQ - Static variable in class org.matheclipse.core.expression.S
SymbolQ(x) - is `True` if `x` is a symbol, or `False` otherwise.- SymbolQ(IExpr) - Static method in class org.matheclipse.core.expression.F
SymbolQ(x)- symbolsAsFactoryMethod - Variable in class org.matheclipse.core.eval.util.SourceCodeProperties
Iftrue
use theF.symbol()
method, otherwise print the symbol name.- SYMJA - Static variable in class org.matheclipse.core.basic.Config
Symja ASCII Art String- SymjaInterpreter - Class in org.matheclipse.core.eval
Evaluate a Symja expression- SymjaInterpreter(String, OutputStream) - Constructor for class org.matheclipse.core.eval.SymjaInterpreter
Create a new command interpreter attached to the passed in streams.- SymjaMathException - Exception in org.matheclipse.core.eval.exception
- SymjaMathException() - Constructor for exception org.matheclipse.core.eval.exception.SymjaMathException
Constructs a new MathException with the specified detailmessage=null
,cause=null
,enableSuppression=false
, andwritableStackTrace=false
.- SymjaMathException(String) - Constructor for exception org.matheclipse.core.eval.exception.SymjaMathException
- SymjaMathException(String, Throwable) - Constructor for exception org.matheclipse.core.eval.exception.SymjaMathException
- SymjaMathException(Throwable) - Constructor for exception org.matheclipse.core.eval.exception.SymjaMathException
- symjify(boolean) - Static method in class org.matheclipse.core.expression.F
- symjify(double) - Static method in class org.matheclipse.core.expression.F
- symjify(long) - Static method in class org.matheclipse.core.expression.F
- symjify(Object) - Static method in class org.matheclipse.core.expression.F
Converts and evaluates arbitrary expressions to a Symja type.- symjify(Object, boolean) - Static method in class org.matheclipse.core.expression.F
Converts and evaluates arbitrary expressions to a Symja type.- symjify(String) - Static method in class org.matheclipse.core.expression.F
Parses and evaluates a Java string to a Symja expression.- symjify(String, boolean) - Static method in class org.matheclipse.core.expression.F
Parses a Java string to a Symja expression.- Symmetric - Static variable in class org.matheclipse.core.expression.ID
- Symmetric - Static variable in class org.matheclipse.core.expression.S
- Symmetric(IExpr) - Static method in class org.matheclipse.core.expression.F
Full symmetry- symmetricMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
SymmetricMatrixQ(m) - returns `True` if `m` is a symmetric matrix.- symmetricMatrixQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
SymmetricMatrixQ(m) - returns `True` if `m` is a symmetric matrix.- SymmetricMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- SymmetricMatrixQ - Static variable in class org.matheclipse.core.expression.S
SymmetricMatrixQ(m) - returns `True` if `m` is a symmetric matrix.- SymmetricMatrixQ(IExpr) - Static method in class org.matheclipse.core.expression.F
See SymmetricMatrixQ- synchronize(ContextPath) - Method in class org.matheclipse.core.expression.ContextPath
Synchronize the contexts back to this context map.- syntaxLength(Object) - Static method in class org.matheclipse.core.expression.J
- syntaxLength(String, EvalEngine) - Static method in class org.matheclipse.core.parser.ExprParser
- SyntaxLength - Static variable in class org.matheclipse.core.expression.ID
- SyntaxLength - Static variable in class org.matheclipse.core.expression.S
- syntaxQ(Object) - Static method in class org.matheclipse.core.expression.J
SyntaxQ(str) - is `True` if the given `str` is a string which has the correct syntax.- syntaxQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
SyntaxQ(str) - is `True` if the given `str` is a string which has the correct syntax.- SyntaxQ - Static variable in class org.matheclipse.core.expression.ID
- SyntaxQ - Static variable in class org.matheclipse.core.expression.S
SyntaxQ(str) - is `True` if the given `str` is a string which has the correct syntax.- SYSTEM - Static variable in class org.matheclipse.core.expression.Context
- SYSTEM_CHARACTER_ENCODING - Static variable in class org.matheclipse.core.basic.Config
"UTF-8" is used as default character encoding- SYSTEM_CONTEXT_NAME - Static variable in class org.matheclipse.core.expression.Context
- SystemDialogInput - Static variable in class org.matheclipse.core.expression.ID
- SystemDialogInput - Static variable in class org.matheclipse.core.expression.S
SystemDialogInput("FileOpen") - if the file system is enabled, open a file chooser dialog box.- SystemOptions - Static variable in class org.matheclipse.core.expression.ID
- SystemOptions - Static variable in class org.matheclipse.core.expression.S
T
- t - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
t
that will never be assigned a value. - T - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- t_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
t_
that will be used only for predefined pattern-matching rules and can match one expression. - t_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- t_Symbol - Static variable in class org.matheclipse.core.expression.F
- table() - Method in class org.matheclipse.core.builtin.ListFunctions.TableGenerator
- table() - Method in class org.matheclipse.core.eval.util.IndexTableGenerator
- table(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Table(expr, {i, n}) - evaluates `expr` with `i` ranging from `1` to `n`, returning a list of the results.
- table(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Table(expr, {i, n}) - evaluates `expr` with `i` ranging from `1` to `n`, returning a list of the results.
- Table - Static variable in class org.matheclipse.core.expression.ID
- Table - Static variable in class org.matheclipse.core.expression.S
-
Table(expr, {i, n}) - evaluates `expr` with `i` ranging from `1` to `n`, returning a list of the results.
- Table() - Constructor for class org.matheclipse.core.builtin.ListFunctions.Table
- Table(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Table
- Table(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- TABLE - org.matheclipse.core.io.Extension
-
table format
- TableAlignments - Static variable in class org.matheclipse.core.expression.ID
- TableAlignments - Static variable in class org.matheclipse.core.expression.S
- TableDepth - Static variable in class org.matheclipse.core.expression.ID
- TableDepth - Static variable in class org.matheclipse.core.expression.S
- TableDirections - Static variable in class org.matheclipse.core.expression.ID
- TableDirections - Static variable in class org.matheclipse.core.expression.S
- tableForm(Object) - Static method in class org.matheclipse.core.expression.J
- TableForm - Static variable in class org.matheclipse.core.expression.ID
- TableForm - Static variable in class org.matheclipse.core.expression.S
- TableGenerator(List<? extends IIterator<IExpr>>, IAST, ListFunctions.IVariablesFunction) - Constructor for class org.matheclipse.core.builtin.ListFunctions.TableGenerator
- TableGenerator(List<? extends IIterator<IExpr>>, IAST, ListFunctions.IVariablesFunction, IExpr) - Constructor for class org.matheclipse.core.builtin.ListFunctions.TableGenerator
- TableHeadings - Static variable in class org.matheclipse.core.expression.ID
- TableHeadings - Static variable in class org.matheclipse.core.expression.S
- TableSpacing - Static variable in class org.matheclipse.core.expression.ID
- TableSpacing - Static variable in class org.matheclipse.core.expression.S
- tableThrow() - Method in class org.matheclipse.core.builtin.ListFunctions.TableGenerator
- tag(StringBuilder, String, String) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- TAG_SET_OPERATOR - Static variable in class org.matheclipse.core.parser.ExprParserFactory
- tagEnd(StringBuilder, String) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- tagSet(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TagSet(f, expr, value) - assigns the evaluated `value` to `expr` and associates the corresponding rule with the symbol `f`.
- TagSet - Static variable in class org.matheclipse.core.expression.ID
- TagSet - Static variable in class org.matheclipse.core.expression.S
-
TagSet(f, expr, value) - assigns the evaluated `value` to `expr` and associates the corresponding rule with the symbol `f`.
- TagSet(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- TAGSET - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
This rule is defined with the
Set[]
function - TAGSET_DELAYED - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
This rule is defined with the
Set[]
function - tagSetDelayed(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TagSetDelayed(f, expr, value) - assigns `value` to `expr`, without evaluating `value` and associates the corresponding rule with the symbol `f`.
- TagSetDelayed - Static variable in class org.matheclipse.core.expression.ID
- TagSetDelayed - Static variable in class org.matheclipse.core.expression.S
-
TagSetDelayed(f, expr, value) - assigns `value` to `expr`, without evaluating `value` and associates the corresponding rule with the symbol `f`.
- TagSetDelayed(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- tagStart(StringBuilder, String) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- tagStart(StringBuilder, String, String) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- tagStartEnd(StringBuilder, String) - Method in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- take() - Method in class org.matheclipse.core.frobenius.FrobeniusSolver
- take() - Method in class org.matheclipse.core.frobenius.OutputPortUnsafe.Singleton
- take() - Method in interface org.matheclipse.core.frobenius.OutputPortUnsafe
- take(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Take(expr, n) - returns `expr` with all but the first `n` leaves removed.
- take(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Take(expr, n) - returns `expr` with all but the first `n` leaves removed.
- Take - Static variable in class org.matheclipse.core.expression.ID
- Take - Static variable in class org.matheclipse.core.expression.S
-
Take(expr, n) - returns `expr` with all but the first `n` leaves removed.
- Take(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Take
- takeLargest(Object) - Static method in class org.matheclipse.core.expression.J
-
TakeLargest({e_1, e_2, ..., e_i}, n) - returns the `n` largest real values from the list `{e_1, e_2, ..., e_i}`.
- takeLargest(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TakeLargest({e_1, e_2, ..., e_i}, n) - returns the `n` largest real values from the list `{e_1, e_2, ..., e_i}`.
- TakeLargest - Static variable in class org.matheclipse.core.expression.ID
- TakeLargest - Static variable in class org.matheclipse.core.expression.S
-
TakeLargest({e_1, e_2, ..., e_i}, n) - returns the `n` largest real values from the list `{e_1, e_2, ..., e_i}`.
- TakeLargest(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- takeLargestBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TakeLargestBy({e_1, e_2, ..., e_i}, function, n) - returns the `n` values from the list `{e_1, e_2, ..., e_i}`, where `function(e_i)` is largest.
- takeLargestBy(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TakeLargestBy({e_1, e_2, ..., e_i}, function, n) - returns the `n` values from the list `{e_1, e_2, ..., e_i}`, where `function(e_i)` is largest.
- TakeLargestBy - Static variable in class org.matheclipse.core.expression.ID
- TakeLargestBy - Static variable in class org.matheclipse.core.expression.S
-
TakeLargestBy({e_1, e_2, ..., e_i}, function, n) - returns the `n` values from the list `{e_1, e_2, ..., e_i}`, where `function(e_i)` is largest.
- TakeLargestBy(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- takeSmallest(Object) - Static method in class org.matheclipse.core.expression.J
-
TakeSmallest({e_1, e_2, ..., e_i}, n) - returns the `n` smallest real values from the list `{e_1, e_2, ..., e_i}`.
- takeSmallest(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TakeSmallest({e_1, e_2, ..., e_i}, n) - returns the `n` smallest real values from the list `{e_1, e_2, ..., e_i}`.
- TakeSmallest - Static variable in class org.matheclipse.core.expression.ID
- TakeSmallest - Static variable in class org.matheclipse.core.expression.S
-
TakeSmallest({e_1, e_2, ..., e_i}, n) - returns the `n` smallest real values from the list `{e_1, e_2, ..., e_i}`.
- TakeSmallest(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- takeSmallestBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TakeSmallestBy({e_1, e_2, ..., e_i}, function, n) - returns the `n` values from the list `{e_1, e_2, ..., e_i}`, where `function(e_i)` is smallest.
- takeSmallestBy(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TakeSmallestBy({e_1, e_2, ..., e_i}, function, n) - returns the `n` values from the list `{e_1, e_2, ..., e_i}`, where `function(e_i)` is smallest.
- TakeSmallestBy - Static variable in class org.matheclipse.core.expression.ID
- TakeSmallestBy - Static variable in class org.matheclipse.core.expression.S
-
TakeSmallestBy({e_1, e_2, ..., e_i}, function, n) - returns the `n` values from the list `{e_1, e_2, ..., e_i}`, where `function(e_i)` is smallest.
- TakeSmallestBy(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- takeWhile(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TakeWhile({e1, e2, ...}, head) - returns the list of elements `ei` at the start of list for which `head(ei)` returns `True`.
- TakeWhile - Static variable in class org.matheclipse.core.expression.ID
- TakeWhile - Static variable in class org.matheclipse.core.expression.S
-
TakeWhile({e1, e2, ...}, head) - returns the list of elements `ei` at the start of list for which `head(ei)` returns `True`.
- tally(Object) - Static method in class org.matheclipse.core.expression.J
-
Tally(list) - return the elements and their number of occurrences in `list` in a new result list.
- tally(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Tally(list) - return the elements and their number of occurrences in `list` in a new result list.
- tally(IAST) - Static method in class org.matheclipse.core.builtin.ListFunctions
-
Tallies the elements in
list
, listing all distinct elements together with their multiplicities. - tally(IAST, BiPredicate<IExpr, IExpr>) - Static method in class org.matheclipse.core.builtin.ListFunctions
-
Tallies the elements in
list
, listing all distinct elements together with their multiplicities. - Tally - Static variable in class org.matheclipse.core.expression.ID
- Tally - Static variable in class org.matheclipse.core.expression.S
-
Tally(list) - return the elements and their number of occurrences in `list` in a new result list.
- tan() - Method in class org.matheclipse.core.expression.ApcomplexNum
- tan() - Method in class org.matheclipse.core.expression.ApfloatNum
- tan() - Method in class org.matheclipse.core.expression.ComplexNum
- tan() - Method in class org.matheclipse.core.expression.Num
- tan() - Method in class org.matheclipse.core.expression.NumStr
- tan() - Method in interface org.matheclipse.core.interfaces.IExpr
- tan() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- tan(Object) - Static method in class org.matheclipse.core.expression.J
-
Tan(expr) - returns the tangent of `expr` (measured in radians).
- tan(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Tan - Static variable in class org.matheclipse.core.expression.ID
- Tan - Static variable in class org.matheclipse.core.expression.S
-
Tan(expr) - returns the tangent of `expr` (measured in radians).
- Tan(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Returns the tangent of
z
(measured in Radians). - tangentLine(String, String, String) - Static method in class org.matheclipse.core.eval.MathUtils
- tanh() - Method in class org.matheclipse.core.expression.ApcomplexNum
- tanh() - Method in class org.matheclipse.core.expression.ApfloatNum
- tanh() - Method in class org.matheclipse.core.expression.ComplexNum
- tanh() - Method in class org.matheclipse.core.expression.Num
- tanh() - Method in class org.matheclipse.core.expression.NumStr
- tanh() - Method in interface org.matheclipse.core.interfaces.IExpr
- tanh() - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- tanh(Object) - Static method in class org.matheclipse.core.expression.J
-
Tanh(z) - returns the hyperbolic tangent of `z`.
- tanh(IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- Tanh - Static variable in class org.matheclipse.core.expression.ID
- Tanh - Static variable in class org.matheclipse.core.expression.S
-
Tanh(z) - returns the hyperbolic tangent of `z`.
- Tanh(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Tanh
- TanhQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TanhRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - TanhRules() - Constructor for class org.matheclipse.core.reflection.system.rules.TanhRules
- TanQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TanRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - TanRules() - Constructor for class org.matheclipse.core.reflection.system.rules.TanRules
- TargetFunctions - Static variable in class org.matheclipse.core.expression.ID
- TargetFunctions - Static variable in class org.matheclipse.core.expression.S
- tautologyQ(Object) - Static method in class org.matheclipse.core.expression.J
-
TautologyQ(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by all combinations of boolean `False` and `True` values for the `list-of-variables`.
- tautologyQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TautologyQ(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by all combinations of boolean `False` and `True` values for the `list-of-variables`.
- TautologyQ - Static variable in class org.matheclipse.core.expression.ID
- TautologyQ - Static variable in class org.matheclipse.core.expression.S
-
TautologyQ(boolean-expr, list-of-variables) - test whether the `boolean-expr` is satisfiable by all combinations of boolean `False` and `True` values for the `list-of-variables`.
- Taylor - Class in org.matheclipse.core.reflection.system
-
Power series expansion with Taylor formula
- Taylor - Static variable in class org.matheclipse.core.expression.ID
- Taylor - Static variable in class org.matheclipse.core.expression.S
- Taylor() - Constructor for class org.matheclipse.core.reflection.system.Taylor
- Taylor(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- tearDown() - Method in interface org.matheclipse.core.interfaces.IIterator
-
Tear down this iterator.
- tearDown(IExpr, int, boolean) - Method in class org.matheclipse.core.eval.TraceStack
- tearDown(IExpr, int, boolean) - Method in class org.matheclipse.core.interfaces.AbstractEvalStepListener
-
Tear down this evaluation step (called finally at the evaluation loop).
- tearDown(IExpr, int, boolean) - Method in interface org.matheclipse.core.interfaces.IEvalStepListener
-
Tear down this evaluation step (called finally at the evaluation loop).
- tearDown(IExpr, IAST, int, boolean) - Method in interface org.matheclipse.core.interfaces.IEvalStepListener
-
Tear down this evaluation step (called finally at the evaluation loop).
- TEMPERATURE - org.matheclipse.core.tensor.img.ColorDataGradients
-
blue to red, has yellow before turning red
- TEMPERATURE_LIGHT - org.matheclipse.core.tensor.img.ColorDataGradients
-
blue to red, has yellow before turning red
- TEMPERATURE_WEATHER - org.matheclipse.core.tensor.img.ColorDataGradients
-
extracted from https://www.yourweather.co.uk/weather-maps/temp2m-europ.html
- templateApply(Object) - Static method in class org.matheclipse.core.expression.J
-
TemplateApply(string, values) - renders a `StringTemplate` expression by replacing `TemplateSlot`s with mapped values.
- templateApply(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TemplateApply(string, values) - renders a `StringTemplate` expression by replacing `TemplateSlot`s with mapped values.
- templateApply(String, IExpr) - Static method in class org.matheclipse.core.eval.Errors
-
Render the template string with the
args
parameters. - TemplateApply - Static variable in class org.matheclipse.core.expression.ID
- TemplateApply - Static variable in class org.matheclipse.core.expression.S
-
TemplateApply(string, values) - renders a `StringTemplate` expression by replacing `TemplateSlot`s with mapped values.
- TemplateExpression - Static variable in class org.matheclipse.core.expression.ID
- TemplateExpression - Static variable in class org.matheclipse.core.expression.S
- templateIf(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TemplateIf(condition-expression, true-expression, false-expression) - in `TemplateApply` evaluation insert `true-expression` if `condition-expression` evaluates to `true`, otherwise insert `false-expression`.
- templateIf(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TemplateIf(condition-expression, true-expression, false-expression) - in `TemplateApply` evaluation insert `true-expression` if `condition-expression` evaluates to `true`, otherwise insert `false-expression`.
- TemplateIf - Static variable in class org.matheclipse.core.expression.ID
- TemplateIf - Static variable in class org.matheclipse.core.expression.S
-
TemplateIf(condition-expression, true-expression, false-expression) - in `TemplateApply` evaluation insert `true-expression` if `condition-expression` evaluates to `true`, otherwise insert `false-expression`.
- templateRender(String, String[]) - Static method in class org.matheclipse.core.eval.Errors
-
Render the template string with the
args
string parameters. - templateRender(String, IExpr) - Static method in class org.matheclipse.core.eval.Errors
-
Render the template string with the
args
parameters. - templateSlot(Object) - Static method in class org.matheclipse.core.expression.J
-
TemplateSlot(string) - gives a `TemplateSlot` expression with name `string`.
- templateSlot(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TemplateSlot(string) - gives a `TemplateSlot` expression with name `string`.
- templateSlot(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TemplateSlot(string) - gives a `TemplateSlot` expression with name `string`.
- TemplateSlot - Static variable in class org.matheclipse.core.expression.ID
- TemplateSlot - Static variable in class org.matheclipse.core.expression.S
-
TemplateSlot(string) - gives a `TemplateSlot` expression with name `string`.
- TemplateSlot(IExpr) - Static method in class org.matheclipse.core.expression.F
- TemplateSlot(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- tensorDimensions(Object) - Static method in class org.matheclipse.core.expression.J
-
TensorDimensions(t) - return the dimensions of the tensor `t`.
- TensorDimensions - Static variable in class org.matheclipse.core.expression.ID
- TensorDimensions - Static variable in class org.matheclipse.core.expression.S
-
TensorDimensions(t) - return the dimensions of the tensor `t`.
- TensorDimensions(IExpr) - Static method in class org.matheclipse.core.expression.F
- TensorFunctions - Class in org.matheclipse.core.builtin
- tensorList(int, Integer...) - Static method in class org.matheclipse.core.expression.F
-
For positive n, add the first n elements of
numbers
to the list.For negative n, add the last n elements ofnumbers
to the list. - TensorProduct - Static variable in class org.matheclipse.core.expression.ID
- TensorProduct - Static variable in class org.matheclipse.core.expression.S
-
TensorProduct(t1, t2, ...) - product of the tensors `t1, t2, ...`.
- tensorRank(Object) - Static method in class org.matheclipse.core.expression.J
-
TensorRank(t) - return the rank of the tensor `t`.
- tensorRank(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TensorRank(t) - return the rank of the tensor `t`.
- TensorRank - Static variable in class org.matheclipse.core.expression.ID
- TensorRank - Static variable in class org.matheclipse.core.expression.S
-
TensorRank(t) - return the rank of the tensor `t`.
- TensorRank(IExpr) - Static method in class org.matheclipse.core.expression.F
- tensors(IExpr) - Method in class org.matheclipse.core.eval.util.AbstractAssumptions
- tensors(IExpr) - Method in class org.matheclipse.core.eval.util.Assumptions
- tensors(IExpr) - Method in interface org.matheclipse.core.eval.util.IAssumptions
-
Get some assumptions about tensor symbols
- Tensors - Class in org.matheclipse.core.generic
-
Provide builder methods for creating dense tensor arrays.
- Tensors() - Constructor for class org.matheclipse.core.generic.Tensors
- TensorScalarFunction - Interface in org.matheclipse.core.tensor.api
-
Serializable function that maps a
IAST
to aScalar
- tensorSymmetry(Object) - Static method in class org.matheclipse.core.expression.J
- tensorSymmetry(Object, Object) - Static method in class org.matheclipse.core.expression.J
- TensorSymmetry - Static variable in class org.matheclipse.core.expression.ID
- TensorSymmetry - Static variable in class org.matheclipse.core.expression.S
- TensorSymmetry(IExpr) - Static method in class org.matheclipse.core.expression.F
- TensorSymmetry(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- TensorUnaryOperator - Interface in org.matheclipse.core.tensor.api
- term(IExpr) - Method in interface org.matheclipse.core.interfaces.ISeriesBase
-
Term at point
pt
of a series. - ternaryAST3(IExpr, IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a function
head(arg1, arg2, arg3)
with 3 argument as anAST3
mutable object without evaluation. - TernaryFunction - Class in org.matheclipse.core.form.tex
- TernaryFunction(String, String, String, String) - Constructor for class org.matheclipse.core.form.tex.TernaryFunction
-
Convert a ternary function into it's TeX string representation
- test(String, EvalEngine) - Static method in class org.matheclipse.core.parser.ExprParser
- test(IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractMatrix1Expr.PossibleZeroQTest
- test(IExpr) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Return
true
if the pattern-matchings left-hand-side matches theexpr
or ifOrderlesss
the pattern-matchings left-hand-side matches only a part of theexpr
. - test(IExpr) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- test(IExpr) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- test(IExpr) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEvalEngine
- test(IExpr) - Method in class org.matheclipse.core.patternmatching.Tester
-
Main method performing the pattern matching.
- test(IExpr) - Method in class org.matheclipse.core.reflection.system.Solve.IsWrongSolveExpression
- test(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Return
true
if the the pattern-matchings left-hand-side matches theexpr
. - test(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- test(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- test(IExpr, IExpr) - Method in class org.matheclipse.core.generic.Predicates.IsBinaryFalse
-
Check if the evaluation of a binary AST object gives
True
by settings it's first argument tofirstArg
and settings it's second argument tosecondArg
- test(IExpr, IExpr) - Method in class org.matheclipse.core.generic.Predicates.IsBinaryTrue
-
Check if the evaluation of a binary AST object gives
True
by settings it's first argument tofirstArg
and settings it's second argument tosecondArg
- test(T, int) - Method in interface org.matheclipse.core.generic.ObjIntPredicate
-
Evaluates the predicate.
- testBlank(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
Start pattern matching.
- testBlank(IExpr, EvalEngine) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- Tester - Class in org.matheclipse.core.patternmatching
-
The Tester defines a pattern matching rule set.
- Tester(EvalEngine) - Constructor for class org.matheclipse.core.patternmatching.Tester
-
The constructor
- TestID - Static variable in class org.matheclipse.core.expression.ID
- TestID - Static variable in class org.matheclipse.core.expression.S
- testReport(Object) - Static method in class org.matheclipse.core.expression.J
-
TestReport("file-name-string") - load the unit tests from a `file-name-string` and print a summary of the `VerificationTest` included in the file.
- TestReport - Static variable in class org.matheclipse.core.expression.ID
- TestReport - Static variable in class org.matheclipse.core.expression.S
-
TestReport("file-name-string") - load the unit tests from a `file-name-string` and print a summary of the `VerificationTest` included in the file.
- TestReportObject - Static variable in class org.matheclipse.core.expression.ID
- TestReportObject - Static variable in class org.matheclipse.core.expression.S
- TESTREPORTOBJECT - Static variable in interface org.matheclipse.core.interfaces.IExpr
- TestReportObjectExpr - Class in org.matheclipse.core.expression.data
- TestReportObjectExpr() - Constructor for class org.matheclipse.core.expression.data.TestReportObjectExpr
- TestReportObjectExpr(IAssociation) - Constructor for class org.matheclipse.core.expression.data.TestReportObjectExpr
- TestResultObject - Static variable in class org.matheclipse.core.expression.ID
- TestResultObject - Static variable in class org.matheclipse.core.expression.S
-
TestResultObject( ...
- TESTRESULTOBJECT - Static variable in interface org.matheclipse.core.interfaces.IExpr
- TestResultObjectExpr - Class in org.matheclipse.core.expression.data
- TestResultObjectExpr() - Constructor for class org.matheclipse.core.expression.data.TestResultObjectExpr
- TestResultObjectExpr(IAssociation) - Constructor for class org.matheclipse.core.expression.data.TestResultObjectExpr
- tetrahedron(Object) - Static method in class org.matheclipse.core.expression.J
- tetrahedron(Object, Object) - Static method in class org.matheclipse.core.expression.J
- tetrahedron(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- Tetrahedron - Static variable in class org.matheclipse.core.expression.ID
- Tetrahedron - Static variable in class org.matheclipse.core.expression.S
- TEX - org.matheclipse.core.form.OutputStyle
- teXForm(Object) - Static method in class org.matheclipse.core.expression.J
-
TeXForm(expr) - returns the TeX form of the evaluated `expr`.
- TeXForm - Static variable in class org.matheclipse.core.expression.ID
- TeXForm - Static variable in class org.matheclipse.core.expression.S
-
TeXForm(expr) - returns the TeX form of the evaluated `expr`.
- TeXForm(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See TeXForm
- TeXFormFactory - Class in org.matheclipse.core.form.tex
-
Generates TeX presentation output.
- TeXFormFactory() - Constructor for class org.matheclipse.core.form.tex.TeXFormFactory
- TeXFormFactory(boolean, int, int, String) - Constructor for class org.matheclipse.core.form.tex.TeXFormFactory
- TeXFormFactory(boolean, int, int, TexFormSymbolOptions) - Constructor for class org.matheclipse.core.form.tex.TeXFormFactory
- TeXFormFactory(int, int, String) - Constructor for class org.matheclipse.core.form.tex.TeXFormFactory
- TeXFormFactory(int, int, TexFormSymbolOptions) - Constructor for class org.matheclipse.core.form.tex.TeXFormFactory
- TeXFormFactory(String) - Constructor for class org.matheclipse.core.form.tex.TeXFormFactory
- TeXFormFactory.D - Class in org.matheclipse.core.form.tex
- TeXFormFactory.TeXFunction - Class in org.matheclipse.core.form.tex
- TeXFormOperator - Class in org.matheclipse.core.form.tex
- TeXFormOperator(int, String) - Constructor for class org.matheclipse.core.form.tex.TeXFormOperator
- TeXFormOperator(TeXFormFactory, int, String) - Constructor for class org.matheclipse.core.form.tex.TeXFormOperator
- TexFormSymbolOptions - Class in org.matheclipse.core.form.tex
- TexFormSymbolOptions() - Constructor for class org.matheclipse.core.form.tex.TexFormSymbolOptions
- TeXFunction(TeXFormFactory, String) - Constructor for class org.matheclipse.core.form.tex.TeXFormFactory.TeXFunction
- TeXParser - Class in org.matheclipse.core.form.tex
- TeXParser() - Constructor for class org.matheclipse.core.form.tex.TeXParser
- TeXScanner - Class in org.matheclipse.core.form.tex
- TeXScanner(boolean, boolean) - Constructor for class org.matheclipse.core.form.tex.TeXScanner
-
Initialize Scanner without a math-expression
- TeXSyntaxError - Exception in org.matheclipse.core.form.tex
-
Exception for a syntax error detected by the Symja parsers
- TeXSyntaxError(int, int, int, String, String, int) - Constructor for exception org.matheclipse.core.form.tex.TeXSyntaxError
-
SyntaxError exception
- text(Object) - Static method in class org.matheclipse.core.expression.J
- text(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Text - Static variable in class org.matheclipse.core.expression.ID
- Text - Static variable in class org.matheclipse.core.expression.S
- Text(IExpr, IAST) - Static method in class org.matheclipse.core.expression.F
- TEXT_HTML - Static variable in interface org.matheclipse.core.interfaces.IStringX
- TEXT_JSON - Static variable in interface org.matheclipse.core.interfaces.IStringX
- TEXT_LATEX - Static variable in interface org.matheclipse.core.interfaces.IStringX
- TEXT_MATHML - Static variable in interface org.matheclipse.core.interfaces.IStringX
- TEXT_PLAIN - Static variable in interface org.matheclipse.core.interfaces.IStringX
- textAtPoint(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.builtin.GraphicsFunctions
- TextCell - Static variable in class org.matheclipse.core.expression.ID
- TextCell - Static variable in class org.matheclipse.core.expression.S
- TextElement - Static variable in class org.matheclipse.core.expression.ID
- TextElement - Static variable in class org.matheclipse.core.expression.S
- textString(Object) - Static method in class org.matheclipse.core.expression.J
- TextString - Static variable in class org.matheclipse.core.expression.ID
- TextString - Static variable in class org.matheclipse.core.expression.S
- TextStructure - Static variable in class org.matheclipse.core.expression.ID
- TextStructure - Static variable in class org.matheclipse.core.expression.S
- TeXUtilities - Class in org.matheclipse.core.eval
-
Convert an expression into TeX output
- TeXUtilities(EvalEngine, boolean) - Constructor for class org.matheclipse.core.eval.TeXUtilities
- THERMOMETER - org.matheclipse.core.tensor.img.ColorDataGradients
-
blue to red, symmetric
- thickness() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- Thickness - Static variable in class org.matheclipse.core.expression.ID
- Thickness - Static variable in class org.matheclipse.core.expression.S
- thread(Object) - Static method in class org.matheclipse.core.expression.J
-
Thread(f(args) - threads `f` over any lists that appear in `args`.
- thread(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Thread(f(args) - threads `f` over any lists that appear in `args`.
- Thread - Static variable in class org.matheclipse.core.expression.ID
- Thread - Static variable in class org.matheclipse.core.expression.S
-
Thread(f(args) - threads `f` over any lists that appear in `args`.
- Thread(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Thread
- THREAD_FACTORY - Static variable in class org.matheclipse.core.basic.Config
-
An object that creates new threads on demand.
- threadASTListArgs(IAST, ISymbol, String) - Method in class org.matheclipse.core.eval.EvalEngine
-
Thread through all lists in the arguments of the IAST (i.e.
- threadList(IAST, IExpr, IExpr, int) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Thread through all (sub-)lists in the arguments of the IAST (i.e.
- threadList(IAST, IExpr, IExpr, int, IAssociation) - Static method in class org.matheclipse.core.eval.EvalAttributes
-
Thread through all (sub-)lists in the arguments of the IAST (i.e.
- threadListLogicEquationOperators(IExpr, IAST, int) - Static method in class org.matheclipse.core.builtin.StructureFunctions
-
Maps the elements of the
expr
with the clonedreplacement
. - threadLogicEquationOperators(IExpr, IAST, int) - Static method in class org.matheclipse.core.builtin.StructureFunctions
-
Maps the elements of the
expr
with the clonedreplacement
. - threadPlusLogicEquationOperators(IExpr, IAST, int) - Static method in class org.matheclipse.core.builtin.StructureFunctions
-
Maps the elements of the
expr
with the clonedreplacement
. - threeJSymbol(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ThreeJSymbol({j1,m1},{j2,m2},{j3,m3}) - get the 3-j symbol coefficients.
- ThreeJSymbol - Static variable in class org.matheclipse.core.expression.ID
- ThreeJSymbol - Static variable in class org.matheclipse.core.expression.S
-
ThreeJSymbol({j1,m1},{j2,m2},{j3,m3}) - get the 3-j symbol coefficients.
- ThreeJSymbol(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- through(Object) - Static method in class org.matheclipse.core.expression.J
-
Through(p(f)[x]) - gives `p(f(x))`.
- through(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Through(p(f)[x]) - gives `p(f(x))`.
- Through - Static variable in class org.matheclipse.core.expression.ID
- Through - Static variable in class org.matheclipse.core.expression.S
-
Through(p(f)[x]) - gives `p(f(x))`.
- Throw - Static variable in class org.matheclipse.core.expression.ID
- Throw - Static variable in class org.matheclipse.core.expression.S
-
Throw(value) - stops evaluation and returns `value` as the value of the nearest enclosing `Catch`.
- Throw(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Throw
- THROW_FALSE - Static variable in exception org.matheclipse.core.eval.exception.ResultException
- THROW_FALSE - Static variable in exception org.matheclipse.core.eval.exception.ThrowException
- THROW_IF_TRUE - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
- THROW_TRUE - Static variable in exception org.matheclipse.core.eval.exception.ResultException
- THROW_TRUE - Static variable in exception org.matheclipse.core.eval.exception.ThrowException
- throwArg(IExpr, IExpr) - Static method in exception org.matheclipse.core.eval.exception.ArgumentTypeException
- ThrowException - Exception in org.matheclipse.core.eval.exception
-
Exception for the Throw function.
- ThrowException(IExpr) - Constructor for exception org.matheclipse.core.eval.exception.ThrowException
- ThrowException(IExpr, IExpr) - Constructor for exception org.matheclipse.core.eval.exception.ThrowException
- throwExceptionArgIfMatched(boolean) - Method in class org.matheclipse.core.patternmatching.IPatternMatcher
-
If
true
throw aThrowException
with the matching result as it's value. - throwExceptionArgIfMatched(boolean) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- throwIntType(IExpr, int, EvalEngine) - Static method in class org.matheclipse.core.eval.exception.Validate
-
Check the argument, if it's a Java
int
value in the range [startValue
, Integer.MAX_VALUE]. - throwIt(int, IExpr) - Static method in exception org.matheclipse.core.eval.exception.RecursionLimitExceeded
- throwIt(long) - Static method in exception org.matheclipse.core.eval.exception.ASTElementLimitExceeded
-
Throws exception which will be thrown, if the Config.MAX_AST_SIZE limit was exceeded.
- throwIt(long) - Static method in exception org.matheclipse.core.eval.exception.BigIntegerLimitExceeded
- throwIt(long) - Static method in exception org.matheclipse.core.eval.exception.PolynomialDegreeLimitExceeded
- throwIt(long, IExpr) - Static method in exception org.matheclipse.core.eval.exception.IterationLimitExceeded
- throwNIL() - Static method in exception org.matheclipse.core.eval.exception.ArgumentTypeException
- throwNIL() - Static method in exception org.matheclipse.core.eval.exception.ArgumentTypeStopException
- throwSyntaxError(String) - Method in class org.matheclipse.core.form.tex.TeXScanner
- throwSyntaxError(String, int) - Method in class org.matheclipse.core.form.tex.TeXScanner
- Ticks - Static variable in class org.matheclipse.core.expression.ID
- Ticks - Static variable in class org.matheclipse.core.expression.S
- TicksStyle - Static variable in class org.matheclipse.core.expression.ID
- TicksStyle - Static variable in class org.matheclipse.core.expression.S
- TIME_CONSTRAINED_SLEEP_MILLISECONDS - Static variable in class org.matheclipse.core.basic.Config
-
The time in milliseconds an evaluation thread should sleep until
Thread#stop()
will be called. - timeConstrained(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TimeConstrained(expression, seconds) - stop evaluation of `expression` if time measurement of the evaluation exceeds `seconds` and return `$Aborted`.
- timeConstrained(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TimeConstrained(expression, seconds) - stop evaluation of `expression` if time measurement of the evaluation exceeds `seconds` and return `$Aborted`.
- TimeConstrained - Static variable in class org.matheclipse.core.expression.ID
- TimeConstrained - Static variable in class org.matheclipse.core.expression.S
-
TimeConstrained(expression, seconds) - stop evaluation of `expression` if time measurement of the evaluation exceeds `seconds` and return `$Aborted`.
- TimeConstrained(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
See TimeConstrained
- TimeConstrained(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
See TimeConstrained
- TIMECONSTRAINED_NO_THREAD - Static variable in class org.matheclipse.core.basic.Config
-
Flag for thread usage in TimeConstrained function.
- TimeConstrainedEvaluator - Class in org.matheclipse.core.eval
-
Run the evaluation of a given math formula
String
in a time limited thread - TimeConstrainedEvaluator(EvalEngine, boolean, long) - Constructor for class org.matheclipse.core.eval.TimeConstrainedEvaluator
- TimeConstrainedEvaluator(EvalEngine, boolean, long, boolean) - Constructor for class org.matheclipse.core.eval.TimeConstrainedEvaluator
- TIMED_OUT - Static variable in exception org.matheclipse.core.eval.exception.TimeoutException
- timeObject(Object) - Static method in class org.matheclipse.core.expression.J
- TimeObject - Static variable in class org.matheclipse.core.expression.ID
- TimeObject - Static variable in class org.matheclipse.core.expression.S
- TimeObjectExpr - Class in org.matheclipse.core.expression.data
- TimeObjectExpr() - Constructor for class org.matheclipse.core.expression.data.TimeObjectExpr
- TimeObjectExpr(LocalTime) - Constructor for class org.matheclipse.core.expression.data.TimeObjectExpr
- TIMEOBJECTEXPRID - Static variable in interface org.matheclipse.core.interfaces.IExpr
- TimeoutException - Exception in org.matheclipse.core.eval.exception
- TimeRemaining - Static variable in class org.matheclipse.core.expression.ID
- TimeRemaining - Static variable in class org.matheclipse.core.expression.S
- times(Object...) - Static method in class org.matheclipse.core.expression.J
- times(IAST, IAST) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- times(IAST, IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- times(IExpr) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns an
IExpr
whose value is(this * that)
. - times(IExpr) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- times(IExpr) - Method in class org.matheclipse.core.expression.ApcomplexNum
- times(IExpr) - Method in class org.matheclipse.core.expression.ApfloatNum
- times(IExpr) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Multiply a power series with a scalar
- times(IExpr) - Method in class org.matheclipse.core.expression.ComplexNum
-
Returns an
IExpr
whose value is(this * that)
. - times(IExpr) - Method in class org.matheclipse.core.expression.ComplexSym
- times(IExpr) - Method in class org.matheclipse.core.expression.Num
- times(IExpr) - Method in class org.matheclipse.core.expression.NumStr
- times(IExpr) - Method in class org.matheclipse.core.expression.Symbol
- times(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
whose value is(this * that)
. - times(IExpr) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- times(IExpr, boolean) - Method in interface org.matheclipse.core.tensor.qty.IQuantity
-
Multiply this quantity with a scalar.
- times(IExpr, boolean) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- times(IExpr, IAST) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- times(IExpr, IAST) - Static method in class org.matheclipse.core.expression.IntervalSym
- times(IInexactNumber) - Method in class org.matheclipse.core.expression.ApcomplexNum
- times(IInexactNumber) - Method in class org.matheclipse.core.expression.ApfloatNum
- times(IInexactNumber) - Method in class org.matheclipse.core.expression.ComplexNum
- times(IInexactNumber) - Method in class org.matheclipse.core.expression.Num
- times(IInexactNumber) - Method in interface org.matheclipse.core.interfaces.IInexactNumber
- times(INumber) - Method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns an
INumber
whose value is(this * that)
. - times(INumber) - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- times(INumber) - Method in class org.matheclipse.core.expression.ApcomplexNum
- times(INumber) - Method in class org.matheclipse.core.expression.ApfloatNum
- times(INumber) - Method in class org.matheclipse.core.expression.ComplexNum
- times(INumber) - Method in class org.matheclipse.core.expression.ComplexSym
- times(INumber) - Method in class org.matheclipse.core.expression.Num
- times(INumber) - Method in interface org.matheclipse.core.interfaces.INumber
-
Returns an
INumber
whose value is(this * that)
. - Times - Static variable in class org.matheclipse.core.expression.ID
- Times - Static variable in class org.matheclipse.core.expression.S
-
Times(a, b, ...) - represents the product of the terms `a, b, ...`.
- Times() - Constructor for class org.matheclipse.core.builtin.Arithmetic.Times
- Times() - Static method in class org.matheclipse.core.expression.F
-
See: Times
- Times(long, IExpr...) - Static method in class org.matheclipse.core.expression.F
-
See: Times
- Times(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See: Times
- Times(IExpr...) - Static method in class org.matheclipse.core.expression.F
-
Define a
Times()
expressiona1 * a2 * ...
for multiplication. - Times(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Define a
Times()
expressionx * y
for multiplication. - Times(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Define a
Times()
expressiona0 * a1 * a2
for multiplication. - TIMES_PARSED_IMPLICIT - Static variable in interface org.matheclipse.core.interfaces.IAST
-
The
Times(...)
expression was determined implicitly in the expression parser. - TIMES_STRING - Static variable in class org.matheclipse.core.convert.AST2Expr
- TimesAlloc(int) - Static method in class org.matheclipse.core.expression.F
-
Create a Times() function with allocated space for size elements.
- timesBy(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TimesBy(x, dx) - is equivalent to `x = x * dx`.
- TimesBy - Static variable in class org.matheclipse.core.expression.ID
- TimesBy - Static variable in class org.matheclipse.core.expression.S
-
TimesBy(x, dx) - is equivalent to `x = x * dx`.
- timesDistribute(IExpr, IExpr, EvalEngine) - Static method in class org.matheclipse.core.expression.F
- timesDistributed(IExpr) - Method in class org.matheclipse.core.expression.AbstractAST
- timesDistributed(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Returns an
IExpr
whose value is(this * that)
. - timesPS(ASTSeriesData) - Method in class org.matheclipse.core.expression.ASTSeriesData
-
Multiply two power series.
- TIMESTAMP - Static variable in class org.matheclipse.core.builtin.ConstantDefinitions
- timeValue(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TimeValue(p, i, n) - returns a time value calculation.
- TimeValue - Static variable in class org.matheclipse.core.expression.ID
- TimeValue - Static variable in class org.matheclipse.core.expression.S
-
TimeValue(p, i, n) - returns a time value calculation.
- timing(Object) - Static method in class org.matheclipse.core.expression.J
-
Timing(x) - returns a list with the first entry containing the evaluation CPU time of `x` and the second entry is the evaluation result of `x`.
- Timing - Static variable in class org.matheclipse.core.expression.ID
- Timing - Static variable in class org.matheclipse.core.expression.S
-
Timing(x) - returns a list with the first entry containing the evaluation CPU time of `x` and the second entry is the evaluation result of `x`.
- Tiny - Static variable in class org.matheclipse.core.expression.ID
- Tiny - Static variable in class org.matheclipse.core.expression.S
- TINY_FONTSIZE - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- TINY_POINTSIZE - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- TINY_THICKNESS - Static variable in class org.matheclipse.core.graphics.GraphicsOptions
- to(IUnit) - Method in class org.matheclipse.core.tensor.qty.UnitConvert
-
Example:
UnitConvert.SI().to(Unit.of("N")).apply(Quantity.of(981, "cm*kg*s^-2")) == Quantity.fromString("981/100[N]")
- toArray() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.AST0
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.AST1
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.AST2
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.AST3
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.ASTRRBTree
- toArray() - Method in class org.matheclipse.core.expression.ASTSeriesData
- toArray() - Method in class org.matheclipse.core.expression.B1
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.B2
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.B3
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr.SparseExprVector
-
Convert the vector to a IExpr array.
- toArray() - Method in class org.matheclipse.core.expression.HMArrayList
-
Returns a new array containing all elements contained in this
ArrayList
. - toArray() - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns an array containing all elements contained in this
List
. - toArray(int) - Method in interface org.matheclipse.core.interfaces.IAST
- toAST(IASTAppendable) - Static method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Returns a
Collector
that appends the input expressions into theappendable
- toAST(IExpr) - Static method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Returns a
Collector
that appends the input expressions into aAST
, in encounter order. - toAST(IExpr, int) - Static method in interface org.matheclipse.core.interfaces.IASTAppendable
-
Returns a
Collector
that appends the input expressions into aAST
, in encounter order. - toAWTColor(IExpr) - Static method in class org.matheclipse.core.convert.Convert
-
Convert the
RGBColor(r,g,b)
to aorg.matheclipse.core.convert.RGBColor
- toAWTColorDefault(IAST) - Static method in class org.matheclipse.core.convert.Convert
- toAWTColorDefault(IExpr, RGBColor) - Static method in class org.matheclipse.core.convert.Convert
- toBigDenominator() - Method in class org.matheclipse.core.expression.BigFractionSym
- toBigDenominator() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns the denominator of this fraction.
- toBigDenominator() - Method in class org.matheclipse.core.expression.FractionSym
- toBigDenominator() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns the denominator of this fraction.
- toBigDenominator() - Method in interface org.matheclipse.core.interfaces.IFraction
-
Returns the denominator of this fraction.
- toBigDenominator() - Method in interface org.matheclipse.core.interfaces.IRational
-
Returns the denominator of this fraction.
- toBigFraction() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Returns this number as
BigRational
number. - toBigFraction() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns this number as
BigRational
number. - toBigFraction() - Method in class org.matheclipse.core.expression.FractionSym
-
Returns this number as
BigRational
number. - toBigFraction() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns this number as
BigRational
number. - toBigFraction() - Method in interface org.matheclipse.core.interfaces.IFraction
-
Returns this number as
BigRational
number. - toBigFraction() - Method in interface org.matheclipse.core.interfaces.IRational
-
Returns this number as
BigRational
number. - toBigNumerator() - Method in class org.matheclipse.core.expression.BigFractionSym
- toBigNumerator() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Returns the numerator of this Rational.
- toBigNumerator() - Method in class org.matheclipse.core.expression.FractionSym
- toBigNumerator() - Method in class org.matheclipse.core.expression.IntegerSym
-
Returns the numerator of this Rational.
- toBigNumerator() - Method in interface org.matheclipse.core.interfaces.IFraction
-
Returns the numerator of this fraction.
- toBigNumerator() - Method in interface org.matheclipse.core.interfaces.IInteger
-
Returns the numerator of this Rational.
- toBigNumerator() - Method in interface org.matheclipse.core.interfaces.IRational
-
Returns the numerator of this fraction.
- toBigRational() - Method in class org.matheclipse.core.expression.BigFractionSym
- toBigRational() - Method in class org.matheclipse.core.expression.BigIntegerSym
- toBigRational() - Method in class org.matheclipse.core.expression.FractionSym
- toBigRational() - Method in class org.matheclipse.core.expression.IntegerSym
- toBigRational() - Method in interface org.matheclipse.core.interfaces.IRational
-
Returns this number as
BigRational
number. - toBooleanMatrix() - Method in class org.matheclipse.core.expression.AbstractAST
- toBooleanMatrix() - Method in interface org.matheclipse.core.interfaces.IExpr
- toBooleanVector() - Method in class org.matheclipse.core.expression.AbstractAST
- toBooleanVector() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this
IAST
to a boolean vector. - toBooleValueVector() - Method in class org.matheclipse.core.expression.AbstractAST
- toBooleValueVector() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this
IAST
to a boolean vector. - toBoxes(Object) - Static method in class org.matheclipse.core.expression.J
- toBoxes(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ToBoxes - Static variable in class org.matheclipse.core.expression.ID
- ToBoxes - Static variable in class org.matheclipse.core.expression.S
- toByteArray() - Method in class org.matheclipse.core.expression.AbstractIntegerSym
- toByteArray() - Method in interface org.matheclipse.core.interfaces.IInteger
- toByteArray(IAST) - Static method in class org.matheclipse.core.expression.WL
-
Convert
List(
to Java byte array.) - toByteMatrix() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- toByteMatrix() - Method in class org.matheclipse.core.expression.AbstractAST
- toByteMatrix() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a
byte[][]
matrix. - toCharacterCode(Object) - Static method in class org.matheclipse.core.expression.J
-
ToCharacterCode(string) - converts `string` into a list of corresponding integer character codes.
- ToCharacterCode - Static variable in class org.matheclipse.core.expression.ID
- ToCharacterCode - Static variable in class org.matheclipse.core.expression.S
-
ToCharacterCode(string) - converts `string` into a list of corresponding integer character codes.
- toCharArray() - Method in class org.matheclipse.core.expression.StringX
- toColor(IAST) - Static method in class org.matheclipse.core.tensor.img.ColorFormat
- toColor(IExpr) - Static method in class org.matheclipse.core.tensor.img.ColorFormat
- toComplexMatrix() - Method in class org.matheclipse.core.expression.AbstractAST
- toComplexMatrix() - Method in interface org.matheclipse.core.interfaces.IExpr
- toComplexVector() - Method in class org.matheclipse.core.expression.AbstractAST
-
Convert this object into a
Complex[]
vector. - toComplexVector() - Method in class org.matheclipse.core.expression.ASTRealVector
- toComplexVector() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a
Complex[]
vector. - toData() - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- toData() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- toData() - Method in class org.matheclipse.core.expression.DataExpr
- toData() - Method in interface org.matheclipse.core.interfaces.IDataExpr
- Today - Static variable in class org.matheclipse.core.expression.ID
- Today - Static variable in class org.matheclipse.core.expression.S
- toDegrees() - Method in class org.matheclipse.core.expression.ApcomplexNum
- toDegrees() - Method in class org.matheclipse.core.expression.ApfloatNum
- toDegrees() - Method in class org.matheclipse.core.expression.ComplexNum
- toDegrees() - Method in class org.matheclipse.core.expression.Num
- toDegrees() - Method in interface org.matheclipse.core.interfaces.IExpr
- toDoubleDefault() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Converts this number to a
doube
value; this method returnsDouble.MIN_VALUE
if the value of this expression isn't in the rangeDouble.MIN_VALUE
toDouble.MAX_VALUE
or the expression is not convertible to thedouble
range. - toDoubleDefault(double) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Converts this number to a
doube
value; this method returnsdefaultValue
if the value of this expression isn't in the rangeDouble.MIN_VALUE
toDouble.MAX_VALUE
or the expression is not convertible to thedouble
range. - toDoubleMatrix() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Convert this object into a
double[][]
matrix. - toDoubleMatrix() - Method in class org.matheclipse.core.expression.AbstractAST
-
Convert this object into a
double[][]
matrix. - toDoubleMatrix() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Convert this object into a
double[][]
matrix. - toDoubleMatrix() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Convert this object into a
double[][]
matrix. - toDoubleMatrix() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a
double[][]
matrix. - toDoubleMatrixIgnore() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Convert this object into a
double[]
matrix, if a row is not convertible to double vector ignore the row. - toDoubleMatrixIgnore() - Method in class org.matheclipse.core.expression.AbstractAST
-
Convert this object into a
double[]
matrix, if a row is not convertible to double vector ignore the row. - toDoubleMatrixIgnore() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a
double[]
matrix, if a row is not convertible to double vector ignore the row. - toDoubleTransposed(double[][]) - Static method in class org.matheclipse.core.convert.Convert
-
Convert a matrix of double values to a transposed matrix of double values.
- toDoubleVector() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Convert this object into a
double[]
vector. - toDoubleVector() - Method in class org.matheclipse.core.expression.AbstractAST
-
Convert this object into a
double[]
vector. - toDoubleVector() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Convert this object into a
double[]
vector. - toDoubleVector() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Convert this object into a
double[]
vector. - toDoubleVector() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a
double[]
vector. - toDoubleVectorIgnore() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Convert this object into a
double[]
vector, if an argument is not convertible to double ignore the value. - toDoubleVectorIgnore() - Method in class org.matheclipse.core.expression.AbstractAST
-
Convert this object into a
double[]
vector, if an argument is not convertible to double ignore the value. - toDoubleVectorIgnore() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a
double[]
vector, if an argument is not convertible to double ignore the value. - toeplitzMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
ToeplitzMatrix(n) - gives a toeplitz matrix with the dimension `n`.
- toeplitzMatrix(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ToeplitzMatrix(n) - gives a toeplitz matrix with the dimension `n`.
- ToeplitzMatrix - Static variable in class org.matheclipse.core.expression.ID
- ToeplitzMatrix - Static variable in class org.matheclipse.core.expression.S
-
ToeplitzMatrix(n) - gives a toeplitz matrix with the dimension `n`.
- toExpression(Object) - Static method in class org.matheclipse.core.expression.J
-
ToExpression("string", form) - converts the `string` given in `form` into an expression.
- toExpression(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ToExpression("string", form) - converts the `string` given in `form` into an expression.
- toExpression(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ToExpression("string", form) - converts the `string` given in `form` into an expression.
- ToExpression - Static variable in class org.matheclipse.core.expression.ID
- ToExpression - Static variable in class org.matheclipse.core.expression.S
-
ToExpression("string", form) - converts the `string` given in `form` into an expression.
- ToExpression(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See ToExpression
- toExprTransposed(double[][]) - Static method in class org.matheclipse.core.convert.Convert
-
Convert a matrix of double values to a transposed Symja matrix of
List[List[...], ...]
. - toFieldMatrix(boolean) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- toFieldMatrix(boolean) - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Convert this sparse array to a FieldMatrix.
- toFieldVector(boolean) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- toFieldVector(boolean) - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Convert this sparse array to a FieldMatrix.
- toFreeQ(IExpr) - Static method in class org.matheclipse.core.generic.Predicates
-
Convert the pattern into a pattern-matching predicate used in
F.FreeQ(IExpr, IExpr)
. - together() - Method in interface org.matheclipse.core.interfaces.IExpr
- together(Object) - Static method in class org.matheclipse.core.expression.J
-
Together(expr) - writes sums of fractions in `expr` together.
- together(IAST, EvalEngine) - Static method in class org.matheclipse.core.builtin.Algebra
- Together - Static variable in class org.matheclipse.core.expression.ID
- Together - Static variable in class org.matheclipse.core.expression.S
-
Together(expr) - writes sums of fractions in `expr` together.
- Together(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Together
- TogetherSimplify(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- ToggleFeature - Class in org.matheclipse.core.basic
-
Toggle a new experimental Symja function ON or OFF, usually by changing the method implementations of the
IFunctionEvaluator
interface according to the defined "toggle flag". - ToggleFeature() - Constructor for class org.matheclipse.core.basic.ToggleFeature
- toHex(RGBColor) - Static method in class org.matheclipse.core.convert.Convert
- toHTML() - Method in class org.matheclipse.core.expression.data.GraphExpr
- toHTML() - Method in class org.matheclipse.core.expression.DataExpr
- toInt() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Converts this double value to an
int
value; unlikeINum.intValue()
this method raisesArithmeticException
if this integer cannot be represented by anint
type. - toInt() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Converts this number to
int
; unlike#intValue
this method raisesArithmeticException
if this number cannot be represented by anint
type. - toInt() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Converts this number to
int
; unlike#intValue
this method raisesArithmeticException
if this number cannot be represented by anint
type. - toInt() - Method in class org.matheclipse.core.expression.FractionSym
-
Converts this number to
int
; unlike#intValue
this method raisesArithmeticException
if this number cannot be represented by anint
type. - toInt() - Method in class org.matheclipse.core.expression.IntegerSym
-
Converts this number to
int
; unlike#intValue
this method raisesArithmeticException
if this number cannot be represented by anint
type. - toInt() - Method in class org.matheclipse.core.expression.Num
-
Converts this double value to an
int
value; unlikeINum.intValue()
this method raisesArithmeticException
if this integer cannot be represented by anint
type. - toInt() - Method in interface org.matheclipse.core.interfaces.INum
-
Converts this double value to an
int
value; unlikeINum.intValue()
this method raisesArithmeticException
if this integer cannot be represented by anint
type. - toInt() - Method in interface org.matheclipse.core.interfaces.IReal
-
Converts this number to
int
; unlike#intValue
this method raisesArithmeticException
if this number cannot be represented by anint
type. - toInt(double) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Converts this number to
int
; unlike#intValue
this method raisesArithmeticException
if this integer cannot be represented by anint
type. - toInt(IAST) - Static method in class org.matheclipse.core.tensor.img.ColorFormat
- toInt(IReal) - Method in class org.matheclipse.core.tensor.img.CyclicColorDataIndexed
- toInt(IReal) - Method in class org.matheclipse.core.tensor.img.StrictColorDataIndexed
- toIntARGB(IAST) - Static method in class org.matheclipse.core.tensor.img.ImageFormat
-
Create a BufferedImage from the matrix data
- toIntBGRImage(IAST) - Static method in class org.matheclipse.core.tensor.img.ImageFormat
-
Functionality for exporting a color image to BMP and JPG format
- toIntDefault() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Converts this number to an
int
value; unlike#intValue
this method returnsInteger.MIN_VALUE
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to theint
range. - toIntDefault(double) - Static method in class org.matheclipse.core.expression.F
-
Converts this number to an
int
value; this method returnsInteger.MIN_VALUE
, if the value of this integer isn't in the rangejava.lang.Integer.MIN_VALUE
+1 tojava.lang.Integer.MAX_VALUE
-1 or the expression is not convertible to theint
range. - toIntDefault(double, int) - Static method in class org.matheclipse.core.expression.F
-
Converts this number to an
int
value; this method returnsdefaultValue
, if the value of this integer isn't in the rangejava.lang.Integer.MIN_VALUE
+1 tojava.lang.Integer.MAX_VALUE
-1 or the expression is not convertible to theint
range. - toIntDefault(int) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Converts this number to an
int
value; unlike#intValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to the int range. - toIntDefault(int) - Method in class org.matheclipse.core.expression.BigFractionSym
-
Converts this number to an
int
value; unlike#intValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to the int range. - toIntDefault(int) - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Converts this number to an
int
value; unlike#intValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to the int range. - toIntDefault(int) - Method in class org.matheclipse.core.expression.ComplexNum
- toIntDefault(int) - Method in class org.matheclipse.core.expression.ComplexSym
-
Converts this number to an
int
value; unlike#intValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to the int range. - toIntDefault(int) - Method in class org.matheclipse.core.expression.FractionSym
-
Converts this number to an
int
value; unlike#intValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to the int range. - toIntDefault(int) - Method in class org.matheclipse.core.expression.IntegerSym
-
Converts this number to an
int
value; unlike#intValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to the int range. - toIntDefault(int) - Method in class org.matheclipse.core.expression.Num
-
Converts this number to an
int
value; unlike#intValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to the int range. - toIntDefault(int) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Converts this number to an
int
value; unlike#intValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeInteger.MIN_VALUE
toInteger.MAX_VALUE
or the expression is not convertible to the int range. - toIntegerList(IExpr) - Static method in class org.matheclipse.core.convert.Convert
- toIntervalData(Object, Object) - Static method in class org.matheclipse.core.expression.J
- ToIntervalData - Static variable in class org.matheclipse.core.expression.ID
- ToIntervalData - Static variable in class org.matheclipse.core.expression.S
- ToIntervalData(IExpr) - Static method in class org.matheclipse.core.expression.F
- ToIntervalData(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ToIntervalDataRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ToIntervalDataRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ToIntervalDataRules
- toIntFormat(IAST, int) - Static method in class org.matheclipse.core.tensor.img.ImageFormat
- toIntMatrix() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- toIntMatrix() - Method in class org.matheclipse.core.expression.AbstractAST
- toIntMatrix() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a
byte[][]
matrix. - toIntVector() - Method in class org.matheclipse.core.expression.AbstractAST
-
Convert this object into a
int[]
vector. - toIntVector() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a
int[]
vector. - toJavaComplex(IExpr) - Static method in class org.matheclipse.core.builtin.OutputFunctions
- toJavaDouble(IExpr) - Static method in class org.matheclipse.core.builtin.OutputFunctions
- toJavaForm(String) - Method in class org.matheclipse.core.eval.EvalUtilities
-
Converts the
inputExpression
string into a MathML expression string. - toJavaForm(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Converts the
inputExpression
string into a Java Symja expression string. - toJavaScript(IExpr, int) - Static method in class org.matheclipse.core.builtin.OutputFunctions
- tolerance - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- TOLERANCE_DEFAULT - Static variable in class org.matheclipse.core.bridge.awt.LazyMouse
- toLine2D(IAST) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- toLine2D(IAST, IAST) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- toList() - Method in interface org.matheclipse.core.numbertheory.Multiset
- toList() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- toList() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- toList(byte[]) - Static method in class org.matheclipse.core.expression.WL
-
Convert Java byte array to
List(
.) - toList(IExpr, Function<IExpr, T>) - Static method in class org.matheclipse.core.convert.Convert
-
Convert/copy the
expr
into a list of type T. - toLong() - Method in class org.matheclipse.core.expression.ApfloatNum
-
Converts this number to
long
; unlike#longValue
this method raisesArithmeticException
if this number cannot be represented by along
type. - toLong() - Method in class org.matheclipse.core.expression.BigFractionSym
-
Converts this number to
long
; unlike#longValue
this method raisesArithmeticException
if this number cannot be represented by along
type. - toLong() - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Converts this number to
long
; unlike#longValue
this method raisesArithmeticException
if this number cannot be represented by along
type. - toLong() - Method in class org.matheclipse.core.expression.FractionSym
-
Converts this number to
long
; unlike#longValue
this method raisesArithmeticException
if this number cannot be represented by along
type. - toLong() - Method in class org.matheclipse.core.expression.IntegerSym
-
Converts this number to
long
; unlike#longValue
this method raisesArithmeticException
if this number cannot be represented by along
type. - toLong() - Method in class org.matheclipse.core.expression.Num
-
Converts this number to
long
; unlike#longValue
this method raisesArithmeticException
if this number cannot be represented by along
type. - toLong() - Method in interface org.matheclipse.core.interfaces.IReal
-
Converts this number to
long
; unlike#longValue
this method raisesArithmeticException
if this number cannot be represented by along
type. - toLong(double) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Converts this number to
long
; unlike#longValue
this method raisesArithmeticException
if this integer cannot be represented by anlong
type. - toLongDefault() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Converts this number to a
long
value; unlike#longValue
this method returnsLong.MIN_VALUE
if the value of this integer isn't in the rangeLong.MIN_VALUE
toLong.MAX_VALUE
or the expression is not convertible to thelong
range. - toLongDefault(long) - Method in class org.matheclipse.core.expression.ApfloatNum
-
Converts this number to a
long
value; unlike#longValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeLong.MIN_VALUE
toLong.MAX_VALUE
or the expression is not convertible to thelong
range. - toLongDefault(long) - Method in class org.matheclipse.core.expression.BigFractionSym
-
Converts this number to a
long
value; unlike#longValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeLong.MIN_VALUE
toLong.MAX_VALUE
or the expression is not convertible to thelong
range. - toLongDefault(long) - Method in class org.matheclipse.core.expression.BigIntegerSym
-
Converts this number to a
long
value; unlike#longValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeLong.MIN_VALUE
toLong.MAX_VALUE
or the expression is not convertible to thelong
range. - toLongDefault(long) - Method in class org.matheclipse.core.expression.FractionSym
-
Converts this number to a
long
value; unlike#longValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeLong.MIN_VALUE
toLong.MAX_VALUE
or the expression is not convertible to thelong
range. - toLongDefault(long) - Method in class org.matheclipse.core.expression.IntegerSym
-
Converts this number to a
long
value; unlike#longValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeLong.MIN_VALUE
toLong.MAX_VALUE
or the expression is not convertible to thelong
range. - toLongDefault(long) - Method in class org.matheclipse.core.expression.Num
-
Converts this number to a
long
value; unlike#longValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeLong.MIN_VALUE
toLong.MAX_VALUE
or the expression is not convertible to thelong
range. - toLongDefault(long) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Converts this number to a
long
value; unlike#longValue
this method returnsdefaultValue
if the value of this integer isn't in the rangeLong.MIN_VALUE
toLong.MAX_VALUE
or the expression is not convertible to thelong
range. - toLowerCase() - Method in class org.matheclipse.core.expression.StringX
- toLowerCase() - Method in interface org.matheclipse.core.interfaces.IStringX
- toLowerCase(Object) - Static method in class org.matheclipse.core.expression.J
-
ToLowerCase(string) - converts `string` into a string of corresponding lowercase character codes.
- toLowerCase(Locale) - Method in class org.matheclipse.core.expression.StringX
- ToLowerCase - Static variable in class org.matheclipse.core.expression.ID
- ToLowerCase - Static variable in class org.matheclipse.core.expression.S
-
ToLowerCase(string) - converts `string` into a string of corresponding lowercase character codes.
- toMathML(String, Writer) - Method in class org.matheclipse.core.eval.EvalUtilities
-
Converts the inputExpression string into a MathML expression and writes the result to the given
Writer
- toMathML(String, Writer) - Method in class org.matheclipse.core.eval.MathMLUtilities
-
Converts the inputExpression string into a MathML expression and writes the result to the given
Writer
- toMathML(IExpr, Writer) - Method in class org.matheclipse.core.eval.MathMLUtilities
-
Converts the objectExpression into a MathML expression and writes the result to the given
Writer
- toMathML(IExpr, Writer, boolean) - Method in class org.matheclipse.core.eval.MathMLUtilities
- toMemberQ(IExpr) - Static method in class org.matheclipse.core.generic.Predicates
-
Convert the pattern into a pattern-matching predicate used in
F.MemberQ(IExpr, IExpr)
. - toMMA() - Method in class org.matheclipse.core.expression.Symbol
- toMMA() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return the
Mathematica()
form of this expression - toNumber() - Method in interface org.matheclipse.core.interfaces.IExpr
- toNumber(Number) - Method in interface org.matheclipse.core.interfaces.IExpr
- TooLarge - Static variable in class org.matheclipse.core.expression.ID
- TooLarge - Static variable in class org.matheclipse.core.expression.S
- toomCook3Threshold - Static variable in class org.matheclipse.core.basic.OperationSystem
- Top - Static variable in class org.matheclipse.core.expression.ID
- Top - Static variable in class org.matheclipse.core.expression.S
- toPath2D(IAST) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- toPath2D(IAST, boolean) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- topHead() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
-
Returns the ISymbol of the IAST.
- topHead() - Method in class org.matheclipse.core.expression.AbstractAST
-
Returns the ISymbol of the IAST.
- topHead() - Method in class org.matheclipse.core.expression.AST0
-
Returns the ISymbol of the IAST.
- topHead() - Method in class org.matheclipse.core.expression.B1
- topHead() - Method in class org.matheclipse.core.expression.B2
- topHead() - Method in class org.matheclipse.core.expression.B3
- topHead() - Method in class org.matheclipse.core.expression.Pair
- topHead() - Method in interface org.matheclipse.core.interfaces.IAST
-
Returns the header.
- topHead() - Method in interface org.matheclipse.core.interfaces.IExpr
-
The 'highest level' head of the expression, before Symbol, Integer, Real or String.
- toPoint2D(double, double) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- toPoint2D(IAST) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
-
only the first 2 entries of x are taken into account
- toPolarCoordinates() - Method in class org.matheclipse.core.expression.ApcomplexNum
- toPolarCoordinates() - Method in class org.matheclipse.core.expression.ComplexNum
- toPolarCoordinates() - Method in class org.matheclipse.core.expression.ComplexSym
- toPolarCoordinates() - Method in interface org.matheclipse.core.interfaces.INumber
-
Return the list
{r, theta}
of the polar coordinates of this number - toPolarCoordinates() - Method in interface org.matheclipse.core.interfaces.IReal
- toPolarCoordinates(Object) - Static method in class org.matheclipse.core.expression.J
-
ToPolarCoordinates({x, y}) - return the polar coordinates for the cartesian coordinates `{x, y}`.
- toPolarCoordinates(IExpr, IExpr) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
- toPolarCoordinates(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
- ToPolarCoordinates - Static variable in class org.matheclipse.core.expression.ID
- ToPolarCoordinates - Static variable in class org.matheclipse.core.expression.S
-
ToPolarCoordinates({x, y}) - return the polar coordinates for the cartesian coordinates `{x, y}`.
- ToPolarCoordinates() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.ToPolarCoordinates
- ToPolarCoordinates(IExpr) - Static method in class org.matheclipse.core.expression.F
- toPolynomial(IExpr, IExpr) - Static method in class org.matheclipse.core.convert.Expr2Object
- toRadians() - Method in class org.matheclipse.core.expression.ApcomplexNum
- toRadians() - Method in class org.matheclipse.core.expression.ApfloatNum
- toRadians() - Method in class org.matheclipse.core.expression.ComplexNum
- toRadians() - Method in class org.matheclipse.core.expression.Num
- toRadians() - Method in interface org.matheclipse.core.interfaces.IExpr
- ToRadicals - Static variable in class org.matheclipse.core.expression.ID
- ToRadicals - Static variable in class org.matheclipse.core.expression.S
- tord - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The term order.
- tord - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
The term order.
- toRealMatrix() - Method in class org.matheclipse.core.expression.ASTRealMatrix
-
Convert this object into a RealMatrix.
- toRealMatrix() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Convert this object into a RealMatrix.
- toRealMatrix() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a RealMatrix.
- toRealMatrixIgnore() - Method in class org.matheclipse.core.expression.AbstractAST
-
Convert this object into a RealMatrix.
- toRealMatrixIgnore() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a RealMatrix.
- toRealVector() - Method in class org.matheclipse.core.expression.ASTRealVector
-
Convert this object into a RealVector.
- toRealVector() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
-
Convert this object into a RealVector.
- toRealVector() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert this object into a RealVector.
- toRegexPattern(IExpr, boolean, boolean, IAST, Map<ISymbol, String>, EvalEngine) - Static method in class org.matheclipse.core.builtin.StringFunctions
-
Unicode version of predefined character classes and POSIX character classes are enabled in the resulting regex Pattern object.
- toScalaForm(String) - Method in class org.matheclipse.core.eval.ExprEvaluator
-
Converts the inputExpression string into a Scala expression and writes the result to the given
Writer
string. - toScript() - Method in interface org.matheclipse.core.interfaces.IExpr
- toScript() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Get a scripting compatible string representation.
- toScript() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a scripting compatible string representation.
- toScript() - Method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- toScript() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
String representation of ExprTermOrder.
- toScript() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get a scripting compatible string representation.
- toScript() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get a scripting compatible string representation.
- toScript() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Get a scripting compatible string representation.
- toScript() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a scripting compatible string representation.
- toScript() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
String representation of ExprTermOrder.
- toScript(IAST) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get a scripting compatible string representation.
- toScript(IAST) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get a scripting compatible string representation.
- toScript(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a scripting compatible string representation of an ExpVectorLong of this ring.
- toScript(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a scripting compatible string representation of an ExpVectorLong of this ring.
- toScriptFactory() - Method in interface org.matheclipse.core.interfaces.IExpr
- toScriptFactory() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Get a scripting compatible string representation of the factory.
- toScriptFactory() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Get a scripting compatible string representation of the factory.
- toScriptOrder(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Script and String representation of ExprTermOrder name.
- toScriptOrder(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Script and String representation of ExprTermOrder name.
- toScriptPlain() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Script representation of ExprTermOrder without prefix and weight matrix.
- toScriptPlain() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Script representation of ExprTermOrder without prefix and weight matrix.
- toSeriesData() - Method in class org.matheclipse.core.expression.ASTSeriesData
- toSphericalCoordinates(Object) - Static method in class org.matheclipse.core.expression.J
-
ToSphericalCoordinates({x, y, z}) - returns the spherical coordinates for the cartesian coordinates `{x, y, z}`.
- toSphericalCoordinates(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.builtin.LinearAlgebra
- ToSphericalCoordinates - Static variable in class org.matheclipse.core.expression.ID
- ToSphericalCoordinates - Static variable in class org.matheclipse.core.expression.S
-
ToSphericalCoordinates({x, y, z}) - returns the spherical coordinates for the cartesian coordinates `{x, y, z}`.
- ToSphericalCoordinates() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.ToSphericalCoordinates
- ToSphericalCoordinates(IExpr) - Static method in class org.matheclipse.core.expression.F
- toString() - Method in class org.matheclipse.core.bridge.awt.ScreenRectangle
- toString() - Method in class org.matheclipse.core.combinatoric.MultisetPartitionsIterator
- toString() - Method in class org.matheclipse.core.convert.RGBColor
-
Returns a string representation of the RGBColor object.
- toString() - Method in class org.matheclipse.core.convert.VariablesSet
- toString() - Method in class org.matheclipse.core.eval.util.OptionArgs
- toString() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- toString() - Method in class org.matheclipse.core.expression.AbstractAST
- toString() - Method in class org.matheclipse.core.expression.ApcomplexNum
- toString() - Method in class org.matheclipse.core.expression.ApfloatNum
- toString() - Method in class org.matheclipse.core.expression.ASTRealMatrix
- toString() - Method in class org.matheclipse.core.expression.ASTRealVector
- toString() - Method in class org.matheclipse.core.expression.BigFractionSym
- toString() - Method in class org.matheclipse.core.expression.BigIntegerSym
- toString() - Method in class org.matheclipse.core.expression.Blank
- toString() - Method in class org.matheclipse.core.expression.BuiltInDummy
- toString() - Method in class org.matheclipse.core.expression.ComplexNum
- toString() - Method in class org.matheclipse.core.expression.ComplexSym
- toString() - Method in class org.matheclipse.core.expression.Context
- toString() - Method in class org.matheclipse.core.expression.ContextPath
- toString() - Method in class org.matheclipse.core.expression.data.BDDExpr
- toString() - Method in class org.matheclipse.core.expression.data.ByteArrayExpr
- toString() - Method in class org.matheclipse.core.expression.data.CompiledFunctionExpr
- toString() - Method in class org.matheclipse.core.expression.data.DateObjectExpr
- toString() - Method in class org.matheclipse.core.expression.data.DispatchExpr
- toString() - Method in class org.matheclipse.core.expression.data.FileExpr
- toString() - Method in class org.matheclipse.core.expression.data.GraphExpr
- toString() - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- toString() - Method in class org.matheclipse.core.expression.data.JavaClassExpr
- toString() - Method in class org.matheclipse.core.expression.data.JavaObjectExpr
- toString() - Method in class org.matheclipse.core.expression.data.LinearSolveFunctionExpr
- toString() - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- toString() - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- toString() - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- toString() - Method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- toString() - Method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- toString() - Method in class org.matheclipse.core.expression.data.TimeObjectExpr
- toString() - Method in class org.matheclipse.core.expression.DataExpr
- toString() - Method in class org.matheclipse.core.expression.DefaultDict
- toString() - Method in class org.matheclipse.core.expression.ExprAnalyzer
- toString() - Method in class org.matheclipse.core.expression.ExprTrie
- toString() - Method in class org.matheclipse.core.expression.FractionSym
- toString() - Method in class org.matheclipse.core.expression.IntegerSym
- toString() - Method in class org.matheclipse.core.expression.Num
- toString() - Method in class org.matheclipse.core.expression.OptionsPattern
- toString() - Method in class org.matheclipse.core.expression.Pattern
- toString() - Method in class org.matheclipse.core.expression.PatternNested
- toString() - Method in class org.matheclipse.core.expression.PatternSequence
- toString() - Method in class org.matheclipse.core.expression.RepeatedPattern
- toString() - Method in class org.matheclipse.core.expression.StringX
- toString() - Method in class org.matheclipse.core.expression.Symbol
- toString() - Method in class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
- toString() - Method in class org.matheclipse.core.form.tex.TeXScanner
-
Shows the current line for debugging purposes.
- toString() - Method in class org.matheclipse.core.generic.GenericPair
- toString() - Method in interface org.matheclipse.core.numbertheory.Multiset
- toString() - Method in class org.matheclipse.core.patternmatching.hash.HashedPatternRules
- toString() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap
- toString() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap0
- toString() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap1
- toString() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap2
- toString() - Method in class org.matheclipse.core.patternmatching.IPatternMap.PatternMap3
- toString() - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- toString() - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- toString() - Method in class org.matheclipse.core.patternmatching.RulesData
- toString() - Method in exception org.matheclipse.core.polynomials.longexponent.AlgebraicNotInvertibleException
-
Get the String representation.
- toString() - Method in class org.matheclipse.core.polynomials.longexponent.ExprMonomial
-
String representation of Monomial.
- toString() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
String representation of GenPolynomial.
- toString() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get the String representation.
- toString() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
String representation of ExprTermOrder.
- toString() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get the string representation.
- toString() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get the string representation.
- toString() - Method in exception org.matheclipse.core.polynomials.symbolicexponent.SymbolicAlgebraicNotInvertibleException
-
Get the String representation.
- toString() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicMonomial
-
String representation of Monomial.
- toString() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
String representation of GenPolynomial.
- toString() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get the String representation.
- toString() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
String representation of ExprTermOrder.
- toString() - Method in class org.matheclipse.core.sympy.core.ExprTools.Factors
- toString() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- toString() - Method in class org.matheclipse.core.tensor.fft.SpectrogramArray
- toString() - Method in class org.matheclipse.core.tensor.opt.nd.CoordinateBoundingBox
- toString() - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Returns a string representation of this vector, consisting of the x, y, and z coordinates.
- toString() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- toString() - Method in class org.matheclipse.core.tensor.sca.Mod
- toString(int[][]) - Method in class org.matheclipse.core.patternmatching.FlatStepVisitor
- toString(Appendable) - Method in class org.matheclipse.core.expression.ASTRealVector
- toString(Appendable, boolean) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- toString(Object) - Static method in class org.matheclipse.core.expression.J
-
ToString(expr) - converts `expr` into a string.
- toString(String, String) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- toString(String, String) - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- toString(String, String) - Method in interface org.matheclipse.core.numbertheory.SortedMultiset
-
Conversion to String, with
- toString(IAST) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
String representation of GenPolynomial.
- toString(IAST) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get the string representation with variable names.
- toString(IAST) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get the string representation with variable names.
- toString(IAST) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
String representation of GenPolynomial.
- toString(IExpr) - Method in class org.matheclipse.core.form.output.ComplexFormFactory
- toString(IExpr) - Method in class org.matheclipse.core.form.output.DoubleFormFactory
- toString(IExpr) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- toString(IExpr, boolean) - Method in class org.matheclipse.core.form.output.OutputFormFactory
- ToString - Static variable in class org.matheclipse.core.expression.ID
- ToString - Static variable in class org.matheclipse.core.expression.S
-
ToString(expr) - converts `expr` into a string.
- toStringBuilder() - Method in class org.matheclipse.core.form.output.ASCIIPrettyPrinter3
- toStringList(IExpr) - Static method in class org.matheclipse.core.convert.Convert
-
Convert/copy the
expr
into a list of IStringX. - toStringPlain() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
String representation of ExprTermOrder without prefix and weight matrix.
- toStringPlain() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
String representation of ExprTermOrder without prefix and weight matrix.
- total(Object) - Static method in class org.matheclipse.core.expression.J
-
Total(list) - adds all values in `list`.
- total(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Total(list) - adds all values in `list`.
- total(IExpr) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- total(IExpr) - Method in interface org.matheclipse.core.interfaces.ISparseArray
-
Create the total of all elements.
- Total - Static variable in class org.matheclipse.core.expression.ID
- Total - Static variable in class org.matheclipse.core.expression.S
-
Total(list) - adds all values in `list`.
- Total(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Total
- totalCount() - Method in interface org.matheclipse.core.numbertheory.Multiset
- totalCount() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_BottomUp
- totalCount() - Method in class org.matheclipse.core.numbertheory.SortedMultiset_TopDown
- totalDeg() - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong total degree.
- totalDeg() - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong total degree.
- totalDegree() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Total degree.
- totalDegree() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Total degree.
- toTensor() - Method in class org.matheclipse.core.tensor.opt.qh3.Vector3d
- toTeX(String, Writer, boolean) - Method in class org.matheclipse.core.eval.TeXUtilities
-
Converts the inputExpression string into a TeX expression and writes the result to the given
Writer
- toTeX(IExpr, Writer) - Method in class org.matheclipse.core.eval.TeXUtilities
-
Converts the objectExpression into a TeX expression and writes the result to the given
Writer
- toType(String) - Static method in class org.matheclipse.core.expression.data.NumericArrayExpr
-
Return the type of this expression as byte value defined as:
INumericArray.UnsignedInteger8
,INumericArray.UnsignedInteger16
,INumericArray.UnsignedInteger32
,INumericArray.UnsignedInteger64
,INumericArray.Integer8
,INumericArray.Integer16
,INumericArray.Integer32
,INumericArray.Integer64
,INumericArray.Real32
,INumericArray.Real64
,INumericArray.ComplexReal32
,INumericArray.ComplexReal64
- toUnicode(Object) - Static method in class org.matheclipse.core.expression.J
-
ToUnicode(string) - converts `string` into a string of corresponding unicode character codes.
- ToUnicode - Static variable in class org.matheclipse.core.expression.ID
- ToUnicode - Static variable in class org.matheclipse.core.expression.S
-
ToUnicode(string) - converts `string` into a string of corresponding unicode character codes.
- toUpperCase() - Method in class org.matheclipse.core.expression.StringX
- toUpperCase() - Method in interface org.matheclipse.core.interfaces.IStringX
- toUpperCase(Object) - Static method in class org.matheclipse.core.expression.J
-
ToUpperCase(string) - converts `string` into a string of corresponding uppercase character codes.
- toUpperCase(Locale) - Method in class org.matheclipse.core.expression.StringX
- ToUpperCase - Static variable in class org.matheclipse.core.expression.ID
- ToUpperCase - Static variable in class org.matheclipse.core.expression.S
-
ToUpperCase(string) - converts `string` into a string of corresponding uppercase character codes.
- toVector(double, double) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- toVector(int) - Static method in class org.matheclipse.core.tensor.img.ColorFormat
- toVector(Color) - Static method in class org.matheclipse.core.tensor.img.ColorFormat
- toVector(Complex[]) - Static method in class org.matheclipse.core.convert.Convert
- toVector(RGBColor) - Static method in class org.matheclipse.core.tensor.img.ColorFormat
- toVector(IAST) - Method in class org.matheclipse.core.bridge.gfx.GeometricLayer
- toVector(IAST) - Static method in class org.matheclipse.core.bridge.gfx.GfxMatrix
-
maps a matrix from the group SE2 to a vector in the group SE2
- toWolframString() - Method in class org.matheclipse.core.expression.OptionsPattern
- toWolframString() - Method in class org.matheclipse.core.expression.PatternNested
- toWolframString() - Method in class org.matheclipse.core.expression.RepeatedPattern
- toWolframString() - Method in interface org.matheclipse.core.interfaces.IExpr
- tr(Object) - Static method in class org.matheclipse.core.expression.J
-
Tr(matrix) - computes the trace of the `matrix`.
- tr(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Tr(matrix) - computes the trace of the `matrix`.
- tr(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Tr(matrix) - computes the trace of the `matrix`.
- Tr - Static variable in class org.matheclipse.core.expression.ID
- Tr - Static variable in class org.matheclipse.core.expression.S
-
Tr(matrix) - computes the trace of the `matrix`.
- Tr(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Tr
- tr1(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr10(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr10i(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr10iDoIt(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr10iDoIt(IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr11(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr12(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr13(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr14(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr14(IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr15(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr15(IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr2(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr2i(IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr3(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr5(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr5(IExpr, IInteger, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr56(IExpr, IExpr, IExpr, Function<IExpr, IExpr>, IReal, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
-
Replacement of cos^2 with 1 - sin(x)^2.
- tr6(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
-
Replacement of sin^2 with 1 - cos(x)^2.
- tr6(IExpr, IInteger, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr7(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr8(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr8(IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr8Step(IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr9(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- tr9DoIt(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- trace(Object) - Static method in class org.matheclipse.core.expression.J
-
Trace(expr) - return the evaluation steps which are used to get the result.
- trace(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Trace(expr) - return the evaluation steps which are used to get the result.
- Trace - Static variable in class org.matheclipse.core.expression.ID
- Trace - Static variable in class org.matheclipse.core.expression.S
-
Trace(expr) - return the evaluation steps which are used to get the result.
- Trace(IExpr) - Static method in class org.matheclipse.core.expression.F
- TRACE_BASIC_ARITHMETIC - Static variable in class org.matheclipse.core.basic.Config
-
if
EvalEngine.isTraceMode()
istrue
and this configuration setting is also true, trace some basic arithmetic steps. - TRACE_REWRITE_RULE - Static variable in class org.matheclipse.core.basic.Config
- traceForm(Object) - Static method in class org.matheclipse.core.expression.J
- traceForm(Object, Object) - Static method in class org.matheclipse.core.expression.J
- TraceForm - Static variable in class org.matheclipse.core.expression.ID
- TraceForm - Static variable in class org.matheclipse.core.expression.S
- TRACEFORM_PAGE - Static variable in class org.matheclipse.core.basic.Config
- TraceStack - Class in org.matheclipse.core.eval
- TraceStack(Predicate<IExpr>) - Constructor for class org.matheclipse.core.eval.TraceStack
- TraditionalForm - Static variable in class org.matheclipse.core.expression.ID
- TraditionalForm - Static variable in class org.matheclipse.core.expression.S
- trailing(IInteger) - Static method in class org.matheclipse.core.sympy.ntheory.Factor
-
Count the number of trailing zero digits in the binary representation of n, i.e.
- trailingExpVectorLong() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Trailing exponent vector.
- trailingExpVectorLong() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Trailing exponent vector.
- transform(IExpr) - Method in class org.matheclipse.core.builtin.LinearAlgebra.Transpose
- TransformationFunction - Static variable in class org.matheclipse.core.expression.ID
- TransformationFunction - Static variable in class org.matheclipse.core.expression.S
-
TransformationFunction(m) - represents a transformation.
- TransformationFunction(IExpr) - Static method in class org.matheclipse.core.expression.F
- translation(Number, Number) - Static method in class org.matheclipse.core.bridge.gfx.GfxMatrix
- translation(IAST) - Static method in class org.matheclipse.core.bridge.gfx.GfxMatrix
- translationTransform(Object) - Static method in class org.matheclipse.core.expression.J
-
TranslationTransform(v) - gives a `TransformationFunction` that translates points by vector `v`.
- TranslationTransform - Static variable in class org.matheclipse.core.expression.ID
- TranslationTransform - Static variable in class org.matheclipse.core.expression.S
-
TranslationTransform(v) - gives a `TransformationFunction` that translates points by vector `v`.
- TranslationTransform(IExpr) - Static method in class org.matheclipse.core.expression.F
- transliterate(Object) - Static method in class org.matheclipse.core.expression.J
-
Transliterate("string") - try converting the given string to a similar ASCII string
- transliterate(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Transliterate("string") - try converting the given string to a similar ASCII string
- Transliterate - Static variable in class org.matheclipse.core.expression.ID
- Transliterate - Static variable in class org.matheclipse.core.expression.S
-
Transliterate("string") - try converting the given string to a similar ASCII string
- transpose(Object) - Static method in class org.matheclipse.core.expression.J
-
Transpose(m) - transposes rows and columns in the matrix `m`.
- transpose(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Transpose(m) - transposes rows and columns in the matrix `m`.
- Transpose - Static variable in class org.matheclipse.core.expression.ID
- Transpose - Static variable in class org.matheclipse.core.expression.S
-
Transpose(m) - transposes rows and columns in the matrix `m`.
- Transpose() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.Transpose
- Transpose(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See Transpose
- Traversal - Class in org.matheclipse.core.sympy.core
- Traversal() - Constructor for class org.matheclipse.core.sympy.core.Traversal
- treeForm(Object) - Static method in class org.matheclipse.core.expression.J
-
TreeForm(expr) - create a tree visualization from the given expression `expr`.
- treeForm(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TreeForm(expr) - create a tree visualization from the given expression `expr`.
- TreeForm - Static variable in class org.matheclipse.core.expression.ID
- TreeForm - Static variable in class org.matheclipse.core.expression.S
-
TreeForm(expr) - create a tree visualization from the given expression `expr`.
- Triangle - Static variable in class org.matheclipse.core.expression.ID
- Triangle - Static variable in class org.matheclipse.core.expression.S
- Triangle(IAST) - Static method in class org.matheclipse.core.expression.F
- triangulate() - Method in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
-
Triangulates any non-triangular hull faces.
- TRIE_INT2EXPR_BUILDER - Static variable in class org.matheclipse.core.basic.Config
-
A trie builder for mapping int[] sequences to IExpr.
- TRIE_STRING2EXPR_BUILDER - Static variable in class org.matheclipse.core.basic.Config
-
A trie builder for mapping strings to IExpr.
- TRIE_STRING2PATTERN_BUILDER - Static variable in class org.matheclipse.core.basic.Config
-
A trie builder for mapping strings to IPattern.
- TRIE_STRING2PATTERNSEQUENCE_BUILDER - Static variable in class org.matheclipse.core.basic.Config
-
A trie builder for mapping strings to IPatternSequence.
- TRIE_STRING2STRINGX_BUILDER - Static variable in class org.matheclipse.core.basic.Config
-
A trie builder for mapping strings to IStringX.
- TRIE_STRING2SYMBOL_BUILDER - Static variable in class org.matheclipse.core.basic.Config
-
A trie builder for mapping strings to ISymbol.
- Trig - Static variable in class org.matheclipse.core.expression.ID
- Trig - Static variable in class org.matheclipse.core.expression.S
- TRIG_EXPAND_FUNCTION - Static variable in class org.matheclipse.core.reflection.system.TrigExpand
- trigExpand(Object) - Static method in class org.matheclipse.core.expression.J
-
TrigExpand(expr) - expands out trigonometric expressions in `expr`.
- TrigExpand - Class in org.matheclipse.core.reflection.system
-
TrigExpand(expr)
- TrigExpand - Static variable in class org.matheclipse.core.expression.ID
- TrigExpand - Static variable in class org.matheclipse.core.expression.S
-
TrigExpand(expr) - expands out trigonometric expressions in `expr`.
- TrigExpand() - Constructor for class org.matheclipse.core.reflection.system.TrigExpand
- TrigExpand(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See TrigExpand
- TrigHyperbolicFreeQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TrigQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- trigReduce(Object) - Static method in class org.matheclipse.core.expression.J
-
TrigReduce(expr) - rewrites products and powers of trigonometric functions in `expr` in terms of trigonometric functions with combined arguments.
- trigReduce(IExpr, EvalEngine) - Static method in class org.matheclipse.core.reflection.system.TrigReduce
- TrigReduce - Class in org.matheclipse.core.reflection.system
-
TrigReduce(expr)
- TrigReduce - Static variable in class org.matheclipse.core.expression.ID
- TrigReduce - Static variable in class org.matheclipse.core.expression.S
-
TrigReduce(expr) - rewrites products and powers of trigonometric functions in `expr` in terms of trigonometric functions with combined arguments.
- TrigReduce() - Constructor for class org.matheclipse.core.reflection.system.TrigReduce
- TrigReduce(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See TrigReduce
- trigsimp() - Method in interface org.matheclipse.core.interfaces.IExpr
- TrigSimplify(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TrigSimplifyAux(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- trigSimplifyFu(Object) - Static method in class org.matheclipse.core.expression.J
- trigSimplifyFu(Object, Object) - Static method in class org.matheclipse.core.expression.J
- TrigSimplifyFu - Class in org.matheclipse.core.reflection.system
- TrigSimplifyFu - Static variable in class org.matheclipse.core.expression.ID
- TrigSimplifyFu - Static variable in class org.matheclipse.core.expression.S
- TrigSimplifyFu() - Constructor for class org.matheclipse.core.reflection.system.TrigSimplifyFu
- TrigSimplifyFu(IExpr) - Static method in class org.matheclipse.core.expression.F
- TrigSimplifyQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TrigSimplifyRecur(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- trigSplit(IExpr, IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- trigSplit(IExpr, IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- TrigSquare(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TrigSquareQ(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- trigToExp(Object) - Static method in class org.matheclipse.core.expression.J
-
TrigToExp(expr) - converts trigonometric functions in `expr` to exponentials.
- TrigToExp - Class in org.matheclipse.core.reflection.system
-
TrigToExp(expr)
- TrigToExp - Static variable in class org.matheclipse.core.expression.ID
- TrigToExp - Static variable in class org.matheclipse.core.expression.S
-
TrigToExp(expr) - converts trigonometric functions in `expr` to exponentials.
- TrigToExp() - Constructor for class org.matheclipse.core.reflection.system.TrigToExp
- TrigToExp(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See TrigToExp
- trigTrivial(IAST, IAST) - Static method in class org.matheclipse.core.reflection.system.FunctionExpand
- trim() - Method in class org.matheclipse.core.expression.StringX
- trimToSize() - Method in class org.matheclipse.core.expression.HMArrayList
-
Sets the capacity of this
ArrayList
to be the same as the current size. - TrinomialDegree(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TrinomialMatchQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TrinomialParts(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TrinomialQ(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TrinomialTest(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- trMorrie(IExpr) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- trMorrieStep(IExpr, boolean) - Static method in class org.matheclipse.core.reflection.system.TrigSimplifyFu
- True - Static variable in class org.matheclipse.core.expression.ID
- True - Static variable in class org.matheclipse.core.expression.S
-
True - the constant `True` represents the boolean value **true**
- TRUE - org.matheclipse.core.interfaces.IExpr.COMPARE_TERNARY
- TRUE_STRING - Static variable in class org.matheclipse.core.convert.AST2Expr
- trueQ(Object) - Static method in class org.matheclipse.core.expression.J
-
TrueQ(expr) - returns `True` if and only if `expr` is `True`.
- TrueQ - Static variable in class org.matheclipse.core.expression.ID
- TrueQ - Static variable in class org.matheclipse.core.expression.S
-
TrueQ(expr) - returns `True` if and only if `expr` is `True`.
- TrueQ(IExpr) - Static method in class org.matheclipse.core.expression.F
-
See TrueQ
- trunc() - Method in interface org.matheclipse.core.interfaces.IRational
-
Truncates the integer part in the "direction to 0" as
isNegative() ? ceil() : floor()
.. - trunc(double) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- trunc(double) - Static method in class org.matheclipse.core.builtin.functions.JS
- trunc(BigFraction) - Static method in class org.matheclipse.core.expression.NumberUtil
-
Truncate, round towards zero.
- TryPureTanhSubst(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TryPureTanSubst(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TryTanhSubst(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- TSV - org.matheclipse.core.io.Extension
-
Tab-Separated Values
- TT_AMPERSAND - Static variable in class org.matheclipse.core.form.tex.TeXScanner
- TT_ARGUMENTS_CLOSE - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: closing bracket for function arguments
- TT_ARGUMENTS_OPEN - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: opening bracket for function arguments
- TT_BACKSLASH - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: single backslash character
- TT_BACKSLASH_SPACE - Static variable in class org.matheclipse.core.form.tex.TeXScanner
- TT_BEGIN - Static variable in class org.matheclipse.core.form.tex.TeXScanner
- TT_CHARACTER - Static variable in class org.matheclipse.core.form.tex.TeXScanner
- TT_COMMA - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
',' operator
- TT_COMMAND - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: TeX command name
- TT_DERIVATIVE - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: pattern ''' (single apostrophe) for writing derivatives
- TT_DIGIT - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: digit 0,1,2,3,4,5,6,7,8,9
- TT_DOUBLE_BACKSLASH - Static variable in class org.matheclipse.core.form.tex.TeXScanner
- TT_END - Static variable in class org.matheclipse.core.form.tex.TeXScanner
- TT_EOF - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: End-of_File
- TT_IDENTIFIER - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: identifier name
- TT_LIST_CLOSE - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: closing curly braces '}' for ending lists
- TT_LIST_OPEN - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: opening curly braces '{' for starting lists
- TT_NEWLINE - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
New line token for character '\n'.
- TT_PERCENT - Static variable in class org.matheclipse.core.form.tex.TeXScanner
- TT_PRECEDENCE_CLOSE - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: closing bracket ')' for sub-formulas with higher precedence
- TT_PRECEDENCE_OPEN - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: opening bracket '(' for sub-formulas with higher precedence
- TT_STRING - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: string surrounded by "...."
- TT_SUBSCRIPT - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: '_'
- TT_SUPERSCRIPT - Static variable in class org.matheclipse.core.form.tex.TeXScanner
-
Token type: '^'
- tTest(Object) - Static method in class org.matheclipse.core.expression.J
-
TTest(real-vector) - Returns the *observed significance level*, or *p-value*, associated with a one-sample, two-tailed t-test comparing the mean of the input vector with the constant
0.0
. - tTest(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
TTest(real-vector) - Returns the *observed significance level*, or *p-value*, associated with a one-sample, two-tailed t-test comparing the mean of the input vector with the constant
0.0
. - TTest - Static variable in class org.matheclipse.core.expression.ID
- TTest - Static variable in class org.matheclipse.core.expression.S
-
TTest(real-vector) - Returns the *observed significance level*, or *p-value*, associated with a one-sample, two-tailed t-test comparing the mean of the input vector with the constant
0.0
. - tube(Object) - Static method in class org.matheclipse.core.expression.J
- tube(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Tube - Static variable in class org.matheclipse.core.expression.ID
- Tube - Static variable in class org.matheclipse.core.expression.S
- TUKEY - Static variable in class org.matheclipse.core.builtin.WindowFunctions
- tukeyWindow(Object) - Static method in class org.matheclipse.core.expression.J
- tukeyWindow(IExpr) - Static method in class org.matheclipse.core.builtin.WindowFunctions
- TukeyWindow - Static variable in class org.matheclipse.core.expression.ID
- TukeyWindow - Static variable in class org.matheclipse.core.expression.S
- tuples(Object) - Static method in class org.matheclipse.core.expression.J
-
Tuples(list, n) - creates a list of all `n`-tuples of elements in `list`.
- tuples(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Tuples(list, n) - creates a list of all `n`-tuples of elements in `list`.
- Tuples - Static variable in class org.matheclipse.core.expression.ID
- Tuples - Static variable in class org.matheclipse.core.expression.S
-
Tuples(list, n) - creates a list of all `n`-tuples of elements in `list`.
- TWO - Static variable in class org.matheclipse.core.expression.FractionSym
- TwoWayRule - Static variable in class org.matheclipse.core.expression.ID
- TwoWayRule - Static variable in class org.matheclipse.core.expression.S
- TXT - org.matheclipse.core.io.Extension
-
plain text format
U
- u - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
u
that will never be assigned a value. - U - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- u_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
u_
that will be used only for predefined pattern-matching rules and can match one expression. - u_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- u_Symbol - Static variable in class org.matheclipse.core.expression.F
- ulp() - Method in class org.matheclipse.core.expression.ApcomplexNum
- ulp() - Method in class org.matheclipse.core.expression.ApfloatNum
- ulp() - Method in class org.matheclipse.core.expression.ComplexNum
- ulp() - Method in class org.matheclipse.core.expression.Num
- ulp() - Method in interface org.matheclipse.core.interfaces.IExpr
- unary(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a function
head(arg)
with 1 argument without evaluation. - unaryAST1(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Create a function
head(arg)
with 1 argument as anAST1
mutable object without evaluation. - UnaryBinaryFunction - Class in org.matheclipse.core.form.tex
- UnaryBinaryFunction(String, String, String) - Constructor for class org.matheclipse.core.form.tex.UnaryBinaryFunction
- UnaryBinaryFunction(String, String, String, boolean) - Constructor for class org.matheclipse.core.form.tex.UnaryBinaryFunction
- UnaryBindIth - Class in org.matheclipse.core.generic
-
Clone a given AST and set the i-th argument of the new AST to
arg
in theapply
method. - UnaryBindIth(IAST) - Constructor for class org.matheclipse.core.generic.UnaryBindIth
-
The
constant
AST will be cloned in theapply
method. - UnaryCompiled - Class in org.matheclipse.core.generic
-
Unary numerical function for functions like Plot
- UnaryCompiled(IExpr, ISymbol) - Constructor for class org.matheclipse.core.generic.UnaryCompiled
-
This class represents a unary function which computes both the value and the first derivative of a mathematical function.
- UnaryCompiled(IExpr, ISymbol, EvalEngine) - Constructor for class org.matheclipse.core.generic.UnaryCompiled
-
This class represents a unary function which computes both the value and the first derivative of a mathematical function.
- UnaryCompiled(IExpr, ISymbol, EvalEngine, boolean) - Constructor for class org.matheclipse.core.generic.UnaryCompiled
-
This class represents a unary function which computes both the value and the first derivative of a mathematical function.
- UnaryFunction - Class in org.matheclipse.core.form.tex
- UnaryFunction(String, String) - Constructor for class org.matheclipse.core.form.tex.UnaryFunction
-
Convert a unary function into it's TeX string representation
- UnaryNumerical - Class in org.matheclipse.core.generic
-
Unary numerical function for functions like Plot
- UnaryNumerical(IExpr, ISymbol) - Constructor for class org.matheclipse.core.generic.UnaryNumerical
-
This class represents a unary function which computes both the value and the first derivative of a mathematical function.
- UnaryNumerical(IExpr, ISymbol, EvalEngine) - Constructor for class org.matheclipse.core.generic.UnaryNumerical
-
This class represents a unary function which computes both the value and the first derivative of a mathematical function.
- UnaryNumerical(IExpr, ISymbol, EvalEngine, boolean) - Constructor for class org.matheclipse.core.generic.UnaryNumerical
-
This class represents a unary function which computes both the value and the first derivative of a mathematical function.
- unaryOperator(IExpr) - Method in class org.matheclipse.core.eval.interfaces.AbstractArg12
- unaryPlotParameters(ISymbol, double, double, IExpr, Dimensions2D, EvalEngine) - Static method in class org.matheclipse.core.builtin.ManipulateFunction
- UnaryVariable2Slot - Class in org.matheclipse.core.generic
- UnaryVariable2Slot(Map<IExpr, IExpr>, Collection<IExpr>) - Constructor for class org.matheclipse.core.generic.UnaryVariable2Slot
- UNDECIDABLE - org.matheclipse.core.interfaces.IExpr.COMPARE_TERNARY
- Undefined - Static variable in class org.matheclipse.core.expression.ID
- Undefined - Static variable in class org.matheclipse.core.expression.S
-
Undefined - represents an undefined result for example in the `ConditionalExpression` function.
- UNDEFINED - Static variable in interface org.matheclipse.core.interfaces.INumericArray
-
The UNDEFINED value type token.
- Underflow - Static variable in class org.matheclipse.core.expression.ID
- Underflow - Static variable in class org.matheclipse.core.expression.S
-
Underflow( ) - represents a number too small to be represented by Symja.
- Underflow() - Static method in class org.matheclipse.core.expression.F
- Underoverscript - Static variable in class org.matheclipse.core.expression.ID
- Underoverscript - Static variable in class org.matheclipse.core.expression.S
- UnderoverscriptBox - Static variable in class org.matheclipse.core.expression.ID
- UnderoverscriptBox - Static variable in class org.matheclipse.core.expression.S
- Underscript - Static variable in class org.matheclipse.core.expression.ID
- Underscript - Static variable in class org.matheclipse.core.expression.S
- UnderscriptBox - Static variable in class org.matheclipse.core.expression.ID
- UnderscriptBox - Static variable in class org.matheclipse.core.expression.S
- UndirectedEdge - Static variable in class org.matheclipse.core.expression.ID
- UndirectedEdge - Static variable in class org.matheclipse.core.expression.S
-
UndirectedEdge(a, b) - is an undirected edge between the vertices `a` and `b` in a `graph` object.
- UndirectedEdge(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
UndirectedEdge
is an undirected edge between the verticesa
andb
in a `graph` object. - Unequal - Static variable in class org.matheclipse.core.expression.ID
- Unequal - Static variable in class org.matheclipse.core.expression.S
-
Unequal(x, y) - yields `False` if `x` and `y` are known to be equal, or `True` if `x` and `y` are known to be unequal.
- Unequal(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- unequalNull(IExpr, IExpr, EvalEngine) - Static method in class org.matheclipse.core.builtin.BooleanFunctions
-
Compare if the first and second argument are unequal after expanding the arguments.
- unequalTo(Object) - Static method in class org.matheclipse.core.expression.J
- unequalTo(IExpr) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Compare if
this != thattrue
return S.False if the comparison isfalse
return F.NIL if the comparison is undetermined (i.e. - UnequalTo - Static variable in class org.matheclipse.core.expression.ID
- UnequalTo - Static variable in class org.matheclipse.core.expression.S
- unevaluated(Object) - Static method in class org.matheclipse.core.expression.J
-
Unevaluated(expr) - temporarily leaves `expr` in an unevaluated form when it appears as a function argument.
- Unevaluated - Static variable in class org.matheclipse.core.expression.ID
- Unevaluated - Static variable in class org.matheclipse.core.expression.S
-
Unevaluated(expr) - temporarily leaves `expr` in an unevaluated form when it appears as a function argument.
- Unevaluated(IExpr) - Static method in class org.matheclipse.core.expression.F
- Unicode - Class in org.matheclipse.core.bridge.lang
- uniformDistribution(Object) - Static method in class org.matheclipse.core.expression.J
-
UniformDistribution({min, max}) - returns a uniform distribution.
- UniformDistribution - Static variable in class org.matheclipse.core.expression.ID
- UniformDistribution - Static variable in class org.matheclipse.core.expression.S
-
UniformDistribution({min, max}) - returns a uniform distribution.
- UniformDistribution(IExpr) - Static method in class org.matheclipse.core.expression.F
- UnifyInertTrigFunction(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- UnifyNegativeBaseFactors(IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- UnifySum(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- UnifyTerm(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- UnifyTerms(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Unintegrable - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- Unintegrable(IExpr, IExpr) - Static method in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- union(IAST, IAST, EvalEngine) - Static method in class org.matheclipse.core.expression.IntervalDataSym
- Union - Static variable in class org.matheclipse.core.expression.ID
- Union - Static variable in class org.matheclipse.core.expression.S
-
Union(set1, set2) - get the union set from `set1` and `set2`.
- Union(IExpr) - Static method in class org.matheclipse.core.expression.F
- Union(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- unique(Object) - Static method in class org.matheclipse.core.expression.J
-
Unique(expr) - create a unique symbol of the form `expr$...`.
- Unique - Static variable in class org.matheclipse.core.expression.ID
- Unique - Static variable in class org.matheclipse.core.expression.S
-
Unique(expr) - create a unique symbol of the form `expr$...`.
- Unique(IExpr) - Static method in class org.matheclipse.core.expression.F
- uniqueName(String) - Static method in class org.matheclipse.core.eval.EvalEngine
-
Increment the
S.Module
variables counter by 1 and append it to the given prefix. - unit() - Method in interface org.matheclipse.core.tensor.qty.IQuantity
- unit() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- unit() - Static method in class org.matheclipse.core.tensor.sca.Clips
- UNIT_CLOSING_BRACKET - Static variable in interface org.matheclipse.core.tensor.qty.IQuantity
- UNIT_OPENING_BRACKET - Static variable in interface org.matheclipse.core.tensor.qty.IQuantity
- unitaryMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
-
UnitaryMatrixQ(U) - returns `True` if a complex square matrix `U` is unitary, that is, if its conjugate transpose `U^(*)` is also its inverse, that is, if `U^(*).U = U.U^(*) = U.U^(-1) - 1 = I` where `I` is the identity matrix.
- UnitaryMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- UnitaryMatrixQ - Static variable in class org.matheclipse.core.expression.S
-
UnitaryMatrixQ(U) - returns `True` if a complex square matrix `U` is unitary, that is, if its conjugate transpose `U^(*)` is also its inverse, that is, if `U^(*).U = U.U^(*) = U.U^(-1) - 1 = I` where `I` is the identity matrix.
- unitConvert(Object) - Static method in class org.matheclipse.core.expression.J
-
UnitConvert(quantity) - convert the `quantity` to the base unit
- unitConvert(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
UnitConvert(quantity) - convert the `quantity` to the base unit
- unitConvert(IQuantity, IUnit) - Static method in class org.matheclipse.core.builtin.QuantityFunctions
- UnitConvert - Class in org.matheclipse.core.tensor.qty
- UnitConvert - Static variable in class org.matheclipse.core.expression.ID
- UnitConvert - Static variable in class org.matheclipse.core.expression.S
-
UnitConvert(quantity) - convert the `quantity` to the base unit
- UnitConvert(UnitSystem) - Constructor for class org.matheclipse.core.tensor.qty.UnitConvert
- UnitConvert(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Convert the
quantity
to the base unit. - UnitConvert(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Convert the
quantity
to the givenunit
. - unitize(Object) - Static method in class org.matheclipse.core.expression.J
-
Unitize(expr) - maps a non-zero `expr` to `1`, and a zero `expr` to `0`.
- unitize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Unitize(expr) - maps a non-zero `expr` to `1`, and a zero `expr` to `0`.
- Unitize - Static variable in class org.matheclipse.core.expression.ID
- Unitize - Static variable in class org.matheclipse.core.expression.S
-
Unitize(expr) - maps a non-zero `expr` to `1`, and a zero `expr` to `0`.
- unitOf(double) - Static method in class org.matheclipse.core.expression.ComplexNum
-
Create complex number on unit circle with given argument
arg
. - unitStep() - Method in interface org.matheclipse.core.interfaces.IExpr
-
Return
0
if this is less than0
. - unitStep() - Method in interface org.matheclipse.core.interfaces.IReal
- UnitStep - Static variable in class org.matheclipse.core.expression.ID
- UnitStep - Static variable in class org.matheclipse.core.expression.S
-
UnitStep(expr) - returns `0`, if `expr` is less than `0` and returns `1`, if `expr` is greater equal than `0`.
- UnitStep(IExpr) - Static method in class org.matheclipse.core.expression.F
- unitString() - Method in interface org.matheclipse.core.tensor.qty.IQuantity
- unitString() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- UnitSystem - Interface in org.matheclipse.core.tensor.qty
- UnitTestingFunctions - Class in org.matheclipse.core.builtin
- UnitTriangle - Static variable in class org.matheclipse.core.expression.ID
- UnitTriangle - Static variable in class org.matheclipse.core.expression.S
- unitVector(Object) - Static method in class org.matheclipse.core.expression.J
-
UnitVector(position) - returns a unit vector with element `1` at the given `position`.
- unitVector(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
UnitVector(position) - returns a unit vector with element `1` at the given `position`.
- UnitVector - Static variable in class org.matheclipse.core.expression.ID
- UnitVector - Static variable in class org.matheclipse.core.expression.S
-
UnitVector(position) - returns a unit vector with element `1` at the given `position`.
- UnitVector() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.UnitVector
- univariate(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Generate univariate polynomial in a given variable.
- univariate(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Generate univariate polynomial in a given variable.
- univariate(int, int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Generate univariate polynomial in a given variable with given exponent.
- univariate(int, int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Generate univariate polynomial in a given variable with given exponent.
- univariate(int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Generate univariate polynomial in a given variable with given exponent.
- univariate(int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Generate univariate polynomial in a given variable with given exponent.
- univariateList() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Generate list of univariate polynomials in all variables.
- univariateList() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Generate list of univariate polynomials in all variables.
- univariateList(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Generate list of univariate polynomials in all variables.
- univariateList(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Generate list of univariate polynomials in all variables.
- univariateList(int, long) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Generate list of univariate polynomials in all variables with given exponent.
- univariateList(int, IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Generate list of univariate polynomials in all variables with given exponent.
- UniverseAge - Static variable in class org.matheclipse.core.expression.ID
- UniverseAge - Static variable in class org.matheclipse.core.expression.S
- Unknown - Static variable in class org.matheclipse.core.expression.ID
- Unknown - Static variable in class org.matheclipse.core.expression.S
- UNKNOWN - Static variable in class org.matheclipse.core.expression.ID
- Unprotect - Static variable in class org.matheclipse.core.expression.ID
- Unprotect - Static variable in class org.matheclipse.core.expression.S
- UNPROTECT_ALLOWED - Static variable in class org.matheclipse.core.basic.Config
-
true
if it's allowed to delete theProtected
attribute from a symbol. - UnsameQ - Static variable in class org.matheclipse.core.expression.ID
- UnsameQ - Static variable in class org.matheclipse.core.expression.S
-
UnsameQ(x, y) - returns `True` if `x` and `y` are not structurally identical.
- UnsameQ(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- unset(Object) - Static method in class org.matheclipse.core.expression.J
-
Unset(expr) - removes any definitions belonging to the left-hand-side `expr`.
- Unset - Static variable in class org.matheclipse.core.expression.ID
- Unset - Static variable in class org.matheclipse.core.expression.S
-
Unset(expr) - removes any definitions belonging to the left-hand-side `expr`.
- Unset(IExpr) - Static method in class org.matheclipse.core.expression.F
- UnsignedInteger16 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- UnsignedInteger32 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- UnsignedInteger64 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- UnsignedInteger8 - Static variable in interface org.matheclipse.core.interfaces.INumericArray
- updateHashValues(IASTAppendable, IAST, AbstractHashedPatternRules, int[], int, int, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcher
- updateHashValues(IASTAppendable, IAST, AbstractHashedPatternRules, int[], int, int, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcherPlus
- updateHashValues(IASTAppendable, IAST, AbstractHashedPatternRules, int[], int, int, EvalEngine) - Method in class org.matheclipse.core.patternmatching.hash.HashedOrderlessMatcherTimes
- upper() - Method in class org.matheclipse.core.expression.AbstractAST
-
If this is a
Interval({lower, upper})
expression return theupper
value. - upper() - Method in interface org.matheclipse.core.interfaces.IExpr
-
If this is a
Interval({lower, upper})
expression return theupper
value. - upper() - Method in interface org.matheclipse.core.interfaces.IReal
-
If this is a
Interval[{lower, upper}]
expression return theupper
value. - UPPERCASE_SYMBOL_STRINGS - Static variable in class org.matheclipse.core.convert.AST2Expr
- upperCaseQ(Object) - Static method in class org.matheclipse.core.expression.J
-
UpperCaseQ(str) - is `True` if the given `str` is a string which only contains upper case characters.
- UpperCaseQ - Static variable in class org.matheclipse.core.expression.ID
- UpperCaseQ - Static variable in class org.matheclipse.core.expression.S
-
UpperCaseQ(str) - is `True` if the given `str` is a string which only contains upper case characters.
- upperTriangularize(Object) - Static method in class org.matheclipse.core.expression.J
-
UpperTriangularize(matrix) - create a upper triangular matrix from the given `matrix`.
- upperTriangularize(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
UpperTriangularize(matrix) - create a upper triangular matrix from the given `matrix`.
- UpperTriangularize - Static variable in class org.matheclipse.core.expression.ID
- UpperTriangularize - Static variable in class org.matheclipse.core.expression.S
-
UpperTriangularize(matrix) - create a upper triangular matrix from the given `matrix`.
- upperTriangularMatrixQ(Object) - Static method in class org.matheclipse.core.expression.J
-
UpperTriangularMatrixQ(matrix) - returns `True` if `matrix` is upper triangular.
- upperTriangularMatrixQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
UpperTriangularMatrixQ(matrix) - returns `True` if `matrix` is upper triangular.
- UpperTriangularMatrixQ - Static variable in class org.matheclipse.core.expression.ID
- UpperTriangularMatrixQ - Static variable in class org.matheclipse.core.expression.S
-
UpperTriangularMatrixQ(matrix) - returns `True` if `matrix` is upper triangular.
- upSet(Object, Object) - Static method in class org.matheclipse.core.expression.J
- UpSet - Static variable in class org.matheclipse.core.expression.ID
- UpSet - Static variable in class org.matheclipse.core.expression.S
- UpSet(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- UPSET - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
This rule is defined with the
Set[]
function - UPSET_DELAYED - Static variable in class org.matheclipse.core.patternmatching.IPatternMatcher
-
This rule is defined with the
Set[]
function - upSetDelayed(Object, Object) - Static method in class org.matheclipse.core.expression.J
- UpSetDelayed - Static variable in class org.matheclipse.core.expression.ID
- UpSetDelayed - Static variable in class org.matheclipse.core.expression.S
- UpSetDelayed(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- UpTo - Static variable in class org.matheclipse.core.expression.ID
- UpTo - Static variable in class org.matheclipse.core.expression.S
- upValues() - Method in class org.matheclipse.core.patternmatching.RulesData
-
Give the
UpValues()
of a symbol as a list ofRuleDelayed
(delayed rules) with the left-hand-side wrapped in aHoldPattern()
expression. - upValues(Object) - Static method in class org.matheclipse.core.expression.J
-
UpValues(symbol) - prints the up-value rules associated with `symbol`.
- UpValues - Static variable in class org.matheclipse.core.expression.ID
- UpValues - Static variable in class org.matheclipse.core.expression.S
-
UpValues(symbol) - prints the up-value rules associated with `symbol`.
- URL_CLASS_LOADER - Static variable in class org.matheclipse.core.basic.Config
-
Global dynamic classloader
- uRLFetch(Object) - Static method in class org.matheclipse.core.expression.J
- URLFetch - Static variable in class org.matheclipse.core.expression.ID
- URLFetch - Static variable in class org.matheclipse.core.expression.S
- US_COLLATOR - Static variable in interface org.matheclipse.core.interfaces.IStringX
-
Symbol names are compared lexicographically based on
Locale.US
- usage(String) - Static method in class org.matheclipse.core.expression.F
-
Print the documentation for the given symbol name.
- usage(ISymbol) - Static method in class org.matheclipse.core.expression.F
-
Print the documentation for the given symbol.
- usageDocumentation(Appendable, String) - Static method in class org.matheclipse.core.form.Documentation
- USE_IDENTIFIERS - Static variable in class org.matheclipse.core.form.mathml.AbstractMathMLFormFactory
- USE_IDENTIFIERS - Static variable in class org.matheclipse.core.form.tex.TeXFormFactory
- USE_MANIPULATE_JS - Static variable in class org.matheclipse.core.basic.Config
-
Use JavaScript libraries for the
Manipulate()
function - USE_MATHCELL - Static variable in class org.matheclipse.core.form.output.JavaScriptFormFactory
-
Generate JavaScript output for usage with the JavaScript libraries: github.com/paulmasson/math github.com/paulmasson/mathcell
- USE_PURE_JS - Static variable in class org.matheclipse.core.form.output.JavaScriptFormFactory
-
Generate pure JavaScript output
- USE_VISJS - Static variable in class org.matheclipse.core.basic.Config
-
Use visjs.org JavaScript library for visualizing graph theory objects
- useOperators - Variable in class org.matheclipse.core.eval.util.SourceCodeProperties
-
If true use operators instead of function names for representation of Plus, Times, Power,...
- UseTypeChecking - Static variable in class org.matheclipse.core.expression.ID
- UseTypeChecking - Static variable in class org.matheclipse.core.expression.S
- UtilityFunctionCtors - Class in org.matheclipse.core.integrate.rubi
-
UtilityFunction constructors from the Rubi - rule-based integrator.
- UtilityFunctionCtors() - Constructor for class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- UtilityFunctionCtors.EqQ - Class in org.matheclipse.core.integrate.rubi
- UtilityFunctions - Class in org.matheclipse.core.integrate.rubi
-
UtilityFunctions from the Rubi - rule-based integrator.
- UtilityFunctions() - Constructor for class org.matheclipse.core.integrate.rubi.UtilityFunctions
V
- v - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
v
that will never be assigned a value. - V - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- v_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
v_
that will be used only for predefined pattern-matching rules and can match one expression. - v_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- v_Symbol - Static variable in class org.matheclipse.core.expression.F
- val - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
The data structure for polynomials.
- val - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
The data structure for polynomials.
- Validate - Class in org.matheclipse.core.eval.exception
-
Static methods to be called at the start of the built-in
IFunctionEvaluator#evaluate()
methods to verify correct arguments and state. - ValidateException - Exception in org.matheclipse.core.eval.exception
-
Base exception for validating function arguments
- ValidateException() - Constructor for exception org.matheclipse.core.eval.exception.ValidateException
- value - Variable in class org.matheclipse.core.expression.Num
- value() - Method in class org.matheclipse.core.eval.util.MutableInt
- value() - Method in class org.matheclipse.core.eval.util.OpenIntToIExprHashMap.Iterator
-
Get the value of current entry.
- value() - Method in class org.matheclipse.core.eval.util.OpenIntToList.Iterator
-
Get the value of current entry.
- value() - Method in class org.matheclipse.core.eval.util.OpenIntToSet.Iterator
-
Get the value of current entry.
- value() - Method in interface org.matheclipse.core.tensor.qty.IQuantity
- value() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- value(double) - Method in class org.matheclipse.core.generic.UnaryCompiled
-
Evaluate the
unaryFunction
for thevalue
in thefUnaryCompiled
and return the double value orDouble.NaN
. - value(double) - Method in class org.matheclipse.core.generic.UnaryNumerical
-
Evaluate the
unaryFunction
for thevalue
by substituting thevariable
in theunaryFunction
and return the double value orDouble.NaN
. - value(double[]) - Method in class org.matheclipse.core.generic.MultiVariateNumerical
- value(double[]) - Method in class org.matheclipse.core.generic.MultiVariateVectorGradient
-
Compute the gradient value for the function at the given point.
- value(double, double) - Method in class org.matheclipse.core.generic.BinaryNumerical
- value(Complex) - Method in class org.matheclipse.core.generic.ComplexUnaryNumerical
- value(Complex) - Method in class org.matheclipse.core.generic.UnaryCompiled
- value(Complex) - Method in class org.matheclipse.core.generic.UnaryNumerical
- value(RealVector) - Method in class org.matheclipse.core.generic.MultivariateJacobianGradient
-
Compute the function value and its Jacobian.
- value(ComplexNum) - Method in class org.matheclipse.core.generic.UnaryCompiled
- value(ComplexNum) - Method in class org.matheclipse.core.generic.UnaryNumerical
- value(ComplexNum, ComplexNum) - Method in class org.matheclipse.core.generic.BinaryNumerical
- value(INum) - Method in class org.matheclipse.core.generic.UnaryCompiled
- value(INum) - Method in class org.matheclipse.core.generic.UnaryNumerical
- value(T) - Method in class org.matheclipse.core.generic.UnaryCompiled
- value(T) - Method in class org.matheclipse.core.generic.UnaryNumerical
- ValueError - Exception in org.matheclipse.core.sympy.exception
-
Inappropriate argument value (of correct type).
- ValueError(String) - Constructor for exception org.matheclipse.core.sympy.exception.ValueError
-
Inappropriate argument value (of correct type).
- valueLimit(double) - Method in class org.matheclipse.core.generic.UnaryCompiled
-
Evaluate the
S.Limit
of theunaryFunction
for thevalue
in the formengine.evalDouble( F.Limit(unaryFunction, F.Rule(variable, value)) )
and return the double value orDouble.NaN
. - valueLimit(double) - Method in class org.matheclipse.core.generic.UnaryNumerical
-
Evaluate the
S.Limit
of theunaryFunction
for thevalue
in the formengine.evalDouble( F.Limit(unaryFunction, F.Rule(variable, value)) )
and return the double value orDouble.NaN
. - valueOf() - Static method in class org.matheclipse.core.expression.Blank
- valueOf(boolean) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(char) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(char[]) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(char[], int, int) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(double) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- valueOf(double) - Static method in class org.matheclipse.core.expression.ApfloatNum
-
Create a new instance.
- valueOf(double) - Static method in class org.matheclipse.core.expression.ComplexNum
- valueOf(double) - Static method in class org.matheclipse.core.expression.Num
-
Returns a
Num
instance representing the specifieddouble
value. - valueOf(double) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(double, double) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- valueOf(double, double) - Static method in class org.matheclipse.core.expression.ComplexNum
- valueOf(float) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(int) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- valueOf(int) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Creates an empty ExpVectorLong.
- valueOf(int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Creates an empty ExpVectorLong.
- valueOf(long) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
-
Construct a rational from two longs.
- valueOf(long) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- valueOf(long) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(long) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprRingFactory
- valueOf(long, long) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
-
Construct a rational from two longs.
- valueOf(long, long, long, long) - Static method in class org.matheclipse.core.expression.ComplexSym
- valueOf(Object) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(Object, short) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(String) - Static method in enum org.matheclipse.core.bridge.awt.Hsluv
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.bridge.gfx.LocalTimeDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.eval.util.SourceCodeProperties.Prefix
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.expression.Hierarchy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.matheclipse.core.expression.Num
- valueOf(String) - Static method in enum org.matheclipse.core.form.OutputStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.interfaces.IAST.PROPERTY
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.interfaces.IExpr.COMPARE_TERNARY
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.io.Extension
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.tensor.img.ColorDataGradients
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.tensor.img.ColorDataLists
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.tensor.io.ScalarArray
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.matheclipse.core.tensor.itp.LinearBinaryAverage
-
Returns the enum constant of this type with the specified name.
- valueOf(StringBuilder) - Static method in class org.matheclipse.core.expression.StringX
- valueOf(String, int) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
-
Returns the IInteger for the specified character sequence stated in the specified radix.
- valueOf(String, long) - Static method in class org.matheclipse.core.expression.ApfloatNum
- valueOf(String, String, long) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- valueOf(BigInteger) - Static method in class org.matheclipse.core.bridge.lang.Unicode
- valueOf(BigInteger) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
- valueOf(BigInteger) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- valueOf(BigInteger) - Static method in class org.matheclipse.core.expression.ApfloatNum
- valueOf(BigInteger) - Static method in class org.matheclipse.core.expression.ComplexSym
- valueOf(BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
-
Construct a rational from two BigIntegers.
- valueOf(BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.ApfloatNum
- valueOf(BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.ComplexSym
- valueOf(BigInteger, BigInteger, BigInteger, BigInteger) - Static method in class org.matheclipse.core.expression.ApcomplexNum
-
Create a
ApcomplexNum
complex number from the real and imaginaryBigInteger
parts. - valueOf(Apcomplex) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- valueOf(Apfloat) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- valueOf(Apfloat) - Static method in class org.matheclipse.core.expression.ApfloatNum
- valueOf(Apfloat, Apfloat) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- valueOf(Complex) - Static method in class org.matheclipse.core.expression.ComplexNum
- valueOf(Complex, long) - Static method in class org.matheclipse.core.expression.ApcomplexNum
- valueOf(BigFraction) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
- valueOf(BigFraction, BigFraction) - Static method in class org.matheclipse.core.expression.ComplexSym
- valueOf(IExpr) - Static method in class org.matheclipse.core.bridge.lang.Unicode
- valueOf(IExpr) - Static method in class org.matheclipse.core.expression.Blank
- valueOf(IExpr) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a (constant) GenPolynomial<C> element from a coefficient value.
- valueOf(IExpr) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a (constant) GenPolynomial<C> element from a coefficient value.
- valueOf(IExpr, int, int, boolean, EvalEngine) - Static method in class org.matheclipse.core.expression.RepeatedPattern
- valueOf(IExpr, EvalEngine) - Static method in class org.matheclipse.core.expression.RepeatedPattern
- valueOf(IExpr, ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a GenPolynomial<C> element from a coeffcient and an exponent vector.
- valueOf(IExpr, ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a GenPolynomial<C> element from a coeffcient and an exponent vector.
- valueOf(IFraction) - Static method in class org.matheclipse.core.expression.ComplexSym
- valueOf(IInteger) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
- valueOf(IInteger, IInteger) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
- valueOf(INum) - Static method in class org.matheclipse.core.expression.ComplexNum
- valueOf(IRational) - Static method in class org.matheclipse.core.expression.ComplexSym
- valueOf(IRational, IRational) - Static method in class org.matheclipse.core.expression.ComplexSym
- valueOf(ISymbol) - Static method in class org.matheclipse.core.expression.OptionsPattern
- valueOf(ISymbol) - Static method in class org.matheclipse.core.expression.Pattern
- valueOf(ISymbol, boolean) - Static method in class org.matheclipse.core.expression.PatternSequence
-
Create a new PatternSequence.
- valueOf(ISymbol, IExpr) - Static method in class org.matheclipse.core.expression.OptionsPattern
- valueOf(ISymbol, IExpr) - Static method in class org.matheclipse.core.expression.Pattern
- valueOf(ISymbol, IExpr) - Static method in class org.matheclipse.core.expression.PatternNested
- valueOf(ISymbol, IExpr, boolean) - Static method in class org.matheclipse.core.expression.Pattern
- valueOf(ISymbol, IExpr, boolean) - Static method in class org.matheclipse.core.expression.PatternSequence
-
Create a new PatternSequence.
- valueOf(ISymbol, IExpr, boolean, boolean) - Static method in class org.matheclipse.core.expression.PatternSequence
-
Create a new PatternSequence.
- valueOf(ExpVectorLong) - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a GenPolynomial<C> element from an exponent vector.
- valueOf(ExpVectorSymbolic) - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a GenPolynomial<C> element from an exponent vector.
- valueOf(IUnit) - Static method in class org.matheclipse.core.bridge.lang.Unicode
-
"m*s^-1" -> "m/s" use of unicode characters for degC, Ohm and micro-x use of unicode characters for exponents such as ^-2 etc.
- valueOfConvergent(double) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
-
Returns the last element of the series of convergent-steps to approximate the given value.
- valueOfEpsilon(double, double) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
-
Rationalize the given double value with
epsilon
maximum error allowed. - valueOfExact(double) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
-
Rationalizes the given double value exactly.
- valueOfExactNice(double) - Static method in class org.matheclipse.core.expression.AbstractFractionSym
-
Rationalizes the given double value exactly while tending to return results that are closer to what a human would expect and are therefore considered 'nicer'.
- valueOfUniqueReference(int) - Static method in class org.matheclipse.core.expression.AbstractIntegerSym
- valueQ(Object) - Static method in class org.matheclipse.core.expression.J
-
ValueQ(expr) - returns `True` if and only if `expr` is defined.
- ValueQ - Static variable in class org.matheclipse.core.expression.ID
- ValueQ - Static variable in class org.matheclipse.core.expression.S
-
ValueQ(expr) - returns `True` if and only if `expr` is defined.
- values() - Static method in enum org.matheclipse.core.bridge.awt.Hsluv
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.bridge.gfx.LocalTimeDisplay
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.eval.util.SourceCodeProperties.Prefix
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.matheclipse.core.expression.AbstractAST.NILPointer
- values() - Method in class org.matheclipse.core.expression.ASTAssociation
- values() - Method in class org.matheclipse.core.expression.DefaultDict
- values() - Method in class org.matheclipse.core.expression.ExprTrie
- values() - Static method in enum org.matheclipse.core.expression.Hierarchy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.form.OutputStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface org.matheclipse.core.interfaces.IAssociation
-
Get the values of this association as a
List(value1, value2,...)
- values() - Static method in enum org.matheclipse.core.interfaces.IAST.PROPERTY
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.interfaces.IExpr.COMPARE_TERNARY
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.io.Extension
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.tensor.img.ColorDataGradients
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.tensor.img.ColorDataLists
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.tensor.io.ScalarArray
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.matheclipse.core.tensor.itp.LinearBinaryAverage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(Object) - Static method in class org.matheclipse.core.expression.J
-
Values(association) - return a list of values of the `association`.
- values(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Values(association) - return a list of values of the `association`.
- values(String) - Method in class org.matheclipse.core.expression.ExprTrie
- values(String, TrieMatch) - Method in class org.matheclipse.core.expression.ExprTrie
- values(IBuiltInSymbol) - Method in class org.matheclipse.core.expression.ASTAssociation
- Values - Static variable in class org.matheclipse.core.expression.ID
- Values - Static variable in class org.matheclipse.core.expression.S
-
Values(association) - return a list of values of the `association`.
- valuesAt(char[], int[]) - Static method in class org.matheclipse.core.combinatoric.ArrayUtils
- valuesAt(int[], int[]) - Static method in class org.matheclipse.core.combinatoric.ArrayUtils
- valuesAt(T[], int[]) - Static method in class org.matheclipse.core.combinatoric.ArrayUtils
- vandermondeMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
VandermondeMatrix(n) - gives the Vandermonde matrix with `n` rows and columns.
- VandermondeMatrix - Static variable in class org.matheclipse.core.expression.ID
- VandermondeMatrix - Static variable in class org.matheclipse.core.expression.S
-
VandermondeMatrix(n) - gives the Vandermonde matrix with `n` rows and columns.
- Variable - Static variable in class org.matheclipse.core.expression.ID
- Variable - Static variable in class org.matheclipse.core.expression.S
- VariableManager(Map<IExpr, String>) - Constructor for class org.matheclipse.core.builtin.OutputFunctions.VariableManager
- variableMap() - Method in class org.matheclipse.core.convert.CreamConvert
- variables - Variable in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- variables() - Method in interface org.matheclipse.core.interfaces.ISeqBase
-
Returns a list of variables that are bounded
- variables() - Method in interface org.matheclipse.core.interfaces.ISeriesBase
-
Returns a list of variables that are bounded
- variables(Object) - Static method in class org.matheclipse.core.expression.J
-
Variables(expr) - gives a list of the variables that appear in the polynomial `expr`.
- Variables - Static variable in class org.matheclipse.core.expression.ID
- Variables - Static variable in class org.matheclipse.core.expression.S
-
Variables(expr) - gives a list of the variables that appear in the polynomial `expr`.
- Variables(IExpr) - Static method in class org.matheclipse.core.expression.F
- variables2Slots(Map<IExpr, IExpr>, Collection<IExpr>) - Method in class org.matheclipse.core.expression.AbstractAST
-
Convert the variables (i.e.
- variables2Slots(Map<IExpr, IExpr>, Collection<IExpr>) - Method in class org.matheclipse.core.expression.AbstractPatternSequence
-
Convert the variables (i.e.
- variables2Slots(Map<IExpr, IExpr>, Collection<IExpr>) - Method in class org.matheclipse.core.expression.Blank
-
Convert the variables (i.e.
- variables2Slots(Map<IExpr, IExpr>, Collection<IExpr>) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Convert the variables (i.e.
- variables2Slots(Map<IExpr, IExpr>, Collection<IExpr>) - Method in class org.matheclipse.core.expression.Symbol
-
Convert the variables (i.e.
- variables2Slots(Map<IExpr, IExpr>, Collection<IExpr>) - Method in interface org.matheclipse.core.interfaces.IExpr
-
Convert the variables (i.e.
- VariablesSet - Class in org.matheclipse.core.convert
-
Determine the variable symbols from a Symja expression and store them internally in a
java.util.Set
. - VariablesSet() - Constructor for class org.matheclipse.core.convert.VariablesSet
-
Constructor for an empty instance.
- VariablesSet(int, IExpr) - Constructor for class org.matheclipse.core.convert.VariablesSet
- VariablesSet(IExpr) - Constructor for class org.matheclipse.core.convert.VariablesSet
-
Determine the variable symbols from a Symja expression.
- variance(Object) - Static method in class org.matheclipse.core.expression.J
-
Variance(list) - computes the variance of `list`.
- Variance - Static variable in class org.matheclipse.core.expression.ID
- Variance - Static variable in class org.matheclipse.core.expression.S
-
Variance(list) - computes the variance of `list`.
- Variance(IExpr) - Static method in class org.matheclipse.core.expression.F
- varIndex(int) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get the array index of a variable at index.
- varIndex(int) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get the array index of a variable at index.
- varintBytes(int) - Static method in class org.matheclipse.core.expression.KryoUtil
-
Serialize
length
into varint bytes and return them as a byte array. - varintBytes(int) - Static method in class org.matheclipse.core.expression.WL
-
Serialize
length
into varint bytes and return them as a byte array. - vars - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The names of the variables.
- vars - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
The names of the variables.
- varsToString() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
Get a String representation of the variable names.
- varsToString() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
Get a String representation of the variable names.
- varsToString(IAST) - Static method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
Get the string representation of the variables.
- varsToString(IAST) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
Get the string representation of the variables.
- vector(IntFunction<? extends IExpr>, int) - Static method in class org.matheclipse.core.expression.F
-
Generate a vector with
n
elements. - Vector1Norm - Class in org.matheclipse.core.tensor.nrm
-
vector 1-norm ||{a, b, c}||_1 = |a| + |b| + |c|
- Vector1Norm() - Constructor for class org.matheclipse.core.tensor.nrm.Vector1Norm
- vector2Expr(FieldVector<IExpr>) - Static method in class org.matheclipse.core.convert.Convert
-
Converts a FieldVector to the sparse array or list expression representation.
- vector2List(FieldVector<IExpr>) - Static method in class org.matheclipse.core.convert.Convert
-
Convert a FieldVector to a IAST list.
- vector2List(RealVector) - Static method in class org.matheclipse.core.convert.Convert
-
Convert a RealVector to a IAST list.
- vector2List(RealVector, boolean) - Static method in class org.matheclipse.core.convert.Convert
-
Convert a RealVector to a IAST list.
- Vector2Norm - Class in org.matheclipse.core.tensor.nrm
-
Euclidean norm ||{a, b, c}||_2 = Sqrt[a^2 + b^2 + c^2]
- Vector2Norm() - Constructor for class org.matheclipse.core.tensor.nrm.Vector2Norm
- Vector2NormSquared - Class in org.matheclipse.core.tensor.nrm
-
Euclidean norm squared ||{a, b, c}||_2^2 = a^2 + b^2 + c^2
- Vector2NormSquared() - Constructor for class org.matheclipse.core.tensor.nrm.Vector2NormSquared
- Vector3d - Class in org.matheclipse.core.tensor.opt.qh3
-
A three-element vector.
- Vector3d() - Constructor for class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Creates a 3-vector and initializes its elements to 0.
- Vector3d(double, double, double) - Constructor for class org.matheclipse.core.tensor.opt.qh3.Vector3d
- Vector3d(IExpr, IExpr, IExpr) - Constructor for class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Creates a 3-vector with the supplied element values.
- Vector3d(Vector3d) - Constructor for class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Creates a 3-vector by copying an existing one.
- VectorAnalysisFunctions - Class in org.matheclipse.core.builtin
- vectorAngle(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
VectorAngle(u, v) - gives the angles between vectors `u` and `v`
- VectorAngle - Static variable in class org.matheclipse.core.expression.ID
- VectorAngle - Static variable in class org.matheclipse.core.expression.S
-
VectorAngle(u, v) - gives the angles between vectors `u` and `v`
- VectorAngle() - Constructor for class org.matheclipse.core.builtin.LinearAlgebra.VectorAngle
- vectorGreater(Object) - Static method in class org.matheclipse.core.expression.J
- VectorGreater - Static variable in class org.matheclipse.core.expression.ID
- VectorGreater - Static variable in class org.matheclipse.core.expression.S
- vectorGreaterEqual(Object) - Static method in class org.matheclipse.core.expression.J
- VectorGreaterEqual - Static variable in class org.matheclipse.core.expression.ID
- VectorGreaterEqual - Static variable in class org.matheclipse.core.expression.S
- vectorLess(Object) - Static method in class org.matheclipse.core.expression.J
- VectorLess - Static variable in class org.matheclipse.core.expression.ID
- VectorLess - Static variable in class org.matheclipse.core.expression.S
- vectorLessEqual(Object) - Static method in class org.matheclipse.core.expression.J
- VectorLessEqual - Static variable in class org.matheclipse.core.expression.ID
- VectorLessEqual - Static variable in class org.matheclipse.core.expression.S
- VectorPlot - Static variable in class org.matheclipse.core.expression.ID
- VectorPlot - Static variable in class org.matheclipse.core.expression.S
- vectorQ(Object) - Static method in class org.matheclipse.core.expression.J
-
VectorQ(v) - returns `True` if `v` is a list of elements which are not themselves lists.
- vectorQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
VectorQ(v) - returns `True` if `v` is a list of elements which are not themselves lists.
- VectorQ - Static variable in class org.matheclipse.core.expression.ID
- VectorQ - Static variable in class org.matheclipse.core.expression.S
-
VectorQ(v) - returns `True` if `v` is a list of elements which are not themselves lists.
- Vectors - Static variable in class org.matheclipse.core.expression.ID
- Vectors - Static variable in class org.matheclipse.core.expression.S
- Vectors(IExpr) - Static method in class org.matheclipse.core.expression.F
- Vectors(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- vectorValue(UnivariateFunction, double[]) - Static method in class org.matheclipse.core.generic.UnaryNumerical
- Verbatim - Static variable in class org.matheclipse.core.expression.ID
- Verbatim - Static variable in class org.matheclipse.core.expression.S
-
Verbatim(expr) - prevents pattern constructs in `expr` from taking effect, allowing them to match themselves.
- verificationTest(Object) - Static method in class org.matheclipse.core.expression.J
-
VerificationTest(test-expr) - create a `TestResultObject` by testing if `test-expr` evaluates to `True`.
- verificationTest(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
VerificationTest(test-expr) - create a `TestResultObject` by testing if `test-expr` evaluates to `True`.
- verificationTest(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
VerificationTest(test-expr) - create a `TestResultObject` by testing if `test-expr` evaluates to `True`.
- VerificationTest - Static variable in class org.matheclipse.core.expression.ID
- VerificationTest - Static variable in class org.matheclipse.core.expression.S
-
VerificationTest(test-expr) - create a `TestResultObject` by testing if `test-expr` evaluates to `True`.
- verifyInterpolationArray(IExpr[], IExpr[], boolean) - Static method in class org.matheclipse.core.reflection.system.InterpolatingPolynomial
-
Check that the interpolation arrays are valid.
- VERSION - Static variable in class org.matheclipse.core.builtin.ConstantDefinitions
- vertexEccentricity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
VertexEccentricity(graph, vertex) - compute the eccentricity of `vertex` in the `graph`.
- VertexEccentricity - Static variable in class org.matheclipse.core.expression.ID
- VertexEccentricity - Static variable in class org.matheclipse.core.expression.S
-
VertexEccentricity(graph, vertex) - compute the eccentricity of `vertex` in the `graph`.
- VertexLabels - Static variable in class org.matheclipse.core.expression.ID
- VertexLabels - Static variable in class org.matheclipse.core.expression.S
- vertexList(Object) - Static method in class org.matheclipse.core.expression.J
-
VertexList(graph) - convert the `graph` into a list of vertices.
- VertexList - Static variable in class org.matheclipse.core.expression.ID
- VertexList - Static variable in class org.matheclipse.core.expression.S
-
VertexList(graph) - convert the `graph` into a list of vertices.
- vertexPointIndices - Variable in class org.matheclipse.core.tensor.opt.qh3.ConvexHull3D
- vertexQ(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
VertexQ(graph, vertex) - test if `vertex` is a vertex in the `graph` object.
- VertexQ - Static variable in class org.matheclipse.core.expression.ID
- VertexQ - Static variable in class org.matheclipse.core.expression.S
-
VertexQ(graph, vertex) - test if `vertex` is a vertex in the `graph` object.
- VertexShapeFunction - Static variable in class org.matheclipse.core.expression.ID
- VertexShapeFunction - Static variable in class org.matheclipse.core.expression.S
- VertexSize - Static variable in class org.matheclipse.core.expression.ID
- VertexSize - Static variable in class org.matheclipse.core.expression.S
- VertexStyle - Static variable in class org.matheclipse.core.expression.ID
- VertexStyle - Static variable in class org.matheclipse.core.expression.S
- vertexToIExpr(Graph<IExpr, ?>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
- Videos(String...) - Static method in class org.matheclipse.core.tensor.ext.HomeDirectory
-
On linux, the directory has the form /home/$USERNAME/Videos/string[0]/string[1]/...
- ViewPoint - Static variable in class org.matheclipse.core.expression.ID
- ViewPoint - Static variable in class org.matheclipse.core.expression.S
- VISIBLE_SPECTRUM - org.matheclipse.core.tensor.img.ColorDataGradients
-
[0, 1] corresponds to wavelengths [380, 750]
- visit(int[]) - Method in class org.matheclipse.core.combinatoric.AbstractListStepVisitor
-
Get the current result of the combinatorics algorithm step.
- visit(int[]) - Method in interface org.matheclipse.core.combinatoric.IStepVisitor
-
Get the current result of the combinatorics algorithm step.
- visit(int[][]) - Method in class org.matheclipse.core.combinatoric.AbstractListStepVisitor
-
Get the current result of the combinatorics algorithm step.
- visit(int[][]) - Method in interface org.matheclipse.core.combinatoric.IStepVisitor
-
Get the current result of the combinatorics algorithm step.
- visit(int[][]) - Method in class org.matheclipse.core.patternmatching.FlatStepVisitor
- visit(IAssociation) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IAssociation) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IAssociation) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IAssociation) - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- visit(IAST) - Method in class org.matheclipse.core.visit.HashValueVisitor
-
Calculate a hash value.
- visit(IAST) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IAST) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IAST) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IAST) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IAST) - Method in class org.matheclipse.core.visit.VisitorCollectionBoolean
- visit(IAST) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IASTMutable) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.ModuleReplaceAll
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorExpr
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorPlusTimesPowerReplaceAll
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorPredicateReplaceAll
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorRemoveLevelSpecification
-
Note: the given AST will be modified, i.e.
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorReplaceAllBFS
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorReplaceAllDFS
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorReplaceAllWithPatternFlags
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorReplaceArgs
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorReplacePart
- visit(IASTMutable) - Method in class org.matheclipse.core.visit.VisitorReplaceSlots
- visit(IComplex) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IComplex) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(IComplex) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(IComplex) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(IComplex) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(IComplex) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IComplex) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IComplex) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IComplex) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IComplex) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IComplex) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IComplex) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IComplex) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(IComplexNum) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IComplexNum) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IComplexNum) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IComplexNum) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IComplexNum) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IDataExpr) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(IDataExpr) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(IDataExpr) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(IDataExpr) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(IDataExpr) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IDataExpr) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IDataExpr) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IDataExpr) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IDataExpr) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IDataExpr<?>) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IDataExpr<?>) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IDataExpr<?>) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IDataExpr<?>) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IFraction) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IFraction) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(IFraction) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(IFraction) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(IFraction) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(IFraction) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IFraction) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IFraction) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IFraction) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IFraction) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IFraction) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IFraction) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IFraction) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IInteger) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IInteger) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(IInteger) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(IInteger) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(IInteger) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(IInteger) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IInteger) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IInteger) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IInteger) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IInteger) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IInteger) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IInteger) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IInteger) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(INum) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(INum) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(INum) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(INum) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(INum) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(INum) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(INum) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(INum) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(INum) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(INum) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(INum) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(INum) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(INum) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IPattern) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IPattern) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(IPattern) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(IPattern) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(IPattern) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(IPattern) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IPattern) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IPattern) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IPattern) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IPattern) - Method in class org.matheclipse.core.visit.ModuleReplaceAll
- visit(IPattern) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IPattern) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IPattern) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IPattern) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IPattern) - Method in class org.matheclipse.core.visit.VisitorReplaceAllWithPatternFlags
- visit(IPattern) - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(IPatternSequence) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IPatternSequence) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IPatternSequence) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IPatternSequence) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.ModuleReplaceAll
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.VisitorReplaceAllWithPatternFlags
- visit(IPatternSequence) - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- visit(IStringX) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(IStringX) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(IStringX) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(IStringX) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(IStringX) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(IStringX) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(IStringX) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(IStringX) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(IStringX) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(IStringX) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(IStringX) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(IStringX) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(IStringX) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(IStringX) - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- visit(ISymbol) - Method in class org.matheclipse.core.visit.AbstractVisitor
- visit(ISymbol) - Method in class org.matheclipse.core.visit.AbstractVisitorBoolean
- visit(ISymbol) - Method in class org.matheclipse.core.visit.AbstractVisitorInt
- visit(ISymbol) - Method in class org.matheclipse.core.visit.AbstractVisitorLong
- visit(ISymbol) - Method in class org.matheclipse.core.visit.HashValueVisitor
- visit(ISymbol) - Method in interface org.matheclipse.core.visit.IVisitor
- visit(ISymbol) - Method in interface org.matheclipse.core.visit.IVisitorBoolean
- visit(ISymbol) - Method in interface org.matheclipse.core.visit.IVisitorInt
- visit(ISymbol) - Method in interface org.matheclipse.core.visit.IVisitorLong
- visit(ISymbol) - Method in class org.matheclipse.core.visit.ModuleReplaceAll
- visit(ISymbol) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visit(ISymbol) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visit(ISymbol) - Method in class org.matheclipse.core.visit.VisitorPredicate
- visit(ISymbol) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visit(ISymbol) - Method in class org.matheclipse.core.visit.VisitorReplaceArgs
- visit(ISymbol) - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- visit1(IExpr) - Method in class org.matheclipse.core.visit.VisitorExpr
-
Visit an
IAST
with the given head and no arguments (i.e. - visit2(IExpr, IExpr) - Method in class org.matheclipse.core.visit.VisitorExpr
-
Visit an
IAST
with the given head and one argument (i.e. - visit3(IExpr, IExpr, IExpr) - Method in class org.matheclipse.core.visit.VisitorExpr
-
Visit an
IAST
with the given head and two arguments (i.e. - visitAST(IAST) - Method in class org.matheclipse.core.visit.VisitorExpr
- visitAST(IAST) - Method in class org.matheclipse.core.visit.VisitorPlusTimesPowerReplaceAll
- visitAST(IAST) - Method in class org.matheclipse.core.visit.VisitorReplaceAll
- visitAST(IAST) - Method in class org.matheclipse.core.visit.VisitorReplaceEvalf
- visitAST(IAST) - Method in class org.matheclipse.core.visit.VisitorReplaceSlots
- visitAST(IAST, int[]) - Method in class org.matheclipse.core.visit.IndexedLevel
- visitAtom(IExpr) - Method in class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- visitAtom(IExpr) - Method in class org.matheclipse.core.visit.VisitorLevelSpecification
- visitAtom(IExpr, int[]) - Method in class org.matheclipse.core.visit.IndexedLevel
- visitExpr(IExpr, int[]) - Method in class org.matheclipse.core.visit.IndexedLevel
-
Deprecated.
- VisitorBooleanLevelSpecification - Class in org.matheclipse.core.visit
-
A level specification visitor for levels in abstract syntax trees (AST).
- VisitorBooleanLevelSpecification(Predicate<IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
-
Define a level specification for all elements on level
level
. - VisitorBooleanLevelSpecification(Predicate<IExpr>, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- VisitorBooleanLevelSpecification(Predicate<IExpr>, int, int) - Constructor for class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- VisitorBooleanLevelSpecification(Predicate<IExpr>, int, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
- VisitorBooleanLevelSpecification(Predicate<IExpr>, int, int, int, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
-
Example value set for including all levels:
fromLevel = 0;
toLevel = Integer.MAX_VALUE;
fromDepth = Integer.MIN_VALUE;
toDepth = -1;
- VisitorBooleanLevelSpecification(Predicate<IExpr>, IExpr, boolean, EvalEngine) - Constructor for class org.matheclipse.core.visit.VisitorBooleanLevelSpecification
-
Create a LevelSpecification from an IInteger or IAST list-object.
Anexpr
is interpreted as a level specification for the allowed levels in an AST.
Ifexpr
is a non-negative IInteger iValue set Level {1,iValue};
Ifexpr
is a negative IInteger iValue set Level {iValue, 0};
Ifexpr
is a List {i0Value, i1Value} set Level {i0Value, i1Value}; - VisitorCollectionBoolean<T extends IExpr> - Class in org.matheclipse.core.visit
- VisitorCollectionBoolean(int, Collection<T>) - Constructor for class org.matheclipse.core.visit.VisitorCollectionBoolean
- VisitorCollectionBoolean(Collection<T>) - Constructor for class org.matheclipse.core.visit.VisitorCollectionBoolean
- VisitorExpr - Class in org.matheclipse.core.visit
-
Visit every node of an
IExpr
expression. - VisitorExpr() - Constructor for class org.matheclipse.core.visit.VisitorExpr
- VisitorLevelSpecification - Class in org.matheclipse.core.visit
-
A level specification visitor for levels in abstract syntax trees (AST).
- VisitorLevelSpecification(Function<IExpr, IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorLevelSpecification
-
Define a level specification for all elements on level
level
. - VisitorLevelSpecification(Function<IExpr, IExpr>, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorLevelSpecification
- VisitorLevelSpecification(Function<IExpr, IExpr>, int, int) - Constructor for class org.matheclipse.core.visit.VisitorLevelSpecification
- VisitorLevelSpecification(Function<IExpr, IExpr>, int, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorLevelSpecification
- VisitorLevelSpecification(Function<IExpr, IExpr>, int, int, int, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorLevelSpecification
-
Example value set for including all levels:
fromLevel = 0;
toLevel = Integer.MAX_VALUE;
fromDepth = Integer.MIN_VALUE;
toDepth = -1;
- VisitorLevelSpecification(Function<IExpr, IExpr>, IExpr, boolean, int, EvalEngine) - Constructor for class org.matheclipse.core.visit.VisitorLevelSpecification
-
Create a LevelSpecification from an IInteger or IAST list-object.
AnunevaledLevelExpr
is interpreted as a level specification for the allowed levels in an AST.
IfunevaledLevelExpr
is a non-negative IInteger iValue set Level {1,iValue};
IfunevaledLevelExpr
is a negative IInteger iValue set Level {iValue, 0};
IfunevaledLevelExpr
is a List {i0Value, i1Value} set Level {i0Value, i1Value}; - VisitorLevelSpecification(Function<IExpr, IExpr>, IExpr, boolean, EvalEngine) - Constructor for class org.matheclipse.core.visit.VisitorLevelSpecification
-
Create a LevelSpecification from an IInteger or IAST list-object.
AnunevaledLevelExpr
is interpreted as a level specification for the allowed levels in an AST.
IfunevaledLevelExpr
is a non-negative IInteger iValue set Level {1,iValue};
IfunevaledLevelExpr
is a negative IInteger iValue set Level {iValue, 0};
IfunevaledLevelExpr
is a List {i0Value, i1Value} set Level {i0Value, i1Value}; - VisitorPlusTimesPowerReplaceAll - Class in org.matheclipse.core.visit
-
Replace all occurrences of expressions where the given
function.apply()
method returns a nonF.NIL
value. - VisitorPlusTimesPowerReplaceAll(Function<IExpr, IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorPlusTimesPowerReplaceAll
- VisitorPlusTimesPowerReplaceAll(IAST) - Constructor for class org.matheclipse.core.visit.VisitorPlusTimesPowerReplaceAll
- VisitorPredicate - Class in org.matheclipse.core.visit
- VisitorPredicate(int, Predicate<IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorPredicate
- VisitorPredicate(Predicate<IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorPredicate
- VisitorPredicateReplaceAll - Class in org.matheclipse.core.visit
-
Replace all occurrences of expressions where the given
function.apply()
method returns a nonF.NIL
value. - VisitorPredicateReplaceAll(Function<IExpr, IExpr>, Predicate<IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorPredicateReplaceAll
- VisitorPredicateReplaceAll(Function<IExpr, IExpr>, Predicate<IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorPredicateReplaceAll
- VisitorPredicateReplaceAll(IAST, Predicate<IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorPredicateReplaceAll
- VisitorPredicateReplaceAll(IAST, Predicate<IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorPredicateReplaceAll
- VisitorRemoveLevelSpecification - Class in org.matheclipse.core.visit
-
A level specification visitor for levels in abstract syntax trees (AST), which removes elements from a (cloned) AST in the
visit(IAST clonedAST)
method. - VisitorRemoveLevelSpecification(Function<IExpr, IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorRemoveLevelSpecification
-
Define a level specification for all elements on level
level
. - VisitorRemoveLevelSpecification(Function<IExpr, IExpr>, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorRemoveLevelSpecification
- VisitorRemoveLevelSpecification(Function<IExpr, IExpr>, int, int) - Constructor for class org.matheclipse.core.visit.VisitorRemoveLevelSpecification
- VisitorRemoveLevelSpecification(Function<IExpr, IExpr>, int, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorRemoveLevelSpecification
- VisitorRemoveLevelSpecification(Function<IExpr, IExpr>, int, int, int, int, int, boolean) - Constructor for class org.matheclipse.core.visit.VisitorRemoveLevelSpecification
-
Example value set for including all levels:
fromLevel = 0;
toLevel = Integer.MAX_VALUE;
fromDepth = Integer.MIN_VALUE;
toDepth = -1;
- VisitorRemoveLevelSpecification(Function<IExpr, IExpr>, IExpr, int, boolean, EvalEngine) - Constructor for class org.matheclipse.core.visit.VisitorRemoveLevelSpecification
-
Create a LevelSpecification from an IInteger or IAST list-object.
Anexpr
is interpreted as a level specification for the allowed levels in an AST.
Ifexpr
is a non-negative IInteger iValue set Level {1,iValue};
Ifexpr
is a negative IInteger iValue set Level {iValue, 0};
Ifexpr
is a List {i0Value, i1Value} set Level {i0Value, i1Value}; - VisitorRemoveLevelSpecification.StopException - Exception in org.matheclipse.core.visit
-
StopException will be thrown, if maximum number of Cases results are reached
- VisitorReplaceAll - Class in org.matheclipse.core.visit
-
Replace all occurrences of expressions where the given
function.apply()
method returns a nonF.NIL
value. - VisitorReplaceAll(Function<IExpr, IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAll
- VisitorReplaceAll(Function<IExpr, IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAll
- VisitorReplaceAll(Map<? extends IExpr, ? extends IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAll
- VisitorReplaceAll(Map<? extends IExpr, ? extends IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAll
- VisitorReplaceAll(IAssociation) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAll
- VisitorReplaceAll(IAST) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAll
- VisitorReplaceAll(IAST, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAll
- VisitorReplaceAllBFS - Class in org.matheclipse.core.visit
-
Replace all occurrences in breath first search of expressions where the given
function.apply()
method returns a nonF.NIL
value. - VisitorReplaceAllBFS(Function<IExpr, IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllBFS
- VisitorReplaceAllBFS(Function<IExpr, IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllBFS
- VisitorReplaceAllBFS(Map<? extends IExpr, ? extends IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllBFS
- VisitorReplaceAllBFS(Map<? extends IExpr, ? extends IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllBFS
- VisitorReplaceAllBFS(IAST) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllBFS
- VisitorReplaceAllBFS(IAST, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllBFS
- VisitorReplaceAllDFS - Class in org.matheclipse.core.visit
-
Replace all occurrences in depth first search of expressions where the given
function.apply()
method returns a nonF.NIL
value. - VisitorReplaceAllDFS(Function<IExpr, IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllDFS
- VisitorReplaceAllDFS(Function<IExpr, IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllDFS
- VisitorReplaceAllDFS(Map<? extends IExpr, ? extends IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllDFS
- VisitorReplaceAllDFS(Map<? extends IExpr, ? extends IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllDFS
- VisitorReplaceAllDFS(IAST) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllDFS
- VisitorReplaceAllDFS(IAST, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllDFS
- VisitorReplaceAllWithPatternFlags - Class in org.matheclipse.core.visit
-
Replace all occurrences of expressions where the given
function.apply()
method returns a nonF.NIL
value. - VisitorReplaceAllWithPatternFlags(Function<IExpr, IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceAllWithPatternFlags
- VisitorReplaceArgs - Class in org.matheclipse.core.visit
-
Replace all occurrences of expressions with the slot at that position in the AST list.
- VisitorReplaceArgs(IAST) - Constructor for class org.matheclipse.core.visit.VisitorReplaceArgs
- VisitorReplaceEvalf - Class in org.matheclipse.core.visit
-
Replace all non numeric expressions where the given
function.apply()
method returns a nonF.NIL
value. - VisitorReplaceEvalf(Function<IExpr, IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceEvalf
- VisitorReplaceEvalf(Map<? extends IExpr, ? extends IExpr>) - Constructor for class org.matheclipse.core.visit.VisitorReplaceEvalf
- VisitorReplaceEvalf(Map<? extends IExpr, ? extends IExpr>, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceEvalf
- VisitorReplaceEvalf(IAssociation) - Constructor for class org.matheclipse.core.visit.VisitorReplaceEvalf
- VisitorReplaceEvalf(IAST) - Constructor for class org.matheclipse.core.visit.VisitorReplaceEvalf
- VisitorReplaceEvalf(IAST, int) - Constructor for class org.matheclipse.core.visit.VisitorReplaceEvalf
- VisitorReplacePart - Class in org.matheclipse.core.visit
-
Visitor for the
ReplacePart()
function - VisitorReplacePart(IAST, IExpr.COMPARE_TERNARY) - Constructor for class org.matheclipse.core.visit.VisitorReplacePart
-
Create a new visitor which replaces parts of an expression.
- VisitorReplaceSlots - Class in org.matheclipse.core.visit
-
Replace all occurrences of Slot[] expressions.
- VisitorReplaceSlots(IAST) - Constructor for class org.matheclipse.core.visit.VisitorReplaceSlots
- VISJS_IFRAME - Static variable in class org.matheclipse.core.form.output.JSBuilder
- VISJS_PAGE - Static variable in class org.matheclipse.core.basic.Config
-
HTML template for the VIS-network
- volume(Object) - Static method in class org.matheclipse.core.expression.J
- Volume - Static variable in class org.matheclipse.core.expression.ID
- Volume - Static variable in class org.matheclipse.core.expression.S
W
- w - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
w
that will never be assigned a value. - w(int, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- W - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- w_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
w_
that will be used only for predefined pattern-matching rules and can match one expression. - w_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- w_Symbol - Static variable in class org.matheclipse.core.expression.F
- weaklyConnectedGraphQ(Object) - Static method in class org.matheclipse.core.expression.J
- WeaklyConnectedGraphQ - Static variable in class org.matheclipse.core.expression.ID
- WeaklyConnectedGraphQ - Static variable in class org.matheclipse.core.expression.S
- weberE(Object, Object) - Static method in class org.matheclipse.core.expression.J
- weberE(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- WeberE - Static variable in class org.matheclipse.core.expression.ID
- WeberE - Static variable in class org.matheclipse.core.expression.S
- WeberE(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- WeberE(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- weibullDistribution(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
WeibullDistribution(a, b) - returns a Weibull distribution.
- weibullDistribution(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
WeibullDistribution(a, b) - returns a Weibull distribution.
- WeibullDistribution - Static variable in class org.matheclipse.core.expression.ID
- WeibullDistribution - Static variable in class org.matheclipse.core.expression.S
-
WeibullDistribution(a, b) - returns a Weibull distribution.
- WeibullDistribution(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- WeibullDistribution(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- weierstrassHalfPeriods(Object) - Static method in class org.matheclipse.core.expression.J
- weierstrassHalfPeriods(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- WeierstrassHalfPeriods - Static variable in class org.matheclipse.core.expression.ID
- WeierstrassHalfPeriods - Static variable in class org.matheclipse.core.expression.S
- weierstrassInvariants(Object) - Static method in class org.matheclipse.core.expression.J
- weierstrassInvariants(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- WeierstrassInvariants - Static variable in class org.matheclipse.core.expression.ID
- WeierstrassInvariants - Static variable in class org.matheclipse.core.expression.S
- weierstrassP(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
WeierstrassP(expr, {n1, n2}) - Weierstrass elliptic function.
- weierstrassP(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- WeierstrassP - Static variable in class org.matheclipse.core.expression.ID
- WeierstrassP - Static variable in class org.matheclipse.core.expression.S
-
WeierstrassP(expr, {n1, n2}) - Weierstrass elliptic function.
- weierstrassPPrime(Object, Object) - Static method in class org.matheclipse.core.expression.J
- weierstrassPPrime(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- WeierstrassPPrime - Static variable in class org.matheclipse.core.expression.ID
- WeierstrassPPrime - Static variable in class org.matheclipse.core.expression.S
- weierstrassRoots(Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.EllipticFunctionsJS
- weight() - Method in class org.matheclipse.core.expression.data.ExprWeightedEdge
- weightDeg(long[][]) - Method in class org.matheclipse.core.polynomials.longexponent.ExpVectorLong
-
ExpVectorLong weighted degree.
- weightDeg(IExpr[][]) - Method in class org.matheclipse.core.polynomials.symbolicexponent.ExpVectorSymbolic
-
ExpVectorLong weighted degree.
- weightDegree() - Method in class org.matheclipse.core.polynomials.longexponent.ExprPolynomial
-
Weight degree.
- weightDegree() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomial
-
Weight degree.
- weightedAdjacencyMatrix(Object) - Static method in class org.matheclipse.core.expression.J
-
WeightedAdjacencyMatrix(graph) - convert the `graph` into a weighted adjacency matrix in sparse array format.
- WeightedAdjacencyMatrix - Static variable in class org.matheclipse.core.expression.ID
- WeightedAdjacencyMatrix - Static variable in class org.matheclipse.core.expression.S
-
WeightedAdjacencyMatrix(graph) - convert the `graph` into a weighted adjacency matrix in sparse array format.
- WeightedData - Static variable in class org.matheclipse.core.expression.ID
- WeightedData - Static variable in class org.matheclipse.core.expression.S
- weightedGraphQ(Object) - Static method in class org.matheclipse.core.expression.J
-
WeightedGraphQ(expr) - test if `expr` is an explicit weighted graph object.
- WeightedGraphQ - Static variable in class org.matheclipse.core.expression.ID
- WeightedGraphQ - Static variable in class org.matheclipse.core.expression.S
-
WeightedGraphQ(expr) - test if `expr` is an explicit weighted graph object.
- weightedGraphToAdjacencyMatrix(Graph<IExpr, ExprWeightedEdge>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
- weightedGraphToWeightedAdjacencyMatrix(Graph<IExpr, ExprWeightedEdge>) - Static method in class org.matheclipse.core.expression.data.GraphExpr
- weightForOrder(int, int) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
Construct weight for INVLEX.
- weightForOrder(int, int) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
Construct weight for INVLEX.
- weightOrder(long[]) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
Construct weight ExprTermOrder.
- weightOrder(long[][]) - Static method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrderByName
-
Construct weight ExprTermOrder.
- weightOrder(IExpr[]) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
Construct weight ExpVectorTermOrder.
- weightOrder(IExpr[][]) - Static method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrderByName
-
Construct weight ExpVectorTermOrder.
- weightToScript() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
Script representation of weight matrix.
- weightToScript() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
Script representation of weight matrix.
- weightToString() - Method in class org.matheclipse.core.polynomials.longexponent.ExprTermOrder
-
String representation of weight matrix.
- weightToString() - Method in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicTermOrder
-
String representation of weight matrix.
- wheelGraph(Object) - Static method in class org.matheclipse.core.expression.J
- WheelGraph - Static variable in class org.matheclipse.core.expression.ID
- WheelGraph - Static variable in class org.matheclipse.core.expression.S
- Which - Static variable in class org.matheclipse.core.expression.ID
- Which - Static variable in class org.matheclipse.core.expression.S
-
Which(cond1, expr1, cond2, expr2, ...) - yields `expr1` if `cond1` evaluates to `True`, `expr2` if `cond2` evaluates to `True`, etc.
- While - Static variable in class org.matheclipse.core.expression.ID
- While - Static variable in class org.matheclipse.core.expression.S
-
While(test, body) - evaluates `body` as long as test evaluates to `True`.
- While(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- white - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color white.
- White - Static variable in class org.matheclipse.core.expression.ID
- White - Static variable in class org.matheclipse.core.expression.S
- WHITE - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color white.
- Whitespace - Static variable in class org.matheclipse.core.expression.ID
- Whitespace - Static variable in class org.matheclipse.core.expression.S
-
Whitespace - represents a sequence of whitespace characters.
- WhitespaceCharacter - Static variable in class org.matheclipse.core.expression.ID
- WhitespaceCharacter - Static variable in class org.matheclipse.core.expression.S
-
WhitespaceCharacter - represents a single whitespace character.
- whittakerM(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- whittakerM(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- WhittakerM - Static variable in class org.matheclipse.core.expression.ID
- WhittakerM - Static variable in class org.matheclipse.core.expression.S
- WhittakerM(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- WhittakerMRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - WhittakerMRules() - Constructor for class org.matheclipse.core.reflection.system.rules.WhittakerMRules
- whittakerW(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
- whittakerW(Complex, Complex, Complex) - Static method in class org.matheclipse.core.builtin.functions.HypergeometricJS
- WhittakerW - Static variable in class org.matheclipse.core.expression.ID
- WhittakerW - Static variable in class org.matheclipse.core.expression.S
- WhittakerW(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- WhittakerWRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - WhittakerWRules() - Constructor for class org.matheclipse.core.reflection.system.rules.WhittakerWRules
- width - Variable in class org.matheclipse.core.graphics.Dimensions2D
- width() - Method in interface org.matheclipse.core.tensor.sca.Clip
- WIDTH - Static variable in class org.matheclipse.core.builtin.ManipulateFunction
- WindowClosed - Class in org.matheclipse.core.bridge.awt
- WindowClosed() - Constructor for class org.matheclipse.core.bridge.awt.WindowClosed
- WindowFunction(Function<IExpr, IExpr>, String) - Constructor for class org.matheclipse.core.builtin.WindowFunctions.WindowFunction
- WindowFunctions - Class in org.matheclipse.core.builtin
- WindowFunctions.WindowFunction - Class in org.matheclipse.core.builtin
- WINDOWS_SUPPORT - Static variable in class org.matheclipse.core.expression.ImplementationStatus
- with(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
With({list_of_local_variables}, expr ) - evaluates `expr` for the `list_of_local_variables` by replacing the local variables in `expr`.
- with(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
With({list_of_local_variables}, expr ) - evaluates `expr` for the `list_of_local_variables` by replacing the local variables in `expr`.
- With - Static variable in class org.matheclipse.core.expression.ID
- With - Static variable in class org.matheclipse.core.expression.S
-
With({list_of_local_variables}, expr ) - evaluates `expr` for the `list_of_local_variables` by replacing the local variables in `expr`.
- With(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
-
Evaluates
expr
for thelistOfLocalVariables
by replacing the local variables inexpr
. - withOne(IExpr) - Static method in class org.matheclipse.core.tensor.nrm.Hypot
- WL - Class in org.matheclipse.core.expression
-
Methods for handling the WXF serialization format.
- WL() - Constructor for class org.matheclipse.core.expression.WL
- WolframFormFactory - Class in org.matheclipse.core.form.output
- Word - Static variable in class org.matheclipse.core.expression.ID
- Word - Static variable in class org.matheclipse.core.expression.S
- WordBoundary - Static variable in class org.matheclipse.core.expression.ID
- WordBoundary - Static variable in class org.matheclipse.core.expression.S
-
WordBoundary - represents the boundary between words.
- WordCharacter - Static variable in class org.matheclipse.core.expression.ID
- WordCharacter - Static variable in class org.matheclipse.core.expression.S
- WordSeparators - Static variable in class org.matheclipse.core.expression.ID
- WordSeparators - Static variable in class org.matheclipse.core.expression.S
- write(byte[]) - Method in class org.matheclipse.core.eval.util.WriterOutputStream
- write(byte[], int, int) - Method in class org.matheclipse.core.eval.util.WriterOutputStream
- write(int) - Method in class org.matheclipse.core.eval.util.WriterOutputStream
- write(Kryo, Output, IAST) - Method in class org.matheclipse.core.expression.KryoUtil.IASTSerializer
- write(Object, Object) - Static method in class org.matheclipse.core.expression.J
- Write - Static variable in class org.matheclipse.core.expression.ID
- Write - Static variable in class org.matheclipse.core.expression.S
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.AST
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.AST0
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.ASTAssociation
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.ASTRealMatrix
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.ASTRealVector
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.ASTRRBTree
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.ASTSeriesData
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.B1
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.B2
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.B3
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.BigIntegerSym
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.BDDExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.ByteArrayExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.DateObjectExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.DispatchExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.FileExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.InputStreamExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.JavaClassExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.JavaObjectExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.NumericArrayExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.OutputStreamExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.SparseArrayExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.TestReportObjectExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.TestResultObjectExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.data.TimeObjectExpr
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.expression.IntegerSym
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.patternmatching.PatternMatcher
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.patternmatching.PatternMatcherAndEvaluator
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.patternmatching.PatternMatcherEquals
- writeExternal(ObjectOutput) - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- WriterOutputStream - Class in org.matheclipse.core.eval.util
- WriterOutputStream(Writer) - Constructor for class org.matheclipse.core.eval.util.WriterOutputStream
- WriterOutputStream(Writer, String) - Constructor for class org.matheclipse.core.eval.util.WriterOutputStream
- writeRules(ObjectOutputStream) - Method in class org.matheclipse.core.expression.BuiltInDummy
-
Serialize the rule definitions associated to this symbol
- writeRules(ObjectOutputStream) - Method in class org.matheclipse.core.expression.Symbol
-
Serialize the rule definitions associated to this symbol
- writeRules(ObjectOutputStream) - Method in interface org.matheclipse.core.interfaces.ISymbol
-
Serialize the rule definitions associated to this symbol
- writeString(Object, Object) - Static method in class org.matheclipse.core.expression.J
- WriteString - Static variable in class org.matheclipse.core.expression.ID
- WriteString - Static variable in class org.matheclipse.core.expression.S
- WRONG_SOLUTION - Static variable in exception org.matheclipse.core.reflection.system.Solve.NoSolution
-
Definitely wrong solution.
- WXF - org.matheclipse.core.io.Extension
-
WXF format
- WXFFunctions - Class in org.matheclipse.core.builtin
X
- x - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
x
that will never be assigned a value. - x - Variable in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
First element
- x() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- X - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- x_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
x_
that will be used only for predefined pattern-matching rules and can match one expression. - x__ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern sequence
x__
that will be used only for predefined pattern-matching rules and can match any sequence of one or more expressions. - x___ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal null pattern sequence
x___
that will be used only for predefined pattern-matching rules and can match any sequence of zero or more expressions. - x_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- x_Symbol - Static variable in class org.matheclipse.core.expression.F
- x0() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- xFunction() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- xk() - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- xMax - Variable in class org.matheclipse.core.graphics.Dimensions2D
- xMin - Variable in class org.matheclipse.core.graphics.Dimensions2D
- Xnor - Static variable in class org.matheclipse.core.expression.ID
- Xnor - Static variable in class org.matheclipse.core.expression.S
- Xor - Static variable in class org.matheclipse.core.expression.ID
- Xor - Static variable in class org.matheclipse.core.expression.S
-
Xor(arg1, arg2, ...) - Logical XOR (exclusive OR) function.
- xPowNTimesFmx(IAST, IExpr, EvalEngine) - Method in class org.matheclipse.core.generic.PowerTimesFunction
-
Analyze if an expression is of the form
x^n_.
- xScale() - Method in class org.matheclipse.core.graphics.GraphicsOptions
Y
- y - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
y
that will never be assigned a value. - y - Variable in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Second element
- Y - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- y_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
y_
that will be used only for predefined pattern-matching rules and can match one expression. - y__ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern sequence
y__
that will be used only for predefined pattern-matching rules and can match any sequence of one or more expressions. - y___ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal null pattern sequence
y___
that will be used only for predefined pattern-matching rules and can match any sequence of zero or more expressions. - y_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- y_Symbol - Static variable in class org.matheclipse.core.expression.F
- yellow - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color yellow.
- Yellow - Static variable in class org.matheclipse.core.expression.ID
- Yellow - Static variable in class org.matheclipse.core.expression.S
- YELLOW - Static variable in class org.matheclipse.core.convert.RGBColor
-
The color yellow.
- yFunction() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- yMax - Variable in class org.matheclipse.core.graphics.Dimensions2D
- yMin - Variable in class org.matheclipse.core.graphics.Dimensions2D
- yScale() - Method in class org.matheclipse.core.graphics.GraphicsOptions
- yuleDissimilarity(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
YuleDissimilarity(u, v) - returns the Yule dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `R / (c_tt * c_ff + R / 2)` where `n` is `len(u)`, `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `k
- YuleDissimilarity - Static variable in class org.matheclipse.core.expression.ID
- YuleDissimilarity - Static variable in class org.matheclipse.core.expression.S
YuleDissimilarity(u, v) - returns the Yule dissimilarity between the two boolean 1-D lists `u` and `v`, which is defined as `R / (c_tt * c_ff + R / 2)` where `n` is `len(u)`, `c_ij` is the number of occurrences of `u(k)=i` and `v(k)=j` for `kZ
- z - Static variable in class org.matheclipse.core.expression.S
-
Used to represent a formal parameter
z
that will never be assigned a value. - z - Variable in class org.matheclipse.core.tensor.opt.qh3.Vector3d
-
Third element
- Z - Static variable in class org.matheclipse.core.integrate.rubi.UtilityFunctionCtors
- z_ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern
z_
that will be used only for predefined pattern-matching rules and can match one expression. - z__ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal pattern sequence
z__
that will be used only for predefined pattern-matching rules and can match any sequence of one or more expressions. - z___ - Static variable in class org.matheclipse.core.expression.F
-
Used to represent a formal null pattern sequence
z___
that will be used only for predefined pattern-matching rules and can match any sequence of zero or more expressions. - z_DEFAULT - Static variable in class org.matheclipse.core.expression.F
- z_Symbol - Static variable in class org.matheclipse.core.expression.F
- zero() - Method in class org.matheclipse.core.expression.ApcomplexNum
- zero() - Method in class org.matheclipse.core.expression.ApfloatNum
- zero() - Method in class org.matheclipse.core.expression.ComplexNum
- zero() - Method in class org.matheclipse.core.expression.Num
- zero() - Method in interface org.matheclipse.core.interfaces.IExpr
- zero() - Method in interface org.matheclipse.core.interfaces.INumber
-
Additive neutral element of this number.
- zero() - Method in interface org.matheclipse.core.interfaces.IReal
- zero() - Method in class org.matheclipse.core.tensor.qty.QuantityImpl
- ZERO - Static variable in class org.matheclipse.core.expression.ApcomplexNum
-
A complex number representing "0.0 + 0.0i"
- ZERO - Static variable in class org.matheclipse.core.expression.ComplexNum
-
A complex number representing "0.0 + 0.0i"
- ZERO - Static variable in class org.matheclipse.core.expression.FractionSym
- ZERO - Variable in class org.matheclipse.core.polynomials.longexponent.ExprPolynomialRing
-
The constant polynomial 0 for this ring.
- ZERO - Variable in class org.matheclipse.core.polynomials.symbolicexponent.SymbolicPolynomialRing
-
The constant polyl 0 for this ring.
- ZERO_IN_OUTPUT_FORMAT - Static variable in class org.matheclipse.core.basic.Config
-
The double tolerance used to determine if a value is printed as 0.0 in output formatting.
- ZeroSymmetric - Static variable in class org.matheclipse.core.expression.ID
- ZeroSymmetric - Static variable in class org.matheclipse.core.expression.S
- ZeroSymmetric(IExpr) - Static method in class org.matheclipse.core.expression.F
-
Symmetry of a zero tensor.
- ZeroTest - Static variable in class org.matheclipse.core.expression.ID
- ZeroTest - Static variable in class org.matheclipse.core.expression.S
- zeta(double) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- zeta(Object) - Static method in class org.matheclipse.core.expression.J
-
Zeta(z) - returns the Riemann zeta function of `z`.
- zeta(Object, Object) - Static method in class org.matheclipse.core.expression.J
-
Zeta(z) - returns the Riemann zeta function of `z`.
- zeta(Complex) - Static method in class org.matheclipse.core.builtin.functions.ZetaJS
- Zeta - Static variable in class org.matheclipse.core.expression.ID
- Zeta - Static variable in class org.matheclipse.core.expression.S
-
Zeta(z) - returns the Riemann zeta function of `z`.
- Zeta(IExpr) - Static method in class org.matheclipse.core.expression.F
- Zeta(IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ZetaJS - Class in org.matheclipse.core.builtin.functions
- zTransform(Object, Object, Object) - Static method in class org.matheclipse.core.expression.J
-
ZTransform(x,n,z) - returns the Z-Transform of `x`.
- ZTransform - Class in org.matheclipse.core.reflection.system
- ZTransform - Static variable in class org.matheclipse.core.expression.ID
- ZTransform - Static variable in class org.matheclipse.core.expression.S
-
ZTransform(x,n,z) - returns the Z-Transform of `x`.
- ZTransform() - Constructor for class org.matheclipse.core.reflection.system.ZTransform
- ZTransform(IExpr, IExpr, IExpr) - Static method in class org.matheclipse.core.expression.F
- ZTransformRules - Class in org.matheclipse.core.reflection.system.rules
-
Generated by
org.matheclipse.core.preprocessor.RulePreprocessor
. - ZTransformRules() - Constructor for class org.matheclipse.core.reflection.system.rules.ZTransformRules
- ZZ(int) - Static method in class org.matheclipse.core.expression.F
-
Create an integer number by using the internal small integer number cache.
- ZZ(long) - Static method in class org.matheclipse.core.expression.F
-
Create an integer number.
- ZZ(String, int) - Static method in class org.matheclipse.core.expression.F
-
Create a large integer number.
- ZZ(BigInteger) - Static method in class org.matheclipse.core.expression.F
-
Create a large integer number.
- ZZUniqueReference(int) - Static method in class org.matheclipse.core.expression.F
-
Create a new integer number without using the internal small integer number cache.
_
- __mul__(ISeqBase) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- __new__(boolean, Sequences.SeqBase...) - Static method in class org.matheclipse.core.sympy.series.Sequences.SeqMul
- _000 - org.matheclipse.core.tensor.img.ColorDataLists
-
2 colors: black and white
- _001 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _003 - org.matheclipse.core.tensor.img.ColorDataLists
-
10 colors
- _058 - org.matheclipse.core.tensor.img.ColorDataLists
-
14 colors
- _061 - org.matheclipse.core.tensor.img.ColorDataLists
-
9 colors
- _063 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _074 - org.matheclipse.core.tensor.img.ColorDataLists
-
10 colors
- _094 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _096 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _097 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors, Mathematica default
- _098 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _099 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _100 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _103 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _104 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _106 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _108 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _109 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _110 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _112 - org.matheclipse.core.tensor.img.ColorDataLists
-
16 colors
- _250 - org.matheclipse.core.tensor.img.ColorDataLists
-
hue palette with 13 colors normalized according to brightness tensor library default
- _251 - org.matheclipse.core.tensor.img.ColorDataLists
-
hue palette with 13 colors
- _atoms(IASTAppendable, IAST, Predicate<IExpr>) - Static method in class org.matheclipse.core.sympy.core.Basic
- _eval_coeff(IExpr) - Method in interface org.matheclipse.core.interfaces.ISeqBase
- _eval_coeff(IExpr) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqFormula
- _eval_term(IExpr) - Method in interface org.matheclipse.core.interfaces.ISeriesBase
- _eval_term(IExpr) - Method in class org.matheclipse.core.sympy.series.Formal.FormalPowerSeries
- _intersect_interval(ISeqBase) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
- _ith_point(int) - Method in interface org.matheclipse.core.interfaces.ISeqBase
- _ith_point(int) - Method in interface org.matheclipse.core.interfaces.ISeriesBase
-
Returns the i'th point of a series If start point is negative infinity, point is returned from the end.
- _mul(Sequences.SeqBase) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqBase
-
Should only be used internally.
- _mul(Sequences.SeqBase) - Method in class org.matheclipse.core.sympy.series.Sequences.SeqFormula
All Classes All Packages