Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a - Variable in class com.singularsys.jeptests.unit.misc.BoundVariableTest.MyObj
- abs() - Method in class com.singularsys.jep.standard.Complex
-
Returns the absolute value of the complex number.
- abs(Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- abs(Object) - Method in class com.singularsys.jep.functions.Abs
-
Calculates the absolute value of its argument
- Abs - Class in com.singularsys.jep.functions
-
Absolute value function.
- Abs() - Constructor for class com.singularsys.jep.functions.Abs
- ABS - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- abs2() - Method in class com.singularsys.jep.standard.Complex
-
Returns the square of the absolute value (re*re+im*im).
- AbsRule() - Constructor for class com.singularsys.jeptests.system.LatexTest.AbsRule
- AbsTest - Class in com.singularsys.jeptests.unit.functions
-
Unit tests for the
Absfunction. - AbsTest() - Constructor for class com.singularsys.jeptests.unit.functions.AbsTest
- AbstractCanvas - Class in com.singularsys.jepexamples.applets
-
An abstract base class providing scaling and double buffering support for Canvas components.
- AbstractCanvas() - Constructor for class com.singularsys.jepexamples.applets.AbstractCanvas
-
Constructor using 1 for scaling and 0 for offset.
- AbstractCanvas(double, double, int, int) - Constructor for class com.singularsys.jepexamples.applets.AbstractCanvas
-
Constructor specifying the default values for scaling and offset.
- AbstractComparativeField - Class in com.singularsys.extensions.field
-
An abstract base class for fields where comparison methods are implemented using a single
cmp(a,b)method. - AbstractComparativeField() - Constructor for class com.singularsys.extensions.field.AbstractComparativeField
- AbstractEval - Class in com.singularsys.extensions.fastreal
-
Abstract base class for rpe-base evaluation routines.
- AbstractEval() - Constructor for class com.singularsys.extensions.fastreal.AbstractEval
- AbstractEval(Jep) - Constructor for class com.singularsys.extensions.fastreal.AbstractEval
- AbstractHandler - Class in com.singularsys.extensions.mathml.parser
-
Base class which provides access to Jep components
- AbstractHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.AbstractHandler
- AbstractInc - Class in com.singularsys.jep.misc.javaops
-
Base class for pre and post increment operators.
- AbstractInc() - Constructor for class com.singularsys.jep.misc.javaops.AbstractInc
- AbstractMatrixField - Class in com.singularsys.extensions.matrix
-
An abstract base class for implementations of MatrixFieldI.
- AbstractMatrixField(MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.AbstractMatrixField
-
Construction
- AbstractMatrixField(MatrixFactoryI, boolean) - Constructor for class com.singularsys.extensions.matrix.AbstractMatrixField
-
Constructor where operations on the base field can be switched off.
- AbstractPNode - Class in com.singularsys.extensions.polynomials
-
Default methods, when more specific methods do not work.
- AbstractPNode(PolynomialCreator) - Constructor for class com.singularsys.extensions.polynomials.AbstractPNode
- AbstractRewrite - Class in com.singularsys.extensions.rewrite
-
Basic implementation for a RewriteRule.
- AbstractRewrite() - Constructor for class com.singularsys.extensions.rewrite.AbstractRewrite
- AbstractVectorMatrixRule - Class in com.singularsys.extensions.rewrite.matrix
-
Base class for rules which operate on vectors and matrices.
- AbstractVectorMatrixRule() - Constructor for class com.singularsys.extensions.rewrite.matrix.AbstractVectorMatrixRule
- AbstrctPolynomialRewriter - Class in com.singularsys.extensions.polynomials
-
A base class for polynomial rewriters.
- AbstrctPolynomialRewriter(PolynomialCreator) - Constructor for class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
- AbsWithInteger_MIN_VALUE_is_wrong() - Method in class com.singularsys.jeptests.unit.functions.AbsTest
- Accumulate - Class in com.singularsys.extensions.lambda
-
Accumulate values in a sequence returning a sequence of intermediate values.
- Accumulate() - Constructor for class com.singularsys.extensions.lambda.Accumulate
- acos() - Method in class com.singularsys.jep.standard.Complex
-
Returns the arccos of this complex number.
- acos() - Method in class com.singularsys.jep.standard.ImmutableComplex
- acos(Object) - Method in class com.singularsys.jep.functions.ArcCosine
- ACOS - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- acosh() - Method in class com.singularsys.jep.standard.Complex
-
Returns the inverse hyperbolic cosine of this complex number.
- acosh() - Method in class com.singularsys.jep.standard.ImmutableComplex
- acosh(Object) - Method in class com.singularsys.jep.functions.ArcCosineH
- ACOSH - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- actionPerformed(ActionEvent) - Method in class com.singularsys.extexamples.applets.ImplicitPlotter
- actionPerformed(ActionEvent) - Method in class com.singularsys.jepexamples.applets.Fractal
- add - Variable in class com.singularsys.jep.functions.Average
-
Function used to add pairs of elements
- add - Variable in class com.singularsys.jep.functions.Dot
- add - Variable in class com.singularsys.jep.functions.VSum
- add(Rational) - Method in class com.singularsys.extensions.field.implementations.Rational
- add(RationalWithInfinity) - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- add(Signature.InnerSig) - Method in class com.singularsys.extensions.lambda.Signature.ListSig
-
Add a signature to the list.
- add(Signature.InnerSig) - Method in class com.singularsys.extensions.lambda.Signature.Pat
-
Add a signature to the list.
- add(GenericMatrix<E>, GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- add(GenericVector<E>, GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- add(PNodeI) - Method in class com.singularsys.extensions.polynomials.AbstractPNode
-
Returns the sum of this node and argument
- add(PNodeI) - Method in class com.singularsys.extensions.polynomials.Monomial
- add(PNodeI) - Method in class com.singularsys.extensions.polynomials.MutablePolynomial
- add(PNodeI) - Method in class com.singularsys.extensions.polynomials.PConstant
- add(PNodeI) - Method in class com.singularsys.extensions.polynomials.PFunction
- add(PNodeI) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Adds a node to this one.
- add(PNodeI) - Method in class com.singularsys.extensions.polynomials.Polynomial
- add(PNodeI) - Method in class com.singularsys.extensions.polynomials.POperator
- add(PNodeI) - Method in class com.singularsys.extensions.polynomials.PVariable
- add(Polynomial) - Method in class com.singularsys.extensions.polynomials.Polynomial
- add(RewriteRuleI) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
-
Add a rewriting rule
- add(RewriteVisitor.ConstantRuleI) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
-
Adds a rule modifying constant nodes
- add(RewriteVisitor.VariableRuleI) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
-
Adds a rule modifying variable nodes
- add(SymbolToken) - Method in class com.singularsys.jep.configurableparser.matchers.SymbolTokenMatcher
-
Adds a new SymbolToken to be matched.
- add(MonitoringEvaluator.CountAndTime) - Method in class com.singularsys.jep.misc.MonitoringEvaluator.CountAndTime
- add(Operator) - Method in class com.singularsys.jep.walkers.ExpressionConsolidator
-
Adds an addition operator to be consolidated.
- add(Node) - Method in class com.singularsys.extensions.structure.SequenceNode
-
Add the next node in the sequence.
- add(Complex) - Method in class com.singularsys.jep.standard.Complex
-
Adds the complex number with another complex value.
- add(Complex) - Method in class com.singularsys.jep.standard.ImmutableComplex
- add(Complex, Complex) - Static method in class com.singularsys.jep.functions.Add
- add(Complex, Number) - Static method in class com.singularsys.jep.functions.Add
- add(Number, Number) - Static method in class com.singularsys.jep.functions.Add
- add(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- add(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Add two members of the field.
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
First calls
GenericField.cast(Object)on both arguments then call theGenericField.addG(E, E). - add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- add(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
- add(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Adds two matrices or vectors.
- add(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Adds two matrices or vectors.
- add(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixAdd
- add(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- add(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- add(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- add(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- add(Object, Object) - Method in class com.singularsys.jep.functions.Add
-
Adds two numbers together.
- add(List<?>, List<?>) - Method in class com.singularsys.jep.functions.Add
- Add - Class in com.singularsys.jep.functions
-
Addition function.
- Add() - Constructor for class com.singularsys.jep.functions.Add
- ADD - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- ADD - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- ADD_CONSTANT - Enum constant in enum class com.singularsys.jep.misc.publishingvariable.VariableTableAction.Actions
- ADD_VARIABLE - Enum constant in enum class com.singularsys.jep.misc.publishingvariable.VariableTableAction.Actions
- addAltSymbol(String) - Method in class com.singularsys.jep.Operator
-
Adds an alternate symbol which can be used at parse time.
- addArrayAccessMatcher(String, String) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Matches array access: a[3]
- addAuxComponent(JepComponent) - Method in class com.singularsys.jep.ComponentSet
- addBitOperators(String, String) - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- addBracketMatcher(String, String) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Matches bracketed expressions: (2+3).
- addBundle(String) - Static method in class com.singularsys.jep.JepMessages
-
Adds a resource bundle to the list of bundles to search for messages.
- addBundle(ResourceBundle) - Static method in class com.singularsys.jep.JepMessages
-
Adds a resource bundle to the list of bundles to search for messages.
- addChild(Object) - Method in class com.singularsys.extensions.mathml.parser.StackFrame
- addCoeff(int, int, double) - Method in class com.singularsys.extexamples.applets.Bern2D
- addCommand(short) - Method in class com.singularsys.extensions.fastreal.RpCommandList
- addCommand(short, short) - Method in class com.singularsys.extensions.fastreal.RpCommandList
-
Adds a command to the list
- addComponents(JepComponent[]) - Method in class com.singularsys.jep.ComponentSet
- addConfig(SpeedTest.EvaluationConfig) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest
-
Adds a new EvaluationConfig to be run for comparison.
- addConfig(SpeedTestComplex.EvaluationConfig) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
-
Adds a new EvaluationConfig to be run for comparison.
- addConstant(String, Object) - Method in class com.singularsys.jep.Jep
-
Add a constant: a variable whose value cannot be changed.
- addConstant(String, Object) - Method in class com.singularsys.jep.misc.CaseInsensitiveVariableTable
-
Adds a new constant
- addConstant(String, Object) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- addConstant(String, Object) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- addConstant(String, Object) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Adds a constant to the table.
- addConstant(String, Object) - Method in class com.singularsys.jep.VariableTable
-
Adds a new variable which is marked as a constant.
- addConstants(VariableFactory) - Method in class com.singularsys.jep.standard.StandardVariableTable
-
Adds the constants and sets the variable factory
- addDefaultComponents() - Method in class com.singularsys.jep.Jep
-
Set the default values for components if none are specified.
- addDiffRule(DiffRulesI) - Method in class com.singularsys.extensions.djep.DJep
-
Adds a rule with instruction on how to differentiate a function.
- addDoubleQuoteStrings() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognize double quote strings "...".
- addEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- addEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- addEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Adds two elements of the vector/matrix
- addEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- addEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- addEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Adds two elements which are not vectors or matrices.
- addEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- addEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- addEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- addEscapes(String) - Static method in exception class com.singularsys.jep.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addExponentNumbers() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognize numbers with optional exponents, 1.2e3, 1.2E-3, 1.2, 1.
- addField(FieldI) - Method in class com.singularsys.extensions.field.FieldCollection
-
Add a new field to the collection.
- AddFractionsNary() - Constructor for class com.singularsys.jeptests.system.JepTest.AddFractionsNary
- AddFractionsStack() - Constructor for class com.singularsys.jeptests.system.JepTest.AddFractionsStack
- addFun - Variable in class com.singularsys.jep.functions.Sum
-
Function used to add pairs of items.
- addFunction(String, PostfixMathCommandI) - Method in class com.singularsys.jep.FunctionTable
-
Add a function to the table.
- addFunction(String, PostfixMathCommandI) - Method in class com.singularsys.jep.Jep
-
Adds a function to the parser.
- addFunction(String, PostfixMathCommandI) - Method in class com.singularsys.jep.misc.CaseInsensitiveFunctionTable
- addFunction(String, PostfixMathCommandI) - Method in class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionTable
- addFunctionIfSet(String, Supplier<PostfixMathCommandI>) - Method in class com.singularsys.jep.FunctionTable
-
Only add the function if the string is not null and does not start with "!".
- addFunctionMatcher(String, String, String) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Matches functions: atan2(y,x).
- addFunctions(Jep, boolean) - Method in class com.singularsys.extensions.field.dictionary.FieldDictComponents
- addFunctions(Jep, boolean) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictComponents
- addFunctions(Jep, boolean) - Method in class com.singularsys.extensions.stream.dictionary.StreamDictComponents
- addFunctions(Jep, boolean) - Method in class com.singularsys.extensions.stream.dictionary.StreamFieldDictComponents
- addFunctions(Jep, boolean) - Method in class com.singularsys.extensions.stream.dictionary.StreamMatrixDictComponents
- addFunctions(Jep, boolean) - Method in class com.singularsys.jep.misc.dictionary.DictionaryComponents
- addG(Rational, Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
- addG(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Adds two elements of type E.
- addG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- addG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- addG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- addG(Long, Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- addG(Short, Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- addG(String, String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- addG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- addG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- addG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- addG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- addG(Vector<?>, Vector<?>) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- addGrammarMatcher(GrammarMatcher) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Adds a GrammarMatcher
- addHashComments() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognize comments of the form #....
- addHooks(Map<Node.HookKey, Object>) - Method in class com.singularsys.jep.walkers.SerializableExpression.Constant
- addHooks(Map<Node.HookKey, Object>) - Method in interface com.singularsys.jep.walkers.SerializableExpression.Element
- addHooks(Map<Node.HookKey, Object>) - Method in class com.singularsys.jep.walkers.SerializableExpression.Function
- addHooks(Map<Node.HookKey, Object>) - Method in class com.singularsys.jep.walkers.SerializableExpression.Operator
- addHooks(Map<Node.HookKey, Object>) - Method in class com.singularsys.jep.walkers.SerializableExpression.Variable
- addIdentifiers() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Adds java-style function and variable names.
- AddingVariableAndConstantsTest() - Constructor for class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.AddingVariableAndConstantsTest
- additionalComponents - Variable in class com.singularsys.jep.Jep
-
Additional components outside the standard set
- AdditiveExpression() - Method in class com.singularsys.jep.parser.JccParser
- addJavaOps() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- addListMatcher(String, String, String) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Matches vectors/list: [1,2,3]
- addListOrBracketMatcher(String, String, String) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Matches bracketed expressions or lists depending on number of arguments.
- addMatrixFunctions(MatrixFactoryI, MatrixFieldI) - Method in class com.singularsys.extensions.matrix.MatrixFunctionTable
- addMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- addMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- addMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- addMM(M, M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Add two matrices.
- addOperator(int, Operator) - Method in class com.singularsys.jep.OperatorTable
-
Add an operator with a given key.
- addOperator(int, Operator, Operator) - Method in class com.singularsys.jep.OperatorTable
-
Add operator with the same precedence level as an existing operator.
- addOperator(EmptyOperatorTable.OperatorKey, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Add an operator with a given key.
- addOperator(EmptyOperatorTable.OperatorKey, Operator, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Add operator with the same precedence level as an existing operator.
- addOperator(Operator) - Method in class com.singularsys.jep.OperatorTable
-
Add an operator with no key specified.
- addOperator(Operator, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Add operator with the same precedence level as an existing operator.
- addOperator(Operator, Operator) - Method in class com.singularsys.jep.OperatorTable
-
Add operator with the same precedence level as an existing operator.
- addOperatorTokenMatcher() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognize operators.
- addRewriteRule(RewriteRuleI) - Method in class com.singularsys.extensions.xjep.XJep
- addRule(GrammaticalRuleI) - Method in class com.singularsys.extensions.structure.StatementRule
-
Adds a new rule.
- addSemiColonTerminator() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Adds a matcher which will terminate the parsing process when a semicolon is encountered.
- addSimpleNumbers() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognize numbers without exponents 1.2.
- addSingleQuoteStrings() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognize single quote strings '...'.
- addSlashComments() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognize comments of the form //... or /* ... */.
- addSpecialRule(Operator, PrintVisitor.PrintRulesI) - Method in class com.singularsys.jep.PrintVisitor
-
Adds a special print rule to be added for a given operator.
- addSpecialRule(Operator, PrintVisitor.PrintRulesI) - Method in class com.singularsys.jep.PrintVisitor.NullPrintVisitor
- addSpecialRule(String, PrintVisitor.PrintRulesI) - Method in class com.singularsys.jep.PrintVisitor
-
Adds a special print rule to be added for a given function.
- addSpecialRule(String, PrintVisitor.PrintRulesI) - Method in class com.singularsys.jep.PrintVisitor.NullPrintVisitor
- addSpecialVarName(String, String) - Method in class com.singularsys.jep.PrintVisitor
-
Allows a replacement for a specific variable name
- addSpecialVarName(String, String) - Method in class com.singularsys.jep.PrintVisitor.NullPrintVisitor
- addStandardConstants() - Method in class com.singularsys.jep.Jep
-
Adds the constants pi and e to the parser.
- addStandardDiffRules() - Method in class com.singularsys.extensions.djep.DJep
-
Adds the standard set of differentiation rules.
- addStandardDiffRules() - Method in class com.singularsys.extensions.matrixdiff.MDJep
- addStandardDiffRules_is_silent_when_using_RationalNumberFactory_and_log_removed_from_functionTable() - Method in class com.singularsys.exttests.DJepTest
- addStandardDiffRules_returns_false_when_differenting_log_using_RationalNumberFactory() - Method in class com.singularsys.exttests.DJepTest
- addStrings - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- addSymbols(String...) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognise given set of symbols.
- addTest(PerfTest) - Method in class com.singularsys.jeptests.system.perf.PerfRunner
- addToArray(List<Object>, Object) - Method in class com.singularsys.jep.functions.ArrayFunctionBase
-
Adds a value
valto the arrayl. - addTokenFilter(TokenFilter) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Adds a TokenFilter.
- addTokenMatcher(TokenMatcher) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Adds a TokenMatcher.
- addVar(Variable) - Method in class com.singularsys.extensions.matrix.DimensionVisitor.VariableNodeChecker
-
Adds a variable to list to check against
- addVariable(String) - Method in class com.singularsys.jep.Jep
-
Adds a variable with a given name.
- addVariable(String) - Method in class com.singularsys.jep.misc.CaseInsensitiveVariableTable
-
Adds a new variable with no value specified.
- addVariable(String) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
-
Adds a new variable with no value specified.
- addVariable(String) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- addVariable(String) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Adds a variable to the table.
- addVariable(String) - Method in class com.singularsys.jep.VariableTable
-
Adds a new variable with no value specified.
- addVariable(String, double) - Method in class com.singularsys.jep.Jep
-
Adds or sets a double variable with a given name and value.
- addVariable(String, double, double) - Method in class com.singularsys.jep.Jep
-
Adds or sets a complex variable with a given name and value.
- addVariable(String, Object) - Method in class com.singularsys.jep.Jep
-
Adds or sets a variable with a given name and value.
- addVariable(String, Object) - Method in class com.singularsys.jep.misc.CaseInsensitiveVariableTable
-
Adds a new variable with specified value.
- addVariable(String, Object) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
-
Adds a new variable with specified value.
- addVariable(String, Object) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- addVariable(String, Object) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Adds a variable to the table.
- addVariable(String, Object) - Method in class com.singularsys.jep.VariableTable
-
Adds a new variable with specified value.
- addVariable_creates_name_new_variable_if_none_exists() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- addVariable_creates_new_variable_if_none_exists() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- addVariable_modifies_existing_variable() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- addVariable_thows_exception_if_existing_constant() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- addVec(List<?>, List<?>) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- AddVectorMatrixRule - Class in com.singularsys.extensions.rewrite.matrix
-
A rule which expands addition of vectors and matrices.
- AddVectorMatrixRule() - Constructor for class com.singularsys.extensions.rewrite.matrix.AddVectorMatrixRule
- addVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Add two vectors
- addVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- addVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- addVV(V, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Add two vectors.
- addWhiteSpace() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Recognize java white space characters.
- addWhiteSpaceCommentFilter() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Filter out whitespace and comments between the tokenizing and grammar matching stages.
- addXFunctions() - Method in class com.singularsys.extensions.xjep.XFunctionTable
- adjustBeginLineColumn(int, int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- ALL - Enum constant in enum class com.singularsys.extensions.lambda.AnyMatch.Type
- all_three_operators_have_matching_altSymbols() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- all_three_operators_have_matching_altSymbols() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- all_three_operators_have_matching_flags() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- all_three_operators_have_matching_flags() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- all_three_operators_have_matching_precedence() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- all_three_operators_have_matching_precedence() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- all_three_operators_have_matching_printRules() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- all_three_operators_have_matching_printRules() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- all_three_operators_have_matching_printSymbols() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- all_three_operators_have_matching_printSymbols() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- all_three_operators_in_operator_table() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- all_three_operators_in_operator_table() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- allDerivatives() - Method in class com.singularsys.extensions.djep.DVariable
-
Enumerate all the derivatives of this variable.
- allOneSign() - Method in class com.singularsys.extexamples.applets.Bern1D
-
Test if all coefficient are strictly the same sign.
- allOneSign() - Method in class com.singularsys.extexamples.applets.Bern1D.NegBern1D
- allOneSign() - Method in class com.singularsys.extexamples.applets.Bern1D.PosBern1D
- allOneSign() - Method in class com.singularsys.extexamples.applets.Bern1D.ZeroBern1D
- allOneSign() - Method in class com.singularsys.extexamples.applets.Bern2D
-
Test if all coefficient are strictly the same sign.
- allOneSign() - Method in class com.singularsys.extexamples.applets.Bern2D.NegBern2D
- allOneSign() - Method in class com.singularsys.extexamples.applets.Bern2D.PosBern2D
- allOneSign() - Method in class com.singularsys.extexamples.applets.Bern2D.ZeroBern2D
- allOneSignDeriv() - Method in class com.singularsys.extexamples.applets.Bern1D
- ALLOW_MISSING_VALUES - Enum constant in enum class com.singularsys.jep.misc.dictionary.DictionaryGrammarMatcher.Type
- ALLOW_MISSING_VALUES - Enum constant in enum class com.singularsys.jep.misc.dictionary.Put.Type
- ALLOW_NULL_VALUES - Enum constant in enum class com.singularsys.extensions.matrix.dictionary.MatrixDictComponents.Type
- allowAssignment - Variable in class com.singularsys.jep.Jep
-
Allow Assignment option
- allowNumbers - Variable in class com.singularsys.jep.functions.LazyLogical
- allowNumbers - Variable in class com.singularsys.jep.functions.Logical
- allowNumbers - Variable in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
- allowStrings - Variable in class com.singularsys.jep.bigdecimal.BigDecComponents
- allowUndeclared - Variable in class com.singularsys.jep.Jep
-
Allow Undeclared Variables option
- AllToComplexDecorator(FieldI) - Constructor for class com.singularsys.extexamples.consoles.FieldConsole.AllToComplexDecorator
- AllXVariables - Enum constant in enum class com.singularsys.extensions.djep.DEquationExtractor.Type
-
Replace
XVariablewith an equation by their equations - alphabeticOpsTest() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
-
Tests operators with alphabet characters, such as the "OR" operator
- altered - Variable in class com.singularsys.jepexamples.consoles.Console
- ALTERED - Enum constant in enum class com.singularsys.jepexamples.consoles.Console.SPEC_ACTION
-
The command has been altered.
- AlternateFunctionGrammerMatcher - Class in com.singularsys.jep.misc.overloadedfunctions
-
A FunctionGrammarMatcher that works with
AlternateFunctionsandOverloadedFunctionByStructureselecting the function at parse time. - AlternateFunctionGrammerMatcher(GrammarMatcher) - Constructor for class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctionGrammerMatcher
- AlternateFunctionGrammerMatcherTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Tests for
AlternateFunctionGrammerMatcher - AlternateFunctionGrammerMatcherTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionGrammerMatcherTest
- AlternateFunctions - Class in com.singularsys.jep.misc.overloadedfunctions
-
Allows function to be overloaded with multiple candidate functions chosen by the number of arguments.
- AlternateFunctions(PostfixMathCommandI...) - Constructor for class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
-
Constructor.
- AlternateFunctionsTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Tests for
AlternateFunctions - AlternateFunctionsTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionsTest
- ALWAYS_DOUBLE - Enum constant in enum class com.singularsys.extensions.mathml.builder.NumberBuilder.DoubleBehaviour
-
<cn>2.0</cn> - analyze() - Method in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Prints some basic info about the expression
- analyze(Node) - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
Analyze a node, results will be added to the current total.
- and(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- and(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Logical and.
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
-
Not implemented for this field.
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
-
Not implemented for this field.
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
-
Not implemented for this field.
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Default implementation returns null.
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- and(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not implemented for this field.
- and(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- and(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- and(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- and(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- and(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- AND - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- AND - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- AND - Static variable in class com.singularsys.jep.functions.LazyLogical
- AND - Static variable in class com.singularsys.jep.functions.Logical
- AND - Static variable in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
- AND - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- andCustomOperatorWorks() - Method in class com.singularsys.jeptests.system.BugsTest
- andEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- andEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- andEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- andEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- andEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- andEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- andEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- andEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- andEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- ANDEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- AndExpression() - Method in class com.singularsys.jep.parser.JccParser
- annotationHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- AnnotationHandler - Class in com.singularsys.extensions.mathml.parser
-
Handle <annotation-xml> and <annotation> elements.
- AnnotationHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.AnnotationHandler
- ANON_KEY - Static variable in class com.singularsys.jeptests.system.SerializationTest
- ANY - Enum constant in enum class com.singularsys.extensions.lambda.AnyMatch.Type
- AnyConstant() - Method in class com.singularsys.jep.parser.JccParser
- AnyMatch - Class in com.singularsys.extensions.lambda
-
Tests a predicate against sequence.
- AnyMatch(AnyMatch.Type) - Constructor for class com.singularsys.extensions.lambda.AnyMatch
- AnyMatch.Type - Enum Class in com.singularsys.extensions.lambda
- append(Node, PrintVisitor) - Method in class com.singularsys.extensions.field.implementations.RationalDivisionPrintRule
- append(Node, PrintVisitor) - Method in class com.singularsys.exttests.autogen.PrintingDocTest.StdListPrintRule
- append(Node, PrintVisitor) - Method in class com.singularsys.jep.configurableparser.RangeOperator
-
Prints the node in the form
LeftBracket leftChild name rightChild rightBracket - append(Node, PrintVisitor) - Method in class com.singularsys.jep.configurableparser.TernaryOperator
- append(Node, PrintVisitor) - Method in class com.singularsys.jep.misc.dictionary.MapPfmc
- append(Node, PrintVisitor) - Method in class com.singularsys.jep.misc.dictionary.MapPfmc.MapEntryPfmc
- append(Node, PrintVisitor) - Method in interface com.singularsys.jep.PrintVisitor.PrintRulesI
-
The method called to append data for the rule.
- append(Node, PrintVisitor) - Method in class com.singularsys.jep.PrintVisitor.StdElePrintRule
- append(Node, PrintVisitor) - Method in class com.singularsys.jep.PrintVisitor.StdListPrintRule
- append(Node, PrintVisitor) - Method in class com.singularsys.jeptests.system.LatexTest.AbsRule
- append(Node, PrintVisitor) - Method in class com.singularsys.jeptests.system.LatexTest.FracRule
- append(Node, PrintVisitor) - Method in class com.singularsys.jeptests.system.LatexTest.FunctionWithOptionalBrackets
- append(Node, PrintVisitor) - Method in class com.singularsys.jeptests.system.LatexTest.PowerRule
- append(Node, PrintVisitor) - Method in class com.singularsys.jeptests.system.LatexTest.SqrtRule
- append(Node, PrintVisitor) - Method in class com.singularsys.jeptests.system.ModifiedParserTest.SuffixElePrintRule
- append(String) - Method in class com.singularsys.jep.configurableparser.tokens.MultiLineToken
- append(String) - Method in class com.singularsys.jep.PrintVisitor
-
Add a string to buffer.
- Append - Class in com.singularsys.extensions.lambda
-
Concatenates two lists, or append a single element.
- Append() - Constructor for class com.singularsys.extensions.lambda.Append
- appendOperator(int, Operator, Operator) - Method in class com.singularsys.jep.OperatorTable
-
Add an operator which a new precedence level which is higher than the existing op
- appendOperator(EmptyOperatorTable.OperatorKey, Operator, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Add an operator with a new precedence level which is lower than the existing op.
- appendOperator(Operator, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Add an operator with a new precedence level which is lower than the existing op.
- appendOperator(Operator, Operator) - Method in class com.singularsys.jep.OperatorTable
-
Add an operator which a new precedence level which is higher than the existing op
- apply(ApplyHandler, StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.LogHandler
- apply(ApplyHandler, StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.MinusHandler
- apply(ApplyHandler, StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.RootHandler
- apply(ApplyHandler, StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.SelectorHandler
- apply(ApplyHandler, StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.SpecialFunctionHandler
-
Called when closing <apply/> tag is encountered.
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainableBinaryFunction
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainableBinaryFunctionSwapped
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainableGeneralFunction
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainableUnaryFunction
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainedBinaryFunction
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainedBinaryFunctionSwapped
- apply(Evaluator, Node, Object) - Method in interface com.singularsys.extensions.chained.ChainedFunctionI
-
Evaluate a chained function using an additional argument.
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainedGeneralFunction
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainedNaryFunction
- apply(Evaluator, Node, Object) - Method in class com.singularsys.extensions.chained.ChainedUnaryFunction
- apply(ASTConstant) - Method in interface com.singularsys.extensions.rewrite.RewriteVisitor.ConstantRuleI
-
Rewrites the node.
- apply(ASTConstant) - Method in class com.singularsys.extensions.rewrite.SmallNumberRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.chained.UnchainingRewriteRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.BinaryToNaryRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.CollectPowers
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.ExpandBrackets
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.ExpandPower
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.AddVectorMatrixRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.CrossProductRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.DotProductRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.MultiplyVectorMatrixRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.ScalarDivisionRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.ScalarMultiplicationRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.SubtractVectorMatrixRule
- apply(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.NaryToBinaryRule
- apply(ASTFunNode, List<Node>) - Method in interface com.singularsys.extensions.rewrite.RewriteRuleI
-
Rewrites the node
- apply(ASTVarNode) - Method in interface com.singularsys.extensions.rewrite.RewriteVisitor.VariableRuleI
-
Rewrites the node
- apply(ASTVarNode) - Method in class com.singularsys.extensions.rewrite.VariableShifter
- apply(T) - Method in interface com.singularsys.jep.functions.UnaryFunction.FunctionWithException
-
Apply the function
- apply(T, T) - Method in interface com.singularsys.jep.functions.BinaryFunction.BiFunctionWithException
-
Apply the function
- Apply - Class in com.singularsys.extensions.lambda
-
Apply a lambda function to a single argument.
- Apply() - Constructor for class com.singularsys.extensions.lambda.Apply
- ApplyConstructor - Class in com.singularsys.extensions.mathml.builder
-
Abstract class for builders which need to construct <apply> elements.
- ApplyConstructor() - Constructor for class com.singularsys.extensions.mathml.builder.ApplyConstructor
- applyHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- ApplyHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles the <apply> container element.
- ApplyHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.ApplyHandler
- applyPrintRules(OverloadedOperator, Jep) - Static method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedOperator
-
Apply the
PrintVisitor.PrintRulesIto an operators created usingOverloadedOperator.extendOperator(OperatorTable2, PostfixMathCommandI, Operator, Predicate, OperatorKey, OperatorKey, OperatorKey). - ArcCosine - Class in com.singularsys.jep.functions
-
The acos function.
- ArcCosine() - Constructor for class com.singularsys.jep.functions.ArcCosine
-
Standard constructor.
- ArcCosine(boolean) - Constructor for class com.singularsys.jep.functions.ArcCosine
-
Controls the behaviour for out of range real arguments
- ArcCosineH - Class in com.singularsys.jep.functions
-
The inverse hyperbolic cos function
acosh(x). - ArcCosineH() - Constructor for class com.singularsys.jep.functions.ArcCosineH
-
Standard constructor, Complex results for |x| < 1.
- ArcCosineH(boolean) - Constructor for class com.singularsys.jep.functions.ArcCosineH
-
If strict is true then returns NaN for |x| < 1.
- ArcSine - Class in com.singularsys.jep.functions
-
The inverse sin function
arcsin(x). - ArcSine() - Constructor for class com.singularsys.jep.functions.ArcSine
-
Standard constructor.
- ArcSine(boolean) - Constructor for class com.singularsys.jep.functions.ArcSine
-
Controls the behaviour for out of range real arguments
- ArcSineH - Class in com.singularsys.jep.functions
-
Implements the arcSinH function.
- ArcSineH() - Constructor for class com.singularsys.jep.functions.ArcSineH
- ArcTangent - Class in com.singularsys.jep.functions
-
The arctan function
- ArcTangent() - Constructor for class com.singularsys.jep.functions.ArcTangent
- ArcTangent2 - Class in com.singularsys.jep.functions
-
atan2(y, x) Returns the angle whose tangent is y/x.
- ArcTangent2() - Constructor for class com.singularsys.jep.functions.ArcTangent2
- ArcTanH - Class in com.singularsys.jep.functions
-
Implements the arcTanH function.
- ArcTanH() - Constructor for class com.singularsys.jep.functions.ArcTanH
-
Standard constructor.
- ArcTanH(boolean) - Constructor for class com.singularsys.jep.functions.ArcTanH
-
Controls the behaviour for out of range real arguments
- arg() - Method in class com.singularsys.jep.standard.Complex
-
Returns the argument of this complex number (Math.atan2(re,im))
- Arg - Class in com.singularsys.jep.functions
-
Argument of a complex number
- Arg() - Constructor for class com.singularsys.jep.functions.Arg
- argAsStream(Object) - Method in class com.singularsys.extensions.stream.StreamListProcessor
-
Converts the argument to a stream if possible.
- argAsStream(Object) - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
-
Converts the argument to a stream if possible.
- argTest - Variable in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- argToList(Object) - Method in class com.singularsys.extensions.stream.StreamListProcessor
-
Converts the argument to a list.
- argToList(Object) - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
-
Converts the argument to a list.
- argToListOrElement(Object) - Method in class com.singularsys.extensions.stream.StreamListProcessor
-
Converts the argument to a list or single value.
- argToListOrElement(Object) - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
-
Converts the argument to a list or single value.
- ArgumentExpander - Class in com.singularsys.extensions.statistical
-
Base class for methods which expand Lists, arrays and other collections in their argument list.
- ArgumentExpander() - Constructor for class com.singularsys.extensions.statistical.ArgumentExpander
- ArgumentList(int, String) - Method in class com.singularsys.jep.parser.JccParser
- ArrayAccess() - Method in class com.singularsys.jep.parser.JccParser
- ArrayAccessGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches syntax for array element access a[3].
- ArrayAccessGrammarMatcher(SymbolToken, SymbolToken) - Constructor for class com.singularsys.jep.configurableparser.matchers.ArrayAccessGrammarMatcher
-
Construct a matcher for array access.
- ArrayFunctionBase - Class in com.singularsys.jep.functions
-
Base class for functions that operate on arrays such as Average, MinMax, and VSum.
- ArrayFunctionBase() - Constructor for class com.singularsys.jep.functions.ArrayFunctionBase
-
Default the number of parameters to any number of params (-1).
- ArrayFunctionBase(ZeroLengthBehaviourI.ZeroLengthErrorBehaviour) - Constructor for class com.singularsys.jep.functions.ArrayFunctionBase
-
Constructor with a specified zero length error behaviour.
- ArrayFunctionBase(Object) - Constructor for class com.singularsys.jep.functions.ArrayFunctionBase
-
Constructor with a specified value to return for zero length arrays.
- asArray(Stack<Object>) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Pop the arguments off the stack and put them in an array
- asBool(int, Object, boolean) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Attempt to convert argument to a boolean
- asDouble(int, Object) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Converts an argument to a double, with error checking, floating point values will be rounded.
- asin() - Method in class com.singularsys.jep.standard.Complex
-
Returns the arcsin of this complex number.
- asin() - Method in class com.singularsys.jep.standard.ImmutableComplex
- asin(Object) - Method in class com.singularsys.jep.functions.ArcSine
- ASIN - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- asinh() - Method in class com.singularsys.jep.standard.Complex
-
Returns the inverse hyperbolic sine of this complex number.
- asinh() - Method in class com.singularsys.jep.standard.ImmutableComplex
- asinh(Object) - Method in class com.singularsys.jep.functions.ArcSineH
- ASINH - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- asInt(int, Object) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Converts an argument to an int, floating point values will be rounded.
- asList(Node) - Method in class com.singularsys.extensions.rewrite.matrix.AbstractVectorMatrixRule
-
Convert an object to a list.
- asListOfLists(Node) - Method in class com.singularsys.extensions.rewrite.matrix.AbstractVectorMatrixRule
-
Converts a node to a list of lists.
- asLong(int, Object) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Converts an argument to a long, with error checking, floating point values will be rounded.
- assertEqNodes(String, Node, Node) - Method in class com.singularsys.exttests.MathMLTest
- assertEqNodes(String, Node, Node) - Method in class com.singularsys.jeptests.system.JepTest
- assertPolynomialEquals(String, String) - Method in class com.singularsys.exttests.PolynomialCreatorTest
- assign - Variable in class com.singularsys.jep.walkers.SubstitutionVisitor
- Assign - Class in com.singularsys.jep.functions
-
An assignment operator so we can do
x=3+4. - Assign() - Constructor for class com.singularsys.jep.functions.Assign
- ASSIGN - Enum constant in enum class com.singularsys.jep.OperatorTable2.SpecialOperators
-
Assignment x=5
- ASSIGN - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- ASSIGN - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- AssignableList - Class in com.singularsys.jep.misc.functions
-
A list than can be assigned to
[x,y,z] = [1,2,3]. - AssignableList() - Constructor for class com.singularsys.jep.misc.functions.AssignableList
- AssignableListTest - Class in com.singularsys.jeptests.unit.functions
-
Tesf for
AssignableListfunction. - AssignableListTest() - Constructor for class com.singularsys.jeptests.unit.functions.AssignableListTest
- AssignExpression() - Method in class com.singularsys.jep.parser.JccParser
- ASSOCIATIVE - Static variable in class com.singularsys.jep.Operator
-
Associative operators x*(y*z) == (x*y)*z .
- asStrictInt(int, Object) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Converts an argument to an int, floating point values must represent integers.
- asString(int, Object) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Converts an argument to a string, with error checking.
- ASTConstant - Class in com.singularsys.jep.parser
-
A Constant Node.
- ASTConstant(int) - Constructor for class com.singularsys.jep.parser.ASTConstant
- ASTFunNode - Class in com.singularsys.jep.parser
-
Function Node
- ASTFunNode(int) - Constructor for class com.singularsys.jep.parser.ASTFunNode
-
Creates a new ASTFunNode
- ASTOpNode - Class in com.singularsys.jep.parser
-
Represents an operator like
+. - ASTOpNode(int) - Constructor for class com.singularsys.jep.parser.ASTOpNode
-
Creates a new ASTFunNode
- ASTStart - Class in com.singularsys.jep.parser
-
Start Node
- ASTStart(int) - Constructor for class com.singularsys.jep.parser.ASTStart
- ASTVarNode - Class in com.singularsys.jep.parser
-
Variable Node
- ASTVarNode(int) - Constructor for class com.singularsys.jep.parser.ASTVarNode
- asType(Class<T>, int, Object) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Converts an argument to a particular type, with error checking.
- atan() - Method in class com.singularsys.jep.standard.Complex
-
Returns the arc tangent of this complex number.
- atan() - Method in class com.singularsys.jep.standard.ImmutableComplex
- atan(Object) - Method in class com.singularsys.jep.functions.ArcTangent
- ATAN - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- ATAN2 - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- atanh() - Method in class com.singularsys.jep.standard.Complex
-
Returns the inverse hyperbolic tangent of this complex number.
- atanh() - Method in class com.singularsys.jep.standard.ImmutableComplex
- atanh(Object) - Method in class com.singularsys.jep.functions.ArcTanH
- ATANH - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- attempt_to_set_a_value_of_a_constant() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- auxComps - Variable in class com.singularsys.jep.ComponentSet
- average(List<Object>) - Method in class com.singularsys.jep.functions.Average
-
Returns the average of a set of values.
- Average - Class in com.singularsys.jep.functions
-
Average function class, calculates the average of all its arguments.
- Average() - Constructor for class com.singularsys.jep.functions.Average
- Average(Add, Divide) - Constructor for class com.singularsys.jep.functions.Average
-
Constructor with specified Add and Divide objects.
- axisColor - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Color for axis
B
- b - Variable in class com.singularsys.jeptests.unit.misc.BoundVariableTest.MyObj
- backup(int) - Method in interface com.singularsys.jep.parser.CharStream
-
Backs up the input stream by amount steps.
- backup(int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Retreat.
- BadFun() - Constructor for class com.singularsys.jeptests.system.ModifiedParserTest.BadFun
- base - Variable in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- base - Variable in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Parsed expression
- Base classes - Search tag in package com.singularsys.extensions.field.implementations
- Section
- baseField - Variable in class com.singularsys.extexamples.consoles.FieldConsole
-
Base field, does not normally include boolean and string operations
- baseJep - Variable in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Base Jep instance
- baseNumOps - Static variable in class com.singularsys.jep.OperatorTable
-
Number operators in this table.
- basicIdentifierMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.IdentifierTokenMatcher
-
Matches identifiers which start with a letter or underscore and are followed by 0 or more letters digits or underscores.
- BasicSubscriber() - Constructor for class com.singularsys.jeptests.unit.misc.PublishingVariableTest.BasicSubscriber
- Basic types - Search tag in package com.singularsys.extensions.field.implementations
- Section
- BDConfig(String, MathContext) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.BDConfig
- before() - Method in class com.singularsys.jeptests.unit.PrintVisitorTest
- beginColumn - Variable in class com.singularsys.jep.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class com.singularsys.jep.parser.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in interface com.singularsys.jep.parser.CharStream
-
Returns the next character that marks the beginning of the next token.
- BeginToken() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- Bern1D - Class in com.singularsys.extexamples.applets
-
One dimension Bernstein polynomial for implicit plotter app.
- Bern1D(int) - Constructor for class com.singularsys.extexamples.applets.Bern1D
- Bern1D.BinBern - Class in com.singularsys.extexamples.applets
-
Pair of bernstein polynomials.
- Bern1D.NegBern1D - Class in com.singularsys.extexamples.applets
-
An always negative Bernstein polynomial.
- Bern1D.PosBern1D - Class in com.singularsys.extexamples.applets
-
An always positive Bernstein polynomial.
- Bern1D.ZeroBern1D - Class in com.singularsys.extexamples.applets
-
An always zero Bernstein polynomial.
- Bern2D - Class in com.singularsys.extexamples.applets
-
Two dimension Bernstein polynomial for implicit plotter app.
- Bern2D(int, int) - Constructor for class com.singularsys.extexamples.applets.Bern2D
- Bern2D.DerivBits - Class in com.singularsys.extexamples.applets
-
sign bits for derivatives
- Bern2D.NegBern2D - Class in com.singularsys.extexamples.applets
-
An always negative polynomial
- Bern2D.PosBern2D - Class in com.singularsys.extexamples.applets
-
An always positive polynomial
- Bern2D.QuadBern - Class in com.singularsys.extexamples.applets
-
Four Bernstein polynomials
- Bern2D.Tower - Class in com.singularsys.extexamples.applets
-
Derivatives of a polynomial
- Bern2D.ZeroBern2D - Class in com.singularsys.extexamples.applets
-
An always zero polynomial
- bgColor - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Color for background
- biDirectionalTest(String, Node, String) - Method in class com.singularsys.exttests.MathMLTest
- biDirectionalTest(String, String) - Method in class com.singularsys.exttests.MathMLTest
- bidist(int, int, double) - Static method in class com.singularsys.extensions.statistical.distributions.BinomialDist
- BIGDEC - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- BigDecAbs - Class in com.singularsys.jep.bigdecimal.functions
-
Absolute value function for BigDecimals, Double and other Number types.
- BigDecAbs(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- BigDecAbs(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- BigDecAdd - Class in com.singularsys.jep.bigdecimal.functions
-
Function class for the addition operator.
- BigDecAdd(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecAdd
-
Constructor.
- BigDecAdd(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- BigDecAddTest - Class in com.singularsys.jeptests.unit.bigdecimal.functions
-
Tests for
BigDecAdd. - BigDecAddTest() - Constructor for class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- BigDecComponents - Class in com.singularsys.jep.bigdecimal
-
A set of components for working with big decimal numbers.
- BigDecComponents() - Constructor for class com.singularsys.jep.bigdecimal.BigDecComponents
-
Constructs the class using the
MathContext.UNLIMITEDfor unlimited precision arithmetic. - BigDecComponents(int) - Constructor for class com.singularsys.jep.bigdecimal.BigDecComponents
-
Fixed precision setup, with a specified number of decimal places.
- BigDecComponents(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.BigDecComponents
-
Constructs the class with the specific math context.
- BigDecComponents(MathContext, boolean) - Constructor for class com.singularsys.jep.bigdecimal.BigDecComponents
-
Setup with string support
- BigDecComponents(MathContext, int, boolean) - Constructor for class com.singularsys.jep.bigdecimal.BigDecComponents
-
Fixed precision setup with a specific MathContext and optional string support.
- BigDecDiv - Class in com.singularsys.jep.bigdecimal.functions
-
Division function for BigDecimals, Double and other Number types.
- BigDecDiv(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- BigDecDiv(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- BigDecFunctionTable - Class in com.singularsys.jep.bigdecimal
-
A function table for BigDecimals.
- BigDecFunctionTable(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- BigDecFunctionTable(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.BigDecFunctionTable
-
Fixed precision functions.
- BigDecFunctionTable(MathContext, Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- BigDecimalBooleanMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
BigDecimalField. - BigDecimalBooleanMatrixTest() - Constructor for class com.singularsys.exttests.matrix.BigDecimalBooleanMatrixTest
- BigDecimalConsole - Class in com.singularsys.jepexamples.consoles
-
A console using
BigDecimalfor calculations. - BigDecimalConsole() - Constructor for class com.singularsys.jepexamples.consoles.BigDecimalConsole
- BigDecimalConsoleTest - Class in com.singularsys.jeptests.system.examples
-
Tests for the
BigDecimalConsole - BigDecimalConsoleTest() - Constructor for class com.singularsys.jeptests.system.examples.BigDecimalConsoleTest
- BigDecimalField - Class in com.singularsys.extensions.field.implementations
-
Implementation of field methods using BigDecimals
- BigDecimalField(MathContext) - Constructor for class com.singularsys.extensions.field.implementations.BigDecimalField
- BigDecimalFieldTest - Class in com.singularsys.exttests.field
-
Tests for the
BigDecimalField. - BigDecimalFieldTest() - Constructor for class com.singularsys.exttests.field.BigDecimalFieldTest
- BigDecimalFunctionTable - Class in com.singularsys.extensions.field.functions
-
Function table for function which work with BigDecimal numbers.
- BigDecimalFunctionTable(MathContext, FieldI) - Constructor for class com.singularsys.extensions.field.functions.BigDecimalFunctionTable
- BigDecimalFunctionTable(MathContext, FieldI, int) - Constructor for class com.singularsys.extensions.field.functions.BigDecimalFunctionTable
- BigDecimalFunctionTable(MathContext, Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.extensions.field.functions.BigDecimalFunctionTable
- BigDecimalListTest - Class in com.singularsys.jeptests.unit.bigdecimal
-
Classes relating to "Arrays in Jep Java" Q on forum 2022/08/22 asking about operations on
List<BigDecimal> - BigDecimalListTest() - Constructor for class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- BigDecimalStandardTests - Class in com.singularsys.jeptests.system
-
JepTests using BigDecimals
- BigDecimalStandardTests() - Constructor for class com.singularsys.jeptests.system.BigDecimalStandardTests
- BigDecimalTest - Class in com.singularsys.jeptests.unit.bigdecimal
-
Tests the BigDecComponents through a set of test expressions that are evaluated.
- BigDecimalTest() - Constructor for class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- BigDecMod - Class in com.singularsys.jep.bigdecimal.functions
-
Modulus function for BigDecimals, Double and other Number types.
- BigDecMod(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecMod
- BigDecMod(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecMod
- BigDecMul - Class in com.singularsys.jep.bigdecimal.functions
-
Multiplication function for BigDecimals, Double and other Number types.
- BigDecMul(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecMul
- BigDecMul(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecMul
- BigDecMulTest - Class in com.singularsys.jeptests.unit.bigdecimal.functions
-
Tests for
BigDecAdd. - BigDecMulTest() - Constructor for class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecMulTest
- BigDecNegate - Class in com.singularsys.jep.bigdecimal.functions
-
Unary minus negation function for BigDecimals.
- BigDecNegate(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- BigDecNegate(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- BigDecNumberFactory - Class in com.singularsys.jep.bigdecimal
-
A NumberFactory producing BigDecimal objects.
- BigDecNumberFactory(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.BigDecNumberFactory
-
Constructor
- BigDecNumberFactory(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- BigDecOperatorTable - Class in com.singularsys.jep.bigdecimal
-
A set of operators for using BigDecimal numbers
- BigDecOperatorTable(OperatorTable2, MathContext) - Constructor for class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- BigDecOperatorTable(OperatorTable2, MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- BigDecOperatorTable(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- BigDecOperatorTable(MathContext, boolean) - Constructor for class com.singularsys.jep.bigdecimal.BigDecOperatorTable
-
Create an operator table specifying the math context and whether string operations can be used
- BigDecOperatorTable(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- BigDecOperatorTable(MathContext, int, boolean) - Constructor for class com.singularsys.jep.bigdecimal.BigDecOperatorTable
-
Create an operator table specifying the math context and whether string operations can be used
- BigDecOperatorTable(MathContext, int, Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- BigDecOperatorTable(MathContext, Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- BigDecPFMC() - Constructor for class com.singularsys.extexamples.consoles.FieldConsole.BigDecPFMC
- BigDecPow - Class in com.singularsys.jep.bigdecimal.functions
-
Power function for BigDecimals, Double and other Number types.
- BigDecPow(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecPow
- BigDecPow(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecPow
- BigDecRelational - Class in com.singularsys.jep.bigdecimal.functions
-
Implements the relational operations <, >, <=, >=, !
- BigDecRelational(int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecRelational
-
Constructor.
- BigDecRelationalTest - Class in com.singularsys.jeptests.unit.bigdecimal.functions
-
Tests for
BigDecRelational - BigDecRelationalTest() - Constructor for class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- BigDecRound - Class in com.singularsys.jep.bigdecimal.functions
-
Rounding functions for BigDecimals.
- BigDecRound() - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecRound
-
Constructor with a rounding mode matching the behaviour of
Math.round(double), with ties rounded to positive infinity. - BigDecRound(RoundingMode) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecRound
-
Constructor with a specified rounding mode.
- BigDecRound(RoundingMode, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecRound
-
Fixed precision setup, with a given number of decimal places.
- BigDecRoundSigFig - Class in com.singularsys.jep.bigdecimal.functions
-
Rounding functions to round to a specific number of significant figures.
- BigDecRoundSigFig(RoundingMode) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecRoundSigFig
-
Constructor with a specified rounding mode.
- BigDecRoundSigFig(RoundingMode, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecRoundSigFig
- BigDecRoundTest - Class in com.singularsys.jeptests.unit.bigdecimal.functions
-
Tests for
BigDecRound - BigDecRoundTest() - Constructor for class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- BigDecSignum - Class in com.singularsys.jep.bigdecimal.functions
-
The signum function for BigDecimals.
- BigDecSignum() - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecSignum
- BigDecSignum(int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecSignum
- BigDecSub - Class in com.singularsys.jep.bigdecimal.functions
-
Subtraction function for BigDecimals, Double and other Number types.
- BigDecSub(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecSub
- BigDecSub(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecSub
- BigDecTieBreakComparative - Class in com.singularsys.jep.bigdecimal.functions
-
A version of the comparative operator which breaks ties between two BigDecimal numbers representing the same value with different precisions, here for the LT operation 2.0 < 2.00 and for the GT operation 2.00 > 2.0.
- BigDecTieBreakComparative(int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecTieBreakComparative
-
Constructor
- bigDecValue(String, int) - Method in class com.singularsys.jep.misc.functions.RoundSF
- BigDecVSum - Class in com.singularsys.jep.bigdecimal.functions
-
Sum function, expanding its arguments together.
- BigDecVSum(MathContext) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecVSum
-
Constructor with a given MathContext
- BigDecVSum(MathContext, int) - Constructor for class com.singularsys.jep.bigdecimal.functions.BigDecVSum
-
Fixed-point constructor
- BIGINT - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- BigIntegerField - Class in com.singularsys.extensions.field.implementations
-
A field using Java's unlimited precision BigInteger class.
- BigIntegerField() - Constructor for class com.singularsys.extensions.field.implementations.BigIntegerField
- BigIntegerNumberFactory - Class in com.singularsys.extensions.field.implementations
-
A number factory to create BigInteger numbers
- BigIntegerNumberFactory() - Constructor for class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- BigIntegerToRationalDecorator - Class in com.singularsys.extensions.field.implementations
-
Converts BigIntegers, Long, Integer and Short to Rationals on input.
- BigIntegerToRationalDecorator(FieldI) - Constructor for class com.singularsys.extensions.field.implementations.BigIntegerToRationalDecorator
- BigIntegerToRationalDecorator(FieldI, boolean) - Constructor for class com.singularsys.extensions.field.implementations.BigIntegerToRationalDecorator
- BigIntPrimeSuplier() - Constructor for class com.singularsys.exttests.autogen.StreamedConfigTest.BigIntPrimeSuplier
- BigIntPrimeSuplier() - Constructor for class com.singularsys.exttests.StreamTest.BigIntPrimeSuplier
- BigIntProbablePrimeSuplier() - Constructor for class com.singularsys.exttests.autogen.StreamedConfigTest.BigIntProbablePrimeSuplier
- BigIntProbablePrimeSuplier() - Constructor for class com.singularsys.exttests.StreamTest.BigIntProbablePrimeSuplier
- BigModulusField - Class in com.singularsys.extensions.field.implementations
-
A field to work with modulus values of any value, used BigInteger.
- BigModulusField(BigInteger) - Constructor for class com.singularsys.extensions.field.implementations.BigModulusField
- BINARY - Static variable in class com.singularsys.jep.Operator
-
Binary operators, such as x+y, x>y
- BinaryFunction - Class in com.singularsys.jep.functions
-
Convenient base class for binary functions.
- BinaryFunction() - Constructor for class com.singularsys.jep.functions.BinaryFunction
-
Create a BinaryFunction.
- BinaryFunction.BiFunctionWithException<T> - Interface in com.singularsys.jep.functions
-
FunctionalInterface for the
BinaryFunction.instanceOf(Class, BiFunctionWithException)method. - BinaryToNaryRule - Class in com.singularsys.extensions.rewrite
-
Consolidate nested
NaryBinaryFunctionfunctions to a single function with multiple arguments. - BinaryToNaryRule() - Constructor for class com.singularsys.extensions.rewrite.BinaryToNaryRule
- BinBern(int) - Constructor for class com.singularsys.extexamples.applets.Bern1D.BinBern
- BinBern(Bern1D, Bern1D) - Constructor for class com.singularsys.extexamples.applets.Bern1D.BinBern
- binDiff1D() - Method in class com.singularsys.extexamples.applets.Bern1D.BinBern
- binom(int, int) - Static method in class com.singularsys.jep.functions.Binomial
-
Returns the binomial coefficients. nCi.
- Binomial - Class in com.singularsys.jep.functions
-
Binomial coefficients: binom(n,i).
- Binomial() - Constructor for class com.singularsys.jep.functions.Binomial
- BinomialCdf - Class in com.singularsys.extensions.statistical.distributions
-
The binomial cumulative distribution function.
- BinomialCdf() - Constructor for class com.singularsys.extensions.statistical.distributions.BinomialCdf
- BinomialDist - Class in com.singularsys.extensions.statistical.distributions
-
The binomial distribution function.
- BinomialDist() - Constructor for class com.singularsys.extensions.statistical.distributions.BinomialDist
-
Three argument version
- BinomialDist(boolean) - Constructor for class com.singularsys.extensions.statistical.distributions.BinomialDist
-
Four argument version like Excel's BINOMDIST function.
- BitAnd - Class in com.singularsys.jep.misc.bitwise
-
Bitwise And, like the java
a & boperator. - BitAnd() - Constructor for class com.singularsys.jep.misc.bitwise.BitAnd
- BITAND - Enum constant in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
- BitComp - Class in com.singularsys.jep.misc.bitwise
-
Unary bitwise complement, like the java ~a operator.
- BitComp() - Constructor for class com.singularsys.jep.misc.bitwise.BitComp
- BITCOMP - Enum constant in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
- BitOr - Class in com.singularsys.jep.misc.bitwise
-
Bitwise Or, like the java a | b operator.
- BitOr() - Constructor for class com.singularsys.jep.misc.bitwise.BitOr
- BITOR - Enum constant in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
- BitwiseOperatorTable - Class in com.singularsys.jep.misc.bitwise
-
An operator table with a selection of bitwise operators.
- BitwiseOperatorTable(OperatorTable2, String, String) - Constructor for class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
-
A decorator constructor.
- BitwiseOperatorTable(String, String) - Constructor for class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
-
Standard constructor.
- BitwiseOperatorTable(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- BitwiseOperatorTable.BitwiseOperators - Enum Class in com.singularsys.jep.misc.bitwise
-
Keys to identify the bitwise operators.
- BitXor - Class in com.singularsys.jep.misc.bitwise
-
Bitwise Xor, like the java a ^ b operator.
- BitXor() - Constructor for class com.singularsys.jep.misc.bitwise.BitXor
- BITXOR - Enum constant in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
- BlockRule - Class in com.singularsys.extensions.structure
-
Parse a statement block
{ sequence }. - BlockRule(SymbolToken, SequenceRule, SymbolToken) - Constructor for class com.singularsys.extensions.structure.BlockRule
- BooleanField - Class in com.singularsys.extensions.field.implementations
-
Facilitates standard Boolean logical operations.
- BooleanField() - Constructor for class com.singularsys.extensions.field.implementations.BooleanField
- BoundVariable - Class in com.singularsys.jep.misc.boundvariable
-
A variable bound to an object outside Jep.
- BoundVariable(String, VariableBinding) - Constructor for class com.singularsys.jep.misc.boundvariable.BoundVariable
-
Create a BoundVariable
- BoundVariableFactory - Class in com.singularsys.jep.misc.boundvariable
-
A variable factory for creating bound variables.
- BoundVariableFactory() - Constructor for class com.singularsys.jep.misc.boundvariable.BoundVariableFactory
-
Create the factory with no VariableMapping.
- BoundVariableFactory(VariableBindingMapper) - Constructor for class com.singularsys.jep.misc.boundvariable.BoundVariableFactory
-
Create the factory with a specific VariableMapping for creation of new variables.
- BoundVariableTest - Class in com.singularsys.jeptests.unit.misc
-
Tests using the
BoundVariableFactory. - BoundVariableTest() - Constructor for class com.singularsys.jeptests.unit.misc.BoundVariableTest
- BoundVariableTest.MyObj - Class in com.singularsys.jeptests.unit.misc
-
Object bound to variables in this test.
- br - Variable in class com.singularsys.jep.configurableparser.Tokenizer
- BracketedSequenceGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A GrammarMatcher which matches lists of items with the syntax or a simple list
[1,2,3,4]. - BracketedSequenceGrammarMatcher(Token, Token, Operator) - Constructor for class com.singularsys.jep.configurableparser.matchers.BracketedSequenceGrammarMatcher
-
Constructor.
- BREAK - Enum constant in enum class com.singularsys.extensions.structure.LoopNode.ControlValues
- BREAK - Enum constant in enum class com.singularsys.jepexamples.consoles.Console.SPEC_ACTION
-
Stop processing.
- bufcolumn - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- buffer - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- bufline - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- bufpos - Variable in class com.singularsys.jep.parser.JepJavaCharStream
-
Position in buffer.
- bug61_sum_a_b_c_over_d_parses() - Method in class com.singularsys.jeptests.system.BugsTest
-
Bug with parsing (a+b+c)/d.
- BugsTest - Class in com.singularsys.jeptests.system
-
This class is intended to contain all tests related to reported bugs.
- BugsTest() - Constructor for class com.singularsys.jeptests.system.BugsTest
- BugsTest.CommaNumberTokenMatcher - Class in com.singularsys.jeptests.system
-
A matcher for mumbers with commas in them,
1,000,000 - BugsTest.NumberWithUnit - Class in com.singularsys.jeptests.system
-
Class to hold a number with a unit.
- BugsTest.NumberWithUnitTokenMatcher - Class in com.singularsys.jeptests.system
-
TokenMatcher used to match a number with a unit.
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder.CSymbolBuilder
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder.ErrorBuilder
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder.FnBuilder
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.LgBuilder
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.ListBuilder
- build(Node, Document, MathMLDocumentBuilder) - Method in interface com.singularsys.extensions.mathml.builder.MathMLFragmentBuilder
-
Builds a Element for a jep Node.
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.NumberBuilder
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.OperatorBuilder
- build(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.VariableBuilder
- build_expression_step_by_step_using_preprocess_eval_and_eqn() - Method in class com.singularsys.exttests.XJepTest
- buildAsComplex(Complex, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.NumberBuilder
- buildAsDouble(double, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.NumberBuilder
- buildAsInteger(long, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.NumberBuilder
- buildChild(Node, Document) - Method in interface com.singularsys.extensions.mathml.builder.MathMLDocumentBuilder
-
Call back function to build a child node.
- buildChild(Node, Document) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Builds an Element representing a Jep sub-expression.
- buildComparator() - Method in class com.singularsys.exttests.polynomial.GrevlexComparatorTest
- buildComparator() - Method in class com.singularsys.exttests.polynomial.GrlexComparatorTest
- buildComparator() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- buildComparator(String[]) - Method in class com.singularsys.exttests.polynomial.GrevlexComparatorTest
- buildComparator(String[]) - Method in class com.singularsys.exttests.polynomial.GrlexComparatorTest
- buildComparator(String[]) - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- buildConstantNode(Operator, Node...) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildConstantNode(Operator, Node...) - Method in class com.singularsys.jep.NodeFactory
-
Creates a ASTConstant whose value of applying the operator to its arguments.
- buildConstantNode(ASTConstant) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildConstantNode(ASTConstant) - Method in class com.singularsys.jep.NodeFactory
-
Create an ASTConstant with same value as argument
- buildConstantNode(PostfixMathCommandI, Node...) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildConstantNode(PostfixMathCommandI, Node...) - Method in class com.singularsys.jep.NodeFactory
-
Creates a constant node whose result is the given function applied to the children.
- buildConstantNode(Object) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildConstantNode(Object) - Method in class com.singularsys.jep.NodeFactory
-
Creates an ASTConstant node with specified value.
- buildDataArray(int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
Build a data array.
- buildDataArray(int) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- buildDataArray(int) - Method in class com.singularsys.exttests.matrix.RationalMatrixFactory
- buildDataArray(int, int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
Build a data array.
- buildDataArray(int, int) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- buildDataArray(int, int) - Method in class com.singularsys.exttests.matrix.RationalMatrixFactory
- buildDocument(Node) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Create a document containing a single math tag with a single child, no namespace is used.
- buildDocument(Node, boolean) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Create a document containing a single math tag with a single child, no namespace is used.
- buildDocument(Node, boolean, DocumentBuilder) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Create a document containing a single math tag with a single child, if useNamespace is set then the standard MathML namespace is used.
- buildDocument(Node, String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Builds a document using a given namespace prefix
- buildDocument(Node, String, DocumentBuilder) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- buildField(MatrixFieldI, boolean, boolean) - Static method in class com.singularsys.extensions.matrix.MatrixComponents
-
Creates a field with optional logical and string support
- buildFunctionFromOptions(String, LambdaFunction, String) - Method in class com.singularsys.extensions.chained.ChainedDefine
- buildFunctionFromOptions(String, LambdaFunction, String) - Method in class com.singularsys.extensions.lambda.Define
- buildFunctionNode(ASTFunNode, Node...) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildFunctionNode(ASTFunNode, Node...) - Method in class com.singularsys.jep.NodeFactory
-
Builds a function with n arguments and same fun as specified in arguments.
- buildFunctionNode(String, PostfixMathCommandI, Node...) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildFunctionNode(String, PostfixMathCommandI, Node...) - Method in class com.singularsys.jep.NodeFactory
-
Builds a function with n arguments.
- buildFunctionNode(String, PostfixMathCommandI, List<Node>) - Method in class com.singularsys.jep.NodeFactory
-
Builds a function with arguments specified in a list.
- buildFunctionNode_sets_parent() - Method in class com.singularsys.jeptests.unit.NodeFactoryTest
- buildList(Node, List<Node>) - Method in class com.singularsys.jep.configurableparser.matchers.FunctionSequenceGrammarMatcher
- buildMathElement(Node[], Document, boolean) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Builds a <math> element with one child element per node.
- buildMathElement(Node[], Document, String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Builds a <math> element with a single child, the standard MathML namespace and a specified namespace prefix
- buildMathElement(Node, Document, boolean) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Builds a <math> element with a single child element, with content mark up for the Jep expression.
- buildMathElement(Node, Document, String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Builds a <math> element with a single child, the standard MathML namespace and a specified namespace prefix
- buildMatrix(Object[][]) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- buildMatrix(Object[]...) - Method in class com.singularsys.exttests.matrix.MatrixTest
- buildMatrix(Object[][]) - Method in class com.singularsys.exttests.matrix.RationalMatrix2Test
- buildMatrix(Object[][]) - Method in class com.singularsys.exttests.matrix.RationalMatrixTest
- buildMatrix(Object[]...) - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- buildMatrix(Object[]...) - Method in class com.singularsys.jeptests.system.JepTest
- buildMatrix(Object[]...) - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- buildMatrix(Object[]...) - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- buildOperatorFromOptions(String, LambdaFunction, String) - Method in class com.singularsys.extensions.lambda.Define
-
Build an operator from the options string and add it to the operator table.
- buildOperatorNode(Operator, Node...) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildOperatorNode(Operator, Node...) - Method in class com.singularsys.jep.NodeFactory
-
Builds an operator node with n arguments This method should be sub-classed.
- buildOperatorNode(Operator, List<Node>) - Method in class com.singularsys.jep.NodeFactory
-
Builds an operator node with arguments specified in a list.
- buildOperatorNode_sets_parent() - Method in class com.singularsys.jeptests.unit.NodeFactoryTest
- buildStandardFunction(Node, Document, MathMLDocumentBuilder) - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder
- buildToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.CommentTokenMatcher
- buildToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.HexNumberTokenMatcher
- buildToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.IdentifierTokenMatcher
-
Create the token, if the name matches a function name return a FunctionToken otherwise return an IdentifierToken.
- buildToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.NumberTokenMatcher
- buildToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.RegExpTokenMatcher
-
Builds a token following a successful match.
- buildToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher
- buildToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.TerminatorTokenMatcher
- buildToken(String) - Method in interface com.singularsys.jep.configurableparser.matchers.TokenBuilder
- buildToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.WhiteSpaceTokenMatcher
- buildToken(String) - Method in class com.singularsys.jep.misc.CaseInsensitiveIdentifierTokenManager
- buildToken(String) - Method in class com.singularsys.jeptests.system.BugsTest.CommaNumberTokenMatcher
- buildToken(String) - Method in class com.singularsys.jeptests.system.BugsTest.NumberWithUnitTokenMatcher
- buildUnfinishedOperatorNode(Operator) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildUnfinishedOperatorNode(Operator) - Method in class com.singularsys.jep.NodeFactory
-
An unfinished node.
- buildUnfinishedOperatorNode_sets_parent() - Method in class com.singularsys.jeptests.unit.NodeFactoryTest
- buildVariableNode(ASTVarNode) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildVariableNode(ASTVarNode) - Method in class com.singularsys.jep.NodeFactory
-
creates a new ASTVarNode with the same name as argument.
- buildVariableNode(Variable) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildVariableNode(Variable) - Method in class com.singularsys.jep.NodeFactory
-
creates a new ASTVarNode with a given variable.
- buildVariableNode(String) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildVariableNode(String) - Method in class com.singularsys.jep.NodeFactory
-
Build a variable node when just the name is known.
- buildVariableNodeCheckUndeclared(String) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- buildVariableNodeCheckUndeclared(String) - Method in class com.singularsys.jep.NodeFactory
-
Build a variable node checking for the undeclared status.
- buildVector(Object...) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- buildVector(Object...) - Method in class com.singularsys.exttests.matrix.MatrixTest
- buildVector(Object...) - Method in class com.singularsys.exttests.matrix.RationalMatrix2Test
- buildVector(Object...) - Method in class com.singularsys.exttests.matrix.RationalMatrixTest
- buildVector(Object...) - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- buildVector(Object...) - Method in class com.singularsys.jeptests.system.JepTest
- buildVector(Object...) - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
C
- c - Variable in class com.singularsys.jeptests.unit.misc.BoundVariableTest.MyObj
- calc(Object, List<Object>) - Method in class com.singularsys.jep.misc.functions.ElementOf
-
Calculates if the element is in the list or not.
- calc(List<Object>) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecVSum
- calc(List<Object>) - Method in class com.singularsys.jep.functions.ArrayFunctionBase
-
Abstract method for performing the array calculation.
- calc(List<Object>) - Method in class com.singularsys.jep.functions.Average
-
Called by the run method, default is to call
Average.average(List)but subclasses can override. - calc(List<Object>) - Method in class com.singularsys.jep.functions.MinMax
- calc(List<Object>) - Method in class com.singularsys.jep.functions.VSum
- calc(List<Object>) - Method in class com.singularsys.jep.misc.functions.ElementOf
-
Should not be called.
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixAdd
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixCmp
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixCross
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixDet
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixDiv
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixDot
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixEle
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixId
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixIf
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixInv
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixList
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixMod
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixMul
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixNeg
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixPow
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixSize
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixSolve
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixSub
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixSwitch
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixTrace
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixTrans
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixZeroMat
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.matrix.functions.MatrixZeroVec
- calcDims(Dimensions...) - Method in interface com.singularsys.extensions.matrix.MatrixFunctionI
-
Attempts to calculate the dimensions of a result of a PostfixMathCommand.
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.Count
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.ElementMinMax
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.ElementProduct
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.ElementSum
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.Mean
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.Median
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.Mode
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.Rank
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.Ranks
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.SortElements
- calcDims(Dimensions...) - Method in class com.singularsys.extensions.statistical.Variance
- calcDims(Node) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
- calcDims(Node) - Method in class com.singularsys.extensions.matrixdiff.MDJep
-
Calculates dimensions for a node.
- calcInnerSig(Node, List<String>, PostfixMathCommandI) - Static method in class com.singularsys.extensions.lambda.Signature
- calcMultiplyDim(Dimensions, Dimensions) - Method in class com.singularsys.extensions.matrix.functions.MatrixMul
- calcSig(Node, List<String>, PostfixMathCommandI) - Static method in class com.singularsys.extensions.lambda.Signature
-
Calculate the signature and extract variable names.
- calcSize(Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- calcSize(E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Get the current "size" of an element
- calculateArgs(Object, List<Object>) - Method in class com.singularsys.extensions.lambda.Signature.InnerSig
-
Convert an input arguments to a list of arguments matching the pattern in this signature
- calculateArgs(Object, List<Object>) - Method in class com.singularsys.extensions.lambda.Signature.Pat
- calculateArgs(Object, List<Object>) - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- calculateArgs(Stack<Object>, List<Object>) - Method in class com.singularsys.extensions.lambda.Signature
-
Convert arguments on the stack to a list of arguments matching the pattern in this signature
- calculateArgs(Stack<Object>, List<Object>) - Method in class com.singularsys.extensions.lambda.Signature.ListSig
- calculateArgs(Stack<Object>, List<Object>) - Method in class com.singularsys.extensions.lambda.Signature.Pat
- calculateArgs(Stack<Object>, List<Object>) - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- calculateArgs(Stack<Object>, List<Object>) - Method in class com.singularsys.extensions.lambda.Signature.Vbl
- calculateDerivative(String[], DJep) - Method in class com.singularsys.extensions.djep.DVariable
-
calculate a derivative.
- calcValue(XEvaluator, boolean) - Method in class com.singularsys.extensions.xjep.XVariable
-
Calculates the value for the variables equation and returns that value.
- calcValue(Node) - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- calcValue(Node) - Method in class com.singularsys.jeptests.system.JepTest
-
Calculate the value of an expression.
- calcValue(String) - Method in class com.singularsys.exttests.MRpeTest
- calcValue(String) - Method in class com.singularsys.jeptests.system.JepTest
-
Calculate the value of an expression.
- calcVariableDimensionsByValue(Variable) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
-
Calculate and sets the dimensions of a variable using its value
- calcVarValue(String, boolean) - Method in class com.singularsys.extensions.xjep.XJep
-
Calculates the value for the variables equation and returns that value.
- CallbackEvaluationI - Interface in com.singularsys.jep.functions
-
Functions which require greater control over their evaluation should implement this interface.
- can_construct_with_wrong_number_of_arguments() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- can_construct_with_wrong_number_of_arguments() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- can_create_a_stream() - Method in class com.singularsys.jeptests.unit.VariableTableTest
- can_evaluate_resolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- can_evaluate_resolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- can_evaluate_resolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- can_evaluate_the_overloaded_operator() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- can_evaluate_the_overloaded_operator() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- can_evaluate_the_overloaded_operator() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- can_specify_replacement_in_the_LightWeight_constructor() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- can_specify_replacement_in_the_MediumWeight_constructor() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- cancel() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Cancels the subscription.
- cancel() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.BasicSubscriber
- cannot_use_triple_dot_syntax() - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
-
Fails.
- car(Stream<Object>) - Method in class com.singularsys.extensions.stream.StreamListProcessor
-
Get the first element of a stream.
- Case - Class in com.singularsys.jep.misc.functions
-
A case statement.
- Case() - Constructor for class com.singularsys.jep.misc.functions.Case
-
Standard constructor with no default value and errors if nulls are found.
- Case(Case.NullBehaviour) - Constructor for class com.singularsys.jep.misc.functions.Case
-
Constructor with defined behaviour for null.
- Case(Object) - Constructor for class com.singularsys.jep.misc.functions.Case
-
A case statement with a predefined default value and errors if nulls are found.
- Case(Object, Case.NullBehaviour) - Constructor for class com.singularsys.jep.misc.functions.Case
-
Case statement with given default value and defined null behaviour.
- case_with_default_value_and_evaluate_only_touches_needed_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- case_with_default_value_and_jep_evaluate_only_touches_needed_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- case_with_evaluate_only_touches_needed_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- case_with_jep_evaluate_only_touches_needed_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- Case.NullBehaviour - Enum Class in com.singularsys.jep.misc.functions
-
Action to take if first argument is null.
- CaseInsensitiveFunctionTable - Class in com.singularsys.jep.misc
-
A version of a function table which is case-insensitive.
- CaseInsensitiveFunctionTable() - Constructor for class com.singularsys.jep.misc.CaseInsensitiveFunctionTable
- CaseInsensitiveFunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.jep.misc.CaseInsensitiveFunctionTable
- CaseInsensitiveFunctionTable_parses_but_node_name_unchanged() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- CaseInsensitiveFunctionTable_parses_but_node_name_unchanged_ConfigParser() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- CaseInsensitiveIdentifierTokenManager - Class in com.singularsys.jep.misc
-
An IdentifierTokenMatcher that converts all identifier tokens to lowercase.
- CaseInsensitiveIdentifierTokenManager(String) - Constructor for class com.singularsys.jep.misc.CaseInsensitiveIdentifierTokenManager
- CaseInsensitiveIdentifierTokenManager(Pattern) - Constructor for class com.singularsys.jep.misc.CaseInsensitiveIdentifierTokenManager
- CaseInsensitiveIdentifierTokenManager_makes_all_tokens_lowercase() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- CaseInsensitiveVariableTable - Class in com.singularsys.jep.misc
-
A Variable table which ignores case.
- CaseInsensitiveVariableTable() - Constructor for class com.singularsys.jep.misc.CaseInsensitiveVariableTable
- CaseInsensitiveVariableTable(VariableTable) - Constructor for class com.singularsys.jep.misc.CaseInsensitiveVariableTable
-
Copy constructor
- CaseInsensitiveVariableTable_decorates_PublishingVariableTable() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
-
Testing
CaseInsensitiveVariableTable.decoratorInstance(new PublishingVariableTable(pub)); - CaseInsensitiveVariableTableTest - Class in com.singularsys.jeptests.unit.misc
- CaseInsensitiveVariableTableTest() - Constructor for class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- CaseNonLazy - Class in com.singularsys.jep.misc.functions
-
A case statement.
- CaseNonLazy() - Constructor for class com.singularsys.jep.misc.functions.CaseNonLazy
-
Standard constructor with no default value and errors if nulls are found.
- CaseNonLazy(CaseNonLazy.NullBehaviour) - Constructor for class com.singularsys.jep.misc.functions.CaseNonLazy
-
Constructor with defined behaviour for null.
- CaseNonLazy(Object) - Constructor for class com.singularsys.jep.misc.functions.CaseNonLazy
-
A case statement with a predefined default value and errors if nulls are found.
- CaseNonLazy(Object, CaseNonLazy.NullBehaviour) - Constructor for class com.singularsys.jep.misc.functions.CaseNonLazy
-
Case statement with given default value and defined null behaviour.
- caseNonLazy_with_default_and_eval() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- caseNonLazy_with_default_value_and_jep_evaluate_touches_all_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- caseNonLazy_with_eval() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- caseNonLazy_with_jep_evaluate_touches_all_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- CaseNonLazy.NullBehaviour - Enum Class in com.singularsys.jep.misc.functions
-
Action to take if first argument is null.
- CaseSwitchTest - Class in com.singularsys.jeptests.unit.misc.functions
-
Unit tests for
Case,Switch,SwitchDefault, and non lazy versionsCaseNonLazy,SwitchNonLazy,SwitchDefaultNonLazy. - CaseSwitchTest() - Constructor for class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- cast(MatrixI) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixFactory
- cast(MatrixI) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
A typical implementation will just use
return (GenericMatrix<E>) m; - cast(MatrixI) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- cast(MatrixI) - Method in class com.singularsys.exttests.matrix.RationalMatrixFactory
- cast(VectorI) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixFactory
- cast(VectorI) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
A typical implementation will just use
return (V) v; - cast(VectorI) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- cast(VectorI) - Method in class com.singularsys.exttests.matrix.RationalMatrixFactory
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Convert the input to type E.
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.LongField
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.ModulusField
-
Convert input to an integer in the range
[0,modulus) - cast(Object) - Method in class com.singularsys.extensions.field.implementations.RationalField
- cast(Object) - Method in class com.singularsys.extensions.field.implementations.ShortField
- cast(Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- castM(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Given that the argument is of type MatrixI cast to the type M.
- castV(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Given that the argument is of type VectorI cast to the type V.
- CCmouseMoved(MouseEvent) - Method in class com.singularsys.extexamples.applets.ContourCanvas
- cdf(double, double, double) - Static method in class com.singularsys.extensions.statistical.distributions.NormalDist
-
Cdf with given mean and standard deviation
- cdf(int, int, double) - Static method in class com.singularsys.extensions.statistical.distributions.BinomialDist
- CDF - Enum constant in enum class com.singularsys.extensions.statistical.distributions.NormalDist.Type
-
Standard cumulative distribution function.
- cdr(Stream<Object>) - Method in class com.singularsys.extensions.stream.StreamListProcessor
-
Get a stream with the first element removed.
- Ceil - Class in com.singularsys.jep.functions
-
A PostfixMathCommandI which find the smallest integer above the number ceil(pi) give 4 ceil(-i) give -3
- Ceil() - Constructor for class com.singularsys.jep.functions.Ceil
- center() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- cenX - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
- cenY - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
- ChainableBinaryFunction - Class in com.singularsys.extensions.chained
-
Converts a
BinaryFunctionso it can be used in a chain or directly as binary function. - ChainableBinaryFunction(BinaryFunction) - Constructor for class com.singularsys.extensions.chained.ChainableBinaryFunction
- ChainableBinaryFunctionSwapped - Class in com.singularsys.extensions.chained
-
Converts a
BinaryFunctionso it can be used in a chain or directly as binary function. - ChainableBinaryFunctionSwapped(BinaryFunction) - Constructor for class com.singularsys.extensions.chained.ChainableBinaryFunctionSwapped
- ChainableFunctionSet - Class in com.singularsys.extensions.chained
-
Adds chainable list processing functions.
- ChainableFunctionSet() - Constructor for class com.singularsys.extensions.chained.ChainableFunctionSet
-
Creates a set of chainable higher order functions.
- ChainableFunctionSet(FieldI) - Constructor for class com.singularsys.extensions.chained.ChainableFunctionSet
-
Creates a set of chained higher order functions for a specific field.
- ChainableGeneralFunction - Class in com.singularsys.extensions.chained
-
Converts a
NaryFunctionso it can be used in a chain or directly as Nary function. - ChainableGeneralFunction(ChainedFunctionI, PostfixMathCommandI, Predicate<Node>) - Constructor for class com.singularsys.extensions.chained.ChainableGeneralFunction
-
Constructor.
- ChainableRationalFieldTests() - Constructor for class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- ChainableSetup() - Constructor for class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- Chainable setup - Search tag in package com.singularsys.extensions.chained
- Section
- ChainableUnaryFunction - Class in com.singularsys.extensions.chained
-
Converts a
UnaryFunctionso it can be used in a chain or directly as unary function. - ChainableUnaryFunction(UnaryFunction) - Constructor for class com.singularsys.extensions.chained.ChainableUnaryFunction
- CHAINED - Enum constant in enum class com.singularsys.extensions.chained.ChainedOperatorTable.ChainedOperators
- ChainedBinaryFunction - Class in com.singularsys.extensions.chained
-
Converts a
BinaryFunctionso it can be used in a chain. - ChainedBinaryFunction(BinaryFunction) - Constructor for class com.singularsys.extensions.chained.ChainedBinaryFunction
- ChainedBinaryFunctionSwapped - Class in com.singularsys.extensions.chained
-
Converts a
BinaryFunctionso it can be used in a chain. - ChainedBinaryFunctionSwapped(BinaryFunction) - Constructor for class com.singularsys.extensions.chained.ChainedBinaryFunctionSwapped
- ChainedConsole - Class in com.singularsys.extexamples.consoles
-
A console application illustrating the chained function features in the
com.singularsys.extensions.chainedpackage. - ChainedConsole() - Constructor for class com.singularsys.extexamples.consoles.ChainedConsole
- ChainedConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
ChainedConsoleapplication. - ChainedConsoleTest() - Constructor for class com.singularsys.exttests.examples.ChainedConsoleTest
- ChainedDefine - Class in com.singularsys.extensions.chained
-
An extension to the
Definefunction that allows chained functions to be created. - ChainedDefine() - Constructor for class com.singularsys.extensions.chained.ChainedDefine
- ChainedDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from chained.html
- ChainedDocTest() - Constructor for class com.singularsys.exttests.autogen.ChainedDocTest
- ChainedFunctionI - Interface in com.singularsys.extensions.chained
-
Specifies functions than can be used in a chain.
- ChainedFunctionSet - Class in com.singularsys.extensions.chained
-
Adds chained list processing functions.
- ChainedFunctionSet() - Constructor for class com.singularsys.extensions.chained.ChainedFunctionSet
-
Creates a set of chained higher order functions.
- ChainedFunctionSet(FieldI) - Constructor for class com.singularsys.extensions.chained.ChainedFunctionSet
-
Creates a set of chained higher order functions for a specific field.
- ChainedFunctionTest - Class in com.singularsys.exttests
-
Tests for the Chained package.
- ChainedFunctionTest() - Constructor for class com.singularsys.exttests.ChainedFunctionTest
- ChainedFunctionTest.ChainableRationalFieldTests - Class in com.singularsys.exttests
-
Tests with chainable functions and a rational field
- ChainedFunctionTest.ChainableSetup - Class in com.singularsys.exttests
-
Tests using chainable functions
- ChainedFunctionTest.ChainedRationalFieldTests - Class in com.singularsys.exttests
-
Tests with a RationalField
- ChainedFunctionTest.ChainedSetup - Class in com.singularsys.exttests
-
Tests using the chained functions
- ChainedFunctionTest.ExplicitChainableSetup - Class in com.singularsys.exttests
-
Tests for an explicit chainable setup
- ChainedFunctionTest.ExplicitChainedSetup - Class in com.singularsys.exttests
-
Tests for an explicit setup
- ChainedFunctionTest.XJepSetup - Class in com.singularsys.exttests
-
Tests combining XJep package
- ChainedGeneralFunction - Class in com.singularsys.extensions.chained
-
Converts a general
PostfixMathCommandIso it can be used in a chain. - ChainedGeneralFunction(PostfixMathCommandI) - Constructor for class com.singularsys.extensions.chained.ChainedGeneralFunction
- ChainedNaryFunction - Class in com.singularsys.extensions.chained
-
Converts a
NaryFunctionso it can be used in a chain. - ChainedNaryFunction(NaryFunction) - Constructor for class com.singularsys.extensions.chained.ChainedNaryFunction
- ChainedObjectVariableBindingMapper - Class in com.singularsys.jep.misc.boundvariable
-
Creates VariableBinding objects by translating the variable name into a chain of object references.
- ChainedObjectVariableBindingMapper(String) - Constructor for class com.singularsys.jep.misc.boundvariable.ChainedObjectVariableBindingMapper
- ChainedOperatorTable - Class in com.singularsys.extensions.chained
-
An OperatorTable for chained and chainable syntax.
- ChainedOperatorTable(OperatorTable2, String, String, String, boolean) - Constructor for class com.singularsys.extensions.chained.ChainedOperatorTable
-
A decorator constructor.
- ChainedOperatorTable(OperatorTable2, String, String, String, boolean, FieldI) - Constructor for class com.singularsys.extensions.chained.ChainedOperatorTable
-
A decorator constructor.
- ChainedOperatorTable(String, String, String, boolean) - Constructor for class com.singularsys.extensions.chained.ChainedOperatorTable
-
Constructor with specified symbols.
- ChainedOperatorTable(String, String, String, boolean, FieldI) - Constructor for class com.singularsys.extensions.chained.ChainedOperatorTable
-
Constructor with specified symbols.
- ChainedOperatorTable(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.extensions.chained.ChainedOperatorTable
- ChainedOperatorTable.ChainedOperators - Enum Class in com.singularsys.extensions.chained
-
Keys to identify the lambda operators.
- ChainedRationalFieldTests() - Constructor for class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- ChainedSetup() - Constructor for class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- Chained set up - Search tag in package com.singularsys.extensions.chained
- Section
- ChainedUnaryFunction - Class in com.singularsys.extensions.chained
-
Converts a
UnaryFunctionso that it can be used in a chain. - ChainedUnaryFunction(UnaryFunction) - Constructor for class com.singularsys.extensions.chained.ChainedUnaryFunction
- ChainingOpPfmc - Class in com.singularsys.extensions.chained
-
An PFMC which allows a method chaining syntax.
- ChainingOpPfmc() - Constructor for class com.singularsys.extensions.chained.ChainingOpPfmc
- ChainRuleDiffRules - Class in com.singularsys.extensions.djep.diffRules
-
Abstract base class for function which are differentiated using the chain rule.
- ChainRuleDiffRules(DJep) - Constructor for class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
Constructor.
- change_publisher() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- changing_a_hook_returns_same_value() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- changing_a_hook_returns_same_value() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- characters(char[], int, int) - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- chargeFunctionName(String, String) - Method in class com.singularsys.extensions.fastreal.AbstractEval
-
Changes the name of the standard set functions used.
- CharStream - Interface in com.singularsys.jep.parser
-
This interface describes a character stream that maintains line and column number positions of the characters.
- check(String, String[]) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- check(List<Token>, Object[]) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- check(List<Token>, List<Token>) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- check_help_message_examples(boolean) - Method in class com.singularsys.exttests.examples.StreamConsoleTest
- check_pfmcHasValidInherits(PostfixMathCommandI) - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- check_pfmcHasValidInherits(PostfixMathCommandI) - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- check_pfmcHasValidInherits(PostfixMathCommandI) - Method in class com.singularsys.exttests.examples.ChainedConsoleTest
- check_pfmcHasValidInherits(PostfixMathCommandI) - Method in class com.singularsys.exttests.StreamTest
- check_pfmcHasValidInherits(PostfixMathCommandI) - Method in class com.singularsys.jeptests.system.examples.ConsoleTest
- checkComment(Token, Token) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- checkCPParseSize() - Static method in class com.singularsys.jepexamples.diagnostics.DestructiveTests
- checkEval() - Static method in class com.singularsys.jepexamples.diagnostics.DestructiveTests
- checkEval(Jep, int) - Static method in class com.singularsys.jepexamples.diagnostics.DestructiveTests
- checkFixedPrecision(BigDecComponents) - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- checkFunctionTable(FunctionTable) - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- checkIdentifier(Token, Token) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- checkMatrix(String, Object) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- checkMatrix(String, Object) - Method in class com.singularsys.exttests.matrix.MRpeMatrixFieldTest
- checkMatrix(String, Object, double) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- checkNumber(Token, Token) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.chained.ChainedGeneralFunction
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.chained.ChainedNaryFunction
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.lambda.Define
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.lambda.LambdaFunction
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.matrix.functions.MatrixId
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.matrix.functions.MatrixList
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.polynomials.Coeffs
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.Count
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.ElementMinMax
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.ElementProduct
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.ElementSum
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.Mean
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.Median
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.Mode
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.Percentile
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.Rank
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.Ranks
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.SortElements
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.statistical.Variance
- checkNumberOfParameters(int) - Method in class com.singularsys.extensions.stream.StreamIterate
- checkNumberOfParameters(int) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalPFMC
- checkNumberOfParameters(int) - Method in class com.singularsys.exttests.MRpSerializationTest.MyNary
- checkNumberOfParameters(int) - Method in class com.singularsys.exttests.MRpSerializationTest.MyNaryBinary
- checkNumberOfParameters(int) - Method in class com.singularsys.exttests.RpSerializationTest.MyNary
- checkNumberOfParameters(int) - Method in class com.singularsys.exttests.RpSerializationTest.MyNaryBinary
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecVSum
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.functions.ArrayFunctionBase
-
Must have one or more parameter
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.functions.Ele
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.functions.If
-
Checks the number of parameters of the call.
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.functions.NaryBinaryFunction
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Checks the number of parameters of the function.
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.functions.Round
-
Must have one or two parameter
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.functions.strings.Substring
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.functions.Sum
-
Must have one or more parameter
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.dictionary.MakeMap
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.dictionary.MapPfmc.MapEntryPfmc
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.dictionary.Put
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.functions.Case
-
Must have at least 3 parameters.
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.functions.CaseNonLazy
-
Must have at least 3 parameters.
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.functions.RoundSF
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.functions.Switch
-
Must have at least 2 parameters.
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.functions.SwitchDefault
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.functions.SwitchNonLazy
-
Must have at least 2 parameters.
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.functions.ToBase
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNary
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNaryBinary
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
- checkNumberOfParameters(int) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- checkNumberOfParameters(int) - Method in interface com.singularsys.jep.PostfixMathCommandI
-
Checks the number of parameters of the function.
- checkNumberOfParameters(int) - Method in class com.singularsys.jeptests.system.JepTest.MyNary
- checkNumberOfParameters(int) - Method in class com.singularsys.jeptests.system.JepTest.MyNaryBinary
- checkNumberOfParameters(int) - Method in class com.singularsys.jeptests.system.NullWrapTest.MyPfmc
- checkOperationsOnSet(DictionaryTests, Object) - Static method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- checkOperator(Token, Token) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- checkOperatorTable(EmptyOperatorTable) - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- checkOrderedTerms(String[]) - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- checkOrMake(String) - Method in class com.singularsys.exttests.field.FieldDictTest
- checkOrMake(String) - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- checkOrMake(String) - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- checkOrMake(String) - Method in class com.singularsys.exttests.StreamDictTest.StandardStreamDictTest
- checkOrMake(String) - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- checkOrMake(String) - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- checkOrMake(String) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
-
Check if the function should exists, or not.
- checkParseSize() - Static method in class com.singularsys.jepexamples.diagnostics.DestructiveTests
- checkPostfixEval() - Static method in class com.singularsys.jepexamples.diagnostics.DestructiveTests
- checkPutOnSet(DictionaryTests, Object, boolean, boolean) - Static method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- checkStandardEval() - Static method in class com.singularsys.jepexamples.diagnostics.DestructiveTests
- checkString(Token, Token) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- checkValue(String, Object) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- checkValue(String, Object) - Method in class com.singularsys.exttests.matrix.MRpeMatrixFieldTest
- checkValue(String, Object, double) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- checkVector(Object[], Object) - Method in class com.singularsys.exttests.matrix.MatrixTest
- checkVector(Object[], Object) - Method in class com.singularsys.jeptests.system.JepTest
- checkVector(Object[], Object) - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- checkWhiteSpace(Token, Token) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- childIterator() - Method in interface com.singularsys.jep.parser.Node
-
Returns an Iterator which iterates over the children of the Node.
- childIterator() - Method in class com.singularsys.jep.parser.SimpleNode
-
Returns an Iterator which iterates over the children of the Node.
- children - Variable in class com.singularsys.jep.parser.SimpleNode
- children() - Method in interface com.singularsys.jep.parser.Node
-
Returns an Iterable object which can be used in a for/in loop.
- children() - Method in class com.singularsys.jep.parser.SimpleNode
-
Returns an Iterable object which can be used in a for/in loop.
- childrenAccept(ParserVisitor, Object) - Method in class com.singularsys.jep.parser.SimpleNode
-
Accept the visitor.
- childrenHaveChanged(Node, Node[]) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
-
Tests if the children of a node have changed
- childrenHaveChanged(Node, List<Node>) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
-
Tests if the children of a node have changed
- clean(Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
Main entry point.
- clean(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Returns a cleaned up version of an expression tree.
- Clean - Class in com.singularsys.extensions.xjep
-
Jep functions which adds a
clean(eqn)preprocessing operator to tidy expressions. - Clean() - Constructor for class com.singularsys.extensions.xjep.Clean
- Clean(ExpressionCleaner) - Constructor for class com.singularsys.extensions.xjep.Clean
- Clean(XJep) - Constructor for class com.singularsys.extensions.xjep.Clean
- clean_with_vector() - Method in class com.singularsys.exttests.CleanerTest
- cleanAdd(Node, Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
Cleans an addition.
- cleanBuildOperatorNode(Operator, Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- cleanBuildOperatorNode(Operator, Node, Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
First create a new node and then clean it.
- cleanDivide(Node, Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
Cleans a division.
- cleaner - Variable in class com.singularsys.extensions.djep.DJepComponents
- cleaner - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- cleaner - Variable in class com.singularsys.extensions.xjep.XComponents
- cleaner - Variable in class com.singularsys.extensions.xjep.XJep
- cleanerDoc1() - Method in class com.singularsys.exttests.ExtDocsTest
- cleanerDoc2() - Method in class com.singularsys.exttests.ExtDocsTest
- cleanerDoc3() - Method in class com.singularsys.exttests.ExtDocsTest
- CleanerDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from cleaner.html
- CleanerDocTest() - Constructor for class com.singularsys.exttests.autogen.CleanerDocTest
- cleanerTest(String, String) - Method in class com.singularsys.exttests.XJepTest
-
parses, processes and cleans both expression, tests toString are equals
- cleanerTest(String, String) - Method in class com.singularsys.exttests.XJepXAssignTest
-
parses, processes and cleans both expression, tests toString are equals
- CleanerTest - Class in com.singularsys.exttests
-
Tests for the
ExpressionCleaner - CleanerTest() - Constructor for class com.singularsys.exttests.CleanerTest
- cleanMultiply(Node, Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
Cleans a multiplication.
- cleanOp(Operator, Node...) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
Attempt to clean an operator.
- cleanOp(Node, Node...) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
simplifies operators, does not descend into children
- cleanPower(Node, Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
Simplify a power.
- cleanSubtract(Node, Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
Cleans a subtraction.
- cleanTest(String, String) - Method in class com.singularsys.exttests.MRpeTest
-
Parses and cleans both expressions, test toString on both
- cleanTestString(String, String) - Method in class com.singularsys.exttests.MRpeTest
-
Parses and cleans expr, test equal to expected string
- cleanTriple(Operator, Node, Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
-
Cleans expressions like 2+(3+x) or (2+x)+3.
- cleanUMinus(Node) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- cleanUp() - Method in class com.singularsys.extensions.fastreal.RpEval
-
Removes observers and other cleanup needed when evaluator no longer used.
- clear() - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
-
Clear all rules of all types
- clear() - Method in class com.singularsys.jep.FunctionTable
- clear() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- clear() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Clears the call counts for functions, operators, variables, and constants.
- clear() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- clear() - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Clears all variables from the table, removes all subscribers and publishes a
VariableTableAction.Actions.CLEAR_TABLEto indicate the table has been cleared. - clear() - Method in class com.singularsys.jep.VariableTable
-
Clears all variables from the table.
- Clear - Class in com.singularsys.jep.misc.dictionary
-
Clears the map.
- Clear(Object) - Constructor for class com.singularsys.jep.misc.dictionary.Clear
-
Constructor
- CLEAR_NON_CONSTANT - Enum constant in enum class com.singularsys.jep.misc.publishingvariable.VariableTableAction.Actions
- CLEAR_TABLE - Enum constant in enum class com.singularsys.jep.misc.publishingvariable.VariableTableAction.Actions
- clearClones() - Method in class com.singularsys.extensions.stream.StreamListProcessor
-
Clear the clones map created by
StreamListProcessor.cloneStream(Stream). - clearFields() - Method in class com.singularsys.extensions.field.FieldCollection
- clearNodeScope(Node) - Method in class com.singularsys.jep.parser.JJTJccParserState
- clearNonConstants() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Called when the non-constant variables have been removed.
- clearNonConstants() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableUpdater
- clearNonConstants() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
- clearValues() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- clearValues() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- clearValues() - Method in class com.singularsys.jep.VariableTable
-
Clears the values of all non-constant variables.
- clearVars() - Method in class com.singularsys.jepexamples.consoles.Console
-
Clears all the variables, including constants, from Jep
- clipX(int) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Clip screen X values to lie within screen
- clipY(int) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Clip screen Y values to lie within screen
- cloneStream(Stream<Object>) - Method in class com.singularsys.extensions.stream.StreamListProcessor
-
Clone a stream.
- cloneToken() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
-
Creates a copy of this token
- cloneToken() - Method in class com.singularsys.jep.configurableparser.tokens.SymbolToken
- close() - Method in class com.singularsys.extensions.mathml.parser.ConcatReader
- close_publisher_if_a_variable_is_later_added_throws_an_IllegalStateException() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- closeNodeScope(Node, boolean) - Method in class com.singularsys.jep.parser.JJTJccParserState
- closeNodeScope(Node, int) - Method in class com.singularsys.jep.parser.JJTJccParserState
- cmp(Object, Object) - Method in class com.singularsys.extensions.field.AbstractComparativeField
-
Compare two elements, return -1,0,1 if the comparison can be carried out, null otherwise.
- cmp(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- cmp(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
- cmp(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
-
Uses String.compareTo(String)
- cmp(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- cmpBug() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
-
Check for problems where MinMax used comparisons which worked by first converting to doubles.
- cmpG(Rational, Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
- cmpG(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Compare two objects of the same type.
- cmpG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- cmpG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- cmpG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
-
Not implemented for this field.
- cmpG(Long, Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- cmpG(Short, Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- cmpG(String, String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- cmpG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- cmpG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- cmpG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- cmpG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
-
Not implemented for this field.
- cmpSize(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- cmpSize(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Compare current "size" to maximum.
- cmpVec(List<?>, List<?>) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRelational
- coeff - Variable in class com.singularsys.extexamples.applets.Bern1D
- coeffs - Variable in class com.singularsys.extexamples.applets.Bern2D
- Coeffs - Class in com.singularsys.extensions.polynomials
-
Jep function to extract array of coefficients from a polynomial.
- Coeffs() - Constructor for class com.singularsys.extensions.polynomials.Coeffs
- Coeffs(XJep) - Constructor for class com.singularsys.extensions.polynomials.Coeffs
- CollectPowers - Class in com.singularsys.extensions.rewrite
-
Collect powers together so that
x*x -> x^2andx^n*x -> x^(n+1). - CollectPowers() - Constructor for class com.singularsys.extensions.rewrite.CollectPowers
- COLON - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- column - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- COLUMNNUMBER - Enum constant in enum class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory.Numbering
- com.singularsys.extensions - package com.singularsys.extensions
-
Extensions to the main Jep package.
- com.singularsys.extensions.chained - package com.singularsys.extensions.chained
-
Allows chained style notation for function composition.
- com.singularsys.extensions.djep - package com.singularsys.extensions.djep
-
Classes to performs differentiation of equations.
- com.singularsys.extensions.djep.diffRules - package com.singularsys.extensions.djep.diffRules
-
Rules specifying how to differentiate functions.
- com.singularsys.extensions.fastmatrix - package com.singularsys.extensions.fastmatrix
-
Fast evaluation routines for matrices and vectors with double elements.
- com.singularsys.extensions.fastreal - package com.singularsys.extensions.fastreal
-
Fast evaluation routines over doubles, can be up to ten times faster than standard Jep.
- com.singularsys.extensions.field - package com.singularsys.extensions.field
-
A type system for Jep allowing use of new datatype like matrices or rational numbers.
- com.singularsys.extensions.field.dictionary - package com.singularsys.extensions.field.dictionary
-
Provides a set of components for using dictionaries compatible with the
com.singularsys.extensions.fieldpackage. - com.singularsys.extensions.field.functions - package com.singularsys.extensions.field.functions
-
Functions which work over various different fields.
- com.singularsys.extensions.field.implementations - package com.singularsys.extensions.field.implementations
-
Standard FieldI implementations, and utility classes for construction implementations.
- com.singularsys.extensions.lambda - package com.singularsys.extensions.lambda
-
Anonymous lambda functions and higher order functions.
- com.singularsys.extensions.mathml - package com.singularsys.extensions.mathml
-
MathML parser/builder
- com.singularsys.extensions.mathml.builder - package com.singularsys.extensions.mathml.builder
-
Classes for building Content MathML from Jep expressions.
- com.singularsys.extensions.mathml.parser - package com.singularsys.extensions.mathml.parser
-
Classes to handle parsing of content MathML.
- com.singularsys.extensions.matrix - package com.singularsys.extensions.matrix
-
A framework for calculations with vectors and matrices.
- com.singularsys.extensions.matrix.complexmat - package com.singularsys.extensions.matrix.complexmat
-
Vectors and Matrices with Complex value elements.
- com.singularsys.extensions.matrix.dictionary - package com.singularsys.extensions.matrix.dictionary
-
Provides a set of components for using dictionaries compatible with the
com.singularsys.extensions.matrixpackage. - com.singularsys.extensions.matrix.doublemat - package com.singularsys.extensions.matrix.doublemat
-
Implementation of vectors and matrices with double elements.
- com.singularsys.extensions.matrix.externalmat - package com.singularsys.extensions.matrix.externalmat
-
Generic base classes for when external libraries are used for the implementation of matrix algorithms.
- com.singularsys.extensions.matrix.functions - package com.singularsys.extensions.matrix.functions
-
PostfixMathCommands for functions and operators which work on matrices.
- com.singularsys.extensions.matrix.genericmat - package com.singularsys.extensions.matrix.genericmat
-
Generic implementations for constructing vectors and matrices where all the elements are of type <E>.
- com.singularsys.extensions.matrix.objectmat - package com.singularsys.extensions.matrix.objectmat
-
Matrix implementation where elements can be any object.
- com.singularsys.extensions.matrix.sequencemat - package com.singularsys.extensions.matrix.sequencemat
-
Implementation of vectors and matrices with double elements and where matrices are stored as a one dimensional array.
- com.singularsys.extensions.matrixdiff - package com.singularsys.extensions.matrixdiff
-
A small package to allow differentiation with expressions involving matrices and vectors.
- com.singularsys.extensions.polynomials - package com.singularsys.extensions.polynomials
-
An advanced simplification/expansion/comparison algorithm.
- com.singularsys.extensions.polynomials.comparators - package com.singularsys.extensions.polynomials.comparators
-
Comparators used to set the ordering of monomial terms.
- com.singularsys.extensions.rewrite - package com.singularsys.extensions.rewrite
-
Allow expression rewriting to be created and applied.
- com.singularsys.extensions.rewrite.matrix - package com.singularsys.extensions.rewrite.matrix
-
Rules for expanding vector and matrix operations like vector addition
[a,b]+[c,d] -> [a+c,b+d]. - com.singularsys.extensions.statistical - package com.singularsys.extensions.statistical
-
Statistical functions, mean, median, mode, variance, rank etc.
- com.singularsys.extensions.statistical.distributions - package com.singularsys.extensions.statistical.distributions
-
The normal and binomial distributions.
- com.singularsys.extensions.stream - package com.singularsys.extensions.stream
-
Package to allow use of
Streamin Jep. - com.singularsys.extensions.stream.dictionary - package com.singularsys.extensions.stream.dictionary
-
Provides a set of components for using dictionaries compatible with the
com.singularsys.extensions.streampackage. - com.singularsys.extensions.structure - package com.singularsys.extensions.structure
-
Provides limited support for block style programming with for, if and while statements.
- com.singularsys.extensions.structure.fieldJavaOps - package com.singularsys.extensions.structure.fieldJavaOps
-
Provides field aware versions of the
com.singularsys.jep.misc.javaopspre and post increment and decrement functions. - com.singularsys.extensions.xjep - package com.singularsys.extensions.xjep
-
Various symbolic utilities.
- com.singularsys.extexamples - package com.singularsys.extexamples
-
Examples applications for Jep extensions.
- com.singularsys.extexamples.applets - package com.singularsys.extexamples.applets
-
Plotting applets using Jep Extensions facilities.
- com.singularsys.extexamples.applets.mathml - package com.singularsys.extexamples.applets.mathml
-
Applets for Jep to MathML conversion.
- com.singularsys.extexamples.consoles - package com.singularsys.extexamples.consoles
-
Interactive console applications for Jep extensions.
- com.singularsys.extexamples.diagnostics - package com.singularsys.extexamples.diagnostics
-
Diagnostic applications for Jep extensions
- com.singularsys.exttests - package com.singularsys.exttests
-
JUnit testing for extensions packages.
- com.singularsys.exttests.autogen - package com.singularsys.exttests.autogen
-
Automatically generated test code from the documentation pages.
- com.singularsys.exttests.examples - package com.singularsys.exttests.examples
-
JUnit testing for the example programs in
com.singularsys.extexamplespackage. - com.singularsys.exttests.field - package com.singularsys.exttests.field
-
JUnit testing for the extension field packages.
- com.singularsys.exttests.matrix - package com.singularsys.exttests.matrix
-
JUnit testing for the extension matrix packages.
- com.singularsys.exttests.matrix.functions - package com.singularsys.exttests.matrix.functions
-
JUnit testing for the specific functions in the extension matrix packages.
- com.singularsys.exttests.polynomial - package com.singularsys.exttests.polynomial
-
JUnit testing for the
com.singularsys.extensions.polynomialspackage. - com.singularsys.jep - package com.singularsys.jep
-
The main package containing the Jep class as well as other core classes.
- com.singularsys.jep.bigdecimal - package com.singularsys.jep.bigdecimal
-
A set of components for performing arbitrary precision arithmetic using the
BigDecimalclass to represent numbers. - com.singularsys.jep.bigdecimal.functions - package com.singularsys.jep.bigdecimal.functions
-
Function classes that operate on BigDecimal numbers.
- com.singularsys.jep.configurableparser - package com.singularsys.jep.configurableparser
-
A hand-coded parser which allows more customization than the standard parser.
- com.singularsys.jep.configurableparser.matchers - package com.singularsys.jep.configurableparser.matchers
-
This package contains matchers for tokens and grammar elements.
- com.singularsys.jep.configurableparser.tokens - package com.singularsys.jep.configurableparser.tokens
-
Token classes for the configurable parser.
- com.singularsys.jep.functions - package com.singularsys.jep.functions
-
Classes that implement the built-in functions and operators.
- com.singularsys.jep.functions.strings - package com.singularsys.jep.functions.strings
-
String functions.
- com.singularsys.jep.misc - package com.singularsys.jep.misc
-
Miscellaneous components.
- com.singularsys.jep.misc.bitwise - package com.singularsys.jep.misc.bitwise
-
A selection of bitwise operators.
- com.singularsys.jep.misc.boundvariable - package com.singularsys.jep.misc.boundvariable
-
This package allows the creation of Jep variables which are bound to java objects.
- com.singularsys.jep.misc.dictionary - package com.singularsys.jep.misc.dictionary
-
Classes to support associative array like operations.
- com.singularsys.jep.misc.functions - package com.singularsys.jep.misc.functions
-
Miscellaneous functions not included in the standard jep.
- com.singularsys.jep.misc.javaops - package com.singularsys.jep.misc.javaops
-
Full set of java operators: ++x, ?
- com.singularsys.jep.misc.lineNumbering - package com.singularsys.jep.misc.lineNumbering
-
Classes to allow line and column number information to stored in nodes.
- com.singularsys.jep.misc.nullwrapper - package com.singularsys.jep.misc.nullwrapper
-
Package to allow the treatment of null values which propagate up through evaluation so that
null op anythingwill benullfor most operator. - com.singularsys.jep.misc.nullwrapper.functions - package com.singularsys.jep.misc.nullwrapper.functions
-
Null wrapped versions of specific functions.
- com.singularsys.jep.misc.overloadedfunctions - package com.singularsys.jep.misc.overloadedfunctions
-
Classes that allow functions and operators to be overloaded adding new functionality.
- com.singularsys.jep.misc.parallelparsing - package com.singularsys.jep.misc.parallelparsing
-
Classes for parallel parsing of equations.
- com.singularsys.jep.misc.publishingvariable - package com.singularsys.jep.misc.publishingvariable
-
A set of classes implementing the Observer pattern via the
Flowsystem ofFlow.PublisherandFlow.Subscriber. - com.singularsys.jep.misc.threadsafeeval - package com.singularsys.jep.misc.threadsafeeval
-
Classes to allow a simple method of evaluation in multiple threads.
- com.singularsys.jep.parser - package com.singularsys.jep.parser
-
The standard parser.
- com.singularsys.jep.reals - package com.singularsys.jep.reals
-
A set of classes for performing fast evaluation on reals (strings, vectors, and complex numbers are not supported)
- com.singularsys.jep.standard - package com.singularsys.jep.standard
-
Standard components including the standard evaluator, function table, operator table, variable table, and double number factory.
- com.singularsys.jep.walkers - package com.singularsys.jep.walkers
-
Expression tree traversal classes.
- com.singularsys.jepexamples - package com.singularsys.jepexamples
-
Container package for all examples, contains simple examples.
- com.singularsys.jepexamples.applets - package com.singularsys.jepexamples.applets
-
Example applets that use Jep to perform parsing and evaluation.
- com.singularsys.jepexamples.consoles - package com.singularsys.jepexamples.consoles
-
Examples that allow console interaction with the Jep parsers using a command line interface.
- com.singularsys.jepexamples.diagnostics - package com.singularsys.jepexamples.diagnostics
-
Examples that serve as diagnostic tools.
- com.singularsys.jeptests - package com.singularsys.jeptests
-
JUnit tests for the main Jep package.
- com.singularsys.jeptests.system - package com.singularsys.jeptests.system
-
System tests.
- com.singularsys.jeptests.system.examples - package com.singularsys.jeptests.system.examples
-
JUnit testing for the
com.singularsys.jepexamplespackage. - com.singularsys.jeptests.system.perf - package com.singularsys.jeptests.system.perf
-
Framework for testing the performance of parsing and evaluation.
- com.singularsys.jeptests.system.perf.tests - package com.singularsys.jeptests.system.perf.tests
-
Specific performance tests
- com.singularsys.jeptests.unit - package com.singularsys.jeptests.unit
-
Unit tests using JUnit.
- com.singularsys.jeptests.unit.bigdecimal - package com.singularsys.jeptests.unit.bigdecimal
-
JUnit testing for the
com.singularsys.jep.bigdecimalpackage. - com.singularsys.jeptests.unit.bigdecimal.functions - package com.singularsys.jeptests.unit.bigdecimal.functions
-
Tests for the BigDecimal functions
- com.singularsys.jeptests.unit.configurableparser - package com.singularsys.jeptests.unit.configurableparser
-
JUnit testing for the ConfigurableParser.
- com.singularsys.jeptests.unit.configurableparser.matchers - package com.singularsys.jeptests.unit.configurableparser.matchers
-
JUnit testing for matchers in the ConfigurableParser.
- com.singularsys.jeptests.unit.functions - package com.singularsys.jeptests.unit.functions
-
Tests for individual function classes
- com.singularsys.jeptests.unit.misc - package com.singularsys.jeptests.unit.misc
-
JUnit testing for Miscellaneous components in the
com.singularsys.jep.miscpackage. - com.singularsys.jeptests.unit.misc.dictionary - package com.singularsys.jeptests.unit.misc.dictionary
-
JUnit testing for Dictionary components in the
com.singularsys.jep.misc.dictionarypackage. - com.singularsys.jeptests.unit.misc.functions - package com.singularsys.jeptests.unit.misc.functions
-
JUnit testing for additional functions in the
com.singularsys.jep.misc.functionspackage. - com.singularsys.jeptests.unit.misc.overloadedfunctions - package com.singularsys.jeptests.unit.misc.overloadedfunctions
-
JUnit testing for overloaded function and operators in the
com.singularsys.jep.misc.overloadedfunctionspackage. - com.singularsys.jeptests.unit.misc.parallelparsing - package com.singularsys.jeptests.unit.misc.parallelparsing
-
JUnit testing for parallel parsing in the
com.singularsys.jep.misc.overloadedfunctionspackage. - com.singularsys.jeptests.unit.standard - package com.singularsys.jeptests.unit.standard
-
JUnit testing for the
com.singularsys.jep.standardpackage. - com.singularsys.jeptests.unit.walkers - package com.singularsys.jeptests.unit.walkers
-
Unit test for classes in
com.singularsys.jep.walkers - COMMA - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- commandv - Variable in class com.singularsys.extensions.djep.DJepComponents
- commandv - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- commandv - Variable in class com.singularsys.extensions.xjep.XComponents
- commandv - Variable in class com.singularsys.extensions.xjep.XJep
- CommandVisitor - Class in com.singularsys.extensions.xjep
-
Executes commands like diff and eval embedded in expression trees.
- CommandVisitor() - Constructor for class com.singularsys.extensions.xjep.CommandVisitor
- CommandVisitorI - Interface in com.singularsys.extensions.xjep
-
Interface defining the special actions performed during the preprocessing stage.
- CommaNumberTokenMatcher() - Constructor for class com.singularsys.jeptests.system.BugsTest.CommaNumberTokenMatcher
- CommentToken - Class in com.singularsys.jep.configurableparser.tokens
-
Tokens representing comments.
- CommentToken(String) - Constructor for class com.singularsys.jep.configurableparser.tokens.CommentToken
- CommentTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches various styles of comments.
- CommentTokenMatcher(String) - Constructor for class com.singularsys.jep.configurableparser.matchers.CommentTokenMatcher
- CommentTokenMatcher(Pattern) - Constructor for class com.singularsys.jep.configurableparser.matchers.CommentTokenMatcher
- common() - Method in class com.singularsys.extensions.chained.ChainedFunctionSet
- CommonClasses - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Common classes for overload function tests.
- CommonClasses() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.CommonClasses
- COMMUTATIVE - Static variable in class com.singularsys.jep.Operator
-
Commutative operators x*y = y*x.
- comp - Variable in class com.singularsys.jep.functions.MinMax
-
Used to compare greater than or less than between objects.
- comp - Variable in class com.singularsys.jep.misc.functions.ElementOf
- Comparative - Class in com.singularsys.jep.functions
-
Implements the comparative operations <, >, <=, >=, !
- Comparative(int) - Constructor for class com.singularsys.jep.functions.Comparative
-
Constructor.
- Comparative(int, double) - Constructor for class com.singularsys.jep.functions.Comparative
- ComparativeTest - Class in com.singularsys.jeptests.unit.functions
-
Tests for
Comparative - ComparativeTest() - Constructor for class com.singularsys.jeptests.unit.functions.ComparativeTest
- Comparators and Total order - Search tag in package com.singularsys.extensions.polynomials
- Section
- compare(Monomial, Monomial) - Method in class com.singularsys.extensions.polynomials.comparators.GrevlexComparator
- compare(Monomial, Monomial) - Method in class com.singularsys.extensions.polynomials.comparators.GrlexComparator
- compare(Monomial, Monomial) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(Monomial, Polynomial) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(Monomial, PVariable) - Method in class com.singularsys.extensions.polynomials.comparators.GrevlexComparator
- compare(Monomial, PVariable) - Method in class com.singularsys.extensions.polynomials.comparators.GrlexComparator
- compare(Monomial, PVariable) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(PConstant, PConstant) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(PNodeI, PNodeI) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(Polynomial, Monomial) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(Polynomial, Polynomial) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(Polynomial, PVariable) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(PVariable, Monomial) - Method in class com.singularsys.extensions.polynomials.comparators.GrevlexComparator
- compare(PVariable, Monomial) - Method in class com.singularsys.extensions.polynomials.comparators.GrlexComparator
- compare(PVariable, Monomial) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(PVariable, Polynomial) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(PVariable, PVariable) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
- compare(Node, Node) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Compares two nodes.
- compare(Object, Object) - Method in class com.singularsys.extensions.field.FieldComparator
- compare(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRelational
- compare(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecTieBreakComparative
- compare(Object, Object) - Method in class com.singularsys.jep.functions.Comparative
-
Compares the two arguments.
- Compare - Class in com.singularsys.extensions.polynomials
-
The
compare(x,y)command. - Compare(boolean) - Constructor for class com.singularsys.extensions.polynomials.Compare
-
Constructor when the PolynomialCreator is found when
Compare.init(Jep)is called. - Compare(PolynomialCreator, boolean) - Constructor for class com.singularsys.extensions.polynomials.Compare
-
Constructor with a specific PolynomialCreator
- Compare(XJep, boolean) - Constructor for class com.singularsys.extensions.polynomials.Compare
-
Constructor where the PolynomialCreator from the jep instance is used
- compareOps(Operator, Operator) - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Compare operators based on their precedence and associativity.
- compareRecursive(Node, Node) - Method in class com.singularsys.exttests.MathMLTest
- compareRecursive(Node, Node) - Method in class com.singularsys.jeptests.system.JepTest
- CompareTest(String, String, int) - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- compareTo(Rational) - Method in class com.singularsys.extensions.field.implementations.Rational
- compareTo(RationalWithInfinity) - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- compareTo(PFunction) - Method in class com.singularsys.extensions.polynomials.PFunction
- compareTo(PNodeI) - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- compareTo(PNodeI) - Method in class com.singularsys.extensions.polynomials.Monomial
-
Compare this to argument. x < y 2 x < 3 x x < x^2 x^2 < x^3 x < x y TODO x y < x^2
- compareTo(PNodeI) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Compares this expression to argument.
- compareTo(PNodeI) - Method in class com.singularsys.extensions.polynomials.Polynomial
- compareTo(Polynomial) - Method in class com.singularsys.extensions.polynomials.Polynomial
- compareTo(POperator) - Method in class com.singularsys.extensions.polynomials.POperator
- compareTo(PVariable) - Method in class com.singularsys.extensions.polynomials.PVariable
-
this < arg ---> -1 this > arg ---> 1
- compareToPConstant(PConstant) - Method in class com.singularsys.extensions.polynomials.PConstant
- COMPETITION - Enum constant in enum class com.singularsys.extensions.statistical.Rank.Type
-
Competition rank, tired elements given rank of lowest 4,2,2,1.
- COMPETITION - Enum constant in enum class com.singularsys.extensions.statistical.Ranks.Type
-
Competition rank, tired elements given rank of lowest 4,2,2,1.
- competition_rank_gives_tied_elements_the_lowest_value() - Method in class com.singularsys.exttests.StatisticalTest
-
Fractional ranking, mean of ordinal ranks of tied elements 4,2.5,2.5,1
- competition_rank_with_missing_item_argument_is_minusone() - Method in class com.singularsys.exttests.StatisticalTest
- competition_rank_with_no_arguments_is_minusone() - Method in class com.singularsys.exttests.StatisticalTest
- competition_rank_with_one_argument_is_one() - Method in class com.singularsys.exttests.StatisticalTest
- competition_ranks_gives_tied_entries_lowest_indices() - Method in class com.singularsys.exttests.StatisticalTest
- competition_ranks_with_no_entries_gives_empty_array() - Method in class com.singularsys.exttests.StatisticalTest
- compile(Node) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Compile the expressions to produce a set of commands in reverse Polish notation.
- compile(Node) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Compile the expressions to produce a set of commands in reverse Polish notation.
- compile(Variable, Node) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
compile an expression of the type var = node.
- Complex - Class in com.singularsys.jep.standard
-
Represents a complex number with double precision real and imaginary components.
- Complex() - Constructor for class com.singularsys.jep.standard.Complex
-
Default constructor, gives zero.
- Complex(double) - Constructor for class com.singularsys.jep.standard.Complex
-
Constructor from a single double value.
- Complex(double, double) - Constructor for class com.singularsys.jep.standard.Complex
-
Initialize the real and imaginary components to the values given by the parameters.
- Complex(Complex) - Constructor for class com.singularsys.jep.standard.Complex
-
Copy constructor
- Complex(Number) - Constructor for class com.singularsys.jep.standard.Complex
-
Construct from a Number.
- COMPLEX - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- COMPLEX_I - Static variable in class com.singularsys.jep.PrintVisitor
-
Enable this mode to print complex numbers as 3+2 i
- Complex.NonPropagatingImmutableComplex - Class in com.singularsys.jep.standard
-
An immutable version of the Complex class.
- ComplexCanvas - Class in com.singularsys.extexamples.applets
-
Canvas used by the
ComplexPlotterapplet. - ComplexCanvas(Jep, Variable, double, double, double, int) - Constructor for class com.singularsys.extexamples.applets.ComplexCanvas
- ComplexField - Class in com.singularsys.extensions.field.implementations
-
A Field which operates on Complex objects.
- ComplexField() - Constructor for class com.singularsys.extensions.field.implementations.ComplexField
- ComplexFieldTest - Class in com.singularsys.exttests.field
-
Tests for the
ComplexField. - ComplexFieldTest() - Constructor for class com.singularsys.exttests.field.ComplexFieldTest
- ComplexFieldTest.MixedComplexFunctionTableTest - Class in com.singularsys.exttests.field
- ComplexFieldTest.PureComplexFunctionTableTest - Class in com.singularsys.exttests.field
- ComplexFieldTests() - Constructor for class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- ComplexFieldWithRealOrder - Class in com.singularsys.extensions.field.implementations
-
A Field which operates on Complex objects.
- ComplexFieldWithRealOrder() - Constructor for class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- ComplexFieldWithTotalOrder - Class in com.singularsys.extensions.field.implementations
-
A Field which operates on Complex objects which imposes a total order on the complex numbers, by first comparing the real part and then the imaginary part.
- ComplexFieldWithTotalOrder() - Constructor for class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- ComplexFunctionTable - Class in com.singularsys.extensions.field.functions
-
Function table for function which work with
Complexnumbers. - ComplexFunctionTable(boolean, FieldI) - Constructor for class com.singularsys.extensions.field.functions.ComplexFunctionTable
- ComplexFunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.extensions.field.functions.ComplexFunctionTable
- ComplexHandler() - Constructor for class com.singularsys.extensions.mathml.parser.ConstantHandler.ComplexHandler
- ComplexMatrix - Class in com.singularsys.extensions.matrix.complexmat
-
Implementation for vector whose elements are
Complexnumbers. - ComplexMatrix(Object[][]) - Constructor for class com.singularsys.extensions.matrix.complexmat.ComplexMatrix
-
Create matrix with the supplied array of data
- ComplexMatrixFactory - Class in com.singularsys.extensions.matrix.complexmat
- ComplexMatrixFactory() - Constructor for class com.singularsys.extensions.matrix.complexmat.ComplexMatrixFactory
- ComplexMatrixField - Class in com.singularsys.extensions.matrix.complexmat
-
Field for
ComplexMatrixandComplexVectortypes. - ComplexMatrixField(ComplexMatrixFactory) - Constructor for class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- ComplexMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
ComplexMatrixField. - ComplexMatrixTest() - Constructor for class com.singularsys.exttests.matrix.ComplexMatrixTest
- ComplexNumberFactory - Class in com.singularsys.extensions.field.implementations
-
Parse all numeric strings as
Complex. - ComplexNumberFactory() - Constructor for class com.singularsys.extensions.field.implementations.ComplexNumberFactory
- ComplexPFMC - Class in com.singularsys.jep.functions
-
Converts a pair of real numbers to a complex number Complex(x,y)=x+i y.
- ComplexPFMC() - Constructor for class com.singularsys.jep.functions.ComplexPFMC
- ComplexPlotter - Class in com.singularsys.extexamples.applets
-
Applet for plotting images of complex functions.
- ComplexPlotter() - Constructor for class com.singularsys.extexamples.applets.ComplexPlotter
- ComplexPolarHandler() - Constructor for class com.singularsys.extensions.mathml.parser.ConstantHandler.ComplexPolarHandler
- ComplexPolynomialRewriter - Class in com.singularsys.extensions.polynomials
-
Rewrites polynomials with powers of i, the square root of -1, to a form without i.
- ComplexPolynomialRewriter(PolynomialCreator, String) - Constructor for class com.singularsys.extensions.polynomials.ComplexPolynomialRewriter
- ComplexTest - Class in com.singularsys.jeptests.unit.standard
-
Test for
Complex. - ComplexTest() - Constructor for class com.singularsys.jeptests.unit.standard.ComplexTest
- complexValue(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
- complexValueTest(String, Complex, double) - Method in class com.singularsys.exttests.MRpeTest
- complexValueTest(String, Complex, double) - Method in class com.singularsys.jeptests.system.JepTest
-
Test parse-evaluate with complex number and given tolerance.
- ComplexVector - Class in com.singularsys.extensions.matrix.complexmat
-
Implementation for vector whose elements are
Complexnumbers. - ComplexVector(Object[]) - Constructor for class com.singularsys.extensions.matrix.complexmat.ComplexVector
- componentHidden(ComponentEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- componentHidden(ComponentEvent) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
- componentMoved(ComponentEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- componentMoved(ComponentEvent) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
- componentResized(ComponentEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- componentResized(ComponentEvent) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
- ComponentSet - Class in com.singularsys.jep
-
Collects all the components which make up the Jep system.
- ComponentSet() - Constructor for class com.singularsys.jep.ComponentSet
-
Create a component set with all components
null. - ComponentSet(Jep) - Constructor for class com.singularsys.jep.ComponentSet
-
Uses the components from the jep instance
- ComponentSet(JepComponent[]) - Constructor for class com.singularsys.jep.ComponentSet
-
Use the given list of components, any unspecified one will be set to
null. - componentShown(ComponentEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- componentShown(ComponentEvent) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
- ComponentSubset - Class in com.singularsys.jep
-
Represent an incomplete set of components.
- ComponentSubset(JepComponent...) - Constructor for class com.singularsys.jep.ComponentSubset
- COMPOSITE - Static variable in class com.singularsys.jep.Operator
-
composite operators, like a-b which is a+(-b)
- concat(Object, Object) - Method in class com.singularsys.jep.functions.strings.Concat
- Concat - Class in com.singularsys.jep.functions.strings
-
Concatenates string arguments.
- Concat() - Constructor for class com.singularsys.jep.functions.strings.Concat
- ConcatReader - Class in com.singularsys.extensions.mathml.parser
-
A Reader implementation that concatenates two readers.
- ConcatReader(Reader, Reader) - Constructor for class com.singularsys.extensions.mathml.parser.ConcatReader
- ConcurrentVariableTable - Search tag in package com.singularsys.jep.misc.parallelparsing
- Section
- ConcurrentVariableTable - Class in com.singularsys.jep.misc.parallelparsing
-
A variable table backed by a ConcurrentHashMap that is safe for concurrent access.
- ConcurrentVariableTable() - Constructor for class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
-
Default constructor.
- ConcurrentVariableTable(VariableTable) - Constructor for class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
-
Copy constructor, For each variable from the source table create a new variable.
- ConcurrentVariableTableTest - Class in com.singularsys.jeptests.unit.misc.parallelparsing
-
Tests for the
ConcurrentVariableTable - ConcurrentVariableTableTest() - Constructor for class com.singularsys.jeptests.unit.misc.parallelparsing.ConcurrentVariableTableTest
- configParser_cannot_parse_2Delement_with_comma_separated_indicies() - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- configs - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest
- configs - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- ConfigurableParser - Class in com.singularsys.jep.configurableparser
-
A configurable parser.
- ConfigurableParser() - Constructor for class com.singularsys.jep.configurableparser.ConfigurableParser
-
Create a configurable parser with no matchers set.
- ConfigurableParser(ConfigurableParser) - Constructor for class com.singularsys.jep.configurableparser.ConfigurableParser
-
Copy constructor, creates new lists for TokenMatchers etc. and adds all the TokenMatchers, TokenFilters, GrammarMatchers from the base.
- ConfigurableParser(Jep, ConfigurableParser) - Constructor for class com.singularsys.jep.configurableparser.ConfigurableParser
-
Create a configurable parser reusing the list of matchers from the given parser.
- ConfigurableParserTest - Class in com.singularsys.jeptests.unit.configurableparser
-
Unit tests for the
StandardConfigurableParser - ConfigurableParserTest() - Constructor for class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- ConfigurableParserWithRange - Class in com.singularsys.jep.configurableparser
-
A modified version of the
StandardConfigurableParserwhich includes a grammar matcher for matching lists[1,2,3]and ranges[1..10]. - ConfigurableParserWithRange(String) - Constructor for class com.singularsys.jep.configurableparser.ConfigurableParserWithRange
-
Create a ConfigurableParserWithRange with the specified symbol for the range operator.
- Configuration - Search tag in package com.singularsys.extensions.field
- Section
- conj() - Method in class com.singularsys.jep.standard.Complex
-
Returns the complex conjugate.
- conj() - Method in class com.singularsys.jep.standard.ImmutableComplex
- conj(Object) - Method in class com.singularsys.jep.functions.Conjugate
- Conjugate - Class in com.singularsys.jep.functions
-
The complex conjugate of a number conj(c)
- Conjugate() - Constructor for class com.singularsys.jep.functions.Conjugate
- console - Variable in class com.singularsys.jeptests.system.examples.ConsoleTest
- Console - Class in com.singularsys.jepexamples.consoles
-
This class implements a simple command line utility for evaluating mathematical expressions.
- Console() - Constructor for class com.singularsys.jepexamples.consoles.Console
-
Constructor
- Console.JepOutputStream - Class in com.singularsys.jepexamples.consoles
- Console.JepPrintStream - Class in com.singularsys.jepexamples.consoles
- Console.NodeRes - Record Class in com.singularsys.jepexamples.consoles
- Console.SPEC_ACTION - Enum Class in com.singularsys.jepexamples.consoles
-
Values returned by
Console.testSpecialCommands(String command). - ConsoleTest - Class in com.singularsys.jeptests.system.examples
-
Test for the
Console - ConsoleTest() - Constructor for class com.singularsys.jeptests.system.examples.ConsoleTest
- consolidate(Node) - Method in class com.singularsys.jep.walkers.ExpressionConsolidator
- consolidateChildren(Operator, List<Node>) - Method in class com.singularsys.jep.walkers.ExpressionConsolidator
-
Creates an array of Nodes, if the child is an ASTOpNode whose operator is op, then the children of that child will be added otherwise the child is added.
- consolodate_double_nested_operator_LHS() - Method in class com.singularsys.exttests.RewriteTest
- consolodate_nested_functions_LHS() - Method in class com.singularsys.exttests.RewriteTest
- consolodate_nested_operator_LHS() - Method in class com.singularsys.exttests.RewriteTest
- consolodate_nested_operator_RHS() - Method in class com.singularsys.exttests.RewriteTest
- CONST - Static variable in class com.singularsys.extensions.fastreal.RpConstants
-
Index for each command
- const_var_const_var() - Method in class com.singularsys.exttests.CleanerTest
- const_var_const_var() - Method in class com.singularsys.exttests.MatrixCleanerTest
-
Requires commutativity for multiplication
- constant_matrix_become_MatrixI() - Method in class com.singularsys.exttests.CleanerTest
- constant_vector_become_VectorI() - Method in class com.singularsys.exttests.CleanerTest
- constantAdded(String, Object) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Called when a constant is added
- constantAdded(String, Object) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableUpdater
- constantAdded(String, Object) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
- ConstantFunction - Class in com.singularsys.jep.misc.functions
-
Functions which always return a constant value.
- ConstantFunction(Object) - Constructor for class com.singularsys.jep.misc.functions.ConstantFunction
- constantHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- ConstantHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles <cn> elements.
- ConstantHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.ConstantHandler
- ConstantHandler.ComplexHandler - Class in com.singularsys.extensions.mathml.parser
-
Parses complex numbers like
<cn type="complex-cartesian">1.23<sep/>4.56</cn> - ConstantHandler.ComplexPolarHandler - Class in com.singularsys.extensions.mathml.parser
-
Parses complex numbers like
<cn type="complex-polar">1.23<sep/>4.56</cn> - ConstantHandler.ConstantTypeHandler - Interface in com.singularsys.extensions.mathml.parser
-
Methods for individual <cn type="type"> handlers
- ConstantHandler.ENotationHandler - Class in com.singularsys.extensions.mathml.parser
-
Parses numbers in e-notation like
<cn type="e-notation">123<sep/>-2</cn> - ConstantHandler.IntegerHandler - Class in com.singularsys.extensions.mathml.parser
-
Parses integer numbers like
<cn type="integer">123</cn> - ConstantHandler.KnownConstantHandler - Class in com.singularsys.extensions.mathml.parser
-
Parses constants like
<cn type="constant">π</cn> - ConstantHandler.RationalHandler - Class in com.singularsys.extensions.mathml.parser
-
Parses complex numbers like
<cn type="rational">123<sep/>456</cn> - ConstantHandler.RealHandler - Class in com.singularsys.extensions.mathml.parser
-
Parses real numbers like
<cn type="real">1.23</cn> - consume() - Method in class com.singularsys.jep.configurableparser.Lookahead2Iterator
-
Eat one token.
- consume() - Method in class com.singularsys.jep.configurableparser.LookaheadNIterator
-
Eat one token.
- containsKey(String) - Method in class com.singularsys.jep.FunctionTable
- containsKey(String) - Method in class com.singularsys.jep.misc.CaseInsensitiveFunctionTable
- containsKey(String) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- containsKey(String) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- containsKey(String) - Method in class com.singularsys.jep.VariableTable
-
Returns true if the table contains a variable with the given name.
- ContainsKey - Class in com.singularsys.jep.misc.dictionary
-
Tests if the map contains a given key.
- ContainsKey() - Constructor for class com.singularsys.jep.misc.dictionary.ContainsKey
- containsValue(PostfixMathCommandI) - Method in class com.singularsys.jep.FunctionTable
- containsVariable(Variable) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- containsVariable(Variable) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- containsVariable(Variable) - Method in class com.singularsys.jep.VariableTable
-
Returns true if the table contains the given variable.
- CONTINUE - Enum constant in enum class com.singularsys.extensions.structure.LoopNode.ControlValues
- CONTINUE - Enum constant in enum class com.singularsys.jepexamples.consoles.Console.SPEC_ACTION
-
Continue processing.
- continueParse() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Parse the next expressions from existing stream.
- continueParse() - Method in class com.singularsys.jep.misc.NullParser
- continueParse() - Method in class com.singularsys.jep.misc.parallelparsing.ParallelConfigurableParser
-
Not implemented.
- continueParse() - Method in interface com.singularsys.jep.Parser
-
Read the next equation from the stream.
- continueParse() - Method in class com.singularsys.jep.parser.JccParser
-
Continue parsing without re-initializing the stream.
- continueParse() - Method in class com.singularsys.jep.parser.StandardParser
-
Parse the next expressions from existing stream.
- continueParsing() - Method in class com.singularsys.jep.Jep
-
Continue parsing without re-initialising the stream.
- continueParsing() - Method in class com.singularsys.jep.misc.parallelparsing.MultipleEquationParser
-
Pases the next expression in the stream.
- continueParsing() - Method in class com.singularsys.jep.misc.parallelparsing.MultipleEquationParsingJep
-
Calls the
MultipleEquationParser.continueParsing()method. - ContourCanvas - Class in com.singularsys.extexamples.applets
-
Canvas used by the
ContourPlotterapplet. - ContourCanvas(Jep, Variable, Variable) - Constructor for class com.singularsys.extexamples.applets.ContourCanvas
-
Constructor
- ContourPlotter - Class in com.singularsys.extexamples.applets
-
Plots contours of functions defined by implicit functions
f(x,y)=h. - ContourPlotter() - Constructor for class com.singularsys.extexamples.applets.ContourPlotter
- CONTROL_ID - Static variable in class com.singularsys.extensions.structure.ControlNode
- ControlNode - Class in com.singularsys.extensions.structure
-
A node representing a control statement such as
breakorcontinue. - ControlNode(Object) - Constructor for class com.singularsys.extensions.structure.ControlNode
-
Create a node which returns a specific value
- ControlRule - Class in com.singularsys.extensions.structure
-
Parses
breakandcontinuestatements - ControlRule(SymbolToken, SymbolToken, Object) - Constructor for class com.singularsys.extensions.structure.ControlRule
-
Constructor.
- convertChildrenToNodes(StackFrame, int, Locator) - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
-
Converts the children of a StackFrame to an array of Nodes.
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.FieldCollection
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.GenericField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.LongField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.RationalField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.ShortField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.field.implementations.StandardField
- convertFromInt(Integer) - Method in interface com.singularsys.extensions.field.IntegerConvertor
-
Attempt to convert argument from an integer
- convertFromInt(Integer) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- convertFromInt(Integer) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- convertFromInt(Integer) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- convertFromInt(Integer) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- convertInput(Object) - Method in class com.singularsys.extensions.field.implementations.BigIntegerToRationalDecorator
-
Converts BigInteger, Integer, Long and Short to Rational.
- convertInput(Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
-
Attempt to convert the input to a Field method.
- convertInput(Object) - Method in class com.singularsys.extensions.field.implementations.IntegerToBigIntegerDecorator
- convertInput(Object) - Method in class com.singularsys.extensions.field.implementations.NumberToComplexDecorator
- convertInput(Object) - Method in class com.singularsys.extensions.field.implementations.NumberToDoubleDecorator
-
Convert Number types to double.
- convertInput(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole.AllToComplexDecorator
- convertInput(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalBigDecToDoubleDecorator
- convertInput(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalToBigDecDecorator
- convertOutput(Object) - Method in class com.singularsys.extensions.field.implementations.BigIntegerToRationalDecorator
-
If possible convert Rationals to BigIntegers.
- convertOutput(Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
-
Attempt to convert the output from a Field method.
- convertOutput(Object) - Method in class com.singularsys.extensions.field.implementations.IntegerToBigIntegerDecorator
- convertOutput(Object) - Method in class com.singularsys.extensions.field.implementations.NumberToComplexDecorator
- convertOutput(Object) - Method in class com.singularsys.extensions.field.implementations.NumberToDoubleDecorator
- convertOutput(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole.AllToComplexDecorator
- convertOutput(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalBigDecToDoubleDecorator
- convertOutput(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalToBigDecDecorator
- convertResult(MrpRes) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Converts the results from the evaluate method into a more useful Double, VectorI or MatrixI type.
- convertToInt(Object) - Method in class com.singularsys.extensions.field.FieldCollection
- convertToInt(Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- convertToInt(Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- convertToInt(Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- convertToInt(Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- convertToInt(Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
- convertToInt(Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- convertToInt(Object) - Method in interface com.singularsys.extensions.field.IntegerConvertor
-
Attempt to convert argument to an integer
- convertToInt(Object) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- convertToInt(Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- convertToInt(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- convertToInt(Object) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- convertToInt(Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- convertToInt(Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- convertToInt(Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- convertToIntE(Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
- convertToIntE(E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
If possible convert the argument to an Integer to enable integral powers.
- convertToIntE(Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- convertToIntE(Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- convertToIntE(Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- convertToIntE(Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- convertToIntE(Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- convertToIntE(String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- convertToIntE(BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- convertToIntE(BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- convertToIntE(BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- convertToIntE(BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- convertToList(List<Object>) - Method in class com.singularsys.extensions.statistical.ListReturningFunction
-
Convert the results to a list or vector
- convertToMatrix(MrpRes) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Converts the results from the evaluate method into a MatrixI type.
- convertToNode(StackFrame, Object, Locator) - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
-
Casts the argument to a Node.
- convertToPolyArray(String, Map<Integer, PNodeI>) - Method in class com.singularsys.extensions.polynomials.Monomial
- convertToPolyArray(String, Map<Integer, PNodeI>) - Method in class com.singularsys.extensions.polynomials.PConstant
- convertToPolyArray(String, Map<Integer, PNodeI>) - Method in class com.singularsys.extensions.polynomials.PFunction
- convertToPolyArray(String, Map<Integer, PNodeI>) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Internal method for extracting coefficients
- convertToPolyArray(String, Map<Integer, PNodeI>) - Method in class com.singularsys.extensions.polynomials.Polynomial
- convertToPolyArray(String, Map<Integer, PNodeI>) - Method in class com.singularsys.extensions.polynomials.POperator
- convertToPolyArray(String, Map<Integer, PNodeI>) - Method in class com.singularsys.extensions.polynomials.PVariable
- convertToVector(MrpRes) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Converts the results from the evaluate method into a VectorI type.
- convertToVector_fails_with_lightWeightInstance_Jep() - Method in class com.singularsys.exttests.MRpeTest
- convertToVector_works_with_lightWeightInstance_Jep_with_matrix_factory() - Method in class com.singularsys.exttests.MRpeTest
- copied_variable_should_copy_constant_flag() - Method in class com.singularsys.jeptests.unit.VariableFactoryTest.CopyVariableTest
- copied_variable_should_copy_hooks() - Method in class com.singularsys.jeptests.unit.VariableFactoryTest.CopyVariableTest
- copied_variable_should_copy_validvalue_flag() - Method in class com.singularsys.jeptests.unit.VariableFactoryTest.CopyVariableTest
- copied_variable_should_create_varibles_of_factories_type() - Method in class com.singularsys.jeptests.unit.VariableFactoryTest.CopyVariableTest
- copied_variable_should_have_same_name_and_value() - Method in class com.singularsys.jeptests.unit.VariableFactoryTest.CopyVariableTest
- copied_variable_with_null_values_should_use_factories_default_value() - Method in class com.singularsys.jeptests.unit.VariableFactoryTest.CopyVariableTest
- copier - Variable in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- copier - Variable in class com.singularsys.extensions.djep.DJepComponents
- copier - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- copier - Variable in class com.singularsys.extensions.xjep.XComponents
- copier - Variable in class com.singularsys.extensions.xjep.XJep
- copy_constants() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- copyChildren(Node, Node...) - Method in class com.singularsys.jep.NodeFactory
-
Sets the children of node to be those specified in array.
- copyChildren(Node, List<Node>) - Method in class com.singularsys.jep.NodeFactory
-
Sets the children of node to be those in the list.
- copyChildrenIfNeeded(ASTFunNode, List<Node>) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
-
Sets the children of a node if they have changed from its current children.
- copyChildrenIfNeeded(ASTOpNode, List<Node>) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- copyChildrenIfNeeded(Node, Node[]) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
-
Sets the children of a node if they have changed from its current children.
- copyConstantsFrom(VariableTable) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- copyConstantsFrom(VariableTable) - Method in class com.singularsys.jep.VariableTable
-
Copies all the constants from a variable table into this table.
- CopyConstantsFromTest() - Constructor for class com.singularsys.jeptests.unit.VariableTableTest.CopyConstantsFromTest
- copyFunctionsFrom(FunctionTable) - Method in class com.singularsys.jep.FunctionTable
-
Copy all functions from the given function table into this one.
- copyPropertiesFrom(Variable) - Method in class com.singularsys.jep.Variable
-
Copies additional properties from and old variable.
- copyToMat(MatrixI) - Method in class com.singularsys.extensions.fastmatrix.MrpRes
-
Copy result to an existing matrix
- copyToVec(VectorI) - Method in class com.singularsys.extensions.fastmatrix.MrpRes
-
Copy result to an existing vector
- copyVariable(Variable) - Method in class com.singularsys.jep.VariableFactory
-
Create a new variable which is a copy of this one.
- copyVariablesFrom(VariableTable) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- copyVariablesFrom(VariableTable) - Method in class com.singularsys.jep.VariableTable
-
Copies all the variables from a variable table into this table Copies all properties of the variable, including isConstant, validValue flags and all hook keys.
- CopyVariablesFromTest() - Constructor for class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- CopyVariableTest() - Constructor for class com.singularsys.jeptests.unit.VariableFactoryTest.CopyVariableTest
- cos() - Method in class com.singularsys.jep.standard.Complex
-
Returns the cosine of this complex number.
- cos() - Method in class com.singularsys.jep.standard.ImmutableComplex
- cos(Object) - Method in class com.singularsys.jep.functions.Cosine
- COS - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- cosec(Object) - Method in class com.singularsys.jep.functions.Cosecant
- COSEC - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- Cosecant - Class in com.singularsys.jep.functions
-
The cosec function
- Cosecant() - Constructor for class com.singularsys.jep.functions.Cosecant
- cosh() - Method in class com.singularsys.jep.standard.Complex
-
Returns the hyperbolic cosine of this complex number.
- cosh() - Method in class com.singularsys.jep.standard.ImmutableComplex
- cosh(Object) - Method in class com.singularsys.jep.functions.CosineH
- COSH - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- Cosine - Class in com.singularsys.jep.functions
-
The cos function
- Cosine() - Constructor for class com.singularsys.jep.functions.Cosine
- CosineH - Class in com.singularsys.jep.functions
-
The hyperbolic cosine function
- CosineH() - Constructor for class com.singularsys.jep.functions.CosineH
- cot(Object) - Method in class com.singularsys.jep.functions.Cotangent
- COT - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- Cotangent - Class in com.singularsys.jep.functions
-
The cotangent function.
- Cotangent() - Constructor for class com.singularsys.jep.functions.Cotangent
- count() - Method in class com.singularsys.jep.misc.MonitoringEvaluator.CountAndTime
- count(Object) - Method in class com.singularsys.jep.functions.Count
- Count - Class in com.singularsys.extensions.statistical
-
Counts its arguments
- Count - Class in com.singularsys.jep.functions
-
Count the number of elements in a list.
- Count() - Constructor for class com.singularsys.jep.functions.Count
- Count(FieldI) - Constructor for class com.singularsys.extensions.statistical.Count
- count_with_mixed_argument_types() - Method in class com.singularsys.exttests.StatisticalTest
- CountAndTime(int, long, long) - Constructor for class com.singularsys.jep.misc.MonitoringEvaluator.CountAndTime
-
Constructor
- CPConsole - Class in com.singularsys.jepexamples.consoles
-
A console that uses the
StandardConfigurableParser. - CPConsole() - Constructor for class com.singularsys.jepexamples.consoles.CPConsole
- CPConsoleTest - Class in com.singularsys.jeptests.system.examples
-
Tests for the
CPConsole - CPConsoleTest() - Constructor for class com.singularsys.jeptests.system.examples.CPConsoleTest
- CPSeqOpTest - Class in com.singularsys.jeptests.system
-
Tests for the configurable parser.
- CPSeqOpTest() - Constructor for class com.singularsys.jeptests.system.CPSeqOpTest
- CPTest - Class in com.singularsys.jeptests.system
-
Tests for the configurable parser.
- CPTest() - Constructor for class com.singularsys.jeptests.system.CPTest
- createCurrentThreadPublisher() - Static method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Creates a SubmissionPublisher with an
Executorwhich uses the current thread, and the default buffer capacity. - createDefaultEvaluator() - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultEvaluator() - Static method in class com.singularsys.jep.standard.StandardComponents
- createDefaultFunctionTable() - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultFunctionTable() - Static method in class com.singularsys.jep.standard.StandardComponents
- createDefaultNodeFactory() - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultNodeFactory() - Static method in class com.singularsys.jep.standard.StandardComponents
- createDefaultNumberFactory() - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultNumberFactory() - Static method in class com.singularsys.jep.standard.StandardComponents
- createDefaultOperatorTable() - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultOperatorTable() - Static method in class com.singularsys.jep.standard.StandardComponents
- createDefaultParser() - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultParser() - Static method in class com.singularsys.jep.standard.StandardComponents
- createDefaultPrintVisitor() - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultPrintVisitor() - Static method in class com.singularsys.jep.standard.StandardComponents
- createDefaultPublisher() - Static method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Create a default
SubmissionPublisher. - createDefaultVariableFactory() - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultVariableFactory() - Static method in class com.singularsys.jep.standard.StandardComponents
- createDefaultVariableTable(VariableFactory) - Static method in class com.singularsys.jep.reals.RealComponents
- createDefaultVariableTable(VariableFactory) - Static method in class com.singularsys.jep.standard.StandardComponents
- createDerivative(String[], Node) - Method in class com.singularsys.extensions.djep.DVariable
- createElement(String, Document) - Method in interface com.singularsys.extensions.mathml.builder.MathMLDocumentBuilder
-
Create an element, if namespacePrefix is set then MathML namespace will be used.
- createElement(String, Document) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Create an element using the MAthML namespaces if needed.
- createGraphCanvas(XJep) - Method in class com.singularsys.extexamples.applets.ContourPlotter
- createGraphCanvas(XJep) - Method in class com.singularsys.extexamples.applets.ImplicitPlotter
- createGraphCanvas(Jep) - Method in class com.singularsys.extexamples.applets.ComplexPlotter
- createGraphCanvas(Jep) - Method in class com.singularsys.jepexamples.applets.FunctionPlotter
- createGraphCanvas(Jep) - Method in class com.singularsys.jepexamples.applets.ParametrisedPlotter
- createGraphCanvas(Jep) - Method in class com.singularsys.jepexamples.applets.PolarPlotter
- createNumber(boolean) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(boolean) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(boolean) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(boolean) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(boolean) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(boolean) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(boolean) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(boolean) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- createNumber(boolean) - Method in interface com.singularsys.jep.NumberFactory
-
Create a number object with given boolean value
- createNumber(boolean) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- createNumber(double) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(double) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(double) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(double) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(double) - Method in class com.singularsys.extensions.field.implementations.RationalNumberFactory
- createNumber(double) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(double) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(double) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(double) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- createNumber(double) - Method in interface com.singularsys.jep.NumberFactory
-
Creates a number object with given double value.
- createNumber(double) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- createNumber(float) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(float) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(float) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(float) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(float) - Method in class com.singularsys.extensions.field.implementations.RationalNumberFactory
- createNumber(float) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(float) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(float) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(float) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- createNumber(float) - Method in interface com.singularsys.jep.NumberFactory
-
Create a number object with given float value
- createNumber(float) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- createNumber(int) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(int) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(int) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(int) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(int) - Method in class com.singularsys.extensions.field.implementations.RationalNumberFactory
- createNumber(int) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(int) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(int) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(int) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- createNumber(int) - Method in interface com.singularsys.jep.NumberFactory
-
Create a number object with given int value
- createNumber(int) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- createNumber(long) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(long) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(long) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(long) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(long) - Method in class com.singularsys.extensions.field.implementations.RationalNumberFactory
- createNumber(long) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(long) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(long) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(long) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- createNumber(long) - Method in interface com.singularsys.jep.NumberFactory
-
Create a number object with given long value
- createNumber(long) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- createNumber(short) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(short) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(short) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(short) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(short) - Method in class com.singularsys.extensions.field.implementations.RationalNumberFactory
- createNumber(short) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(short) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(short) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(short) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- createNumber(short) - Method in interface com.singularsys.jep.NumberFactory
-
Create a number object with given short value
- createNumber(short) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- createNumber(Complex) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(Complex) - Method in class com.singularsys.extensions.field.implementations.ComplexNumberFactory
- createNumber(Complex) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(Complex) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(Complex) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(Complex) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(Complex) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(Complex) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(Complex) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- createNumber(Complex) - Method in interface com.singularsys.jep.NumberFactory
-
Creates a number from a given complex value.
- createNumber(Complex) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- createNumber(Number) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(Number) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(Number) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(Number) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(Number) - Method in class com.singularsys.extensions.field.implementations.RationalNumberFactory
- createNumber(Number) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(Number) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(Number) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(Number) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- createNumber(Number) - Method in interface com.singularsys.jep.NumberFactory
-
Creates a number object from a class implementing Number, May actually just return the class.
- createNumber(Number) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- createNumber(String) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- createNumber(String) - Method in class com.singularsys.extensions.field.implementations.ComplexNumberFactory
-
Parse all numeric strings as
Complex. - createNumber(String) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- createNumber(String) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- createNumber(String) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- createNumber(String) - Method in class com.singularsys.extensions.field.implementations.RationalNumberFactory
- createNumber(String) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- createNumber(String) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- createNumber(String) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- createNumber(String) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
-
Creates a Double object initialized to the value of the parameter.
- createNumber(String) - Method in interface com.singularsys.jep.NumberFactory
-
Creates a number object and initializes its value.
- createNumber(String) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
-
Creates a Double object initialized to the value of the parameter.
- createPoly(Node) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Converts an expression into the polynomial representation.
- createVariable(String) - Method in class com.singularsys.extensions.djep.DVariableFactory
- createVariable(String) - Method in class com.singularsys.extensions.xjep.XVariableFactory
- createVariable(String) - Method in class com.singularsys.jep.misc.boundvariable.BoundVariableFactory
- createVariable(String) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableFactory
- createVariable(String) - Method in class com.singularsys.jep.VariableFactory
-
Create a variable with a name but not value Calls
VariableFactory.createVariable(String, Object)so subclasses need not override this method. - createVariable(String, VariableBinding) - Method in class com.singularsys.jep.misc.boundvariable.BoundVariableFactory
-
Creates a variable with the given VariableBinding
- createVariable(String, Object) - Method in class com.singularsys.extensions.djep.DVariableFactory
- createVariable(String, Object) - Method in class com.singularsys.extensions.xjep.XVariableFactory
- createVariable(String, Object) - Method in class com.singularsys.jep.misc.boundvariable.BoundVariableFactory
-
If the value is an instance of
VariableBindingthen call theBoundVariableFactory.createVariable(String, VariableBinding)method, otherwise treat as normal. - createVariable(String, Object) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableFactory
- createVariable(String, Object) - Method in class com.singularsys.jep.VariableFactory
-
Create a variable with a name and value.
- Creating a new parser per thread - Search tag in package com.singularsys.jep.misc.parallelparsing
- Section
- cross(GenericVector<E>, GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- cross(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Default inefficient implementation.
- cross(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Cross product of two vectors
- cross(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixCross
- cross(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- cross(Object, Object) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- cross(Object, Object) - Method in interface com.singularsys.extensions.matrix.MatrixFieldI
-
The cross product of two vectors
- cross(Object, Object) - Method in class com.singularsys.jep.functions.Cross
- cross(List<?>, List<?>) - Method in class com.singularsys.jep.functions.Cross
- Cross - Class in com.singularsys.jep.functions
-
The cross product of two 3D vectors.
- Cross() - Constructor for class com.singularsys.jep.functions.Cross
- Cross(Subtract, Multiply) - Constructor for class com.singularsys.jep.functions.Cross
-
Constructor with specific implementations
- CROSS - Enum constant in enum class com.singularsys.jep.OperatorTable2.SpecialOperators
-
Cross product
- CROSS - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- CROSS - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- CrossProductRule - Class in com.singularsys.extensions.rewrite.matrix
-
A rule which expands the cross product of two 3D vectors.
- CrossProductRule() - Constructor for class com.singularsys.extensions.rewrite.matrix.CrossProductRule
- crossVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Default inefficient implementation.
- crossVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- crossVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- crossVV(V, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Cross product of two 3D vectors
- CSymbolBuilder() - Constructor for class com.singularsys.extensions.mathml.builder.FunctionBuilder.CSymbolBuilder
- curChar - Variable in class com.singularsys.jep.parser.JccParserTokenManager
- curNumberOfParameters - Variable in class com.singularsys.jep.functions.PostfixMathCommand
-
Number of parameters to be used for the next run() invocation.
- currentLine - Variable in class com.singularsys.jep.configurableparser.Tokenizer
- currentLineNumber - Variable in class com.singularsys.jep.configurableparser.Tokenizer
- currentPos - Variable in class com.singularsys.jep.configurableparser.Tokenizer
- currentToken - Variable in exception class com.singularsys.jep.parser.ParseException
-
This is the last token that has been consumed successfully.
- CurVerRunner - Class in com.singularsys.jeptests.system.perf.tests
- CurVerRunner() - Constructor for class com.singularsys.jeptests.system.perf.tests.CurVerRunner
- CUSTOM - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- custom_publisher_with_current_thread_executor() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- custom_publisher_with_current_thread_executor_for_variables() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- customFunctionCommands - Variable in class com.singularsys.extensions.fastreal.AbstractEval
-
List of additional PFMC's needed for evaluation.
D
- data - Variable in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- data - Variable in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- data - Variable in class com.singularsys.extensions.matrix.genericmat.GenericVector
- dcv - Variable in class com.singularsys.extensions.rewrite.AbstractRewrite
-
A DeepCopyVisitor for copying nodes.
- dcv - Variable in class com.singularsys.jep.walkers.SubstitutionVisitor
- DDimensionVisitor - Class in com.singularsys.extensions.matrixdiff
-
A
DimensionVisitorwhich can work withPartialDerivativevariables - DDimensionVisitor() - Constructor for class com.singularsys.extensions.matrixdiff.DDimensionVisitor
- DDimensionVisitor(Jep) - Constructor for class com.singularsys.extensions.matrixdiff.DDimensionVisitor
-
A DimensionVisitor which can work with partial derivative variables.
- DDimensionVisitorTest - Class in com.singularsys.exttests.matrix
-
Tests for the
DDimensionVisitor. - DDimensionVisitorTest() - Constructor for class com.singularsys.exttests.matrix.DDimensionVisitorTest
- DEBUG - Static variable in class com.singularsys.extensions.lambda.LambdaFunction
- DEBUG - Static variable in class com.singularsys.extensions.mathml.parser.ConstantHandler
- debugStream - Variable in class com.singularsys.jep.parser.JccParserTokenManager
-
Debug output.
- DECIMAL_LITERAL - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- decimalFormat - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- declareHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- DeclareHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles the <declare> element.
- DeclareHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.DeclareHandler
- decorates_StandardVariableTable() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- DecoratingVariableTable - Class in com.singularsys.jep.misc
-
A VariableTable that can optionally decorate another variable table.
- DecoratingVariableTable() - Constructor for class com.singularsys.jep.misc.DecoratingVariableTable
-
Non decorating constructor.
- DecoratingVariableTable(VariableTable) - Constructor for class com.singularsys.jep.misc.DecoratingVariableTable
-
Non decorating copy constructor
- DecoratingVariableTable(VariableTable, boolean) - Constructor for class com.singularsys.jep.misc.DecoratingVariableTable
-
Decorator constructor
- decoratorInstance(VariableTable) - Static method in class com.singularsys.jep.misc.CaseInsensitiveVariableTable
-
Create a decorator instance
- decoratorInstance(VariableTable, SubmissionPublisher<VariableTableAction>) - Static method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Creates a decorating instance This used the default
SubmissionPublisher - Decorators - Search tag in package com.singularsys.extensions.field.implementations
- Section
- DEEP - Enum constant in enum class com.singularsys.extensions.xjep.ExtractEqn.Type
-
All variables are substituted in the whole tree.
- deepCopy(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Returns a deep copy of an expression tree.
- deepCopy(Node) - Method in class com.singularsys.jep.walkers.DeepCopyVisitor
-
Creates a deepCopy of a Node
- deepCopy(Node) - Method in class com.singularsys.jep.walkers.ImportationVisitor
-
Deprecated.
- DeepCopyVisitor - Class in com.singularsys.jep.walkers
-
A Visitor which returns an exact copy of the tree.
- DeepCopyVisitor() - Constructor for class com.singularsys.jep.walkers.DeepCopyVisitor
-
Constructor to use as a JepComponent.
- DeepCopyVisitor(Jep) - Constructor for class com.singularsys.jep.walkers.DeepCopyVisitor
-
Constructor to use in a standalone context.
- DEFAULT - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
Lexical state.
- defaultNumberTokenMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.NumberTokenMatcher
-
Factory to create a matcher for decimal number without exponents
- defaultOffX - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
- defaultOffY - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
- defaultScaleX - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Default scale values, set in constructor used in reset
- defaultScaleY - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
- defaultValue - Variable in class com.singularsys.jep.VariableFactory
-
The default value to use when variable is created with no value
- defaultWhiteSpaceTokenMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.WhiteSpaceTokenMatcher
-
Matches
- Define - Class in com.singularsys.extensions.lambda
-
Defines a lambda function as a regular function.
- Define() - Constructor for class com.singularsys.extensions.lambda.Define
- degree_zero_constansts_before_terms_with_negative_powers() - Method in class com.singularsys.exttests.polynomial.GrlexComparatorTest
- DENSE - Enum constant in enum class com.singularsys.extensions.statistical.Rank.Type
-
Dense ranking 3,2,2,1
- DENSE - Enum constant in enum class com.singularsys.extensions.statistical.Ranks.Type
-
Dense ranking 3,2,2,1
- dense_rank_gives_lowest_possible_non_clashing_values() - Method in class com.singularsys.exttests.StatisticalTest
- dense_ranks_gives_compressed_indices() - Method in class com.singularsys.exttests.StatisticalTest
- dependsOn(Node, Node) - Method in class com.singularsys.jeptests.system.BugsTest
-
Returns true if n1 depends on n2.
- DEquationExtractor - Class in com.singularsys.extensions.djep
-
Extract equations for symbolic variables.
- DEquationExtractor() - Constructor for class com.singularsys.extensions.djep.DEquationExtractor
- DEquationExtractor(DJep) - Constructor for class com.singularsys.extensions.djep.DEquationExtractor
- DEquationExtractor.Type - Enum Class in com.singularsys.extensions.djep
-
Type of variable to replace by their equations
- derivativeIsTriviallyZero() - Method in class com.singularsys.extensions.djep.DVariable
- derivativeIsTriviallyZero() - Method in class com.singularsys.extensions.djep.PartialDerivative
- derivatives - Variable in class com.singularsys.extensions.djep.DVariable
- DerivBits(int) - Constructor for class com.singularsys.extexamples.applets.Bern2D.DerivBits
- descending_sort_sorts() - Method in class com.singularsys.exttests.StatisticalTest
- description - Variable in class com.singularsys.jep.functions.PostfixMathCommand
-
The description of the function.
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.BDConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfig3_4
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfig3_5
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfig3_5NC
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfigNoChecks
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.OldConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.PostfixConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.RealConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.ThreadSafeConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.UncheckedConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfig3_4
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfig3_5
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfig3_5NC
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfigNoChecks
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.OldConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.PostfixConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.RealConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.ThreadSafeConfig
- description() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.UncheckedConfig
- DestructiveTests - Class in com.singularsys.jepexamples.diagnostics
-
Test various features until failure.
- DestructiveTests() - Constructor for class com.singularsys.jepexamples.diagnostics.DestructiveTests
- det(GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- det(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Determinant of a matrix
- det(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Determinant of a matrix
- det(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixDet
- det(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- det(Object) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- det(Object) - Method in interface com.singularsys.extensions.matrix.MatrixFieldI
-
The determinant of a matrix
- detM(MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Return the determinant of a matrix.
- detM(MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- detM(MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- detM(M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Return the determinant of a matrix.
- DEVSQ - Enum constant in enum class com.singularsys.extensions.statistical.Variance.Type
-
The sum of squares of the deviations
- DExpressionCleaner - Class in com.singularsys.extensions.djep
-
An extension of
ExpressionCleanerwhich can simplify partial derivatives. - DExpressionCleaner() - Constructor for class com.singularsys.extensions.djep.DExpressionCleaner
- DictionaryComponents - Class in com.singularsys.jep.misc.dictionary
-
A set of components for parsing and operating on associative arrays.
- DictionaryComponents(DictionaryComponents.Type) - Constructor for class com.singularsys.jep.misc.dictionary.DictionaryComponents
-
Constructor, used a default object for null values.
- DictionaryComponents(DictionaryComponents.Type, Object) - Constructor for class com.singularsys.jep.misc.dictionary.DictionaryComponents
-
Constructor with a specified value used for null values.
- DictionaryComponents.DictionaryKeys - Enum Class in com.singularsys.jep.misc.dictionary
-
Keys for the two operators used to build maps.
- DictionaryComponents.Type - Enum Class in com.singularsys.jep.misc.dictionary
-
Type of configuration.
- DictionaryGrammarMatcher - Class in com.singularsys.jep.misc.dictionary
-
A GrammarMatcher for JSON like map syntax.
- DictionaryGrammarMatcher(DictionaryGrammarMatcher.Type, Token, Token, Token, Token, Operator, Operator) - Constructor for class com.singularsys.jep.misc.dictionary.DictionaryGrammarMatcher
-
Create a DictionaryGrammarMatcher
- DictionaryGrammarMatcher.Type - Enum Class in com.singularsys.jep.misc.dictionary
-
Type of matcher.
- DictionaryTests - Class in com.singularsys.jeptests.unit.misc.dictionary
-
Abstract base class for test for the
com.singularsys.jep.misc.dictionarypackage. - DictionaryTests() - Constructor for class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- DictionaryTests.KeyValue - Record Class in com.singularsys.jeptests.unit.misc.dictionary
-
Represents a key value pair
- DictionaryTestsWithNull - Class in com.singularsys.jeptests.unit.misc.dictionary
-
Abstract base class for test for the
com.singularsys.jep.misc.dictionarypackage with options allowing null values. - DictionaryTestsWithNull() - Constructor for class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- DictionaryWithListNoNullTest - Class in com.singularsys.jeptests.unit.misc.dictionary
-
Test for the
com.singularsys.jep.misc.dictionarypackage withLIST_REQUIRE_VALUES - DictionaryWithListNoNullTest() - Constructor for class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNoNullTest
- DictionaryWithListNullTest - Class in com.singularsys.jeptests.unit.misc.dictionary
-
Test for the
com.singularsys.jep.misc.dictionarypackage withLIST_MISSING_VALUES - DictionaryWithListNullTest() - Constructor for class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNullTest
- DictionaryWithMapNullTest - Class in com.singularsys.jeptests.unit.misc.dictionary
-
Test for the
com.singularsys.jep.misc.dictionarypackage withMAP_MISSING_VALUES - DictionaryWithMapNullTest() - Constructor for class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- diff() - Method in class com.singularsys.extexamples.applets.Bern1D
- diff() - Method in class com.singularsys.extexamples.applets.Bern1D.NegBern1D
- diff() - Method in class com.singularsys.extexamples.applets.Bern1D.PosBern1D
- diff() - Method in class com.singularsys.extexamples.applets.Bern1D.ZeroBern1D
- Diff - Class in com.singularsys.extensions.djep
-
The diff(f,x) operator.
- Diff() - Constructor for class com.singularsys.extensions.djep.Diff
- Diff() - Constructor for class com.singularsys.jeptests.system.JepTest.Diff
- differentiate(DVariable, String...) - Method in class com.singularsys.extensions.djep.DJep
-
Finds the derivative of a differentiable variable.
- differentiate(ASTFunNode, String, Node[], Node[]) - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
Use the chain rule to differentiate.
- differentiate(ASTFunNode, String, Node[], Node[]) - Method in class com.singularsys.extensions.djep.diffRules.DivideDiffRule
- differentiate(ASTFunNode, String, Node[], Node[]) - Method in class com.singularsys.extensions.djep.diffRules.IfDiffRule
- differentiate(ASTFunNode, String, Node[], Node[]) - Method in class com.singularsys.extensions.djep.diffRules.MultiplyDiffRule
- differentiate(ASTFunNode, String, Node[], Node[]) - Method in class com.singularsys.extensions.djep.diffRules.PassThroughDiffRule
- differentiate(ASTFunNode, String, Node[], Node[]) - Method in class com.singularsys.extensions.djep.diffRules.PowerDiffRule
- differentiate(ASTFunNode, String, Node[], Node[]) - Method in class com.singularsys.extensions.djep.diffRules.ZeroDiffRule
- differentiate(ASTFunNode, String, Node[], Node[]) - Method in interface com.singularsys.extensions.djep.DiffRulesI
-
Returns the top node of the derivative of this function wrt to variable var.
- differentiate(Node, String) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
-
Differentiates an expression tree wrt a variable var.
- differentiate(Node, String) - Method in class com.singularsys.extensions.djep.DJep
-
Differentiate an equation with respect to a variable.
- DifferentiationVisitor - Class in com.singularsys.extensions.djep
-
A class for performing differentiation of an expression.
- DifferentiationVisitor() - Constructor for class com.singularsys.extensions.djep.DifferentiationVisitor
- DiffExample - Class in com.singularsys.extexamples
-
Simple example of using differentiation
- DiffExample() - Constructor for class com.singularsys.extexamples.DiffExample
- DiffRulesI - Interface in com.singularsys.extensions.djep
-
Defines a set of rules describing how to differentiate a function.
- diffX() - Method in class com.singularsys.extexamples.applets.Bern2D
- diffX() - Method in class com.singularsys.extexamples.applets.Bern2D.NegBern2D
- diffX() - Method in class com.singularsys.extexamples.applets.Bern2D.PosBern2D
- diffX() - Method in class com.singularsys.extexamples.applets.Bern2D.ZeroBern2D
- diffY() - Method in class com.singularsys.extexamples.applets.Bern2D
- diffY() - Method in class com.singularsys.extexamples.applets.Bern2D.NegBern2D
- diffY() - Method in class com.singularsys.extexamples.applets.Bern2D.PosBern2D
- diffY() - Method in class com.singularsys.extexamples.applets.Bern2D.ZeroBern2D
- DIGIT1 - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- DIGIT2 - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- DIM_KEY - Static variable in class com.singularsys.extensions.matrix.DimensionVisitor
-
A Key to use with Nodes and Variables to store the dimensions.
- dimensions - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Dimensions of the canvas
- Dimensions - Class in com.singularsys.extensions.matrix
-
A class to represent a set of dimensions giving the size of a vector or matrix.
- DimensionsTest - Class in com.singularsys.exttests.matrix
-
Tests for the
Dimensionsclass. - DimensionsTest() - Constructor for class com.singularsys.exttests.matrix.DimensionsTest
- DimensionVisitor - Class in com.singularsys.extensions.matrix
-
Annotates nodes with the dimension of the vector or matrix.
- DimensionVisitor() - Constructor for class com.singularsys.extensions.matrix.DimensionVisitor
-
Should only be used as when the
DimensionVisitor.init(Jep)will be called. - DimensionVisitor(Jep) - Constructor for class com.singularsys.extensions.matrix.DimensionVisitor
-
Standalone constructor with a supplied Jep instance
- DimensionVisitor.NodeChecker - Interface in com.singularsys.extensions.matrix
-
Class to check conditions on a node
- DimensionVisitor.VariableNodeChecker - Class in com.singularsys.extensions.matrix
-
Checks nodes to see if the variable matches one in the supplied list
- DimensionVisitorTest - Class in com.singularsys.exttests.matrix
-
Tests for the
DimensionVisitor. - DimensionVisitorTest() - Constructor for class com.singularsys.exttests.matrix.DimensionVisitorTest
- DimensionVisitorTest.VisitTest - Class in com.singularsys.exttests.matrix
- dimv - Variable in class com.singularsys.extensions.matrix.MatrixComponentSet
- dimv - Variable in class com.singularsys.extensions.matrixdiff.MDJep
- dimv - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- dimv - Variable in class com.singularsys.exttests.matrix.DimensionVisitorTest
- dimv - Variable in class com.singularsys.exttests.matrix.MatrixTest
- DirtyFunction - Interface in com.singularsys.extensions.xjep
-
Marker interface for functions which should never be cleaned.
- DirtyRandom - Class in com.singularsys.extensions.xjep
-
Version of
Randomwhich implementsDirtyFunctionso theExpressionCleanerdoes not remove the function. - DirtyRandom() - Constructor for class com.singularsys.extensions.xjep.DirtyRandom
- DirtyThreadSafeRandom - Class in com.singularsys.extensions.xjep
-
Version of
ThreadSafeRandomwhich implementsDirtyFunctionso theExpressionCleanerdoes not remove the function. - DirtyThreadSafeRandom() - Constructor for class com.singularsys.extensions.xjep.DirtyThreadSafeRandom
- disable_tracing() - Method in class com.singularsys.jep.parser.JccParser
-
Disable tracing.
- Distinct - Class in com.singularsys.extensions.lambda
-
Limit the list returning only the first n elements.
- Distinct() - Constructor for class com.singularsys.extensions.lambda.Distinct
- div - Variable in class com.singularsys.jep.functions.Average
-
Function used to divide sum of elements by the number of elements
- div - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
-
Factor to reduce the number of iterations for this evaluator.
- div - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
-
Factor to reduce the number of iterations for this evaluator.
- div(Rational) - Method in class com.singularsys.extensions.field.implementations.Rational
- div(RationalWithInfinity) - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- div(GenericMatrix<E>, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- div(GenericVector<E>, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- div(PConstant) - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- div(PNodeI) - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- div(PNodeI) - Method in class com.singularsys.extensions.polynomials.Monomial
- div(PNodeI) - Method in class com.singularsys.extensions.polynomials.PConstant
- div(PNodeI) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Divides this by the argument.
- div(PNodeI) - Method in class com.singularsys.extensions.polynomials.Polynomial
- div(Complex) - Method in class com.singularsys.jep.standard.Complex
-
Returns the result of dividing this complex number by the parameter.
- div(Complex) - Method in class com.singularsys.jep.standard.ImmutableComplex
- div(Complex, Complex) - Method in class com.singularsys.jep.functions.Divide
- div(Complex, Number) - Method in class com.singularsys.jep.functions.Divide
- div(Number, Complex) - Method in class com.singularsys.jep.functions.Divide
- div(Number, Number) - Method in class com.singularsys.jep.functions.Divide
- div(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- div(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Divides two members of the field.
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- div(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not implemented for this field.
- div(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- div(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- div(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixDiv
- div(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- div(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- div(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- div(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- div(Object, Object) - Method in class com.singularsys.jep.functions.Divide
- div(List<?>, Object) - Method in class com.singularsys.jep.functions.Divide
- DIV - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- DIV - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- DIV - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- divEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- divEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- divEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- divEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- divEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- divEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- divEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- divEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- divEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- divG(Rational, Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
- divG(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Divides two elements of type E.
- divG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- divG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- divG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
-
Not implemented for this field.
- divG(Long, Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- divG(Short, Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- divG(String, String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- divG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- divG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- divG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- divG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- Divide - Class in com.singularsys.jep.functions
-
Division of two arguments.
- Divide() - Constructor for class com.singularsys.jep.functions.Divide
- DivideDiffRule - Class in com.singularsys.extensions.djep.diffRules
-
Differentiates a division with respect to a variable.
- DivideDiffRule(DJep, Operator) - Constructor for class com.singularsys.extensions.djep.diffRules.DivideDiffRule
- DivideDiffRule(DJep, Operator, Operator, Operator) - Constructor for class com.singularsys.extensions.djep.diffRules.DivideDiffRule
- DIVIDEEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- divMO(MatrixI, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- divMO(MatrixI, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- divMO(MatrixI, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- divMO(M, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Divide a matrix by a scalar
- divVO(VectorI, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- divVO(VectorI, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- divVO(VectorI, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- divVO(V, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Divide a vector by a scalar
- djep - Variable in class com.singularsys.extensions.djep.DifferentiationVisitor
- DJep - Class in com.singularsys.extensions.djep
-
Adds differentiation facilities to Jep.
- DJep() - Constructor for class com.singularsys.extensions.djep.DJep
-
Standard constructor.
- DJep(ComponentSet) - Constructor for class com.singularsys.extensions.djep.DJep
- DJep(JepComponent...) - Constructor for class com.singularsys.extensions.djep.DJep
- DJepComponents - Class in com.singularsys.extensions.djep
-
The set of components used by a standard DJep instance.
- DJepComponents() - Constructor for class com.singularsys.extensions.djep.DJepComponents
- DJepComponents(JepComponent[]) - Constructor for class com.singularsys.extensions.djep.DJepComponents
- DJepConsole - Class in com.singularsys.extexamples.consoles
-
Console with support for differentiation.
- DJepConsole() - Constructor for class com.singularsys.extexamples.consoles.DJepConsole
- DJepConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
DJepConsoleapplication. - DJepConsoleTest() - Constructor for class com.singularsys.exttests.examples.DJepConsoleTest
- DJepTest - Class in com.singularsys.exttests
-
Tests for the
DJep - DJepTest() - Constructor for class com.singularsys.exttests.DJepTest
- djepTest1() - Method in class com.singularsys.exttests.ExtDocsTest
- dmc - Variable in class com.singularsys.exttests.matrix.DimensionVisitorTest
- do_not_create_a_new_variable_if_one_exists() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- DO_NOT_MEASURE_TIME - Enum constant in enum class com.singularsys.jep.misc.MonitoringEvaluator.Type
-
Do not measure the time spent in each function/operator/variable/constant call.
- doAll(int) - Method in class com.singularsys.extexamples.diagnostics.PrimesSpeedTest
-
Run speed comparison for a set of equations.
- doAll(String[]) - Method in class com.singularsys.extexamples.diagnostics.MatrixSpeedTest
- doAll(String[], String) - Method in class com.singularsys.extexamples.diagnostics.MatrixSpeedTest
-
Run speed comparison for a set of equations.
- doAll(String[], String[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest
-
Run speed comparison for a set of equations.
- doAll(String[], String[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
-
Run speed comparison for a set of equations.
- doAll(String, String[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest
-
Run speed comparison for a single equation.
- doAll(String, String[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
-
Run speed comparison for a single equation.
- doArg(Object) - Method in class com.singularsys.extensions.statistical.ArgumentExpander
-
Process an argument, arrays and Iterable objects are expanded.
- doChild(List<Object>, Object, int) - Method in class com.singularsys.extensions.mathml.parser.SimpleArrayHandler
- docToString(Document, Transformer) - Method in class com.singularsys.exttests.MathMLTest
- doEval(String[], String[], double[][]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
- doEval(String[], String[], Complex[][]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
- doEval(String, String[], double[][]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
- doEval(String, String[], Complex[][]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
- Done() - Method in interface com.singularsys.jep.parser.CharStream
-
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
- Done() - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Set buffers back to null when finished.
- DoNothingVisitor - Class in com.singularsys.jep.walkers
-
A Visitor which visits each node of an expression tree and does nothing.
- DoNothingVisitor() - Constructor for class com.singularsys.jep.walkers.DoNothingVisitor
-
Constructor to use with JepComponent mechanism, init method must be called.
- DoNothingVisitor(Jep) - Constructor for class com.singularsys.jep.walkers.DoNothingVisitor
- DONT_ALLOW_MISSING_VALUES - Enum constant in enum class com.singularsys.jep.misc.dictionary.DictionaryGrammarMatcher.Type
- doOne(int, PrimesSpeedTest.PrimeEvaluationConfig) - Method in class com.singularsys.extexamples.diagnostics.PrimesSpeedTest
- doSingleArg(Object) - Method in class com.singularsys.extensions.statistical.ArgumentExpander
-
Process an individual element after Lists/Arrays have been expanded.
- doStack(Stack<Object>, int) - Method in class com.singularsys.extensions.statistical.ArgumentExpander
-
Pop neles elements off the stack and then call doArg on each.
- dot(GenericVector<E>, GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- dot(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- dot(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- dot(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixDot
- dot(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- dot(Object, Object) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- dot(Object, Object) - Method in interface com.singularsys.extensions.matrix.MatrixFieldI
-
The dot product of two vectors
- dot(Object, Object) - Method in class com.singularsys.jep.functions.Dot
- dot(List<?>, List<?>) - Method in class com.singularsys.jep.functions.Dot
- Dot - Class in com.singularsys.jep.functions
-
The dot product of two vectors.
- Dot() - Constructor for class com.singularsys.jep.functions.Dot
- Dot(Add, Multiply) - Constructor for class com.singularsys.jep.functions.Dot
-
Constructor with specific implementations
- DOT - Enum constant in enum class com.singularsys.jep.OperatorTable2.SpecialOperators
-
Dot product x . y
- DOT - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- DOT - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- DotProductRule - Class in com.singularsys.extensions.rewrite.matrix
-
A rule which expands the dot product of two vectors.
- DotProductRule() - Constructor for class com.singularsys.extensions.rewrite.matrix.DotProductRule
- dottedIdentifierMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.IdentifierTokenMatcher
-
Matches identifiers which start with a letter or underscore and are followed by 0 or more letters digits or underscores or . characters.
- dotVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Default inefficient implementation.
- dotVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- dotVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- dotVV(V, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Dot or inner product of two vectors
- DOUBLE - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- DoubleComplexFieldMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
ComplexFieldin combintion with aDoubleField. - DoubleComplexFieldMatrixTest() - Constructor for class com.singularsys.exttests.matrix.DoubleComplexFieldMatrixTest
- DoubleField - Class in com.singularsys.extensions.field.implementations
-
A double field where all input must be double and all output is double.
- DoubleField() - Constructor for class com.singularsys.extensions.field.implementations.DoubleField
- doubleFormat - Variable in class com.singularsys.jepexamples.consoles.Console
-
Format for double output
- DoubleMatrix - Class in com.singularsys.extensions.matrix.doublemat
-
A matrix where the elements are doubles
- DoubleMatrix(double[][]) - Constructor for class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
-
Create matrix from a rectangular array of data
- DoubleMatrixComponents - Class in com.singularsys.extensions.matrix.doublemat
-
A JepComponent encapsulating a DoubleMatrixFactory and DoubleMatrixField.
- DoubleMatrixComponents() - Constructor for class com.singularsys.extensions.matrix.doublemat.DoubleMatrixComponents
-
Constructor with no logical or string support
- DoubleMatrixComponents(boolean, boolean) - Constructor for class com.singularsys.extensions.matrix.doublemat.DoubleMatrixComponents
-
Constructor with optional logical and string support
- DoubleMatrixFactory - Class in com.singularsys.extensions.matrix.doublemat
-
A factory for creating
DoubleMatrixandDoubleVector. - DoubleMatrixFactory() - Constructor for class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
-
Default constructor.
- DoubleMatrixFactory(boolean) - Constructor for class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
-
Constructor that allows the factory to accept
Booleanvalues. - DoubleMatrixField - Class in com.singularsys.extensions.matrix.doublemat
-
A field operating on
DoubleMatrixandDoubleVector. - DoubleMatrixField(MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- DoubleMatrixField(MatrixFactoryI, boolean) - Constructor for class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
-
Constructor that allows the field to treat double values as boolean values.
- DoubleMatrixFieldCleanerTest - Class in com.singularsys.exttests.matrix
-
Tests cleaning for matrix operations using the
DoubleMatrixField. - DoubleMatrixFieldCleanerTest() - Constructor for class com.singularsys.exttests.matrix.DoubleMatrixFieldCleanerTest
- DoubleMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
DoubleMatrixField. - DoubleMatrixTest() - Constructor for class com.singularsys.exttests.matrix.DoubleMatrixTest
- DoubleNumberFactory - Class in com.singularsys.jep.standard
-
Default class for creating number objects.
- DoubleNumberFactory() - Constructor for class com.singularsys.jep.standard.DoubleNumberFactory
- DoublePFMC() - Constructor for class com.singularsys.extexamples.consoles.FieldConsole.DoublePFMC
- doubleQuoteStringMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher
-
Factory for matching single line double-quoted strings.
- doubleQuoteStringMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher2
-
Factory for matching single line double-quoted strings.
- doubleValue() - Method in class com.singularsys.extensions.fastmatrix.MrpRes
-
If the result is a scalar return the value
- doubleValue() - Method in class com.singularsys.extensions.field.implementations.Rational
- doubleValue() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- doubleValue() - Method in class com.singularsys.jep.misc.boundvariable.MutableDouble
- doubleValue() - Method in class com.singularsys.jep.standard.Complex
-
Returns real part.
- doubleValue() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType.MyNumber
- DoubleVector - Class in com.singularsys.extensions.matrix.doublemat
-
A vector where the elements are doubles
- DoubleVector(double[]) - Constructor for class com.singularsys.extensions.matrix.doublemat.DoubleVector
- DPolynomialCreator - Class in com.singularsys.extensions.djep
-
An extension of
PolynomialCreatorwhich can simplify partial derivatives. - DPolynomialCreator() - Constructor for class com.singularsys.extensions.djep.DPolynomialCreator
- DPolynomialCreator(FieldI) - Constructor for class com.singularsys.extensions.djep.DPolynomialCreator
- DPolynomialCreator(Jep) - Constructor for class com.singularsys.extensions.djep.DPolynomialCreator
- DPolynomialCreator(Jep, FieldI) - Constructor for class com.singularsys.extensions.djep.DPolynomialCreator
- DPrintVisitor - Class in com.singularsys.extensions.djep
-
An extension of PrintVisitor which will print the equations of a variable if required.
- DPrintVisitor() - Constructor for class com.singularsys.extensions.djep.DPrintVisitor
- dump() - Method in class com.singularsys.extexamples.applets.ComplexCanvas
-
Dump the coordinates on the standard output
- dump() - Method in class com.singularsys.extexamples.applets.ImplicitCanvas
-
Dump the coordinates on the standard output
- dump() - Method in class com.singularsys.extexamples.applets.PixelCanvas
-
Dump the coordinates on the standard output
- dump() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Dump textual representation to
System.out - dump() - Method in class com.singularsys.jepexamples.applets.FunctionCanvas
-
Dump the coordinates on the standard output
- dump() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
-
Dump the coordinates on the standard output
- dump(Node) - Method in class com.singularsys.jep.walkers.PrefixTreeDumper
- dump(String) - Method in class com.singularsys.jep.parser.SimpleNode
- DUMP - Static variable in class com.singularsys.jep.configurableparser.ShuntingYard
- dumpState(String) - Method in class com.singularsys.jep.configurableparser.ShuntingYard
- duplicate() - Method in class com.singularsys.extensions.fastreal.RpEval
-
Returns a copy of the RpEval object which is safe to use for evaluation in a new thread.
- duplicate() - Method in class com.singularsys.jep.Operator
-
Return a copy of the operator with all fields identical.
- duplicate(MatrixI) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- duplicate(MatrixI) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Return a copy of the matrix.
- duplicate(VectorI) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- duplicate(VectorI) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Return a copy of the vector.
- duplicate_MrpVarRef_preserve_properties() - Method in class com.singularsys.exttests.MRpeTest
- duplicateCustomFunctions(AbstractEval, Jep) - Method in class com.singularsys.extensions.fastreal.AbstractEval
-
Copies the set of custom functions.
- duplicateGM(GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- duplicateGV(GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- dv - Variable in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- dv - Variable in class com.singularsys.extensions.djep.DJep
- dv - Variable in class com.singularsys.extensions.djep.DJepComponents
- dv - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- dv - Variable in class com.singularsys.extensions.rewrite.matrix.AbstractVectorMatrixRule
-
A visitor for finding the dimensions of a node.
- DVariable - Class in com.singularsys.extensions.djep
-
Holds all info about a variable.
- DVariable(String) - Constructor for class com.singularsys.extensions.djep.DVariable
-
The constructor is package private.
- DVariable(String, Object) - Constructor for class com.singularsys.extensions.djep.DVariable
- DVariableFactory - Class in com.singularsys.extensions.djep
-
A VariableFactory which can work with PartialDerivatives.
- DVariableFactory() - Constructor for class com.singularsys.extensions.djep.DVariableFactory
- DVariableTable - Class in com.singularsys.extensions.djep
-
A VariableTable which works with partial derivatives of variables.
- DVariableTable() - Constructor for class com.singularsys.extensions.djep.DVariableTable
E
- ee - Variable in class com.singularsys.extensions.xjep.ExtractEqn
- EgMessages - Class in com.singularsys.jepexamples
-
Class to handle externalized messages for the jep examples package.
- ele(Object[]) - Method in class com.singularsys.jep.functions.Ele
-
Find the element of an array.
- ele(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixEle
- ele(Object, Object) - Method in class com.singularsys.jep.functions.Ele
-
Find the element of a vector
- ele(Object, Object[]) - Method in class com.singularsys.extensions.matrix.functions.MatrixEle
- ele(Object, Object[]) - Method in class com.singularsys.jep.functions.Ele
-
Find element of a multi-dimensional array
- ele(Object, Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixEle
- ele(Object, Object, Object) - Method in class com.singularsys.jep.functions.Ele
-
Find the element of a matrix
- Ele - Class in com.singularsys.jep.functions
-
Function which allows array access using the a[3] notation on left and right-hand side.
- Ele() - Constructor for class com.singularsys.jep.functions.Ele
-
Element access with mathematical convention, first element has an index of 1.
- Ele(boolean) - Constructor for class com.singularsys.jep.functions.Ele
-
Element access, either java convention (first element has an index of 0) or mathematical convention (first element has an index of 1) can be specified.
- ele2D(int, int) - Method in class com.singularsys.extexamples.applets.Bern2D
- ELEMENT - Enum constant in enum class com.singularsys.jep.OperatorTable2.SpecialOperators
-
Accesses an element of a list x[2]
- ElementMinMax - Class in com.singularsys.extensions.statistical
-
Finds the min/max of the elements of a vector or matrix.
- ElementMinMax(ElementMinMax.Type, FieldI) - Constructor for class com.singularsys.extensions.statistical.ElementMinMax
- ElementMinMax.Type - Enum Class in com.singularsys.extensions.statistical
-
Flag indicating if the mix or max is calculated
- ElementOf - Class in com.singularsys.jep.misc.functions
-
Tests if the first argument is in a set of values given in subsequent arguments.
- ElementOf(Comparative, boolean) - Constructor for class com.singularsys.jep.misc.functions.ElementOf
-
Construct the function.
- ElementProduct - Class in com.singularsys.extensions.statistical
-
Calculates the product of the elements of a vector or matrix.
- ElementProduct(FieldI) - Constructor for class com.singularsys.extensions.statistical.ElementProduct
- ElementSum - Class in com.singularsys.extensions.statistical
-
Sums the elements of a Vector (or matrix).
- ElementSum(FieldI) - Constructor for class com.singularsys.extensions.statistical.ElementSum
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Try to convert argument to base type of elements of Vector/Matrix.
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixFactory
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
-
Try to convert argument to base type of elements of Vector/Matrix.
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Try to convert argument to base type of elements of Vector/Matrix.
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
Convert the element o to type E.
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Try to convert argument to base type of elements of Vector/Matrix.
- elementValue(Object) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Converts the argument to the type of elements of the matrix
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- elementValue(Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- EleTest - Class in com.singularsys.jeptests.unit.functions
-
Tests for
Ele - EleTest() - Constructor for class com.singularsys.jeptests.unit.functions.EleTest
- EMPTY - Enum constant in enum class com.singularsys.jep.configurableparser.ShuntingYard.PrefixRes
-
End of input
- EMPTY - Enum constant in enum class com.singularsys.jepexamples.consoles.Console.SPEC_ACTION
-
Stop processing.
- EMPTY_VECTOR - Static variable in class com.singularsys.extensions.matrix.Dimensions
- EmptyOperatorTable - Class in com.singularsys.jep
-
A base class for operator tables, this class has no pre-defined operators.
- EmptyOperatorTable() - Constructor for class com.singularsys.jep.EmptyOperatorTable
-
Constructor with an empty map.
- EmptyOperatorTable(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.EmptyOperatorTable
-
Constructor with a specified map.
- EmptyOperatorTable.OperatorKey - Interface in com.singularsys.jep
-
All operators enums must implement this interface.
- EmptyOperatorTableTest - Class in com.singularsys.jeptests.unit
-
Test for the
EmptyOperatorTable. - EmptyOperatorTableTest() - Constructor for class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- enable_tracing() - Method in class com.singularsys.jep.parser.JccParser
-
Enable tracing.
- endColumn - Variable in class com.singularsys.jep.parser.Token
-
The column number of the last character of this Token.
- endDoc() - Method in class com.singularsys.extensions.mathml.parser.MathTagHandler
- endDoc() - Method in class com.singularsys.extensions.mathml.parser.SemanticHandler
- endDoc() - Method in interface com.singularsys.extensions.mathml.parser.StartTagHandler
-
Called at the end of the document.
- endDocument() - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- endElement(String, String, String) - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- endLine - Variable in class com.singularsys.jep.parser.Token
-
The line number of the last character of this Token.
- ENotationHandler() - Constructor for class com.singularsys.extensions.mathml.parser.ConstantHandler.ENotationHandler
- Entries - Class in com.singularsys.jep.misc.dictionary
-
Return the entries of a map a nested list of key-value pairs.
- Entries(Object) - Constructor for class com.singularsys.jep.misc.dictionary.Entries
-
Constructor
- EntriesIterable - Class in com.singularsys.jep.misc.dictionary
-
Return an
Iterable<Vector<Object>>for the entries of a map. - EntriesIterable(Object) - Constructor for class com.singularsys.jep.misc.dictionary.EntriesIterable
-
Constructor
- Entry(Object, Object) - Constructor for record class com.singularsys.jep.misc.dictionary.MapPfmc.Entry
-
Creates an instance of a
Entryrecord class. - ENTRY - Enum constant in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.DictionaryKeys
-
The operator for individual enteries.
- entryOp - Variable in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- entrySet() - Method in class com.singularsys.jep.EmptyOperatorTable
- entrySet() - Method in class com.singularsys.jep.FunctionTable
- EOF - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
End of File.
- EOL - Static variable in exception class com.singularsys.jep.parser.ParseException
-
The end of line string for this machine.
- eq(DoubleMatrix) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
-
Test equality with another double matrix using == for doubles.
- eq(DoubleVector) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- eq(GenericMatrix<E>, GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- eq(GenericVector<E>, GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- eq(SequenceMatrix) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- eq(Complex) - Method in class com.singularsys.jep.standard.Complex
-
An equals method compatible with double ==
- eq(Object, Object) - Method in class com.singularsys.extensions.field.AbstractComparativeField
- eq(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- eq(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Equals
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- eq(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- eq(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- eq(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- eq(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixCmp
- eq(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- eq(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- eq(Object, Object) - Method in class com.singularsys.jep.functions.Comparative
- EQ - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- EQ - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- EQ - Static variable in class com.singularsys.jep.functions.Comparative
- EQ - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- eqEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- eqEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- eqEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- eqEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- eqEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- eqEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- eqEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- eqEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- eqEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- eqMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- eqMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- eqMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- eqMM(M, M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Test if two matrices are equal.
- EqualExpression() - Method in class com.singularsys.jep.parser.JccParser
- equals(Node, Node) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Compares two nodes.
- equals(Node, Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Compare two expressions symbolically.
- equals(Complex, double) - Method in class com.singularsys.jep.standard.Complex
-
Compares this object with the Complex number given as parameter
- equals(Object) - Method in class com.singularsys.extensions.fastmatrix.MrpVarRef
- equals(Object) - Method in class com.singularsys.extensions.field.implementations.Rational
- equals(Object) - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- equals(Object) - Method in class com.singularsys.extensions.matrix.Dimensions
- equals(Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
-
Uses the Double.equals() rather than == for compatibility with hashcode.
- equals(Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
-
Uses the Double.equals() rather than == for compatibility with hashcode.
- equals(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- equals(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
-
Tests equality using the
Arrays.equalsmethod. - equals(Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- equals(Object) - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- equals(Object) - Method in interface com.singularsys.extensions.polynomials.PNodeI
- equals(Object) - Method in class com.singularsys.extensions.polynomials.PVariable
- equals(Object) - Method in class com.singularsys.extexamples.applets.Bern2D.DerivBits
- equals(Object) - Method in class com.singularsys.jep.configurableparser.tokens.Token
- equals(Object) - Method in record class com.singularsys.jep.misc.dictionary.MapPfmc.Entry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.singularsys.jep.standard.Complex
-
Compares this object against the specified object.
- equals(Object) - Method in record class com.singularsys.jepexamples.consoles.Console.NodeRes
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.singularsys.jeptests.system.BugsTest.NumberWithUnit
- equals(Object) - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType.MyNumber
- equals(Object) - Method in record class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests.KeyValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictContainsKey
- equals(Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictGet
- equals(Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictGetOr
- equals(Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- equals(Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictRemove
- equals(Object, Object) - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- equals(Object, Object) - Method in class com.singularsys.jep.misc.dictionary.ContainsKey
-
Test if key equals k.
- equals(Object, Object) - Method in class com.singularsys.jep.misc.dictionary.Get
-
Test if key equals k.
- equals(Object, Object) - Method in class com.singularsys.jep.misc.dictionary.GetOr
-
Test if key equals k.
- equals(Object, Object) - Method in class com.singularsys.jep.misc.dictionary.Put
-
Test if key equals k.
- equals(Object, Object) - Method in class com.singularsys.jep.misc.dictionary.Remove
-
Test if key equals k.
- equals(Object, Object) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
-
Test if a element is equal to a double.
- equalsDim(Dimensions) - Method in class com.singularsys.extensions.matrix.Dimensions
-
Two dimensions are equal if the element of dims are the same.
- equalsEle(Object, Object, double) - Method in class com.singularsys.exttests.matrix.BigDecimalBooleanMatrixTest
- equalsEle(Object, Object, double) - Method in class com.singularsys.exttests.matrix.ComplexMatrixTest
- equalsEle(Object, Object, double) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- equalsIgnoreConstant(PNodeI) - Method in class com.singularsys.extensions.polynomials.PVariable
- equalsMatrix(Object, Object) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- equalsMatrix(Object, Object) - Method in class com.singularsys.exttests.matrix.MRpeMatrixFieldTest
- equalsMatrix(Object, Object, double) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- equalsPNode(PNodeI) - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- equalsPNode(PNodeI) - Method in class com.singularsys.extensions.polynomials.Monomial
- equalsPNode(PNodeI) - Method in class com.singularsys.extensions.polynomials.PConstant
- equalsPNode(PNodeI) - Method in class com.singularsys.extensions.polynomials.PFunction
- equalsPNode(PNodeI) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
True is nodes represent the same parse trees
- equalsPNode(PNodeI) - Method in class com.singularsys.extensions.polynomials.Polynomial
- equalsPNode(PNodeI) - Method in class com.singularsys.extensions.polynomials.POperator
- equalsPNode(PNodeI) - Method in class com.singularsys.extensions.polynomials.PVariable
- EquationExtractor<D> - Class in com.singularsys.extensions.xjep
-
Extract equations for symbolic variables.
- EquationExtractor() - Constructor for class com.singularsys.extensions.xjep.EquationExtractor
- EquationExtractor(Jep) - Constructor for class com.singularsys.extensions.xjep.EquationExtractor
- EQUIVALENCE - Static variable in class com.singularsys.jep.Operator
-
Equivalence relations = reflexive, transitive and symmetric.
- eqVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- eqVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- eqVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- eqVV(V, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Test if two vectors are equal.
- ERROR - Enum constant in enum class com.singularsys.jep.misc.functions.Case.NullBehaviour
-
Generate an IllegalParameterException
- ERROR - Enum constant in enum class com.singularsys.jep.misc.functions.CaseNonLazy.NullBehaviour
-
Generate an IllegalParameterException
- ERROR - Enum constant in enum class com.singularsys.jep.misc.functions.Switch.NullBehaviour
-
Generate an IllegalParameterException
- ERROR - Enum constant in enum class com.singularsys.jep.misc.functions.SwitchDefault.NullBehaviour
-
Generate an IllegalParameterException
- ERROR - Enum constant in enum class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy.NullBehaviour
-
Generate an IllegalParameterException
- ERROR - Enum constant in enum class com.singularsys.jep.misc.functions.SwitchNonLazy.NullBehaviour
-
Generate an IllegalParameterException
- ErrorBuilder() - Constructor for class com.singularsys.extensions.mathml.builder.FunctionBuilder.ErrorBuilder
- errorToken(Lookahead2Iterator<Token>) - Method in class com.singularsys.jep.configurableparser.matchers.FunctionGrammarMatcher
-
Generate a token to use in GrammarExceptions
- errorToken(Lookahead2Iterator<Token>) - Method in class com.singularsys.jep.configurableparser.matchers.FunctionSequenceGrammarMatcher
-
Generate a token to use in GrammarExceptions
- errorToken(Lookahead2Iterator<Token>) - Method in class com.singularsys.jep.misc.OperatorAsFunctionGrammarMatcher
-
Generate a token to use in GrammarExceptions
- EUCLIDEAN - Enum constant in enum class com.singularsys.jep.misc.functions.Remainder.Type
-
Remainder is non negative. y>0, q = floor(x/y), y<0, ceil(x/y), r = x - q y.
- EUCLIDEAN_QUOTIENT - Enum constant in enum class com.singularsys.jep.misc.functions.Remainder.Type
- ev - Variable in class com.singularsys.jep.misc.MacroFunction
- ev - Variable in class com.singularsys.jep.NodeFactory
- eval() - Method in class com.singularsys.extensions.stream.StreamSourcePfmc
- eval() - Method in class com.singularsys.exttests.MRpSerializationTest.MyNullary
- eval() - Method in class com.singularsys.exttests.RpSerializationTest.MyNullary
- eval() - Method in class com.singularsys.jep.functions.NullaryFunction
-
Evaluate the function
- eval() - Method in class com.singularsys.jep.functions.Random
- eval() - Method in class com.singularsys.jep.misc.functions.ConstantFunction
- eval() - Method in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeRandom
- eval() - Method in class com.singularsys.jeptests.system.JepTest.MyNullary
- eval(MatrixI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntries
- eval(MatrixI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntriesIterable
- eval(MatrixI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeys
- eval(MatrixI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeysIterable
- eval(MatrixI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictSize
- eval(MatrixI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValues
- eval(MatrixI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
- eval(MatrixI, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictContainsKey
- eval(MatrixI, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictGet
- eval(MatrixI, Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictGetOr
- eval(MatrixI, Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- eval(VectorI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntries
- eval(VectorI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntriesIterable
- eval(VectorI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeys
- eval(VectorI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeysIterable
- eval(VectorI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictSize
- eval(VectorI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValues
- eval(VectorI) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
- eval(VectorI, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictContainsKey
- eval(VectorI, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictGet
- eval(VectorI, Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictGetOr
- eval(VectorI, Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- eval(Evaluator) - Method in class com.singularsys.extensions.structure.ControlNode
-
Returns the code value.
- eval(Evaluator) - Method in class com.singularsys.extensions.structure.IfNode
-
Evaluate the statement
- eval(Evaluator) - Method in class com.singularsys.extensions.structure.LoopNode
-
Evaluate the Loop.
- eval(Evaluator) - Method in class com.singularsys.extensions.structure.SequenceNode
-
Will evaluate each of its children in turn.
- eval(Evaluator) - Method in class com.singularsys.extensions.structure.StructureNode
-
Evaluate the node
- eval(NodeFactory, String, PostfixMathCommandI, Node...) - Method in interface com.singularsys.jep.Evaluator
-
Evaluates a function with the given children.
- eval(Node) - Method in class com.singularsys.extensions.fastreal.RpEvaluator
- eval(Node) - Method in class com.singularsys.extensions.stream.StreamEvaluator
-
Evaluate the node
- eval(Node) - Method in class com.singularsys.extensions.structure.StructuredEvaluator
-
Evaluate a node.
- eval(Node) - Method in interface com.singularsys.jep.Evaluator
-
Evaluates a sub expression.
- eval(Node) - Method in class com.singularsys.jep.reals.RealEvaluator
- eval(Node) - Method in class com.singularsys.jep.standard.FastEvaluator
- eval(Node) - Method in class com.singularsys.jep.standard.StandardEvaluator
- eval(Node) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- eval(Node) - Method in class com.singularsys.jep.walkers.PostfixEvaluator
- eval(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- eval(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- eval(Node) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- eval(Object) - Method in class com.singularsys.extensions.field.functions.FieldAbs
- eval(Object) - Method in class com.singularsys.extensions.field.functions.FieldFactorial
- eval(Object) - Method in class com.singularsys.extensions.field.functions.FieldSignum
- eval(Object) - Method in class com.singularsys.extensions.field.functions.FieldSqrt
- eval(Object) - Method in class com.singularsys.extensions.field.functions.RationalRound
- eval(Object) - Method in class com.singularsys.extensions.lambda.Distinct
- eval(Object) - Method in class com.singularsys.extensions.lambda.ExternalFilter
- eval(Object) - Method in class com.singularsys.extensions.lambda.ExternalMap
- eval(Object) - Method in class com.singularsys.extensions.lambda.ExternalSort
- eval(Object) - Method in class com.singularsys.extensions.lambda.First
- eval(Object) - Method in class com.singularsys.extensions.lambda.Flatten
- eval(Object) - Method in class com.singularsys.extensions.lambda.LambdaCount
- eval(Object) - Method in class com.singularsys.extensions.lambda.Last
- eval(Object) - Method in class com.singularsys.extensions.lambda.TerminalFunction
- eval(Object) - Method in class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- eval(Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntries
- eval(Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntriesIterable
- eval(Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeys
- eval(Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeysIterable
- eval(Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictSize
- eval(Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValues
- eval(Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
- eval(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixDet
- eval(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixInv
- eval(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixNeg
- eval(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixSize
- eval(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixTrace
- eval(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixTrans
- eval(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixZeroVec
- eval(Object) - Method in class com.singularsys.extensions.stream.dictionary.StreamEntries
- eval(Object) - Method in class com.singularsys.extensions.stream.dictionary.StreamKeys
- eval(Object) - Method in class com.singularsys.extensions.stream.dictionary.StreamMatrixEntries
- eval(Object) - Method in class com.singularsys.extensions.stream.dictionary.StreamMatrixKeys
- eval(Object) - Method in class com.singularsys.extensions.stream.dictionary.StreamMatrixValues
- eval(Object) - Method in class com.singularsys.extensions.stream.dictionary.StreamValues
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamCar
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamCdr
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamClone
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamCollector
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamCount
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamDistinct
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamExternalFilter
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamExternalMap
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamExternalSort
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamFirst
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamLast
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamLoop
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamMinMax
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamTerminalFunction
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamTerminalNaryBinaryFunction
- eval(Object) - Method in class com.singularsys.extensions.stream.StreamToList
- eval(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole.BigDecPFMC
- eval(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole.DoublePFMC
- eval(Object) - Method in class com.singularsys.exttests.MRpSerializationTest.MyUnary
- eval(Object) - Method in class com.singularsys.exttests.RpSerializationTest.MyUnary
- eval(Object) - Method in class com.singularsys.exttests.RpTest.MyArcSin
- eval(Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSignum
- eval(Object) - Method in class com.singularsys.jep.functions.Abs
- eval(Object) - Method in class com.singularsys.jep.functions.ArcCosine
- eval(Object) - Method in class com.singularsys.jep.functions.ArcCosineH
- eval(Object) - Method in class com.singularsys.jep.functions.ArcSine
- eval(Object) - Method in class com.singularsys.jep.functions.ArcSineH
- eval(Object) - Method in class com.singularsys.jep.functions.ArcTangent
- eval(Object) - Method in class com.singularsys.jep.functions.ArcTanH
- eval(Object) - Method in class com.singularsys.jep.functions.Arg
- eval(Object) - Method in class com.singularsys.jep.functions.Ceil
- eval(Object) - Method in class com.singularsys.jep.functions.Conjugate
- eval(Object) - Method in class com.singularsys.jep.functions.Cosecant
- eval(Object) - Method in class com.singularsys.jep.functions.Cosine
- eval(Object) - Method in class com.singularsys.jep.functions.CosineH
- eval(Object) - Method in class com.singularsys.jep.functions.Cotangent
- eval(Object) - Method in class com.singularsys.jep.functions.Count
- eval(Object) - Method in class com.singularsys.jep.functions.Exp
- eval(Object) - Method in class com.singularsys.jep.functions.Floor
- eval(Object) - Method in class com.singularsys.jep.functions.Identity
- eval(Object) - Method in class com.singularsys.jep.functions.Imaginary
- eval(Object) - Method in class com.singularsys.jep.functions.Logarithm
- eval(Object) - Method in class com.singularsys.jep.functions.LogBase2
- eval(Object) - Method in class com.singularsys.jep.functions.NaturalLogarithm
- eval(Object) - Method in class com.singularsys.jep.functions.Not
- eval(Object) - Method in class com.singularsys.jep.functions.Real
- eval(Object) - Method in class com.singularsys.jep.functions.Secant
- eval(Object) - Method in class com.singularsys.jep.functions.Signum
- eval(Object) - Method in class com.singularsys.jep.functions.Sine
- eval(Object) - Method in class com.singularsys.jep.functions.SineH
- eval(Object) - Method in class com.singularsys.jep.functions.SquareRoot
- eval(Object) - Method in class com.singularsys.jep.functions.Str
- eval(Object) - Method in class com.singularsys.jep.functions.StrictNaturalLogarithm
- eval(Object) - Method in class com.singularsys.jep.functions.strings.Length
- eval(Object) - Method in class com.singularsys.jep.functions.strings.LowerCase
- eval(Object) - Method in class com.singularsys.jep.functions.strings.Trim
- eval(Object) - Method in class com.singularsys.jep.functions.strings.UpperCase
- eval(Object) - Method in class com.singularsys.jep.functions.Tangent
- eval(Object) - Method in class com.singularsys.jep.functions.TanH
- eval(Object) - Method in class com.singularsys.jep.functions.UMinus
- eval(Object) - Method in class com.singularsys.jep.functions.UnaryFunction
-
Evaluate the function
- eval(Object) - Method in class com.singularsys.jep.misc.bitwise.BitComp
- eval(Object) - Method in class com.singularsys.jep.misc.dictionary.Clear
- eval(Object) - Method in class com.singularsys.jep.misc.dictionary.Entries
- eval(Object) - Method in class com.singularsys.jep.misc.dictionary.EntriesIterable
- eval(Object) - Method in class com.singularsys.jep.misc.dictionary.Keys
- eval(Object) - Method in class com.singularsys.jep.misc.dictionary.KeysIterable
- eval(Object) - Method in class com.singularsys.jep.misc.dictionary.Size
- eval(Object) - Method in class com.singularsys.jep.misc.dictionary.Values
- eval(Object) - Method in class com.singularsys.jep.misc.dictionary.ValuesIterable
- eval(Object) - Method in class com.singularsys.jep.misc.functions.Factorial
-
Evaluates the factorial function
- eval(Object) - Method in class com.singularsys.jep.misc.functions.IsInfinite
- eval(Object) - Method in class com.singularsys.jep.misc.functions.IsNaN
- eval(Object) - Method in class com.singularsys.jep.misc.functions.IsNull
- eval(Object) - Method in class com.singularsys.jep.misc.functions.IsType
- eval(Object) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedUnary
- eval(Object) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedUnaryFunction
- eval(Object) - Method in class com.singularsys.jeptests.system.JepTest.MyUnary
- eval(Object) - Method in class com.singularsys.jeptests.system.ModifiedParserTest.SeqFun
- eval(Object) - Method in class com.singularsys.jeptests.system.NullWrapTest.MyUnary
- eval(Object[]) - Method in class com.singularsys.extensions.lambda.Accumulate
- eval(Object[]) - Method in class com.singularsys.extensions.lambda.Apply
- eval(Object[]) - Method in class com.singularsys.extensions.lambda.Define
- eval(Object[]) - Method in class com.singularsys.extensions.lambda.FirstMatchOr
- eval(Object[]) - Method in class com.singularsys.extensions.lambda.FoldOr
- eval(Object[]) - Method in class com.singularsys.extensions.lambda.Iterate
- eval(Object[]) - Method in class com.singularsys.extensions.lambda.Merge
- eval(Object[]) - Method in class com.singularsys.extensions.lambda.Reduce
- eval(Object[]) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictGetOr
- eval(Object[]) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictMakeMap
- eval(Object[]) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- eval(Object[]) - Method in class com.singularsys.extensions.matrix.functions.MatrixId
- eval(Object[]) - Method in class com.singularsys.extensions.matrix.functions.MatrixList
- eval(Object[]) - Method in class com.singularsys.extensions.statistical.distributions.BinomialCdf
- eval(Object[]) - Method in class com.singularsys.extensions.statistical.distributions.BinomialDist
- eval(Object[]) - Method in class com.singularsys.extensions.statistical.distributions.NormalDist
- eval(Object[]) - Method in class com.singularsys.extensions.statistical.distributions.NormalInverse
- eval(Object[]) - Method in class com.singularsys.extensions.statistical.Ranks
- eval(Object[]) - Method in class com.singularsys.extensions.statistical.SortElements
- eval(Object[]) - Method in class com.singularsys.extensions.stream.StreamAccumulate
- eval(Object[]) - Method in class com.singularsys.extensions.stream.StreamApply
- eval(Object[]) - Method in class com.singularsys.extensions.stream.StreamFirstMatchOr
- eval(Object[]) - Method in class com.singularsys.extensions.stream.StreamFoldOr
- eval(Object[]) - Method in class com.singularsys.extensions.stream.StreamIterate
- eval(Object[]) - Method in class com.singularsys.extensions.stream.StreamMerge
- eval(Object[]) - Method in class com.singularsys.extensions.stream.StreamReduce
- eval(Object[]) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole.PrintfFunction
- eval(Object[]) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole.PrintFunction
- eval(Object[]) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalPFMC
- eval(Object[]) - Method in class com.singularsys.extexamples.consoles.StructuredConsole.PrintfFunction
- eval(Object[]) - Method in class com.singularsys.extexamples.consoles.StructuredConsole.PrintFunction
- eval(Object[]) - Method in class com.singularsys.exttests.MRpSerializationTest.MyNary
- eval(Object[]) - Method in class com.singularsys.exttests.RpSerializationTest.MyNary
- eval(Object[]) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- eval(Object[]) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- eval(Object[]) - Method in class com.singularsys.jep.functions.Ele
- eval(Object[]) - Method in class com.singularsys.jep.functions.NaryBinaryFunction
-
Evaluate given an array of arguments.
- eval(Object[]) - Method in class com.singularsys.jep.functions.NaryFunction
-
Evaluate the function
- eval(Object[]) - Method in class com.singularsys.jep.functions.Round
- eval(Object[]) - Method in class com.singularsys.jep.functions.strings.Mid
- eval(Object[]) - Method in class com.singularsys.jep.functions.strings.Substring
- eval(Object[]) - Method in class com.singularsys.jep.misc.dictionary.GetOr
- eval(Object[]) - Method in class com.singularsys.jep.misc.dictionary.MakeMap
- eval(Object[]) - Method in class com.singularsys.jep.misc.dictionary.MapPfmc
- eval(Object[]) - Method in class com.singularsys.jep.misc.dictionary.MapPfmc.MapEntryPfmc
- eval(Object[]) - Method in class com.singularsys.jep.misc.dictionary.Put
- eval(Object[]) - Method in class com.singularsys.jep.misc.functions.CaseNonLazy
-
Evaluate with a know set of arguments.
- eval(Object[]) - Method in class com.singularsys.jep.misc.functions.FromBase
- eval(Object[]) - Method in class com.singularsys.jep.misc.functions.RoundSF
- eval(Object[]) - Method in class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy
- eval(Object[]) - Method in class com.singularsys.jep.misc.functions.SwitchNonLazy
- eval(Object[]) - Method in class com.singularsys.jep.misc.functions.ToBase
- eval(Object[]) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNary
- eval(Object[]) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNaryBinary
- eval(Object[]) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- eval(Object[]) - Method in class com.singularsys.jeptests.system.JepTest.AddFractionsNary
- eval(Object[]) - Method in class com.singularsys.jeptests.system.JepTest.MyNary
- eval(Object[]) - Method in class com.singularsys.jeptests.system.ModifiedParserTest.BadFun
- eval(Object[]) - Method in class com.singularsys.jeptests.system.NullWrapTest.MyNary
- eval(Object, Object) - Method in class com.singularsys.extensions.field.functions.FieldBinomial
- eval(Object, Object) - Method in class com.singularsys.extensions.field.functions.FieldMod
- eval(Object, Object) - Method in class com.singularsys.extensions.field.functions.FieldPower
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.AnyMatch
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.Append
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.FieldRange
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.Filter
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.FirstOr
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.Fold
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.LambdaMap
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.LambdaRange
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.Limit
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.Skip
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.Sort
- eval(Object, Object) - Method in class com.singularsys.extensions.lambda.WhileFilter
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictContainsKey
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictGet
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixAdd
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixCross
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixDiv
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixMod
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixMul
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixPow
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixSolve
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixSub
- eval(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixZeroMat
- eval(Object, Object) - Method in class com.singularsys.extensions.statistical.Rank
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.FieldStreamRange
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamAnyMatch
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamAppend
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamFilter
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamFirstOr
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamFold
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamLimit
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamMap
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamRange
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamSkip
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamSort
- eval(Object, Object) - Method in class com.singularsys.extensions.stream.StreamWhile
- eval(Object, Object) - Method in class com.singularsys.exttests.MRpSerializationTest.MyBinary
- eval(Object, Object) - Method in class com.singularsys.exttests.MRpSerializationTest.MyNaryBinary
- eval(Object, Object) - Method in class com.singularsys.exttests.RpSerializationTest.MyBinary
- eval(Object, Object) - Method in class com.singularsys.exttests.RpSerializationTest.MyNaryBinary
- eval(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRelational
- eval(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRoundSigFig
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Add
- eval(Object, Object) - Method in class com.singularsys.jep.functions.ArcTangent2
- eval(Object, Object) - Method in class com.singularsys.jep.functions.BinaryFunction
-
Evaluate the function
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Binomial
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Comparative
- eval(Object, Object) - Method in class com.singularsys.jep.functions.ComplexPFMC
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Cross
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Divide
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Dot
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Logical
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Modulus
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Multiply
- eval(Object, Object) - Method in class com.singularsys.jep.functions.NaryBinaryFunction
-
Evaluate given a pair of arguments.
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Polar
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Power
- eval(Object, Object) - Method in class com.singularsys.jep.functions.strings.Concat
- eval(Object, Object) - Method in class com.singularsys.jep.functions.strings.Left
- eval(Object, Object) - Method in class com.singularsys.jep.functions.strings.Right
- eval(Object, Object) - Method in class com.singularsys.jep.functions.Subtract
- eval(Object, Object) - Method in class com.singularsys.jep.misc.bitwise.BitAnd
- eval(Object, Object) - Method in class com.singularsys.jep.misc.bitwise.BitOr
- eval(Object, Object) - Method in class com.singularsys.jep.misc.bitwise.BitXor
- eval(Object, Object) - Method in class com.singularsys.jep.misc.bitwise.LShift
- eval(Object, Object) - Method in class com.singularsys.jep.misc.bitwise.RShift
- eval(Object, Object) - Method in class com.singularsys.jep.misc.bitwise.URShift
- eval(Object, Object) - Method in class com.singularsys.jep.misc.dictionary.ContainsKey
- eval(Object, Object) - Method in class com.singularsys.jep.misc.dictionary.Get
- eval(Object, Object) - Method in class com.singularsys.jep.misc.dictionary.Remove
- eval(Object, Object) - Method in class com.singularsys.jep.misc.functions.LogTwoArg
- eval(Object, Object) - Method in class com.singularsys.jep.misc.functions.Range
-
Evaluate the function.
- eval(Object, Object) - Method in class com.singularsys.jep.misc.functions.Remainder
- eval(Object, Object) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullSafeEquals
- eval(Object, Object) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedBinary
- eval(Object, Object) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedBinaryFunction
- eval(Object, Object) - Method in class com.singularsys.jeptests.system.JepTest.MyBinary
- eval(Object, Object) - Method in class com.singularsys.jeptests.system.JepTest.MyNaryBinary
- eval(Object, Object) - Method in class com.singularsys.jeptests.system.NullWrapTest.MyBinary
- eval(Object, Object) - Method in class com.singularsys.jeptests.system.NullWrapTest.MyNaryBinary
- eval(String) - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- eval(List<?>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeys
- eval(List<?>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValues
- eval(List<?>) - Method in class com.singularsys.jep.misc.dictionary.Keys
- eval(List<?>) - Method in class com.singularsys.jep.misc.dictionary.Values
- eval(List<?>, Object) - Method in class com.singularsys.jep.misc.dictionary.ContainsKey
- eval(List<?>, Object) - Method in class com.singularsys.jep.misc.dictionary.Get
- eval(List<?>, Object, Object) - Method in class com.singularsys.jep.misc.dictionary.GetOr
- eval(List<Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntries
- eval(List<Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntriesIterable
- eval(List<Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeysIterable
- eval(List<Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
- eval(List<Object>) - Method in class com.singularsys.jep.misc.dictionary.Clear
- eval(List<Object>) - Method in class com.singularsys.jep.misc.dictionary.Entries
- eval(List<Object>) - Method in class com.singularsys.jep.misc.dictionary.EntriesIterable
- eval(List<Object>) - Method in class com.singularsys.jep.misc.dictionary.KeysIterable
- eval(List<Object>) - Method in class com.singularsys.jep.misc.dictionary.Size
- eval(List<Object>) - Method in class com.singularsys.jep.misc.dictionary.ValuesIterable
- eval(List<Object>, Object) - Method in class com.singularsys.jep.misc.dictionary.Remove
- eval(List<Object>, Object, Object) - Method in class com.singularsys.jep.misc.dictionary.Put
- eval(Map<Object, Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntries
- eval(Map<Object, Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntriesIterable
- eval(Map<Object, Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeys
- eval(Map<Object, Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeysIterable
- eval(Map<Object, Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValues
- eval(Map<Object, Object>) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
- eval(Map<Object, Object>) - Method in class com.singularsys.jep.misc.dictionary.Clear
- eval(Map<Object, Object>) - Method in class com.singularsys.jep.misc.dictionary.Entries
- eval(Map<Object, Object>) - Method in class com.singularsys.jep.misc.dictionary.EntriesIterable
- eval(Map<Object, Object>) - Method in class com.singularsys.jep.misc.dictionary.Keys
- eval(Map<Object, Object>) - Method in class com.singularsys.jep.misc.dictionary.KeysIterable
- eval(Map<Object, Object>) - Method in class com.singularsys.jep.misc.dictionary.Size
- eval(Map<Object, Object>) - Method in class com.singularsys.jep.misc.dictionary.Values
- eval(Map<Object, Object>) - Method in class com.singularsys.jep.misc.dictionary.ValuesIterable
- eval(Map<Object, Object>, Object) - Method in class com.singularsys.jep.misc.dictionary.ContainsKey
- eval(Map<Object, Object>, Object) - Method in class com.singularsys.jep.misc.dictionary.Get
- eval(Map<Object, Object>, Object) - Method in class com.singularsys.jep.misc.dictionary.Remove
- eval(Map<Object, Object>, Object, Object) - Method in class com.singularsys.jep.misc.dictionary.GetOr
- eval(Map<Object, Object>, Object, Object) - Method in class com.singularsys.jep.misc.dictionary.Put
- Eval - Class in com.singularsys.extensions.xjep
-
Evaluate an expression in the pre-processing stage.
- Eval() - Constructor for class com.singularsys.extensions.xjep.Eval
- Eval(XJep) - Constructor for class com.singularsys.extensions.xjep.Eval
- eval_function_cause_argument_to_be_evaluated_at_preprocessed_time() - Method in class com.singularsys.exttests.XJepTest
- evalbern2D(double[]) - Method in class com.singularsys.extexamples.applets.Bern2D
- evalbern2D(double[]) - Method in class com.singularsys.extexamples.applets.Bern2D.ZeroBern2D
- evalExceptionTest(String) - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- EvalPerfTest - Class in com.singularsys.jeptests.system.perf.tests
-
Evaluates an expression
nIterationstimes. - EvalPerfTest(String, String, int, boolean) - Constructor for class com.singularsys.jeptests.system.perf.tests.EvalPerfTest
- evaluate() - Method in class com.singularsys.jep.Jep
-
Evaluates the most recently parsed expression.
- evaluate() - Method in interface com.singularsys.jep.reals.RealNullaryFunction
- evaluate() - Method in class com.singularsys.jeptests.system.JepTest.PiFun
- evaluate(double) - Method in class com.singularsys.extexamples.applets.Bern1D
- evaluate(double) - Method in class com.singularsys.extexamples.applets.Bern1D.NegBern1D
- evaluate(double) - Method in class com.singularsys.extexamples.applets.Bern1D.PosBern1D
- evaluate(double) - Method in class com.singularsys.extexamples.applets.Bern1D.ZeroBern1D
- evaluate(double) - Method in class com.singularsys.exttests.RpTest.MyArcSin
- evaluate(double) - Method in class com.singularsys.jep.functions.Abs
- evaluate(double) - Method in class com.singularsys.jep.functions.ArcCosine
- evaluate(double) - Method in class com.singularsys.jep.functions.ArcCosineH
- evaluate(double) - Method in class com.singularsys.jep.functions.ArcSine
- evaluate(double) - Method in class com.singularsys.jep.functions.ArcSineH
- evaluate(double) - Method in class com.singularsys.jep.functions.ArcTangent
- evaluate(double) - Method in class com.singularsys.jep.functions.ArcTanH
- evaluate(double) - Method in class com.singularsys.jep.functions.Average
-
Just returns its argument.
- evaluate(double) - Method in class com.singularsys.jep.functions.Ceil
- evaluate(double) - Method in class com.singularsys.jep.functions.Cosecant
- evaluate(double) - Method in class com.singularsys.jep.functions.Cosine
- evaluate(double) - Method in class com.singularsys.jep.functions.CosineH
- evaluate(double) - Method in class com.singularsys.jep.functions.Cotangent
- evaluate(double) - Method in class com.singularsys.jep.functions.Exp
- evaluate(double) - Method in class com.singularsys.jep.functions.Floor
- evaluate(double) - Method in class com.singularsys.jep.functions.Logarithm
- evaluate(double) - Method in class com.singularsys.jep.functions.LogBase2
- evaluate(double) - Method in class com.singularsys.jep.functions.NaturalLogarithm
- evaluate(double) - Method in class com.singularsys.jep.functions.Secant
- evaluate(double) - Method in class com.singularsys.jep.functions.Signum
- evaluate(double) - Method in class com.singularsys.jep.functions.Sine
- evaluate(double) - Method in class com.singularsys.jep.functions.SineH
- evaluate(double) - Method in class com.singularsys.jep.functions.SquareRoot
- evaluate(double) - Method in class com.singularsys.jep.functions.StrictNaturalLogarithm
- evaluate(double) - Method in class com.singularsys.jep.functions.Tangent
- evaluate(double) - Method in class com.singularsys.jep.functions.TanH
- evaluate(double) - Method in class com.singularsys.jep.functions.UMinus
- evaluate(double) - Method in interface com.singularsys.jep.reals.RealUnaryFunction
-
Evaluate the function
- evaluate(double) - Method in class com.singularsys.jeptests.system.JepTest.Square
- evaluate(double[]) - Method in interface com.singularsys.jep.reals.RealNaryFunction
- evaluate(double[]) - Method in class com.singularsys.jeptests.system.JepTest.Product
- evaluate(double, double) - Method in class com.singularsys.jep.functions.Add
- evaluate(double, double) - Method in class com.singularsys.jep.functions.ArcTangent2
- evaluate(double, double) - Method in class com.singularsys.jep.functions.Divide
- evaluate(double, double) - Method in class com.singularsys.jep.functions.Modulus
- evaluate(double, double) - Method in class com.singularsys.jep.functions.Multiply
- evaluate(double, double) - Method in class com.singularsys.jep.functions.Power
- evaluate(double, double) - Method in class com.singularsys.jep.functions.Subtract
- evaluate(double, double) - Method in class com.singularsys.jep.misc.functions.LogTwoArg
- evaluate(double, double) - Method in class com.singularsys.jep.misc.functions.Remainder
- evaluate(double, double) - Method in interface com.singularsys.jep.reals.RealBinaryFunction
- evaluate(double, double) - Method in class com.singularsys.jeptests.system.JepTest.Diff
- evaluate(MrpCommandList) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Evaluate the expression.
- evaluate(RpCommandList) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Evaluate the expression.
- evaluate(Node) - Method in class com.singularsys.extensions.fastreal.RpEvaluator
- evaluate(Node) - Method in class com.singularsys.extensions.stream.StreamEvaluator
-
Evaluate the node
- evaluate(Node) - Method in class com.singularsys.extensions.structure.StructuredEvaluator
- evaluate(Node) - Method in interface com.singularsys.jep.Evaluator
-
Main entry point, evaluates a node and returns and object with the value of the node.
- evaluate(Node) - Method in class com.singularsys.jep.Jep
-
Evaluates the expression tree pointed to by the node parameter.
- evaluate(Node) - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- evaluate(Node) - Method in class com.singularsys.jep.reals.RealEvaluator
- evaluate(Node) - Method in class com.singularsys.jep.standard.FastEvaluator
- evaluate(Node) - Method in class com.singularsys.jep.standard.StandardEvaluator
- evaluate(Node) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- evaluate(Node) - Method in class com.singularsys.jep.walkers.PostfixEvaluator
- evaluate(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- evaluate(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- evaluate(Node) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.chained.ChainableBinaryFunction
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.chained.ChainableBinaryFunctionSwapped
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.chained.ChainingOpPfmc
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.chained.MonitoringChainingOp
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.lambda.LambdaFunGenerator
-
The
evaluatemethod generates aLambdaFunctionfrom a node tree. - evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.lambda.SendTo
-
For assignment set the value of the variable on the RHS to value returned by evaluating the LHS side.
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.stream.StreamAssign
-
For assignment set the value of the variable on the lhs to value returned by evaluating the right-hand side.
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.stream.StreamSendTo
-
For assignment set the value of the variable on the RHS to value returned by evaluating the LHS side.
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.stream.StreamSendToStream
-
Evaluate the operator.
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.structure.fieldJavaOps.FieldPostDec
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.structure.fieldJavaOps.FieldPostInc
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.structure.fieldJavaOps.FieldPreDec
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.structure.fieldJavaOps.FieldPreInc
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.xjep.Preprocess
- evaluate(Node, Evaluator) - Method in class com.singularsys.extensions.xjep.XAssign
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.functions.Assign
-
For assignment set the value of the variable on the lhs to value returned by evaluating the right-hand side.
- evaluate(Node, Evaluator) - Method in interface com.singularsys.jep.functions.CallbackEvaluationI
-
Performs some special evaluation on the node.
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.functions.If
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.functions.LazyLogical
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.functions.Case
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.functions.Switch
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.functions.SwitchDefault
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.javaops.OpEquals
-
For assignment set the value of the variable on the lhs to value returned by evaluating the right-hand side.
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.javaops.PostDec
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.javaops.PostInc
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.javaops.PreDec
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.javaops.PreInc
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.javaops.TernaryConditional
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedAbstractInc
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedIf
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- evaluate(Node, Evaluator) - Method in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeAssign
-
For assignment set the value of the variable on the lhs to value returned by evaluating the right-hand side.
- evaluate(Node, Evaluator) - Method in class com.singularsys.jeptests.system.ModifiedParserTest.BadFun
- evaluateD() - Method in class com.singularsys.jep.Jep
-
Evaluates the most recently parsed expression and returns the result as a double.
- evaluation_with_wrong_number_of_argument_throws_evaluation_exceptiona() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- evaluation_with_wrong_number_of_argument_throws_evaluation_exceptiona() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- evaluation_with_wrong_number_of_argument_throws_evaluation_exceptiona() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- EvaluationConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
- EvaluationConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
- EvaluationConfig(String, int) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
-
For slow
- EvaluationException - Exception Class in com.singularsys.jep
-
Exceptions thrown during evaluation.
- EvaluationException() - Constructor for exception class com.singularsys.jep.EvaluationException
- EvaluationException(String) - Constructor for exception class com.singularsys.jep.EvaluationException
- EvaluationException(String, Throwable) - Constructor for exception class com.singularsys.jep.EvaluationException
- EvaluationException(Throwable) - Constructor for exception class com.singularsys.jep.EvaluationException
- EvaluationThread(int, Jep, Node, String, double, double, int) - Constructor for class com.singularsys.jepexamples.diagnostics.ThreadSafeSpeedTest.EvaluationThread
-
Construct a thread.
- EvaluationThread(int, Jep, Node, String, double, double, int) - Constructor for class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest.EvaluationThread
-
Construct a thread.
- Evaluation time overloading - Search tag in package com.singularsys.jep.misc.overloadedfunctions
- Section
- evaluator - Variable in class com.singularsys.jep.ComponentSet
- evaluator - Variable in class com.singularsys.jep.Jep
-
Evaluator instance used for evaluating parse trees
- Evaluator - Class in com.singularsys.jepexamples.applets
-
This application is a simple graphical example for how Jep can be used to evaluate expressions.
- Evaluator - Interface in com.singularsys.jep
-
Defines a method which can be used to evaluate a part of a node-tree.
- Evaluator() - Constructor for class com.singularsys.jepexamples.applets.Evaluator
- EXACTINT - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- ExactIntegerField - Class in com.singularsys.extensions.field.implementations
-
An integer field where results are always integers and Exceptions are thrown on error.
- ExactIntegerField(boolean) - Constructor for class com.singularsys.extensions.field.implementations.ExactIntegerField
-
Constructor
- ExamineResultTypes - Class in com.singularsys.jepexamples.diagnostics
-
Class to examine the results types of the various operators and function.
- ExamineResultTypes(Jep, ExamineResultTypes.TypeCreator[]) - Constructor for class com.singularsys.jepexamples.diagnostics.ExamineResultTypes
-
Constructor
- ExamineSizes - Class in com.singularsys.jepexamples.diagnostics
-
Used to examine the memory used to initialise a Jep instance.
- ExamineSizes() - Constructor for class com.singularsys.jepexamples.diagnostics.ExamineSizes
- examineTypes(String, PostfixMathCommandI) - Method in class com.singularsys.jepexamples.diagnostics.ExamineResultTypes
-
Tests return types for a specific PostfixMathCommandI will test for 0,1,2 and 3 parameters
- examineTypes(String, PostfixMathCommandI, int) - Method in class com.singularsys.jepexamples.diagnostics.ExamineResultTypes
-
Tests return types for a specific PostfixMathCommandI with a specific number of parameters
- Example Field - Search tag in package com.singularsys.extensions.field
- Section
- EXCEPTION - Enum constant in enum class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthErrorBehaviour
-
Signals that an error is thrown
- EXCLUSIVE - Enum constant in enum class com.singularsys.extensions.statistical.Percentile.Type
-
Excludes end points.
- exclusive_interpolation_percentiles() - Method in class com.singularsys.exttests.StatisticalTest
-
Test data from https://en.wikipedia.org/wiki/Percentile
- existing_variable_has_copied_value() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- existing_variable_has_same_constant_flag() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyConstantsFromTest
- existing_variable_has_same_constant_flag() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- existing_variable_has_same_hooks() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- existing_variable_has_same_valid_value_flag() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- EXIT - Enum constant in enum class com.singularsys.jepexamples.consoles.Console.SPEC_ACTION
-
Quit the program.
- exp(Object) - Method in class com.singularsys.jep.functions.Exp
- Exp - Class in com.singularsys.jep.functions
-
The exp function.
- Exp() - Constructor for class com.singularsys.jep.functions.Exp
- EXP - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- expand() - Method in class com.singularsys.extensions.polynomials.Monomial
- expand() - Method in class com.singularsys.extensions.polynomials.PConstant
- expand() - Method in class com.singularsys.extensions.polynomials.PFunction
- expand() - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
complete expansion. (1+x)^2 --> 1+2*x+x^2
- expand() - Method in class com.singularsys.extensions.polynomials.Polynomial
- expand() - Method in class com.singularsys.extensions.polynomials.POperator
- expand() - Method in class com.singularsys.extensions.polynomials.PVariable
- expand(PNodeI) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Expand a PNodeI multiplying out all brackets
- expand(Node) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Expands an expression.
- expand(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Expand brackets in an expression
- Expand - Class in com.singularsys.extensions.polynomials
-
The
expand(x)command. - Expand() - Constructor for class com.singularsys.extensions.polynomials.Expand
- Expand(PolynomialCreator) - Constructor for class com.singularsys.extensions.polynomials.Expand
- Expand(XJep) - Constructor for class com.singularsys.extensions.polynomials.Expand
- ExpandBrackets - Class in com.singularsys.extensions.rewrite
-
A rule which expands brackets (a+b)*(c+d) -> a*c+a*d+b*c+b*d
- ExpandBrackets() - Constructor for class com.singularsys.extensions.rewrite.ExpandBrackets
- ExpandBuff(boolean) - Method in class com.singularsys.jep.parser.JepJavaCharStream
- expandCompare(Node, Node) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Expands and compares two expressions.
- expandEquals(Node, Node) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Compares two nodes.
- ExpandingEle - Class in com.singularsys.jep.misc.functions
-
An
var[index]function whoseExpandingEle.set(Evaluator, Node, Object)method modifies and expands theVector<Object>value of the variable. - ExpandingEle(Object) - Constructor for class com.singularsys.jep.misc.functions.ExpandingEle
- ExpandingEle(Object, boolean) - Constructor for class com.singularsys.jep.misc.functions.ExpandingEle
- ExpandingEleTest - Class in com.singularsys.jeptests.unit.misc.functions
-
Test for
ExpandingEle. - ExpandingEleTest() - Constructor for class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- ExpandPower - Class in com.singularsys.extensions.rewrite
-
Expands powers (a+b)^2 -> a^2+2*a*b+b^2
- ExpandPower() - Constructor for class com.singularsys.extensions.rewrite.ExpandPower
- expandTestString(String, String) - Method in class com.singularsys.exttests.PolynomialCreatorTest
- expectedTokenSequences - Variable in exception class com.singularsys.jep.parser.ParseException
-
Each entry in this array is an array of integers.
- ExplicitChainableSetup() - Constructor for class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainableSetup
- ExplicitChainedSetup() - Constructor for class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainedSetup
- EXPONENT - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- exponentNumberTokenMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.NumberTokenMatcher
-
Factory to create a matcher for decimal number with or without exponents
- exprEquals(String, Object) - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- expression - Variable in class com.singularsys.extexamples.applets.ContourCanvas
-
Expression to evaluate
- expression - Variable in class com.singularsys.extexamples.applets.ImplicitCanvas
-
Expression to evaluate
- expression - Variable in class com.singularsys.jep.misc.MacroFunction
- expression - Variable in class com.singularsys.jepexamples.applets.FunctionCanvas
-
Expression to evaluate
- expression() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Match prefixSuffix() optionally followed by a binary or ternary operator or an implicit multiplication.
- Expression() - Method in class com.singularsys.jep.parser.JccParser
- ExpressionCleaner - Class in com.singularsys.extensions.xjep
-
Cleans up expressions, removing redundant parts.
- ExpressionCleaner() - Constructor for class com.singularsys.extensions.xjep.ExpressionCleaner
-
Constructor to use when used with
Jep.setComponent(JepComponent component). - ExpressionCleaner(Jep, TreeUtils) - Constructor for class com.singularsys.extensions.xjep.ExpressionCleaner
-
Constructor with explicit Jep and TreeUtils instances.
- ExpressionConsolidator - Class in com.singularsys.jep.walkers
-
Consolidates nested addition and multiplication to produce nary operators.
- ExpressionConsolidator(Jep) - Constructor for class com.singularsys.jep.walkers.ExpressionConsolidator
-
Default constructor, Add and Multiply are consolidated.
- ExpressionEvalTest - Class in com.singularsys.jeptests.system
-
This class is designed for testing the validity of Jep evaluations.
- ExpressionEvalTest() - Constructor for class com.singularsys.jeptests.system.ExpressionEvalTest
-
Creates a new ExpressionEvalTest instance
- ExpressionRule - Class in com.singularsys.extensions.structure
-
Parses an expression.
- ExpressionRule() - Constructor for class com.singularsys.extensions.structure.ExpressionRule
- ExtDocsTest - Class in com.singularsys.exttests
-
Test for all the examples given in the documents.
- ExtDocsTest() - Constructor for class com.singularsys.exttests.ExtDocsTest
- ExtDocsTest.MyStructuredParser - Class in com.singularsys.exttests
-
A customised parser
- ExtDocsTest.StringField - Class in com.singularsys.exttests
-
A simple implementation of a string field
- ExtDocsTest.StringField2 - Class in com.singularsys.exttests
-
A simple implementation of a string field with a single cmp method
- ExtDocsTest.StringField3 - Class in com.singularsys.exttests
-
A implementation of a string field using a GenericField
- ExtendedFieldTest - Class in com.singularsys.exttests.field
-
Tests using a field operator table with a bitwise table.
- ExtendedFieldTest() - Constructor for class com.singularsys.exttests.field.ExtendedFieldTest
- ExtendedOperatorSet - Class in com.singularsys.jep.misc
-
An example of an OperatorSet which adds suffix operators: n!
- ExtendedOperatorSet() - Constructor for class com.singularsys.jep.misc.ExtendedOperatorSet
- ExtendedOperatorSet(OperatorTable2) - Constructor for class com.singularsys.jep.misc.ExtendedOperatorSet
- ExtendedOperatorSet(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.misc.ExtendedOperatorSet
- ExtendedOperatorSet.ExtendedOperators - Enum Class in com.singularsys.jep.misc
-
Keys for the new operators.
- ExtendedParserTest - Class in com.singularsys.jeptests.system
-
Tests for modification to the configurable parser.
- ExtendedParserTest() - Constructor for class com.singularsys.jeptests.system.ExtendedParserTest
- extendOperator(Jep, PostfixMathCommandI, Operator, Predicate<Node>, EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey) - Static method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedOperator
-
Extends an existing operator to form an overloaded operator, using a additional function and predicate, and add them to the Jep instance.
- extendOperator(OperatorTable2, PostfixMathCommandI, Operator, Predicate<Node>, EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey) - Static method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedOperator
-
Extends an existing operator to form an overloaded operator, using a additional function and predicate, and add them to the OperatorTable, does not set the PrintRules.
- ExtendOperatorTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- ExtensionConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
ExtensionsConsoleapplication. - ExtensionConsoleTest() - Constructor for class com.singularsys.exttests.examples.ExtensionConsoleTest
- ExtensionsConsole - Class in com.singularsys.extexamples.consoles
-
Console illustrating most of the features of jep extensions.
- ExtensionsConsole() - Constructor for class com.singularsys.extexamples.consoles.ExtensionsConsole
- ExtensionsConsole.PrintfFunction - Class in com.singularsys.extexamples.consoles
-
Class to add a print function.
- ExtensionsConsole.PrintFunction - Class in com.singularsys.extexamples.consoles
-
Class to add a print function.
- ExternalFilter - Class in com.singularsys.extensions.lambda
-
Turns a unary function taking scalar arguments into a function that takes a list and returns a list with function applied to each element.
- ExternalFilter(UnaryFunction) - Constructor for class com.singularsys.extensions.lambda.ExternalFilter
- ExternalFilter(Predicate<Object>) - Constructor for class com.singularsys.extensions.lambda.ExternalFilter
- ExternalMap - Class in com.singularsys.extensions.lambda
-
Turns a unary function taking scalar arguments into a function that takes a list and returns a list with function applied to each element.
- ExternalMap(UnaryFunction) - Constructor for class com.singularsys.extensions.lambda.ExternalMap
- ExternalMatrixFactory<M,
V> - Class in com.singularsys.extensions.matrix.externalmat -
Base class for MatrixFactories where external matrix libraries are used for the matrix implementation.
- ExternalMatrixFactory() - Constructor for class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
- ExternalMatrixField<M,
V> - Class in com.singularsys.extensions.matrix.externalmat -
Base class for MatrixField implementations with external matrix libraries.
- ExternalMatrixField(ExternalMatrixFactory<M, V>, FieldI) - Constructor for class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Constructor.
- ExternalMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
ExternalMatrixField. - ExternalMatrixTest() - Constructor for class com.singularsys.exttests.matrix.ExternalMatrixTest
- ExternalSort - Class in com.singularsys.extensions.lambda
-
A function that sorts a list using a provided comparator.
- ExternalSort(Comparator<Object>) - Constructor for class com.singularsys.extensions.lambda.ExternalSort
- ExtExpressionEvalTest - Class in com.singularsys.exttests
-
This class is designed for testing the validity of Jep evaluations.
- ExtExpressionEvalTest() - Constructor for class com.singularsys.exttests.ExtExpressionEvalTest
- ExtMessages - Class in com.singularsys.extensions
-
Class to handle externalized messages for the extensions package.
- extract(Stack<Node>, Jep) - Method in class com.singularsys.jep.walkers.SerializableExpression.Constant
- extract(Stack<Node>, Jep) - Method in interface com.singularsys.jep.walkers.SerializableExpression.Element
- extract(Stack<Node>, Jep) - Method in class com.singularsys.jep.walkers.SerializableExpression.Function
- extract(Stack<Node>, Jep) - Method in class com.singularsys.jep.walkers.SerializableExpression.Operator
- extract(Stack<Node>, Jep) - Method in class com.singularsys.jep.walkers.SerializableExpression.Variable
- ExtractEqn - Class in com.singularsys.extensions.xjep
-
Extracts the equation of a symbolic variable
- ExtractEqn() - Constructor for class com.singularsys.extensions.xjep.ExtractEqn
-
Default constructor, an
XJepinstance must be later defined by callingjep.reinitializeComponents(). - ExtractEqn(ExtractEqn.Type) - Constructor for class com.singularsys.extensions.xjep.ExtractEqn
-
Constructor.
- ExtractEqn(XJep) - Constructor for class com.singularsys.extensions.xjep.ExtractEqn
-
Constructor with explicit XJep instance
- ExtractEqn(XJep, ExtractEqn.Type) - Constructor for class com.singularsys.extensions.xjep.ExtractEqn
-
Constructor with jep instance and type
- ExtractEqn.Type - Enum Class in com.singularsys.extensions.xjep
- extractor - Variable in class com.singularsys.extensions.djep.DJepComponents
- extractor - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- extractor - Variable in class com.singularsys.extensions.xjep.XComponents
- extractor - Variable in class com.singularsys.extensions.xjep.XJep
- ExtSpeedTest - Class in com.singularsys.extexamples.diagnostics
-
Compares the speed of evaluation between standard evaluator and real evaluator and occasionally java.
- ExtSpeedTest() - Constructor for class com.singularsys.extexamples.diagnostics.ExtSpeedTest
F
- FACTKEY - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- Factorial - Class in com.singularsys.jep.misc.functions
-
Simple implementation of factorial, good up to 20!
- Factorial() - Constructor for class com.singularsys.jep.misc.functions.Factorial
- factory - Variable in class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable
- falseValue - Variable in class com.singularsys.jep.functions.If
- FastEvaluator - Class in com.singularsys.jep.standard
-
A fast evaluator for Jep expressions.
- FastEvaluator() - Constructor for class com.singularsys.jep.standard.FastEvaluator
- FastEvaluator3_4 - Class in com.singularsys.jepexamples.diagnostics
-
The versions of the FastEvaluator in Jep 3.4.
- FastEvaluator3_4() - Constructor for class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- FastEvaluator3_5 - Class in com.singularsys.jepexamples.diagnostics
-
The versions of the FastEvaluator in Jep 3.5.
- FastEvaluator3_5() - Constructor for class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- FastMatThreadRunnerTest - Class in com.singularsys.exttests.autogen
-
Test generated from fastmatrix.html
- FastMatThreadRunnerTest() - Constructor for class com.singularsys.exttests.autogen.FastMatThreadRunnerTest
- fastPower(int) - Method in class com.singularsys.jep.standard.Complex
-
Calculate integer powers by repeated multiplications.
- fastPower(int) - Method in class com.singularsys.jep.standard.ImmutableComplex
- field - Variable in class com.singularsys.extensions.field.FieldOperatorTable
- field - Variable in class com.singularsys.extensions.lambda.MatrixListProcessor
- field - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- field - Variable in class com.singularsys.exttests.StatisticalTest
- field - Variable in class com.singularsys.jep.misc.boundvariable.FieldVariableBinding
- FieldAbs - Class in com.singularsys.extensions.field.functions
-
Calculate the absolute value of a number using a Field with a working
gemethod. - FieldAbs(FieldI) - Constructor for class com.singularsys.extensions.field.functions.FieldAbs
- FieldBinomial - Class in com.singularsys.extensions.field.functions
-
Binomial coefficients: binom(n,i), which can be calculated over any field.
- FieldBinomial(FieldI) - Constructor for class com.singularsys.extensions.field.functions.FieldBinomial
- FieldCleanerTest - Class in com.singularsys.exttests
-
Cleaner tests using a field
- FieldCleanerTest() - Constructor for class com.singularsys.exttests.FieldCleanerTest
- FieldCollection - Class in com.singularsys.extensions.field
-
Groups a set of fields together.
- FieldCollection() - Constructor for class com.singularsys.extensions.field.FieldCollection
-
Standard constructor with no fields.
- FieldCollection(FieldI...) - Constructor for class com.singularsys.extensions.field.FieldCollection
-
Constructor from a set of fields.
- FieldComparator - Class in com.singularsys.extensions.field
-
A comparator which works using a field.
- FieldComparator(FieldI) - Constructor for class com.singularsys.extensions.field.FieldComparator
- FieldComparator(FieldI, boolean) - Constructor for class com.singularsys.extensions.field.FieldComparator
-
Constructor
- FieldConsole - Class in com.singularsys.extexamples.consoles
-
A console application which can work with a number of different fields.
- FieldConsole() - Constructor for class com.singularsys.extexamples.consoles.FieldConsole
- FieldConsole.AllToComplexDecorator - Class in com.singularsys.extexamples.consoles
-
Decorator to convert all input numbers to complex numbers.
- FieldConsole.BigDecPFMC - Class in com.singularsys.extexamples.consoles
-
Function to convert a number to a BigDecimal.
- FieldConsole.DoublePFMC - Class in com.singularsys.extexamples.consoles
-
Function to convert a number to a double.
- FieldConsole.RationalBigDecToDoubleDecorator - Class in com.singularsys.extexamples.consoles
-
Decorator to convert rational and big decimal numbers.
- FieldConsole.RationalDoubleNumberFactory - Class in com.singularsys.extexamples.consoles
-
NumberFactory which creates rational numbers if possible otherwise doubles.
- FieldConsole.RationalPFMC - Class in com.singularsys.extexamples.consoles
-
Function to convert a number to a rational.
- FieldConsole.RationalToBigDecDecorator - Class in com.singularsys.extexamples.consoles
-
Decorator to convert rational numbers to big decimals for input to a field which only supports big decimals.
- FieldConsole.Type - Enum Class in com.singularsys.extexamples.consoles
-
Describes the type of Field used.
- FieldConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
FieldConsoleapplication. - FieldConsoleTest() - Constructor for class com.singularsys.exttests.examples.FieldConsoleTest
- FieldConsoleTest.mixedTests - Class in com.singularsys.exttests.examples
-
Tests with a mixed field
- FieldDecorator - Class in com.singularsys.extensions.field.implementations
-
Abstract base class for Decorators used to convert the inputs and outputs of a field operation.
- FieldDecorator(FieldI) - Constructor for class com.singularsys.extensions.field.implementations.FieldDecorator
- FieldDictComponents - Class in com.singularsys.extensions.field.dictionary
-
Provides a set of components for using dictionaries compatible with the
com.singularsys.extensions.fieldpackage. - FieldDictComponents(DictionaryComponents.Type, FieldI) - Constructor for class com.singularsys.extensions.field.dictionary.FieldDictComponents
- FieldDictComponents(DictionaryComponents.Type, Object, FieldI) - Constructor for class com.singularsys.extensions.field.dictionary.FieldDictComponents
- FieldDictTest - Class in com.singularsys.exttests.field
-
Tests for
FieldDictComponentsusingMAP_MISSING_VALUES. - FieldDictTest() - Constructor for class com.singularsys.exttests.field.FieldDictTest
- FieldDictTest.MyStringFieldTest - Class in com.singularsys.exttests.field
- FieldDJepTest - Class in com.singularsys.exttests
-
Using differentiation and fields.
- FieldDJepTest() - Constructor for class com.singularsys.exttests.FieldDJepTest
- fieldDocTest() - Method in class com.singularsys.exttests.ExtDocsTest
- fieldDocTest2() - Method in class com.singularsys.exttests.ExtDocsTest
- fieldDocTest3() - Method in class com.singularsys.exttests.ExtDocsTest
- fieldDocTest4() - Method in class com.singularsys.exttests.ExtDocsTest
- fieldDocTest4a() - Method in class com.singularsys.exttests.ExtDocsTest
- fieldDocTest5() - Method in class com.singularsys.exttests.ExtDocsTest
- fieldDocTest6() - Method in class com.singularsys.exttests.ExtDocsTest
- FieldFactorial - Class in com.singularsys.extensions.field.functions
-
Calculate factorials using a field.
- FieldFactorial(FieldI) - Constructor for class com.singularsys.extensions.field.functions.FieldFactorial
- FieldFunctionPlotter - Class in com.singularsys.extexamples.applets
-
Function plotter using field calculation.
- FieldFunctionPlotter() - Constructor for class com.singularsys.extexamples.applets.FieldFunctionPlotter
- FieldI - Interface in com.singularsys.extensions.field
-
Defines the methods which each field should implement - add, sub, mul, div, mod, pow, eq, ne, gt, ge, lt, le, and, or, not.
- FieldMatrixField - Class in com.singularsys.extensions.matrix.objectmat
-
An MatrixField where elements are of type Object and the operation on elements are defined by a field.
- FieldMatrixField(MatrixFactoryI, FieldI) - Constructor for class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- FieldMod - Class in com.singularsys.extensions.field.functions
-
Exposes a fields
modmethod. - FieldMod(FieldI) - Constructor for class com.singularsys.extensions.field.functions.FieldMod
- fieldName - Variable in class com.singularsys.jep.misc.boundvariable.FieldVariableBinding
- FieldObjectMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
FieldMatrixField. - FieldObjectMatrixTest() - Constructor for class com.singularsys.exttests.matrix.FieldObjectMatrixTest
- FieldOperatorTable - Class in com.singularsys.extensions.field
-
An operator table where the standard operators are evaluated using a set of fields.
- FieldOperatorTable(FieldI) - Constructor for class com.singularsys.extensions.field.FieldOperatorTable
-
Constructor with a single field
- FieldOperatorTable(FieldI, Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.extensions.field.FieldOperatorTable
- FieldOperatorTable(OperatorTable2, FieldI) - Constructor for class com.singularsys.extensions.field.FieldOperatorTable
-
Decorator constructor.
- FieldPostDec - Class in com.singularsys.extensions.structure.fieldJavaOps
-
Java style
x--operator, implemented for a field. - FieldPostDec(FieldI) - Constructor for class com.singularsys.extensions.structure.fieldJavaOps.FieldPostDec
- FieldPostInc - Class in com.singularsys.extensions.structure.fieldJavaOps
-
Java style
x++operator, implemented for a field. - FieldPostInc(FieldI) - Constructor for class com.singularsys.extensions.structure.fieldJavaOps.FieldPostInc
- FieldPower - Class in com.singularsys.extensions.field.functions
-
Exposes a fields
powmethod. - FieldPower(FieldI) - Constructor for class com.singularsys.extensions.field.functions.FieldPower
- FieldPreDec - Class in com.singularsys.extensions.structure.fieldJavaOps
-
Java style
--xoperator, implemented for a field. - FieldPreDec(FieldI) - Constructor for class com.singularsys.extensions.structure.fieldJavaOps.FieldPreDec
- FieldPreInc - Class in com.singularsys.extensions.structure.fieldJavaOps
-
Java style
++xoperator, implemented for a field. - FieldPreInc(FieldI) - Constructor for class com.singularsys.extensions.structure.fieldJavaOps.FieldPreInc
- FieldRange - Class in com.singularsys.extensions.lambda
-
A Field aware version of the
LambdaRangefunction which returns an increasing sequence of all the items between the end points inclusive. - FieldRange(FieldI) - Constructor for class com.singularsys.extensions.lambda.FieldRange
- fields - Variable in class com.singularsys.extensions.field.FieldCollection
- fields - Variable in class com.singularsys.extexamples.consoles.FieldConsole
-
Set of fields with boolean and possibly string support
- FieldSignum - Class in com.singularsys.extensions.field.functions
-
Calculate the sign of a value using a Field with a working
ge,ltmethods. - FieldSignum(FieldI) - Constructor for class com.singularsys.extensions.field.functions.FieldSignum
- FieldSqrt - Class in com.singularsys.extensions.field.functions
-
Calculate the square root of a number using any field.
- FieldSqrt(FieldI, int) - Constructor for class com.singularsys.extensions.field.functions.FieldSqrt
-
Constructor
- FieldSqrtTest - Class in com.singularsys.exttests.field
-
Tests for the
FieldSqrtalgorithm. - FieldSqrtTest() - Constructor for class com.singularsys.exttests.field.FieldSqrtTest
- FieldStreamRange - Class in com.singularsys.extensions.stream
-
A function which returns an increasing sequence using a
FieldI. - FieldStreamRange(FieldI) - Constructor for class com.singularsys.extensions.stream.FieldStreamRange
-
Constructor.
- FieldTest - Class in com.singularsys.exttests.field
-
Test for fields without matrix support.
- FieldTest() - Constructor for class com.singularsys.exttests.field.FieldTest
- FieldTreeUtils - Class in com.singularsys.extensions.xjep
-
The TreeUtility functions adapted to work with a Field.
- FieldTreeUtils(FieldI) - Constructor for class com.singularsys.extensions.xjep.FieldTreeUtils
-
Constructor
- FieldVariableBinding - Class in com.singularsys.jep.misc.boundvariable
-
A
VariableBindingwhich binds variables to a particular field of an object. - FieldVariableBinding(Object, Field) - Constructor for class com.singularsys.jep.misc.boundvariable.FieldVariableBinding
-
Create the binding object with the name of a field.
- FieldVariableBinding(Object, String) - Constructor for class com.singularsys.jep.misc.boundvariable.FieldVariableBinding
-
Create the binding object with the name of a field.
- FillBuff() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- filter(Iterator<Token>) - Method in interface com.singularsys.jep.configurableparser.TokenFilter
-
Filters the list of tokens.
- filter(Iterator<Token>) - Method in class com.singularsys.jep.configurableparser.WhiteSpaceCommentFilter
- filter(List<Token>) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Filters the tokens to remove whitespace etc.
- Filter - Class in com.singularsys.extensions.lambda
-
Filter a list using a lambda function returning only those elements which meet a criteria.
- Filter() - Constructor for class com.singularsys.extensions.lambda.Filter
- filters - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- finaliseCommand(String, Node, Object) - Method in class com.singularsys.extexamples.consoles.ChainedConsole
- finaliseCommand(String, Node, Object) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- finaliseCommand(String, Node, Object) - Method in class com.singularsys.extexamples.consoles.LambdaConsole
- finaliseCommand(String, Node, Object) - Method in class com.singularsys.extexamples.consoles.StreamConsole
- finaliseCommand(String, Node, Object) - Method in class com.singularsys.jepexamples.consoles.Console
-
Perform any post-processing of a command after evaluation.
- findallJepConponents() - Method in class com.singularsys.exttests.StreamTest
- findDerivative(String, DJep) - Method in class com.singularsys.extensions.djep.PartialDerivative
- findIndex(Object) - Method in class com.singularsys.jep.functions.Ele
-
Find the index from the indexObject.
- findNewVariables() - Method in class com.singularsys.jeptests.system.BugsTest
- findOrElse(JepComponent[], Class<T>, Supplier<T>) - Static method in class com.singularsys.jep.ComponentSet
-
Find a component of a given class in the replacements array, if not found create a new instance using the supplier.
- fini() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest
- fini() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- First - Class in com.singularsys.extensions.lambda
-
Finds the first element in a list
first([1..100]) - First() - Constructor for class com.singularsys.extensions.lambda.First
- firstInit(Jep) - Method in class com.singularsys.jep.misc.dictionary.DictionaryComponents
- firstInit(Jep) - Method in class com.singularsys.jep.misc.FunctionSet
- firstInit(Jep) - Method in class com.singularsys.jep.misc.OneShotComponent
- FirstMatchOr - Class in com.singularsys.extensions.lambda
-
Finds the first element that matches a predicate or return a default value.
- FirstMatchOr() - Constructor for class com.singularsys.extensions.lambda.FirstMatchOr
- FirstOr - Class in com.singularsys.extensions.lambda
-
Finds the first element in a list, or returns the default value if the list is empty.
- FirstOr() - Constructor for class com.singularsys.extensions.lambda.FirstOr
- FIXED - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- FixedPointField - Class in com.singularsys.extensions.field.implementations
-
Implementation of field methods using BigDecimals
- FixedPointField(MathContext, int) - Constructor for class com.singularsys.extensions.field.implementations.FixedPointField
- fixedPointfiniteMantissaTest() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- fixedPrecisionCreateNumber() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- FixedPrecisionFunctionI - Interface in com.singularsys.jep.bigdecimal
-
Functions, operators and components that support fixed precision operations.
- fixedPrecisionTest() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- fixLineEndings(String) - Method in class com.singularsys.exttests.MathMLTest
- flags - Variable in class com.singularsys.jep.Operator
-
Flags for type of operator Access level changed to protected in version 3.5
- Flatten - Class in com.singularsys.extensions.lambda
-
Flatten a list of lists to produce a single list of all elements
- Flatten() - Constructor for class com.singularsys.extensions.lambda.Flatten
- FLOATING_POINT_LITERAL - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- floatValue() - Method in class com.singularsys.extensions.field.implementations.Rational
- floatValue() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- floatValue() - Method in class com.singularsys.jep.misc.boundvariable.MutableDouble
- floatValue() - Method in class com.singularsys.jep.standard.Complex
-
Returns real part.
- floatValue() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType.MyNumber
- floor(Object) - Method in class com.singularsys.jep.functions.Floor
- Floor - Class in com.singularsys.jep.functions
-
A PostfixMathCommandI which find the largest integer above the number floor(pi) give 3 floor(-i) give -4
- Floor() - Constructor for class com.singularsys.jep.functions.Floor
- FLOOR - Enum constant in enum class com.singularsys.jep.misc.functions.Remainder.Type
-
Remainder has same sign as dividend. q = floor(x/y), r = x - q y.
- FLOOR_QUOTIENT - Enum constant in enum class com.singularsys.jep.misc.functions.Remainder.Type
- FnBuilder() - Constructor for class com.singularsys.extensions.mathml.builder.FunctionBuilder.FnBuilder
- FnHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles the <fn> tag.
- FnHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.FnHandler
- Fold - Class in com.singularsys.extensions.lambda
-
Fold or reduce a list using a lambda function to reduce the list down to a single argument.
- Fold() - Constructor for class com.singularsys.extensions.lambda.Fold
- fold_matrix() - Method in class com.singularsys.exttests.StreamTest.StreamMatrixTests
- fold_matrix2() - Method in class com.singularsys.exttests.StreamTest.StreamMatrixTests
- FoldOr - Class in com.singularsys.extensions.lambda
-
Fold or reduce a list using a lambda function to reduce the list down to a single argument.
- FoldOr() - Constructor for class com.singularsys.extensions.lambda.FoldOr
- for_parser_ops_only_overOp_has_NOT_IN_PARSER_flag_unset() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- for_parser_ops_only_overOp_has_NOT_IN_PARSER_flag_unset() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- format - Variable in class com.singularsys.jep.PrintVisitor
-
The NumberFormat object used to print numbers.
- format(String, Object...) - Static method in class com.singularsys.extensions.ExtMessages
-
Gets a message and uses that to format its arguments.
- format(String, Object...) - Static method in class com.singularsys.jep.JepMessages
-
Gets a message and uses that to format its arguments.
- formatTabbedTable(String) - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- formatValue(Object) - Method in class com.singularsys.jep.PrintVisitor
-
Returns a formatted version of the value.
- formatValue(Object, StringBuffer) - Method in class com.singularsys.jep.PrintVisitor
-
Appends a formatted versions of val to the string buffer.
- formbernstein1D(double[], double, double) - Static method in class com.singularsys.extexamples.applets.Bern1D
- FOURARG - Enum constant in enum class com.singularsys.extensions.statistical.distributions.NormalDist.Type
-
Four argument version, like excel
- fp - Variable in class com.singularsys.jep.PrintVisitor
- FracRule() - Constructor for class com.singularsys.jeptests.system.LatexTest.FracRule
- Fractal - Class in com.singularsys.jepexamples.applets
-
Application which calculates fractals using a multithreaded system.
- Fractal() - Constructor for class com.singularsys.jepexamples.applets.Fractal
- FractalCanvas - Class in com.singularsys.jepexamples.applets
-
This class performs the drawing of the fractal, using a number of threads/runnables to compute the image in chunks.
- FractalCanvas(String, Fractal) - Constructor for class com.singularsys.jepexamples.applets.FractalCanvas
-
Constructor.
- fraction_ranks_gives_indices_average_of_sorted_positions() - Method in class com.singularsys.exttests.StatisticalTest
- FRACTIONAL - Enum constant in enum class com.singularsys.extensions.statistical.Rank.Type
-
Fractional ranking, mean of ordinal ranks of tied elements 4,2.5,2.5,1
- FRACTIONAL - Enum constant in enum class com.singularsys.extensions.statistical.Ranks.Type
-
Fractional ranking, mean of ordinal ranks of tied elements 4,2.5,2.5,1
- fractional_rank_gives_tied_element_average_of_sorted_positions() - Method in class com.singularsys.exttests.StatisticalTest
- fromArgs(Object) - Method in interface com.singularsys.extensions.lambda.ListProcessor
-
Returns an iterable view of the input arguments.
- fromArgs(Object) - Method in class com.singularsys.extensions.lambda.MatrixListProcessor
-
Returns an Iterable over the input arguments.
- fromArgs(Object) - Method in class com.singularsys.extensions.lambda.PaddingListProcessor
-
Returns an Iterable over the input arguments.
- fromArgs(Object) - Method in class com.singularsys.extensions.lambda.StandardListProcessor
- fromArgs(Object) - Method in class com.singularsys.extensions.stream.StreamListProcessor
- fromArgs(Object) - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
- fromBase(String, int) - Method in class com.singularsys.jep.misc.functions.FromBase
- FromBase - Class in com.singularsys.jep.misc.functions
-
PostfixMathCommand which converts a string to a number in a given base.
- FromBase() - Constructor for class com.singularsys.jep.misc.functions.FromBase
- FromBase(int) - Constructor for class com.singularsys.jep.misc.functions.FromBase
- FromBase(int, String) - Constructor for class com.singularsys.jep.misc.functions.FromBase
- fromCollection(Collection<Object>) - Method in interface com.singularsys.extensions.lambda.ListProcessor
-
Convert a general collection into a type used the Jep environment.
- fromCollection(Collection<Object>) - Method in class com.singularsys.extensions.lambda.MatrixListProcessor
- fromCollection(Collection<Object>) - Method in class com.singularsys.extensions.lambda.PaddingListProcessor
- fromCollection(Collection<Object>) - Method in class com.singularsys.extensions.lambda.StandardListProcessor
- fromCollection(Collection<Object>) - Method in class com.singularsys.extensions.stream.StreamListProcessor
- fromCollection(Collection<Object>) - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
- fromList(List<Object>) - Method in interface com.singularsys.extensions.lambda.ListProcessor
-
Convert a list produced by
ListProcessor.makeList()to the type used by Jep environment. - fromList(List<Object>) - Method in class com.singularsys.extensions.lambda.MatrixListProcessor
- fromList(List<Object>) - Method in class com.singularsys.extensions.lambda.PaddingListProcessor
- fromList(List<Object>) - Method in class com.singularsys.extensions.lambda.StandardListProcessor
- fromList(List<Object>) - Method in class com.singularsys.extensions.stream.StreamListProcessor
- fromList(List<Object>) - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
- fromObject(Object) - Static method in class com.singularsys.jep.reals.RealEvaluator
- fromPolyCoeffs(double[][], Range2D) - Static method in class com.singularsys.extexamples.applets.Bern2D
-
Note the order of x,y is reversed here.
- ft - Variable in class com.singularsys.extensions.lambda.Define
- ft - Variable in class com.singularsys.extensions.mathml.parser.AbstractHandler
- ft - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- ft - Variable in class com.singularsys.jep.walkers.DoNothingVisitor
-
Convenience reference to the FunctionTable
- ft - Variable in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- FULL_BRACKET - Static variable in class com.singularsys.jep.PrintVisitor
-
Enable this mode to print all brackets.
- fun - Variable in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- FUN0 - Static variable in class com.singularsys.extensions.fastreal.RpConstants
-
User defined functions with 0 arguments
- FUN1 - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- FUN2 - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- FUN3 - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- FUN4 - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- Function() - Method in class com.singularsys.jep.parser.JccParser
- function1 - Variable in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- function2 - Variable in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- FunctionArgSep - Variable in class com.singularsys.jep.PrintVisitor
- FunctionBuilder - Class in com.singularsys.extensions.mathml.builder
-
Builds xml-fragments for jep functions.
- FunctionBuilder() - Constructor for class com.singularsys.extensions.mathml.builder.FunctionBuilder
- FunctionBuilder.CSymbolBuilder - Class in com.singularsys.extensions.mathml.builder
-
Class to build a CSymbol element, with the name of the jep-function.
- FunctionBuilder.ErrorBuilder - Class in com.singularsys.extensions.mathml.builder
-
Default builder for unknown function, throws a jep exception.
- FunctionBuilder.FnBuilder - Class in com.singularsys.extensions.mathml.builder
-
Class to build a Fn element, with the name of the jep-function.
- FunctionCanvas - Class in com.singularsys.jepexamples.applets
-
This class plots a graph using the Jep API.
- FunctionCanvas(Jep, Variable) - Constructor for class com.singularsys.jepexamples.applets.FunctionCanvas
-
Constructor
- FunctionElement - Class in com.singularsys.extensions.mathml.parser
-
Object returned by
StandardFunctionHandler. - FunctionElement(String, PostfixMathCommandI) - Constructor for class com.singularsys.extensions.mathml.parser.FunctionElement
- FunctionFromLambdaTest - Class in com.singularsys.jeptests.unit.functions
-
Tests for functions created by
BinaryFunction.instanceOf(com.singularsys.jep.functions.BinaryFunction.BiFunctionWithException)etc. - FunctionFromLambdaTest() - Constructor for class com.singularsys.jeptests.unit.functions.FunctionFromLambdaTest
- FunctionGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A GrammarMatcher which matches functions in the form 'atan2(y,x)'.
- FunctionGrammarMatcher(Token, Token, Token) - Constructor for class com.singularsys.jep.configurableparser.matchers.FunctionGrammarMatcher
-
Create a FunctionGrammarMatcher
- functionHash - Variable in class com.singularsys.extensions.fastreal.AbstractEval
-
HashMap for function name lookup.
- FunctionPlotter - Class in com.singularsys.jepexamples.applets
-
This application is a demonstration of the possible use of the Jep mathematical expression parser.
- FunctionPlotter() - Constructor for class com.singularsys.jepexamples.applets.FunctionPlotter
- functions - Variable in class com.singularsys.extensions.mathml.builder.FunctionBuilder
- functions - Variable in class com.singularsys.jep.misc.FunctionSet
- functions - Variable in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
- FunctionSequenceGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A GrammarMatcher which matches functions in the form
atan2(seq)whereseqis a sequence of terms. - FunctionSequenceGrammarMatcher(Token, Token, Operator) - Constructor for class com.singularsys.jep.configurableparser.matchers.FunctionSequenceGrammarMatcher
-
Create a FunctionGrammarMatcher
- FunctionSet - Class in com.singularsys.jep.misc
-
Holds a set of functions.
- FunctionSet() - Constructor for class com.singularsys.jep.misc.FunctionSet
- FunctionSetTest - Class in com.singularsys.jeptests.unit.misc
-
Tests affect of overloading functions
- FunctionSetTest() - Constructor for class com.singularsys.jeptests.unit.misc.FunctionSetTest
- FunctionsSupportNumberTypeArguments - Class in com.singularsys.jeptests.unit.functions
-
Tests the standard functions to ensure they all work with custom types extending Number.
- FunctionsSupportNumberTypeArguments() - Constructor for class com.singularsys.jeptests.unit.functions.FunctionsSupportNumberTypeArguments
- FunctionTable - Class in com.singularsys.jep
-
A table holding details of the functions known to Jep.
- FunctionTable() - Constructor for class com.singularsys.jep.FunctionTable
-
Constructor with an empty map.
- FunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.jep.FunctionTable
-
Constructor with a pre-specified map.
- FunctionToken - Class in com.singularsys.jep.configurableparser.tokens
-
A token representing a function name.
- FunctionToken(String, PostfixMathCommandI) - Constructor for class com.singularsys.jep.configurableparser.tokens.FunctionToken
- FunctionWithOptionalBrackets(String) - Constructor for class com.singularsys.jeptests.system.LatexTest.FunctionWithOptionalBrackets
- FunLBracket - Variable in class com.singularsys.jep.PrintVisitor
- FunRBracket - Variable in class com.singularsys.jep.PrintVisitor
- funTab - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- funTab - Variable in class com.singularsys.jep.ComponentSet
- funTab - Variable in class com.singularsys.jep.Jep
-
Function Table
G
- g - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- ge(Object, Object) - Method in class com.singularsys.extensions.field.AbstractComparativeField
- ge(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- ge(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Greater or equal to
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
-
Not implemented for this field.
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
-
Not implemented for this field.
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
-
Comparison when both arguments are Complex numbers with zero imaginary components
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ModulusField
-
Not implemented for this field.
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- ge(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- ge(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- ge(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- ge(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixCmp
- ge(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- ge(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- ge(Object, Object) - Method in class com.singularsys.jep.functions.Comparative
- GE - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- GE - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- GE - Static variable in class com.singularsys.jep.functions.Comparative
- GE - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- geEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- geEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- geEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- geEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- geEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- geEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- geEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- geEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- geEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- generateParseException() - Method in class com.singularsys.jep.parser.JccParser
-
Generate ParseException.
- GenericAbstractMatrixFieldTest - Class in com.singularsys.exttests.matrix
-
Tests to see if appropriate exceptions are throw when adding a matrix to a vector etc.
- GenericAbstractMatrixFieldTest() - Constructor for class com.singularsys.exttests.matrix.GenericAbstractMatrixFieldTest
- GenericDeepCopyVisitor<D> - Class in com.singularsys.jep.walkers
-
A Visitor which returns an exact copy of the tree, creating new nodes for each type.
- GenericDeepCopyVisitor() - Constructor for class com.singularsys.jep.walkers.GenericDeepCopyVisitor
-
Constructor to use as a JepComponent.
- GenericDoNothingVisitor<D> - Class in com.singularsys.jep.walkers
-
A Visitor which visits each node, typically return the original node.
- GenericDoNothingVisitor() - Constructor for class com.singularsys.jep.walkers.GenericDoNothingVisitor
-
Constructor to use as a JepComponent.
- GenericField<E> - Class in com.singularsys.extensions.field.implementations
-
Abstract-generic base class where the type-variable specifies the arguments and return type.
- GenericField() - Constructor for class com.singularsys.extensions.field.implementations.GenericField
- GenericFieldMatrixField<E> - Class in com.singularsys.extensions.matrix.genericmat
-
A MatrixField where the elements of the matrices and vectors are of type E and the evaluation is carried out using a
GenericPowerFieldof type E. - GenericFieldMatrixField(GenericMatrixFactory<E>, GenericField<E>) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
-
Standard constructor.
- GenericFieldMatrixField(GenericMatrixFactory<E>, GenericPowerField<E>, boolean) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
-
Constructor where operations on the base field can be switched off.
- GenericFieldMatrixField(MatrixFactoryI, GenericField<E>) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
-
Constructor which is easier to use, but has an unchecked cast.
- GenericMatrix<E> - Class in com.singularsys.extensions.matrix.genericmat
-
Generic implementation of a matrix when all elements are of the base type E.
- GenericMatrix(Object[][]) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- GenericMatrixFactory<E> - Class in com.singularsys.extensions.matrix.genericmat
-
An abstract matrix factory for vectors and matrices over a specific type such as Object or Complex.
- GenericMatrixFactory(GenericField<E>) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- GenericMatrixFactory(E, E) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- GenericMatrixField<E> - Class in com.singularsys.extensions.matrix.genericmat
-
A Generic matrix field providing default implementations for all operations.
- GenericMatrixField(GenericMatrixFactory<E>) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Standard constructor.
- GenericMatrixField(GenericMatrixFactory<E>, boolean) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Constructor where operations on the base field can be switched off.
- GenericPowerField<E> - Class in com.singularsys.extensions.field.implementations
-
Provides a standard
E powI(E l, Integer r)method for integer powers. - GenericPowerField(E, E) - Constructor for class com.singularsys.extensions.field.implementations.GenericPowerField
- GenericVector<E> - Class in com.singularsys.extensions.matrix.genericmat
-
Generic implementation of a matrix when all elements are of the base type E.
- GenericVector(Object[]) - Constructor for class com.singularsys.extensions.matrix.genericmat.GenericVector
- GenericVisitor<R,
D, - Interface in com.singularsys.jepE> -
A generic version of the
ParserVisitorallowing the return type, data parsed and exception type to be specified. - get() - Method in interface com.singularsys.jep.functions.NullaryFunction.SupplierWithException
-
Apply the function
- get() - Method in interface com.singularsys.jep.misc.MonitoringEvaluator.GetWithException
- get(String) - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
-
Get the handler for a given key
- get(String) - Method in class com.singularsys.extensions.mathml.parser.OperatorHandler
- get(String) - Method in class com.singularsys.extensions.mathml.parser.StandardFunctionHandler
- Get - Class in com.singularsys.jep.misc.dictionary
-
Gets the value associated with a key.
- Get(Object) - Constructor for class com.singularsys.jep.misc.dictionary.Get
-
Constructor
- getAction() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableAction
- getActual() - Method in exception class com.singularsys.jep.configurableparser.matchers.GrammarException
- getActualClass() - Method in exception class com.singularsys.jep.functions.IllegalParameterException
- getActualObject() - Method in exception class com.singularsys.jep.functions.IllegalParameterException
- getAdd() - Method in class com.singularsys.extensions.field.implementations.StandardField
-
Return the PFMC used for the add operation
- getAdd() - Method in class com.singularsys.jep.EmptyOperatorTable
-
Returns the operator used for addition.
- getAdd() - Method in class com.singularsys.jep.OperatorTable
- getAdd() - Method in class com.singularsys.jep.OperatorTable2
- getAdd() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for addition
- getAddFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getAdditionalBundles() - Static method in class com.singularsys.jep.JepMessages
-
Gets the list of additional bundles.
- getAdditionalComponent(Class<T>) - Method in class com.singularsys.jep.Jep
-
Return an additional component which is an instance of a particular class.
- getAdditionalComponentExact(Class<T>) - Method in class com.singularsys.jep.Jep
-
Return an additional component which is exactly a particular class.
- getAdditionalComponents() - Method in class com.singularsys.jep.Jep
-
Returns the additional components.
- getAllOperatorsByName(String) - Method in class com.singularsys.jep.EmptyOperatorTable
- getAllOperatorsByName(String) - Method in class com.singularsys.jep.OperatorTable
- getAllOperatorsByName(String) - Method in interface com.singularsys.jep.OperatorTableI
-
Get all operators with a given name.
- getAllowAssignment() - Method in class com.singularsys.jep.Jep
-
Whether assignment equation
y=x+1equations are allowed. - getAllowStrings() - Method in class com.singularsys.jep.bigdecimal.BigDecComponents
-
Whether string are allowed
- getAllowStrings() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
-
Whether adding strings is allowed.
- getAllowStrings() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRelational
-
Whether comparing strings is allowed.
- getAllowUndeclared() - Method in class com.singularsys.jep.Jep
-
Returns the value of the allowUndeclared option.
- getAltSymbols() - Method in class com.singularsys.jep.Operator
-
List of alternative symbols which can represent the same operator
- getAnd() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getAnd() - Method in class com.singularsys.jep.EmptyOperatorTable
- getAnd() - Method in class com.singularsys.jep.OperatorTable
- getAnd() - Method in class com.singularsys.jep.OperatorTable2
- getAnd() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for logical AND
- getAndEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getAndFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getArg(int) - Method in class com.singularsys.extensions.polynomials.PFunction
- getArg(int) - Method in class com.singularsys.extensions.polynomials.POperator
- getArgNames() - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- getArgumentNumber() - Method in exception class com.singularsys.jep.functions.IllegalParameterException
-
Gets the number of the argument with the first argument being 0.
- getAssign() - Method in class com.singularsys.jep.EmptyOperatorTable
- getAssign() - Method in class com.singularsys.jep.OperatorTable
- getAssign() - Method in class com.singularsys.jep.OperatorTable2
- getAssign() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for assignment
- getAttributes() - Method in class com.singularsys.extensions.mathml.parser.StackFrame
- getAttributeValue(String) - Method in class com.singularsys.extensions.mathml.parser.StackFrame
- getAuxComponents() - Method in class com.singularsys.jep.ComponentSet
- getAuxComps() - Method in class com.singularsys.jep.ComponentSet
- getBase() - Method in class com.singularsys.extensions.stream.StreamEvaluator
- getBase() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
-
Get the base VariableTable
- getBaseComponents() - Method in class com.singularsys.jep.ComponentSet
- getBeginColumn() - Method in interface com.singularsys.jep.parser.CharStream
-
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
- getBeginColumn() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- getBeginLine() - Method in interface com.singularsys.jep.parser.CharStream
-
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
- getBeginLine() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- getBinaryInverseOp() - Method in class com.singularsys.jep.Operator
-
The composite or binaryInverse operator (e.g. subtract) associated with a root or unary inverse operator
- getBinaryOp() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
-
If this symbol represents a binary infix operator then return it.
- getBinding() - Method in class com.singularsys.jep.Operator
-
Deprecated.
- getBitAnd() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- getBitComp() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- getBitOr() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- getBitXor() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- getBody() - Method in class com.singularsys.extensions.structure.LoopNode
- getCallTable() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- getCallTree() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- getChainedFunction() - Method in class com.singularsys.extensions.chained.ChainableGeneralFunction
-
Get the chained version of the function.
- getChainedFunction() - Method in class com.singularsys.extensions.chained.ChainableUnaryFunction
-
Get the chained version of the function.
- getChainingOp() - Method in class com.singularsys.extensions.chained.ChainedOperatorTable
- getChild(int) - Method in class com.singularsys.extensions.mathml.parser.StackFrame
- getChildren() - Method in class com.singularsys.extensions.mathml.parser.SpecialNode
- getChildren() - Method in class com.singularsys.extensions.mathml.parser.StackFrame
- getChildren() - Method in interface com.singularsys.jep.parser.Node
-
Returns an array of the children of this node.
- getChildren() - Method in class com.singularsys.jep.parser.SimpleNode
- getChildrenAsArray(Node) - Static method in class com.singularsys.extensions.xjep.TreeUtils
-
returns the children of a node as an array of nodes.
- getCI() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Complex imaginary unit
- getCMinusI() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Complex minus i
- getCMinusOne() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Complex minus one
- getCode() - Method in class com.singularsys.extensions.structure.ControlNode
- getCoeff() - Method in class com.singularsys.extensions.polynomials.Monomial
- getCoeff() - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- getColumn() - Method in interface com.singularsys.jep.parser.CharStream
-
Deprecated.
- getColumn() - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Deprecated.
- getColumn(Node) - Static method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
-
Convenience method to get the column number of a node.
- getColumnNumber() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- getColumnNumber() - Method in exception class com.singularsys.jep.ParseException
-
Return the column number where the error occurred, or -1 if not available.
- getCommand() - Method in class com.singularsys.jepexamples.consoles.Console
-
Get a command from the input.
- getCommand(int) - Method in class com.singularsys.extensions.fastmatrix.MrpCommandList
-
Gets a command
- getCommand(int) - Method in class com.singularsys.extensions.fastreal.RpCommandList
- getCommandVisitor() - Method in class com.singularsys.extensions.xjep.XJep
- getComp() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getComp() - Method in class com.singularsys.jep.functions.MinMax
-
Return the Comparative objected used to order the objects.
- getComparator() - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getCompleteString() - Method in class com.singularsys.jep.configurableparser.tokens.StringToken
- getCompleteToken() - Method in class com.singularsys.jep.configurableparser.tokens.MultiLineToken
-
A token representing the complete matched input.
- getComponents() - Method in class com.singularsys.jep.ComponentSet
- getCondition() - Method in class com.singularsys.extensions.structure.IfNode
- getCondition() - Method in class com.singularsys.extensions.structure.LoopNode
- getCOne() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Complex one
- getConstantCallCounts() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Returns a map of constant values to the number of times they were called during evaluation.
- getConstantRules() - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- getConstants() - Method in class com.singularsys.extensions.mathml.builder.VariableBuilder
- getConstants() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
A map with each constant and the number of times it occurs
- getConstantValue(short) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- getConstantValue(short) - Method in class com.singularsys.extensions.fastreal.AbstractEval
- getConstantValue(short) - Method in class com.singularsys.extensions.fastreal.RpEval
- getCopier() - Method in class com.singularsys.extensions.xjep.XJep
- getCross() - Method in class com.singularsys.jep.EmptyOperatorTable
- getCross() - Method in class com.singularsys.jep.OperatorTable
- getCross() - Method in class com.singularsys.jep.OperatorTable2
- getCross() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for 3D cross product
- getCurrentColumn() - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
-
Gets the current column used when a node is created.
- getCurrentLine() - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
-
Gets the current line used when a node is created.
- getCZero() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Complex zero
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.BigDecComponents
-
Get the scale used for fixed precision numbers
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- getDecimalPlaces() - Method in interface com.singularsys.jep.bigdecimal.FixedPrecisionFunctionI
-
Gets the number of decimal places used.
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMod
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecPow
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRoundSigFig
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSignum
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSub
- getDecimalPlaces() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecVSum
- getDefaultVal() - Method in class com.singularsys.jep.misc.functions.Case
-
The default value, only meaningful if isHasDefault() is true.
- getDefaultVal() - Method in class com.singularsys.jep.misc.functions.CaseNonLazy
-
The default value, only meaningful if isHasDefault() is true.
- getDefaultValue() - Method in class com.singularsys.jep.Jep
-
Returns the default value used for new variables.
- getDefaultValue() - Method in class com.singularsys.jep.VariableFactory
- getDEle(int, int) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
-
Get the element as a double value.
- getDEle(int, int) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- getDenominator() - Method in class com.singularsys.extensions.field.implementations.Rational
- getDenominator() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- getDerivative(String...) - Method in class com.singularsys.extensions.djep.DVariable
-
Gets the partial derivatives
df^k/da db dc - getDescription() - Method in class com.singularsys.extensions.chained.ChainableBinaryFunction
- getDescription() - Method in class com.singularsys.extensions.chained.ChainableBinaryFunctionSwapped
- getDescription() - Method in class com.singularsys.extensions.chained.ChainableGeneralFunction
- getDescription() - Method in class com.singularsys.extensions.chained.ChainableUnaryFunction
- getDescription() - Method in class com.singularsys.extensions.chained.ChainedBinaryFunction
- getDescription() - Method in class com.singularsys.extensions.chained.ChainedBinaryFunctionSwapped
- getDescription() - Method in class com.singularsys.extensions.chained.ChainedGeneralFunction
- getDescription() - Method in class com.singularsys.extensions.chained.ChainedNaryFunction
- getDescription() - Method in class com.singularsys.extensions.chained.ChainedUnaryFunction
- getDescription() - Method in class com.singularsys.extensions.field.functions.RationalRound
- getDescription() - Method in class com.singularsys.extensions.lambda.AnyMatch
- getDescription() - Method in class com.singularsys.extensions.lambda.LambdaFunction
- getDescription() - Method in class com.singularsys.extensions.lambda.TerminalFunction
- getDescription() - Method in class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- getDescription() - Method in class com.singularsys.extensions.statistical.ElementMinMax
- getDescription() - Method in class com.singularsys.extensions.statistical.Percentile
- getDescription() - Method in class com.singularsys.extensions.statistical.Rank
- getDescription() - Method in class com.singularsys.extensions.statistical.Ranks
- getDescription() - Method in class com.singularsys.extensions.stream.StreamAnyMatch
- getDescription() - Method in class com.singularsys.extensions.stream.StreamMinMax
- getDescription() - Method in class com.singularsys.extensions.stream.StreamTerminalFunction
- getDescription() - Method in class com.singularsys.extensions.stream.StreamTerminalNaryBinaryFunction
- getDescription() - Method in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- getDescription() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRelational
- getDescription() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- getDescription() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecTieBreakComparative
- getDescription() - Method in class com.singularsys.jep.functions.Comparative
- getDescription() - Method in class com.singularsys.jep.functions.LazyLogical
- getDescription() - Method in class com.singularsys.jep.functions.Logical
- getDescription() - Method in class com.singularsys.jep.functions.MinMax
- getDescription() - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Return a description of the function from the properties file.
- getDescription() - Method in class com.singularsys.jep.misc.dictionary.MakeMap
- getDescription() - Method in class com.singularsys.jep.misc.functions.ConstantFunction
- getDescription() - Method in class com.singularsys.jep.misc.javaops.OpEquals
- getDescription() - Method in class com.singularsys.jep.misc.MacroFunction
- getDescription() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedAbstractInc
- getDescription() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedBinary
- getDescription() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
- getDescription() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNary
- getDescription() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNaryBinary
- getDescription() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- getDescription() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedUnary
- getDescription() - Method in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
- getDescription() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedBinaryFunction
- getDescription() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- getDescription() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- getDescription() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedUnaryFunction
- getDescription() - Method in interface com.singularsys.jep.PostfixMathCommandI
-
Returns a description of the function.
- getDescription(String) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Return a description of the function from the resource bundle using
JepMessages.getStringFromAdditionalBundles(String)and a property name. - getDescriptions() - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- getDescriptionWithType(String) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Get a descriptions from a property with the format
class.name.type.description - getDifferentiationVisitor() - Method in class com.singularsys.extensions.djep.DJep
-
Returns the visitor used for differentiation.
- getDiffRule(String) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
-
finds the rule for function with given name.
- getDimByValue(Object) - Static method in class com.singularsys.extensions.matrix.DimensionVisitor
-
Find the dimensions of a given value.
- getDimensions() - Method in class com.singularsys.extensions.fastmatrix.MrpRes
-
The Dimension of the object.
- getDimensions() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
- getDimensions() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- getDimensions() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- getDimensions() - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
- getDimensions() - Method in interface com.singularsys.extensions.matrix.MatrixI
-
Gets the dimensions of the Vector or Matrix
- getDimensions() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- getDimensions() - Method in interface com.singularsys.extensions.matrix.VectorI
-
Gets the dimensions of the Vector or Matrix
- getDimensions(Node) - Static method in class com.singularsys.extensions.matrix.DimensionVisitor
-
Get the dimensions of a node.
- getDimensions(Variable) - Static method in class com.singularsys.extensions.matrix.DimensionVisitor
-
Get the dimensions of a variable.
- getDimensionVisitor() - Method in class com.singularsys.extensions.matrix.MatrixComponentSet
- getDimensionVisitor() - Method in class com.singularsys.extensions.matrixdiff.MDJep
- getDimensionVisitor() - Method in class com.singularsys.extensions.matrixdiff.MDJepComponents
- getDims() - Method in class com.singularsys.extensions.fastmatrix.MrpVarRef
- getDimsOfResult() - Method in class com.singularsys.extensions.fastmatrix.MrpCommandList
-
The dimensions of the result
- getDiv() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getDivFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getDivide() - Method in class com.singularsys.jep.EmptyOperatorTable
- getDivide() - Method in class com.singularsys.jep.OperatorTable
- getDivide() - Method in class com.singularsys.jep.OperatorTable2
- getDivide() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for division
- getDivideEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getDnames() - Method in class com.singularsys.extensions.djep.PartialDerivative
- getDocumentBuilderFactory() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- getDot() - Method in class com.singularsys.jep.EmptyOperatorTable
- getDot() - Method in class com.singularsys.jep.OperatorTable
- getDot() - Method in class com.singularsys.jep.OperatorTable2
- getDot() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for the dot product
- getDoubleBehaviour() - Method in class com.singularsys.extensions.mathml.builder.NumberBuilder
- getDoubleBehaviour() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- getEle() - Method in class com.singularsys.jep.EmptyOperatorTable
- getEle() - Method in class com.singularsys.jep.OperatorTable
- getEle() - Method in class com.singularsys.jep.OperatorTable2
- getEle() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for getting and setting elements of a list
- getEle(int) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- getEle(int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
- getEle(int) - Method in interface com.singularsys.extensions.matrix.VectorI
-
Gets the i-th element of a vector
- getEle(int, int) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
- getEle(int, int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- getEle(int, int) - Method in interface com.singularsys.extensions.matrix.MatrixI
-
Gets an element of a matrix
- getEle(int, int) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- getEndColumn() - Method in interface com.singularsys.jep.parser.CharStream
-
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
- getEndColumn() - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Get end column.
- getEndLine() - Method in interface com.singularsys.jep.parser.CharStream
-
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
- getEndLine() - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Get end line.
- getEntities() - Method in class com.singularsys.extensions.mathml.builder.VariableBuilder
- getEQ() - Method in class com.singularsys.jep.EmptyOperatorTable
- getEQ() - Method in class com.singularsys.jep.OperatorTable
- getEQ() - Method in class com.singularsys.jep.OperatorTable2
- getEQ() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for equals
- getEqFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getEquation() - Method in class com.singularsys.extensions.xjep.XVariable
-
get the equation
- getErrorMessage(String) - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- getErrorMessage(String) - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI
-
Gets the zero length error message.
- getErrorMessage(String) - Method in class com.singularsys.jep.misc.dictionary.Get
- getEvaluator() - Method in class com.singularsys.jep.ComponentSet
- getEvaluator() - Method in class com.singularsys.jep.Jep
-
Returns the evaluator
- getEvalue() - Method in class com.singularsys.extensions.djep.diffRules.PowerDiffRule
- getExpected() - Method in exception class com.singularsys.jep.configurableparser.matchers.GrammarException
- getExpectedClass() - Method in exception class com.singularsys.jep.functions.IllegalParameterException
- getExpression() - Method in class com.singularsys.jepexamples.applets.FunctionCanvas
- getExpression() - Method in class com.singularsys.jeptests.system.perf.PerfTest
- getExpression(int) - Method in class com.singularsys.jepexamples.diagnostics.ExamineSizes
- getExpression(int) - Static method in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Gets an expression to evaluate using an approximation to log "x^1/1-x^2/2+x^3/3-..."
- getExpressionCleaner() - Method in class com.singularsys.extensions.xjep.XJep
- getExtractor() - Method in class com.singularsys.extensions.xjep.XJep
- getFactoryWithBooleans() - Method in class com.singularsys.exttests.matrix.DoubleMatrixTest
- getFactoryWithBooleans() - Method in class com.singularsys.exttests.matrix.SequenceMatrixTest
- getFalse() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
The value used to represent a False ASTconstant value.
- getFalseNode() - Method in class com.singularsys.extensions.structure.IfNode
- getFalseValue() - Method in class com.singularsys.jep.functions.If
-
The value returned for false values in the two argument version.
- getField() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getField() - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getFields() - Method in class com.singularsys.extensions.field.FieldCollection
- getFieldWithBooleans() - Method in class com.singularsys.exttests.matrix.DoubleMatrixTest
- getFieldWithBooleans() - Method in class com.singularsys.exttests.matrix.SequenceMatrixTest
- getFinalType() - Method in class com.singularsys.extensions.fastmatrix.MrpCommandList
-
The return type of argument.
- getFirstDim() - Method in class com.singularsys.extensions.matrix.Dimensions
-
get the first dimension, 1 for numbers, or the length of a vector.
- getFlags() - Method in class com.singularsys.jep.Operator
-
The flags for this operator.
- getFlags(String) - Method in class com.singularsys.extensions.lambda.Define
-
Calculate the operator flags from the options string.
- getFt() - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
- getFunArgSep() - Method in class com.singularsys.jep.PrintVisitor
-
Get the string separating function arguments.
- getFunction(int) - Method in class com.singularsys.extensions.fastreal.AbstractEval
-
Returns the name of the function with a given reference number.
- getFunction(String) - Method in class com.singularsys.jep.FunctionTable
-
Get the function with the given name.
- getFunction(String) - Method in class com.singularsys.jep.misc.CaseInsensitiveFunctionTable
- getFunction1() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedBinaryFunction
- getFunction1() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- getFunction1() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- getFunction1() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedUnaryFunction
- getFunction2() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedBinaryFunction
- getFunction2() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- getFunction2() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- getFunction2() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedUnaryFunction
- getFunctionBuilder() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- getFunctionCallCounts() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Returns a map of function names to the number of times they were called during evaluation.
- getFunctionFor(Node) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
-
Get the actual function that will be used for a given node.
- getFunctionForNArgs(int) - Method in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
-
Returns the function that matches the number of arguments.
- getFunctionName() - Method in exception class com.singularsys.jep.functions.IllegalParameterException
- getFunctions() - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder
-
Gets the map of standard functions
- getFunctions() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
A map with each function used and the number of times it occurred
- getFunctionTable() - Method in class com.singularsys.jep.ComponentSet
- getFunctionTable() - Method in class com.singularsys.jep.Jep
-
Returns the function table
- getFunctionTable() - Method in class com.singularsys.jep.walkers.DoNothingVisitor
- getFunLBracket() - Method in class com.singularsys.jep.PrintVisitor
-
Get the string for left bracket around function arguments.
- getFunRBracket() - Method in class com.singularsys.jep.PrintVisitor
-
Get the string for right bracket around function arguments.
- getFValue(double, double) - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- getGE() - Method in class com.singularsys.jep.EmptyOperatorTable
- getGE() - Method in class com.singularsys.jep.OperatorTable
- getGE() - Method in class com.singularsys.jep.OperatorTable2
- getGE() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for greater than or equals to
- getGeFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getGrammarMatchers() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Return the list of GrammarMatchers.
- getGrammarParserFactory() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Factory used to create GrammarParsers
- getGT() - Method in class com.singularsys.jep.EmptyOperatorTable
- getGT() - Method in class com.singularsys.jep.OperatorTable
- getGT() - Method in class com.singularsys.jep.OperatorTable2
- getGT() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for greater-than
- getGtFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getHandlers() - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- getHistory() - Method in class com.singularsys.jepexamples.consoles.Console
-
Get the history of past commands
- getHook(Node.HookKey) - Method in interface com.singularsys.jep.parser.Node
-
Get the object associated with the key
- getHook(Node.HookKey) - Method in class com.singularsys.jep.parser.SimpleNode
-
Get the value associated with a key.
- getHook(Node.HookKey) - Method in class com.singularsys.jep.Variable
-
Get the value associated with a key.
- getId() - Method in class com.singularsys.jep.functions.Comparative
-
Return the ID of the comparative operator
- getId() - Method in class com.singularsys.jep.functions.LazyLogical
-
Return a code indicating the type of this operator
- getId() - Method in interface com.singularsys.jep.parser.Node
-
Returns the numeric id of a node type. 2 = ASTOpNode, 3 = ASTVarNode, 4 = ASTFunNode, 5 = ASTConstant
- getId() - Method in class com.singularsys.jep.parser.SimpleNode
-
Returns the id of the node (for simpler identification).
- GetImage() - Method in interface com.singularsys.jep.parser.CharStream
-
Returns a string made up of characters from the marked token beginning to the current buffer position.
- GetImage() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- getImplicitMul() - Method in class com.singularsys.jep.Jep
-
Returns the value of the implicit multiplication option.
- getIncrement() - Method in class com.singularsys.extensions.structure.LoopNode
- getIndex() - Method in class com.singularsys.extensions.fastmatrix.MrpVarRef
- getInitializer() - Method in class com.singularsys.extensions.structure.LoopNode
- getInner() - Method in class com.singularsys.extensions.chained.ChainedBinaryFunction
- getInner() - Method in class com.singularsys.extensions.chained.ChainedBinaryFunctionSwapped
- getInner() - Method in class com.singularsys.extensions.chained.ChainedGeneralFunction
- getInner() - Method in class com.singularsys.extensions.chained.ChainedNaryFunction
- getInner() - Method in class com.singularsys.extensions.chained.ChainedUnaryFunction
- getInner() - Method in class com.singularsys.extensions.lambda.ExternalMap
- getInner() - Method in class com.singularsys.extensions.lambda.TerminalFunction
- getInner() - Method in class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- getInstance() - Static method in class com.singularsys.extensions.mathml.parser.NullHandler
- getInstance() - Static method in class com.singularsys.extensions.mathml.parser.SimpleArrayHandler
- getIntValue(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Convert value to integer.
- getIntValue(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Value of an ASTConstant node cast to an Integer should only be used if
TreeUtils.isIntegerVal(Object)returns true. - getInverseOp() - Method in class com.singularsys.jep.Operator
-
The unary inverse operator associated with a root or composite operator.
- getIterations() - Method in class com.singularsys.jeptests.system.perf.PerfTest
- getIterator() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
- getIthDim(int) - Method in class com.singularsys.extensions.matrix.Dimensions
-
Get the value of the i-th dimension.
- getJep() - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
- getJep() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
The Jep instance used by the parser
- getJep() - Method in class com.singularsys.jepexamples.consoles.Console
- getJep() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- getKey() - Method in class com.singularsys.jep.Operator
-
Deprecated.Not used with new operator table
- getKey(Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Deprecated.Use
EmptyOperatorTable.getKeys(Operator)instead. - getKeys(Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Return all the keys associated with an operator.
- getKeyValue(Object) - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- getKeyValue(Object) - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- getKeyValue(Object) - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- getKeyValue(Object) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
-
Convert and element to key-value pair.
- getLambdaDef() - Method in class com.singularsys.extensions.lambda.LambdaOperatorTable
- getLastDim() - Method in class com.singularsys.extensions.matrix.Dimensions
-
get the last dimension, 1 for numbers, or the length of a vector.
- getLastRootNode() - Method in class com.singularsys.jep.Jep
-
Returns the root node of the last successfully parsed expression
- getLBracket() - Method in class com.singularsys.jep.PrintVisitor
-
Get the string for left brackets.
- getLE() - Method in class com.singularsys.jep.EmptyOperatorTable
- getLE() - Method in class com.singularsys.jep.OperatorTable
- getLE() - Method in class com.singularsys.jep.OperatorTable2
- getLE() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for less-than or equals to
- getLeftBracket() - Method in class com.singularsys.jep.configurableparser.RangeOperator
- getLeFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getLength() - Method in class com.singularsys.jep.configurableparser.tokens.Token
-
Gets the length of the source text matched by this token
- getLhsOp() - Method in class com.singularsys.jep.configurableparser.TernaryOperator.RhsTernaryOperator
-
Reference to left-hand operator
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainableBinaryFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainableBinaryFunctionSwapped
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainableGeneralFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainableUnaryFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainedBinaryFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainedBinaryFunctionSwapped
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainedDefine
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainedGeneralFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainedNaryFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.chained.ChainedUnaryFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.djep.Diff
- getLightWeightInstance() - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- getLightWeightInstance() - Method in class com.singularsys.extensions.djep.diffRules.DivideDiffRule
- getLightWeightInstance() - Method in class com.singularsys.extensions.djep.diffRules.IfDiffRule
- getLightWeightInstance() - Method in class com.singularsys.extensions.djep.diffRules.MultiplyDiffRule
-
Returns null
- getLightWeightInstance() - Method in class com.singularsys.extensions.djep.diffRules.PassThroughDiffRule
- getLightWeightInstance() - Method in class com.singularsys.extensions.djep.diffRules.PowerDiffRule
- getLightWeightInstance() - Method in class com.singularsys.extensions.djep.diffRules.ZeroDiffRule
- getLightWeightInstance() - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Returns a new instance which can be safely used in a separate thread.
- getLightWeightInstance() - Method in class com.singularsys.extensions.fastreal.RpEval
-
Creates a new instance which can be used in a separate thread without a jep instance.
- getLightWeightInstance() - Method in class com.singularsys.extensions.fastreal.RpEvaluator
- getLightWeightInstance() - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- getLightWeightInstance() - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- getLightWeightInstance() - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- getLightWeightInstance() - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- getLightWeightInstance() - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
-
Returns this.
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Accumulate
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.AnyMatch
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Append
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Apply
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Define
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Distinct
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.ExternalFilter
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.ExternalMap
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.ExternalSort
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.FieldRange
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Filter
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.First
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.FirstMatchOr
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.FirstOr
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Flatten
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Fold
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.FoldOr
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Iterate
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.LambdaCount
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.LambdaFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.LambdaFunGenerator
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.LambdaMap
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.LambdaRange
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Last
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Limit
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.MatrixListProcessor
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Merge
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.PaddingListProcessor
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Reduce
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Skip
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.Sort
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.StandardListProcessor
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.TerminalFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.lambda.WhileFilter
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixFactory
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.DimensionVisitor
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
Returns this.
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.MatrixComponents
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.extensions.polynomials.Coeffs
- getLightWeightInstance() - Method in class com.singularsys.extensions.polynomials.Compare
- getLightWeightInstance() - Method in class com.singularsys.extensions.polynomials.Expand
- getLightWeightInstance() - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getLightWeightInstance() - Method in class com.singularsys.extensions.polynomials.Simplify
- getLightWeightInstance() - Method in class com.singularsys.extensions.polynomials.SymbolicEquals
- getLightWeightInstance() - Method in class com.singularsys.extensions.rewrite.AbstractRewrite
- getLightWeightInstance() - Method in class com.singularsys.extensions.rewrite.Rewrite
- getLightWeightInstance() - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- getLightWeightInstance() - Method in class com.singularsys.extensions.rewrite.SmallNumberRule
- getLightWeightInstance() - Method in class com.singularsys.extensions.rewrite.VariableShifter
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.Count
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.ElementMinMax
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.ElementProduct
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.ElementSum
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.Mean
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.Median
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.Mode
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.Percentile
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.Rank
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.Ranks
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.SortElements
- getLightWeightInstance() - Method in class com.singularsys.extensions.statistical.Variance
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.FieldStreamRange
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamAccumulate
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamAnyMatch
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamAppend
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamApply
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamAssign
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamCar
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamCdr
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamClone
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamCollector
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamCount
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamDistinct
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamEvaluator
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamExternalFilter
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamExternalMap
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamExternalSort
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamFilter
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamFirst
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamFirstMatchOr
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamFirstOr
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamFold
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamFoldOr
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamIterate
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamLast
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamLimit
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamListProcessor
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamLoop
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamMap
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamMerge
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamMinMax
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamRange
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamReduce
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamSendTo
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamSendToStream
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamSkip
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamSort
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamTerminalFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamTerminalNaryBinaryFunction
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamToList
- getLightWeightInstance() - Method in class com.singularsys.extensions.stream.StreamWhile
- getLightWeightInstance() - Method in class com.singularsys.extensions.structure.StructuredEvaluator
- getLightWeightInstance() - Method in class com.singularsys.extensions.xjep.Clean
- getLightWeightInstance() - Method in class com.singularsys.extensions.xjep.Eval
- getLightWeightInstance() - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- getLightWeightInstance() - Method in class com.singularsys.extensions.xjep.ExtractEqn
- getLightWeightInstance() - Method in class com.singularsys.extensions.xjep.Preprocess
- getLightWeightInstance() - Method in class com.singularsys.extensions.xjep.Subst
- getLightWeightInstance() - Method in class com.singularsys.extensions.xjep.TreeUtils
- getLightWeightInstance() - Method in class com.singularsys.extensions.xjep.XAssign
- getLightWeightInstance() - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- getLightWeightInstance() - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- getLightWeightInstance() - Method in class com.singularsys.jep.ComponentSubset
- getLightWeightInstance() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Returns a lightweight instance, suitable for use in multiple evaluation threads.
- getLightWeightInstance() - Method in class com.singularsys.jep.configurableparser.ShuntingYard.ShuntingYardGrammarParserFactory
-
returns this.
- getLightWeightInstance() - Method in class com.singularsys.jep.configurableparser.Tokenizer.StandardTokenizerFactory
-
returns this
- getLightWeightInstance() - Method in class com.singularsys.jep.EmptyOperatorTable
- getLightWeightInstance() - Method in class com.singularsys.jep.functions.Count
- getLightWeightInstance() - Method in class com.singularsys.jep.FunctionTable
-
Returns
this. - getLightWeightInstance() - Method in interface com.singularsys.jep.JepComponent
-
Gets a light-weight instance suitable for using in multiple threads.
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.CaseInsensitiveVariableTable
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard.LineNumberGrammarParserFactory
-
returns this.
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.MacroFunction
-
Returns a new copy of the function, uses the
MacroFunction(String, String[], String, Node)constructor. - getLightWeightInstance() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.NullParser
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionFactory
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.OneShotComponent
-
Since the component is only initialised once, there is no need for a light weight instance.
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedBinaryFunction
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedUnaryFunction
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadResolver
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableFactory
-
Create a light weight instance of this factory.
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Creates a new PublishingVariableTable with a null publisher.
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- getLightWeightInstance() - Method in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEvaluator
- getLightWeightInstance() - Method in class com.singularsys.jep.NodeFactory
- getLightWeightInstance() - Method in class com.singularsys.jep.OperatorTable
- getLightWeightInstance() - Method in class com.singularsys.jep.parser.StandardParser
- getLightWeightInstance() - Method in class com.singularsys.jep.PrintVisitor
- getLightWeightInstance() - Method in class com.singularsys.jep.PrintVisitor.NullPrintVisitor
-
Returns this
- getLightWeightInstance() - Method in class com.singularsys.jep.reals.RealEvaluator
- getLightWeightInstance() - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- getLightWeightInstance() - Method in class com.singularsys.jep.standard.FastEvaluator
- getLightWeightInstance() - Method in class com.singularsys.jep.standard.StandardEvaluator
- getLightWeightInstance() - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- getLightWeightInstance() - Method in class com.singularsys.jep.VariableFactory
- getLightWeightInstance() - Method in class com.singularsys.jep.VariableTable
-
Returns a new empty VariableTable.
- getLightWeightInstance() - Method in class com.singularsys.jep.walkers.DoNothingVisitor
- getLightWeightInstance() - Method in class com.singularsys.jep.walkers.GenericDeepCopyVisitor
- getLightWeightInstance() - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- getLightWeightInstance() - Method in class com.singularsys.jep.walkers.PostfixEvaluator
-
Return new PostfixEvaluator
- getLightWeightInstance() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- getLightWeightInstance() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- getLightWeightInstance() - Method in class com.singularsys.jeptests.system.LatexTest.PowerRule
- getLightWeightInstance() - Method in class com.singularsys.jeptests.system.ModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactory
- getLightWeightInstance() - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- getLightWeightInstance(Jep) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Create a new instance using the supplied Jep context.
- getLightWeightInstance(Jep) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Create a new instance which can be used in a separate thread.
- getLightweightInstance_Jep_copies_varrefs__properties_values() - Method in class com.singularsys.exttests.MRpeTest
-
Variable x = jep.addVariable("x"); dimV.setVariableDimensions(x, Dimensions.SCALAR); MrpVarRef xref = mrpe.getVarRef(x); mrpe.setVarValue(xref, 5.0); ComponentSet cs = new LightWeightComponentSet(jep); XJep lwj = new XJep(cs); MrpEval neweval = (MrpEval) mrpe.getLightWeightInstance(lwj); - getLightweightInstance_null_copies_varvalues() - Method in class com.singularsys.exttests.MRpeTest
- getLine() - Method in interface com.singularsys.jep.parser.CharStream
-
Deprecated.
- getLine() - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Deprecated.
- getLineNumber() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- getLineNumber() - Method in exception class com.singularsys.jep.ParseException
-
Return the line number where the error occurred, or -1 if not available.
- getLineNumber(Node) - Static method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
-
Convenience method to get the line number of a node.
- getList() - Method in class com.singularsys.jep.EmptyOperatorTable
- getList() - Method in class com.singularsys.jep.OperatorTable
- getList() - Method in class com.singularsys.jep.OperatorTable2
- getList() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for creation of lists
[1,2,3] - getLShift() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- getLShiftEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getLT() - Method in class com.singularsys.jep.EmptyOperatorTable
- getLT() - Method in class com.singularsys.jep.OperatorTable
- getLT() - Method in class com.singularsys.jep.OperatorTable2
- getLT() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for less-than
- getLtFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.BigDecComponents
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMod
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecPow
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSub
- getMathContext() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecVSum
- getMathMLEntitiesString() - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Returns a string with a simple DOCTYPE declaration with defined entities.
- getMatrixFactory() - Method in class com.singularsys.extensions.matrix.MatrixComponents
- getMatrixFactory() - Method in class com.singularsys.extensions.matrix.MatrixComponentSet
- getMatrixFactory() - Method in class com.singularsys.extensions.matrix.MatrixOperatorTable
- getMatrixFactory() - Method in class com.singularsys.extensions.matrixdiff.MDJep
- getMatrixFactory() - Method in class com.singularsys.extensions.matrixdiff.MDJepComponents
- getMatrixField() - Method in class com.singularsys.extensions.matrix.MatrixComponents
- getMatrixField() - Method in class com.singularsys.extensions.matrix.MatrixComponentSet
- getMatrixField() - Method in class com.singularsys.extensions.matrix.MatrixOperatorTable
- getMatrixField() - Method in class com.singularsys.extensions.matrixdiff.MDJepComponents
- getMatrixFunctionTable() - Method in class com.singularsys.extensions.matrix.MatrixComponents
-
Return a function table
- getMatrixOperatorTable() - Method in class com.singularsys.extensions.matrix.MatrixComponents
-
Return an operator table
- getMaxDepth() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Returns the maximum depth of the evaluation tree during evaluation.
- getMaxDepth() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
The depth of the tree
- getMaxLen() - Method in class com.singularsys.jep.PrintVisitor
- getMessage() - Method in exception class com.singularsys.jep.functions.IllegalParameterException
- getMessage() - Method in exception class com.singularsys.jep.ParseException
- getMessage() - Method in exception class com.singularsys.jep.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMfield() - Method in class com.singularsys.extensions.matrixdiff.MDJep
- getMinusEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getMinusOne() - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- getMinusOne() - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- getMinusOne() - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- getMinusOne() - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- getMinusOne() - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- getMinusOne() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Number representing -1
- getMinusOne() - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- getMinusOne() - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- getMinusOne() - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- getMinusOne() - Method in interface com.singularsys.jep.NumberFactory
-
Return an object representing ZERO-ONE.
- getMinusOne() - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- getMod() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getMod() - Method in class com.singularsys.jep.EmptyOperatorTable
- getMod() - Method in class com.singularsys.jep.OperatorTable
- getMod() - Method in class com.singularsys.jep.OperatorTable2
- getMod() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for modulus
- getMode() - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- getMode() - Method in class com.singularsys.jep.PrintVisitor
-
Return the current print mode.
- getMode(int) - Method in class com.singularsys.jep.PrintVisitor
-
Returns true if the specified testmode is active.
- getModEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getModFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getMul() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getMulFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getMultiply() - Method in class com.singularsys.jep.EmptyOperatorTable
- getMultiply() - Method in class com.singularsys.jep.OperatorTable
- getMultiply() - Method in class com.singularsys.jep.OperatorTable2
- getMultiply() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for multiplication
- getName() - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
returns the name of the function
- getName() - Method in class com.singularsys.extensions.djep.diffRules.DivideDiffRule
- getName() - Method in class com.singularsys.extensions.djep.diffRules.IfDiffRule
- getName() - Method in class com.singularsys.extensions.djep.diffRules.MultiplyDiffRule
- getName() - Method in class com.singularsys.extensions.djep.diffRules.PassThroughDiffRule
- getName() - Method in class com.singularsys.extensions.djep.diffRules.PowerDiffRule
- getName() - Method in class com.singularsys.extensions.djep.diffRules.ZeroDiffRule
- getName() - Method in interface com.singularsys.extensions.djep.DiffRulesI
-
Returns the name of the function.
- getName() - Method in class com.singularsys.extensions.djep.PartialDerivative
- getName() - Method in class com.singularsys.extensions.fastmatrix.MrpVarRef
- getName() - Method in class com.singularsys.extensions.mathml.parser.FunctionElement
- getName() - Method in class com.singularsys.extensions.mathml.parser.SpecialNode
- getName() - Method in class com.singularsys.extensions.mathml.parser.StackFrame
- getName() - Method in class com.singularsys.extensions.polynomials.PFunction
- getName() - Method in class com.singularsys.extensions.polynomials.POperator
- getName() - Method in class com.singularsys.extensions.polynomials.PVariable
- getName() - Method in class com.singularsys.extensions.structure.StructureNode
- getName() - Method in class com.singularsys.jep.functions.PostfixMathCommand
- getName() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableAction
-
Returns the name of the variable.
- getName() - Method in class com.singularsys.jep.Operator
-
returns a unique name defining this operator.
- getName() - Method in class com.singularsys.jep.parser.ASTConstant
- getName() - Method in class com.singularsys.jep.parser.ASTFunNode
-
Returns the name of the node (operator symbol or function name).
- getName() - Method in class com.singularsys.jep.parser.ASTOpNode
-
Returns the name of the node (operator symbol or function name).
- getName() - Method in class com.singularsys.jep.parser.ASTStart
- getName() - Method in class com.singularsys.jep.parser.ASTVarNode
-
Returns the name of the variable.
- getName() - Method in interface com.singularsys.jep.parser.Node
-
Return the name associated with the node (if any).
- getName() - Method in interface com.singularsys.jep.PostfixMathCommandI
-
The name of the function used in error messages
- getName() - Method in class com.singularsys.jep.Variable
-
Returns the variable name.
- getName() - Method in class com.singularsys.jep.walkers.SerializableExpression.Function
- getName() - Method in class com.singularsys.jep.walkers.SerializableExpression.Operator
- getName() - Method in class com.singularsys.jep.walkers.SerializableExpression.Variable
- getName() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
- getName() - Method in class com.singularsys.jeptests.system.perf.PerfTest
- getNamespacePrefix() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- getNAN() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Number representing NaN
- getNargs() - Method in class com.singularsys.jep.walkers.SerializableExpression.Function
- getNargs() - Method in class com.singularsys.jep.walkers.SerializableExpression.Operator
- getNArgs() - Method in class com.singularsys.extensions.polynomials.PFunction
- getNArgs() - Method in class com.singularsys.extensions.polynomials.POperator
- getNCols() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
- getNCols() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- getNCols() - Method in interface com.singularsys.extensions.matrix.MatrixI
-
The number of columns
- getNCols() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- getNE() - Method in class com.singularsys.jep.EmptyOperatorTable
- getNE() - Method in class com.singularsys.jep.OperatorTable
- getNE() - Method in class com.singularsys.jep.OperatorTable2
- getNE() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for not equals
- getNeFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getNegativeInfinity() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Number representing +Infty
- getNegFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getNEles() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- getNEles() - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
- getNEles() - Method in interface com.singularsys.extensions.matrix.VectorI
-
Gets the number of elements of a vector
- getNewValue() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableAction
-
Return the value the variable was set to.
- getNextToken() - Method in class com.singularsys.jep.parser.JccParser
-
Get the next Token.
- getNextToken() - Method in class com.singularsys.jep.parser.JccParserTokenManager
-
Get the next Token.
- getNf() - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
- getNodeCallCounts() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Returns a map of nodes to the number of times they were called during evaluation.
- getNodeFactory() - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getNodeFactory() - Method in class com.singularsys.jep.ComponentSet
- getNodeFactory() - Method in class com.singularsys.jep.Jep
-
Returns the node factory
- getNodeFactory() - Method in class com.singularsys.jep.walkers.DoNothingVisitor
- getNop() - Method in class com.singularsys.jep.EmptyOperatorTable
- getNop() - Method in class com.singularsys.jep.OperatorTable
- getNop() - Method in class com.singularsys.jep.OperatorTable2
- getNop() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the no-op operator
- getNot() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getNot() - Method in class com.singularsys.jep.EmptyOperatorTable
- getNot() - Method in class com.singularsys.jep.OperatorTable
- getNot() - Method in class com.singularsys.jep.OperatorTable2
- getNot() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for logical NOT
- getNotFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getNRows() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
- getNRows() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- getNRows() - Method in interface com.singularsys.extensions.matrix.MatrixI
-
The number of rows
- getNRows() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- getNTerms() - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- getNTerms() - Method in class com.singularsys.extensions.polynomials.Polynomial
-
The number of terms which make up the polynomial.
- getNullBehaviour() - Method in class com.singularsys.jep.misc.functions.Case
-
Behaviour when passed zero arguments.
- getNullBehaviour() - Method in class com.singularsys.jep.misc.functions.CaseNonLazy
-
Behaviour when passed zero arguments.
- getNullBehaviour() - Method in class com.singularsys.jep.misc.functions.Switch
-
Behaviour when passed zero arguments.
- getNullBehaviour() - Method in class com.singularsys.jep.misc.functions.SwitchDefault
-
Behaviour when passed zero arguments.
- getNullBehaviour() - Method in class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy
-
Behaviour when passed zero arguments.
- getNullBehaviour() - Method in class com.singularsys.jep.misc.functions.SwitchNonLazy
-
Behaviour when passed zero arguments.
- getNullValue() - Method in class com.singularsys.jep.misc.dictionary.DictionaryComponents
-
The value used for key's with no values.
- getNum() - Method in class com.singularsys.jeptests.system.BugsTest.NumberWithUnit
- getNum_itts() - Method in class com.singularsys.extensions.field.functions.FieldSqrt
- getNumber(double) - Method in class com.singularsys.exttests.matrix.BigDecimalBooleanMatrixTest
- getNumber(double) - Method in class com.singularsys.exttests.matrix.ComplexMatrixTest
- getNumber(double) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
Create a number of the appropriate type
- getNumber(double) - Method in class com.singularsys.exttests.matrix.RationalMatrix2Test
- getNumber(double) - Method in class com.singularsys.exttests.matrix.RationalMatrixTest
- getNumber(double) - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- getNumber(double) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
-
Convert a double value to the number type used by this implementation.
- getNumber(Object) - Method in class com.singularsys.exttests.field.ComplexFieldTest
- getNumber(Object) - Method in class com.singularsys.exttests.field.RationalFieldTest
- getNumber(Object) - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- getNumber(Object) - Method in class com.singularsys.jeptests.system.JepTest
-
Create a number of the appropriate type
- getNumber(Object) - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- getNumber(String) - Method in class com.singularsys.exttests.matrix.BigDecimalBooleanMatrixTest
- getNumber(String) - Method in class com.singularsys.exttests.matrix.ComplexMatrixTest
- getNumber(String) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- getNumber(String) - Method in class com.singularsys.exttests.matrix.RationalMatrix2Test
- getNumber(String) - Method in class com.singularsys.exttests.matrix.RationalMatrixTest
- getNumberBuilder() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- getNumberFactory() - Method in class com.singularsys.jep.ComponentSet
- getNumberFactory() - Method in class com.singularsys.jep.Jep
-
Returns the number factory
- getNumberOfParameters() - Method in class com.singularsys.extensions.chained.ChainedGeneralFunction
- getNumberOfParameters() - Method in class com.singularsys.extensions.lambda.LambdaFunction
- getNumberOfParameters() - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Return the required number of parameters.
- getNumberOfParameters() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNary
- getNumberOfParameters() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNaryBinary
- getNumberOfParameters() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- getNumberOfParameters() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
-
Calculates the possible number of parameters.
- getNumberOfParameters() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- getNumberOfParameters() - Method in interface com.singularsys.jep.PostfixMathCommandI
-
Returns the number of required parameters, or -1 if any number of parameters is allowed.
- getNumCalls() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- getNumChildren() - Method in class com.singularsys.extensions.mathml.parser.StackFrame
- getNumCommands() - Method in class com.singularsys.extensions.fastmatrix.MrpCommandList
-
number of commands in list.
- getNumCommands() - Method in class com.singularsys.extensions.fastreal.RpCommandList
- getNumConst() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- getNumerator() - Method in class com.singularsys.extensions.field.implementations.Rational
- getNumerator() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- getNumf() - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
- getNumFunctions() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- getNumNodes() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- getNumOperators() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- getNumOps() - Method in class com.singularsys.jep.EmptyOperatorTable
- getNumOps() - Method in class com.singularsys.jep.OperatorTable
- getNumPts() - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- getNumPts() - Method in class com.singularsys.extexamples.applets.ContourCanvas
- getNumPts() - Method in class com.singularsys.extexamples.applets.ImplicitCanvas
- getNumPts() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
The number of points which are calculated
- getNumPts() - Method in class com.singularsys.jepexamples.applets.FunctionCanvas
- getNumPts() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getNumRules() - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
Returns the number of rules which should be number of arguments of function
- getNumUniqueVariables() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- getNumVariables() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- getNVars() - Method in class com.singularsys.extensions.polynomials.Monomial
- getOffX() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- getOffY() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- getOldValue() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableAction
-
Returns the previous value of the variable
- getOne() - Method in class com.singularsys.extensions.field.FieldCollection
- getOne() - Method in interface com.singularsys.extensions.field.FieldI
-
Get the multiplicative identity for this field.
- getOne() - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- getOne() - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- getOne() - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- getOne() - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- getOne() - Method in class com.singularsys.extensions.field.implementations.BooleanField
-
Not defined for this field
- getOne() - Method in class com.singularsys.extensions.field.implementations.ComplexField
- getOne() - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- getOne() - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- getOne() - Method in class com.singularsys.extensions.field.implementations.DoubleField
- getOne() - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- getOne() - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- getOne() - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- getOne() - Method in class com.singularsys.extensions.field.implementations.GenericField
- getOne() - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- getOne() - Method in class com.singularsys.extensions.field.implementations.IntegerField
- getOne() - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- getOne() - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- getOne() - Method in class com.singularsys.extensions.field.implementations.LongField
- getOne() - Method in class com.singularsys.extensions.field.implementations.ModulusField
- getOne() - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not defined for this field
- getOne() - Method in class com.singularsys.extensions.field.implementations.RationalField
- getOne() - Method in class com.singularsys.extensions.field.implementations.ShortField
- getOne() - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- getOne() - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- getOne() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getOne() - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not defined for this field
- getOne() - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- getOne() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- getOne() - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- getOne() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- getOne() - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- getOne() - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- getOne() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- getOne() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Number representing one
- getOne() - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- getOne() - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- getOne() - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- getOne() - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- getOne() - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- getOne() - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- getOne() - Method in interface com.singularsys.jep.NumberFactory
-
Return an object representing ONE the multiplicative identity.
- getOne() - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- getONE() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
The element representing 1.
- getOp() - Method in class com.singularsys.extensions.polynomials.POperator
- getOp1() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedOperator
- getOp2() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedOperator
- getOperator() - Method in class com.singularsys.extensions.structure.StructureNode
- getOperator() - Method in class com.singularsys.jep.parser.ASTConstant
- getOperator() - Method in class com.singularsys.jep.parser.ASTFunNode
- getOperator() - Method in class com.singularsys.jep.parser.ASTOpNode
-
Returns the id number of the operator if the node is an operator.
- getOperator() - Method in class com.singularsys.jep.parser.ASTStart
- getOperator() - Method in class com.singularsys.jep.parser.ASTVarNode
- getOperator() - Method in interface com.singularsys.jep.parser.Node
-
Return the operator associated with a Node (if any)
- getOperator(int) - Method in class com.singularsys.jep.OperatorTable
-
Get operator by its key code.
- getOperator(EmptyOperatorTable.OperatorKey) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Get operator by its key code.
- getOperatorBuilder() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- getOperatorByName(String) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Get the first operator with a given name
- getOperatorByName(String) - Method in class com.singularsys.jep.OperatorTable
-
Get the operator with a given name
- getOperatorByName(String) - Method in interface com.singularsys.jep.OperatorTableI
-
Get the operator with a given name
- getOperatorCallCounts() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Returns a map of operator names to the number of times they were called during evaluation.
- getOperatorMap() - Method in class com.singularsys.jep.EmptyOperatorTable
- getOperatorProp(String, String) - Method in class com.singularsys.extensions.lambda.Define
- getOperators() - Method in class com.singularsys.extensions.mathml.builder.OperatorBuilder
-
The map of standard operators
- getOperators() - Method in class com.singularsys.jep.EmptyOperatorTable
-
Return the full list of operators
- getOperators() - Method in class com.singularsys.jep.OperatorTable
- getOperators() - Method in interface com.singularsys.jep.OperatorTableI
- getOperators() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
A map with each operator used and the number of times it occurred
- getOperatorsByName(String) - Method in class com.singularsys.jep.EmptyOperatorTable
- getOperatorsByName(String) - Method in class com.singularsys.jep.OperatorTable
- getOperatorsByName(String) - Method in interface com.singularsys.jep.OperatorTableI
- getOperatorsBySymbol(String) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Gets all the operators with a given symbol
- getOperatorsBySymbol(String) - Method in class com.singularsys.jep.OperatorTable
-
Gets all the operators with a given symbol
- getOperatorsBySymbol(String) - Method in interface com.singularsys.jep.OperatorTableI
-
Gets all the operators with a given symbol
- getOperatorTable() - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getOperatorTable() - Method in class com.singularsys.jep.ComponentSet
- getOperatorTable() - Method in class com.singularsys.jep.Jep
-
Returns the operator table
- getOperatorTable() - Method in class com.singularsys.jep.walkers.DoNothingVisitor
- getOperatorTable2() - Method in class com.singularsys.jep.Jep
-
Returns the operator table cast to OperatorTable2
- getOperatorTokenMatcher() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Return the OperatorTokenMatcher.
- getOpFor(Node) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedOperator
-
Run the predicate against a node, returning the corresponding operator.
- getOps() - Method in class com.singularsys.jep.walkers.ExpressionConsolidator
-
The list of operators which are consolidated
- getOr() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getOr() - Method in class com.singularsys.jep.EmptyOperatorTable
- getOr() - Method in class com.singularsys.jep.OperatorTable
- getOr() - Method in class com.singularsys.jep.OperatorTable2
- getOr() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for logical OR
- GetOr - Class in com.singularsys.jep.misc.dictionary
-
Gets the value associated with a key, or a default value.
- GetOr() - Constructor for class com.singularsys.jep.misc.dictionary.GetOr
- GetOr(Object) - Constructor for class com.singularsys.jep.misc.dictionary.GetOr
-
Constructor
- getOrEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getOrFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getOt() - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
- getOverloadedChainingOp() - Method in class com.singularsys.extensions.chained.ChainedOperatorTable
- getParameterNames() - Method in class com.singularsys.jep.misc.MacroFunction
-
The names specified in the constructor.
- getParser() - Method in class com.singularsys.jep.ComponentSet
- getParser() - Method in class com.singularsys.jep.Jep
-
Returns the parser
- getPartialDeriv(String, String[]) - Method in class com.singularsys.extensions.djep.DVariableTable
-
Gets the partial derivative of a variable.
- getParts() - Method in class com.singularsys.jep.ComponentSubset
- getPConstant(double) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getPConstant(int) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getPfmc() - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
returns the PostfixMathCommandI for the function.
- getPfmc() - Method in class com.singularsys.extensions.mathml.parser.FunctionElement
- getPfmc() - Method in class com.singularsys.extensions.polynomials.PFunction
- getPfmc() - Method in class com.singularsys.extensions.polynomials.POperator
- getPfmc() - Method in class com.singularsys.jep.configurableparser.tokens.FunctionToken
- getPfmc() - Method in exception class com.singularsys.jep.functions.IllegalParameterException
- getPFMC() - Method in class com.singularsys.extensions.structure.StructureNode
- getPFMC() - Method in class com.singularsys.jep.Operator
-
Returns the PostfixMathCommandI used by this operator.
- getPFMC() - Method in class com.singularsys.jep.parser.ASTConstant
- getPFMC() - Method in class com.singularsys.jep.parser.ASTFunNode
-
Returns the math command class associated with this node.
- getPFMC() - Method in class com.singularsys.jep.parser.ASTStart
- getPFMC() - Method in class com.singularsys.jep.parser.ASTVarNode
- getPFMC() - Method in interface com.singularsys.jep.parser.Node
-
Return the pfmc of a node (if any)
- getPlusEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getPolynomialCreator() - Method in class com.singularsys.extensions.xjep.XJep
- getPopup() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
A pop-up menu which subclasses can add items to.
- getPosition(PVariable) - Method in class com.singularsys.extensions.polynomials.comparators.LexComparator
-
Return the position in the list of ordered name, or -1 is not found.
- getPositiveInfinity() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Number representing +Infty
- getPostDec() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getPostInc() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getPow() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getPower() - Method in class com.singularsys.jep.EmptyOperatorTable
- getPower() - Method in class com.singularsys.jep.OperatorTable
- getPower() - Method in class com.singularsys.jep.OperatorTable2
- getPower() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for powers
- getPower(int) - Method in class com.singularsys.extensions.polynomials.Monomial
-
Returns the i-th power
- getPower(int) - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- getPowFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getPrecedence() - Method in class com.singularsys.jep.Operator
-
Get the precedence of the operator.
- getPreDec() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getPredicate() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedBinaryFunction
- getPredicate() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- getPredicate() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- getPredicate() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedOperator
- getPredicate() - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedUnaryFunction
- getPrefixOp() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- getPreInc() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getPrintSymbol() - Method in class com.singularsys.jep.Operator
-
The symbol used for printing.
- getPrintVisitor() - Method in class com.singularsys.jep.ComponentSet
- getPrintVisitor() - Method in class com.singularsys.jep.Jep
-
Returns the print visitor
- getPrompt() - Method in class com.singularsys.extexamples.consoles.DJepConsole
- getPrompt() - Method in class com.singularsys.extexamples.consoles.XJepConsole
-
Prints the prompt string.
- getPrompt() - Method in class com.singularsys.jepexamples.consoles.BigDecimalConsole
- getPrompt() - Method in class com.singularsys.jepexamples.consoles.Console
-
Prints the prompt string.
- getProp(String, String) - Method in class com.singularsys.extensions.lambda.Define
-
Get the value of a property from the options string.
- getPublisher() - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariable
-
Get the publisher for this variable.
- getPublisher() - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableFactory
-
Get the current publisher for the variables created by this factory.
- getPublisher() - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Get the publisher for this variable table.
- getPVariable(String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getQuoteChar() - Method in class com.singularsys.jep.configurableparser.tokens.StringToken
- getRange() - Method in class com.singularsys.jep.EmptyOperatorTable
- getRange() - Method in class com.singularsys.jep.OperatorTable
- getRange() - Method in class com.singularsys.jep.OperatorTable2
- getRange() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for specifying a range
- getRBracket() - Method in class com.singularsys.jep.PrintVisitor
-
Get the string for right brackets.
- getRef() - Method in class com.singularsys.extensions.fastreal.RpCommand
-
Additional data, the number of the constant, variable, operator or function.
- getResults() - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- getResults() - Method in class com.singularsys.extensions.mathml.parser.MathTagHandler
-
Returns all the nodes
- getRewriteVisitor() - Method in class com.singularsys.extensions.xjep.XJep
- getRhsOperator() - Method in class com.singularsys.jep.configurableparser.TernaryOperator
- getRhsSymbol() - Method in class com.singularsys.jep.configurableparser.TernaryOperator
-
Get symbol used to for right-hand operator
- getRightBracket() - Method in class com.singularsys.jep.configurableparser.RangeOperator
- getRoot() - Method in class com.singularsys.extensions.djep.PartialDerivative
-
Every partial derivative has a root variable for instance the root variable of dy/dx is y.
- getRoot() - Method in class com.singularsys.jep.misc.javaops.OpEquals
- getRoot() - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullSafeEquals
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedAbstractInc
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedBinary
- getRoot() - Method in interface com.singularsys.jep.misc.nullwrapper.functions.NullWrappedFunctionI
-
Get to function which this function wraps.
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedIf
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNary
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNaryBinary
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- getRoot() - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedUnary
- getRootEval() - Method in class com.singularsys.extensions.structure.StructuredEvaluator
-
Gets the root evaluator.
- getRootFunction() - Method in class com.singularsys.extensions.chained.ChainableBinaryFunction
-
Get the original binary function that is wrapped by this chainable function.
- getRootFunction() - Method in class com.singularsys.extensions.chained.ChainableBinaryFunctionSwapped
-
Get the original binary function that is wrapped by this chainable function.
- getRootFunction() - Method in class com.singularsys.extensions.chained.ChainableGeneralFunction
-
Get the un-chained function.
- getRootFunction() - Method in class com.singularsys.extensions.chained.ChainableUnaryFunction
-
Get the original unary function that is wrapped by this chainable function.
- getRootOp() - Method in class com.singularsys.jep.Operator
-
The basic group operator associated with the inverse or composite operator.
- getRpe() - Method in class com.singularsys.extensions.fastreal.RpEvaluator
- getRShift() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- getRShiftEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getRule(int) - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
returns the i-th rule as an expression tree.
- getRules() - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
-
Gets the current set of rules
- getRules() - Method in class com.singularsys.extensions.structure.StatementRule
-
The list of rules
- getrVal() - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- getSAXParserFactory() - Method in class com.singularsys.extensions.mathml.MathMLContentParser
- getScaleX() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- getScaleY() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- getSendTo() - Method in class com.singularsys.extensions.lambda.LambdaOperatorTable
- getSignature() - Method in class com.singularsys.extensions.lambda.LambdaFunction
-
Get the signature of the function
- getSigs() - Method in class com.singularsys.extensions.lambda.Signature
-
Return a list of signatures
- getSigs() - Method in class com.singularsys.extensions.lambda.Signature.InnerSig
- getSigs() - Method in class com.singularsys.extensions.lambda.Signature.ListSig
- getSigs() - Method in class com.singularsys.extensions.lambda.Signature.Pat
- getSigs() - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- getSigs() - Method in class com.singularsys.extensions.lambda.Signature.Vbl
- getSource() - Method in class com.singularsys.jep.configurableparser.tokens.Token
-
Gets the source text matched by this token
- getSpecialFunction(PostfixMathCommandI) - Method in class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionFactory
-
Handles special functions.
- getSpecialFunctions() - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder
-
Gets the map of special functions
- getSpecialFunRule(String) - Method in class com.singularsys.jep.PrintVisitor
-
Finds the special rule, if any, associated with an operator.
- getSpecialFunRule(String) - Method in class com.singularsys.jep.PrintVisitor.NullPrintVisitor
- getSpecialOps() - Method in class com.singularsys.extensions.mathml.builder.OperatorBuilder
-
The map of special operators
- getSpecialRule(Operator) - Method in class com.singularsys.jep.PrintVisitor
-
Finds the special rule, if any, associated with an operator.
- getSpecialRule(Operator) - Method in class com.singularsys.jep.PrintVisitor.NullPrintVisitor
- getSpecialVarName(String) - Method in class com.singularsys.jep.PrintVisitor
-
Finds the replacement string, if any, associated with a variable.
- getSpecialVarName(String) - Method in class com.singularsys.jep.PrintVisitor.NullPrintVisitor
- getStartHandlers() - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- getStartVal() - Method in class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- getString(String) - Static method in class com.singularsys.extensions.ExtMessages
- getString(String) - Static method in class com.singularsys.jep.JepMessages
-
Gets the message associated with a given string.
- getString(String) - Static method in class com.singularsys.jepexamples.EgMessages
- getStringFromAdditionalBundles(String) - Static method in class com.singularsys.jep.JepMessages
-
Searches the standard bundle and any additional bundles for a message with the given key, returning the first match.
- getStructuredRules() - Method in class com.singularsys.extensions.structure.StructuredParser
- getSub() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getSubFunction() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- getSubstitutionVisitor() - Method in class com.singularsys.extensions.xjep.XJep
- getSubtract() - Method in class com.singularsys.jep.EmptyOperatorTable
- getSubtract() - Method in class com.singularsys.jep.OperatorTable
- getSubtract() - Method in class com.singularsys.jep.OperatorTable2
- getSubtract() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for subtraction
- GetSuffix(int) - Method in interface com.singularsys.jep.parser.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
- GetSuffix(int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
- getSuffixOp() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- getSymbol() - Method in class com.singularsys.jep.Operator
-
returns the symbol used by this operator.
- getSymbolToken(String) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Return the SymbolToken for the given string.
- getSymbolToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.SymbolTokenMatcher
-
Gets the root SymbolToken for this string.
- getSymbolTokenMatcher() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Return the SymbolTokenMatcher.
- getT() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getTabSize() - Method in interface com.singularsys.jep.parser.CharStream
- getTabSize() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- getTerm(int) - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- getTerm(int) - Method in class com.singularsys.extensions.polynomials.Polynomial
-
Get the n-th term
- getTernary() - Method in class com.singularsys.extensions.lambda.LambdaOperatorTable
- getTernaryOp() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- getTernCond() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getTimesEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getting_an_unset_HookKey_returns_null() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- getting_an_unset_HookKey_returns_null() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- getTMax() - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- getTMax() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getTMin() - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- getTMin() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getToken(int) - Method in class com.singularsys.jep.parser.JccParser
-
Get the specific Token.
- getToken(String) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Return the Token for the given string.
- getToken(String) - Method in class com.singularsys.jep.configurableparser.matchers.OperatorTokenMatcher
-
Gets the OperatorToken used for a give key.
- getTokenFilters() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Return the list of filters.
- getTokenizerFactory() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
The factory used to create Tokenizers
- getTokenMatchers() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Return the list of TokenMatchers
- getTolerance() - Method in class com.singularsys.extensions.rewrite.SmallNumberRule
- getTolerance() - Method in class com.singularsys.jep.functions.Comparative
-
Returns the tolerance used for comparing complex numbers
- getTopNode() - Method in class com.singularsys.jep.misc.MacroFunction
-
The actual expression used for evaluation, after substitution of variable names.
- getTotalInstanceTime() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Returns the total instance time spent in all function/operator/variable/constant calls during evaluation.
- getTrackLineColumn() - Method in interface com.singularsys.jep.parser.CharStream
- getTrackLineColumn() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- getTreeUtils() - Method in class com.singularsys.extensions.xjep.XJep
-
Returns the TreeUtilities, used for examining properties of nodes.
- getTrue() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
The value used to represent a True ASTconstant value.
- getTrueNode() - Method in class com.singularsys.extensions.structure.IfNode
- getTSteps() - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- getTSteps() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getTu() - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- getTwo() - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- getTwo() - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- getTwo() - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- getTwo() - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- getTwo() - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- getTwo() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Number representing two
- getTwo() - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- getTwo() - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- getTwo() - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- getTwo() - Method in interface com.singularsys.jep.NumberFactory
-
Return an object representing ONE+ONE.
- getTwo() - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- getType() - Method in class com.singularsys.extensions.fastreal.RpCommand
-
Returns the type of the command.
- getType() - Method in class com.singularsys.jep.misc.dictionary.DictionaryComponents
-
The configuration type specified in the constructor.
- getUDivide() - Method in class com.singularsys.jep.EmptyOperatorTable
- getUDivide() - Method in class com.singularsys.jep.OperatorTable
-
unary division i.e. 1/x or x^(-1) *
- getUDivide() - Method in class com.singularsys.jep.OperatorTable2
-
unary division i.e. 1/x or x^(-1) *
- getUDivide() - Method in interface com.singularsys.jep.OperatorTableI
-
unary division i.e. 1/x or x^(-1) *
- getUmin() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getUMinus() - Method in class com.singularsys.jep.EmptyOperatorTable
- getUMinus() - Method in class com.singularsys.jep.OperatorTable
- getUMinus() - Method in class com.singularsys.jep.OperatorTable2
- getUMinus() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for unitary minus
-x - getUnit() - Method in class com.singularsys.jeptests.system.BugsTest.NumberWithUnit
- getUnknownFunctionBuilder() - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder
- getUnknownHandler() - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- getUnquotedString() - Method in class com.singularsys.jep.configurableparser.tokens.StringToken
-
Gets the string without quote marks.
- getUPlus() - Method in class com.singularsys.jep.EmptyOperatorTable
- getUPlus() - Method in class com.singularsys.jep.OperatorTable
- getUPlus() - Method in class com.singularsys.jep.OperatorTable2
- getUPlus() - Method in interface com.singularsys.jep.OperatorTableI
-
Gets the operator used for unary addition
+x - getURShift() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- getURShiftEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getUserFunction(String, PostfixMathCommandI) - Method in class com.singularsys.extensions.fastreal.AbstractEval
- getVal(Variable) - Method in class com.singularsys.jep.misc.javaops.AbstractInc
- getValue() - Method in class com.singularsys.extensions.polynomials.PConstant
- getValue() - Method in class com.singularsys.extensions.structure.StructureNode
- getValue() - Method in class com.singularsys.jep.configurableparser.tokens.NumberToken
-
Gets the value of the object.
- getValue() - Method in class com.singularsys.jep.misc.boundvariable.BoundVariable
-
Gets the value of the variable.
- getValue() - Method in class com.singularsys.jep.misc.boundvariable.FieldVariableBinding
-
Gets the value of the associated field.
- getValue() - Method in interface com.singularsys.jep.misc.boundvariable.VariableBinding
-
Gets the value of a variable.
- getValue() - Method in class com.singularsys.jep.misc.functions.ConstantFunction
- getValue() - Method in class com.singularsys.jep.parser.ASTConstant
- getValue() - Method in class com.singularsys.jep.parser.ASTFunNode
- getValue() - Method in class com.singularsys.jep.parser.ASTStart
- getValue() - Method in class com.singularsys.jep.parser.ASTVarNode
-
Return the value represented by the variable
- getValue() - Method in interface com.singularsys.jep.parser.Node
-
Return the value associated with the node (if any).
- getValue() - Method in class com.singularsys.jep.parser.Token
-
An optional attribute value of the Token.
- getValue() - Method in class com.singularsys.jep.Variable
-
Returns the variable's value.
- getValue() - Method in class com.singularsys.jep.walkers.SerializableExpression.Constant
- getValue(double) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.BDConfig
- getValue(double) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
- getValue(Complex) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
- getValueComparator() - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Gets the comparator used to compare the values of the constants.
- getValueOrException(String, Optional<Object>) - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI
-
Either return the optional's value or, if not present, either return the zero length values or throws an exception depending on the zero length error behaviour flag.
- getVar() - Method in class com.singularsys.extensions.structure.StructureNode
- getVar() - Method in class com.singularsys.jep.parser.ASTConstant
- getVar() - Method in class com.singularsys.jep.parser.ASTFunNode
- getVar() - Method in class com.singularsys.jep.parser.ASTStart
- getVar() - Method in class com.singularsys.jep.parser.ASTVarNode
- getVar() - Method in interface com.singularsys.jep.parser.Node
-
Return the variable associated with a Node (if any)
- getVar(int) - Method in class com.singularsys.extensions.polynomials.Monomial
-
Returns the i-th variable
- getVar(Node) - Method in class com.singularsys.jep.misc.javaops.AbstractInc
- getVariable() - Method in class com.singularsys.extensions.polynomials.PVariable
- getVariable(int) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Gets the Jep Variable for a give reference number
- getVariable(MrpVarRef) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Gets the Jep Variable associated with a particular reference
- getVariable(Evaluator, ASTVarNode) - Method in class com.singularsys.jep.functions.Ele
-
Find the variable associated with a node.
- getVariable(Evaluator, ASTVarNode) - Method in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEle
- getVariable(String) - Method in class com.singularsys.jep.Jep
-
Returns the
Variableinstance of the variablename. - getVariable(String) - Method in class com.singularsys.jep.misc.CaseInsensitiveVariableTable
-
Gets an existing variable, returns null if variable is not found.
- getVariable(String) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
-
Gets an existing variable, returns null if variable is not found.
- getVariable(String) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- getVariable(String) - Method in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEvaluator
- getVariable(String) - Method in class com.singularsys.jep.VariableTable
-
Gets an existing variable, returns null if variable is not found.
- getVariableBuilder() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- getVariableCallCounts() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Returns a map of variable names to the number of times they were called during evaluation.
- getVariableFactory() - Method in class com.singularsys.jep.ComponentSet
- getVariableFactory() - Method in class com.singularsys.jep.Jep
-
Returns the variable factory
- getVariableFactory() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- getVariableFactory() - Method in class com.singularsys.jep.VariableTable
- getVariableMapping() - Method in class com.singularsys.jep.misc.boundvariable.BoundVariableFactory
-
Gets the VariableMapping for the creation of new variables.
- getVariableNames() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
Return the names of the variables, sorted alphabetically.
- getVariableRules() - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- getVariables() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- getVariables() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- getVariables() - Method in class com.singularsys.jep.VariableTable
-
Returns a list of all the variables in the table.
- getVariables() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
A map with each variable used and the number of times it occurred
- getVariableShifterHook() - Static method in class com.singularsys.extensions.rewrite.VariableShifter
-
Hook used by this class
- getVariableTable() - Method in class com.singularsys.jep.ComponentSet
- getVariableTable() - Method in class com.singularsys.jep.Jep
-
Returns the variable table
- getVariableTable() - Method in class com.singularsys.jep.walkers.DoNothingVisitor
- getVariableValue(String) - Method in class com.singularsys.jep.Jep
-
Returns the value of the variable
name. - getVarRef(Variable) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Finds the reference used for this variable.
- getVarRef(Variable) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Gets the reference number for a given variable
- getVarRef(String) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Finds the reference used for this variable.
- getVarRef(String) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Gets the reference number for a given variable
- getVarRef_string_works_with_lightWeightInstance_Jep() - Method in class com.singularsys.exttests.MRpeTest
- getVarRef_variable_works_with_lightWeightInstance_Jep() - Method in class com.singularsys.exttests.MRpeTest
- getVars() - Method in class com.singularsys.jep.misc.MacroFunction
-
Get the internal variables used, these have specific names like 'fun::x'
- getVarsInEquation(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Finds all the variables in an equation.
- getVarsInEquation(Node, Set<Variable>) - Method in class com.singularsys.extensions.xjep.XJep
-
Finds all the variables in an equation.
- getVarValue(int) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Gets the value of a variable
- getVarValue(MrpVarRef) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Return the value of a variable.
- getVersion() - Method in class com.singularsys.extensions.mathml.builder.VariableBuilder
-
The xml version used.
- getWarnings() - Method in class com.singularsys.extensions.matrix.DimensionVisitor
-
The list of warnings when a variable has changed dimension.
- getWrappedFunction(PostfixMathCommandI) - Method in class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionFactory
-
Gets a wrapped function, returns a function which will handle null values correctly.
- getXAssign() - Method in class com.singularsys.extensions.xjep.XOperatorTable
-
If there are two operators, one for normal assignment and one for assignment using equations, then this returns the latter.
- getXExpression() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getXOrEquals() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- getXValue(double) - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getYExpression() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getYValue(double) - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- getZero() - Method in class com.singularsys.extensions.field.FieldCollection
- getZero() - Method in interface com.singularsys.extensions.field.FieldI
-
Get the additive identity for this field
- getZero() - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- getZero() - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- getZero() - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- getZero() - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- getZero() - Method in class com.singularsys.extensions.field.implementations.BooleanField
-
Not defined for this field
- getZero() - Method in class com.singularsys.extensions.field.implementations.ComplexField
- getZero() - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- getZero() - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- getZero() - Method in class com.singularsys.extensions.field.implementations.DoubleField
- getZero() - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- getZero() - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- getZero() - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- getZero() - Method in class com.singularsys.extensions.field.implementations.GenericField
- getZero() - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- getZero() - Method in class com.singularsys.extensions.field.implementations.IntegerField
- getZero() - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- getZero() - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- getZero() - Method in class com.singularsys.extensions.field.implementations.LongField
- getZero() - Method in class com.singularsys.extensions.field.implementations.ModulusField
- getZero() - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not defined for this field
- getZero() - Method in class com.singularsys.extensions.field.implementations.RationalField
- getZero() - Method in class com.singularsys.extensions.field.implementations.ShortField
- getZero() - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- getZero() - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- getZero() - Method in class com.singularsys.extensions.field.implementations.StandardField
- getZero() - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not defined for this field
- getZero() - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- getZero() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- getZero() - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- getZero() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- getZero() - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- getZero() - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- getZero() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- getZero() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Number representing zero
- getZero() - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- getZero() - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- getZero() - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- getZero() - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- getZero() - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- getZero() - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- getZero() - Method in interface com.singularsys.jep.NumberFactory
-
Return an object representing ZERO the additive identity.
- getZero() - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- getZeroLengthErrorBehaviour() - Method in class com.singularsys.jep.functions.ArrayFunctionBase
- getZeroLengthErrorBehaviour() - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI
- getZeroLengthErrorBehaviour() - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI
-
Gets how to respond to arguments with zero length arrays.
- getZeroLengthErrorBehaviour() - Method in class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthHelper
- getZeroLengthHelper() - Method in class com.singularsys.extensions.lambda.First
- getZeroLengthHelper() - Method in class com.singularsys.extensions.lambda.Fold
- getZeroLengthHelper() - Method in class com.singularsys.extensions.lambda.Last
- getZeroLengthHelper() - Method in class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- getZeroLengthHelper() - Method in class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- getZeroLengthHelper() - Method in class com.singularsys.extensions.stream.StreamCar
- getZeroLengthHelper() - Method in class com.singularsys.extensions.stream.StreamFirst
- getZeroLengthHelper() - Method in class com.singularsys.extensions.stream.StreamFold
- getZeroLengthHelper() - Method in class com.singularsys.extensions.stream.StreamLast
- getZeroLengthHelper() - Method in class com.singularsys.extensions.stream.StreamMinMax
- getZeroLengthHelper() - Method in class com.singularsys.extensions.stream.StreamTerminalNaryBinaryFunction
- getZeroLengthHelper() - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI
-
Gets the helper class which implements the zero length behaviour.
- getZeroLengthHelper() - Method in class com.singularsys.jep.misc.dictionary.Get
- getZeroLengthValue() - Method in class com.singularsys.jep.functions.ArrayFunctionBase
- getZeroLengthValue() - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI
- getZeroLengthValue() - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI
-
Gets the value to be returned when a zero length array is passed as an argument and the zero length error behaviour is set to VALUE.
- getZeroLengthValue() - Method in class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthHelper
- getZExpression() - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- go(int, int) - Method in class com.singularsys.jepexamples.diagnostics.ParseSpeed
- go(int, int, double, double) - Method in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Create and run threads.
- go(String, int) - Method in class com.singularsys.exttests.autogen.ThreadRunner
- go(String, int) - Method in class com.singularsys.exttests.autogen.ThreadRunner2
- go(String, int) - Method in class com.singularsys.jeptests.system.ThreadTest
- go2(String, int) - Method in class com.singularsys.jeptests.system.ThreadTest
- gpf - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- GrammarException - Exception Class in com.singularsys.jep.configurableparser.matchers
-
Signals grammatical errors.
- GrammarException(String, int, int) - Constructor for exception class com.singularsys.jep.configurableparser.matchers.GrammarException
-
Build a GrammarException
- GrammarException(String, Token) - Constructor for exception class com.singularsys.jep.configurableparser.matchers.GrammarException
- GrammarException(String, Token, Token) - Constructor for exception class com.singularsys.jep.configurableparser.matchers.GrammarException
- GrammarMatcher - Interface in com.singularsys.jep.configurableparser.matchers
-
Interface defining matchers for custom grammatical elements.
- GrammarParser - Interface in com.singularsys.jep.configurableparser
-
Interface used by
GrammarMatcher - GrammarParserFactory - Interface in com.singularsys.jep.configurableparser
-
Abstract Factory defining how to create a GrammarParser
- GrammaticalRuleI - Interface in com.singularsys.extensions.structure
-
Indicates rules for parsing structured code.
- graphCanvas - Variable in class com.singularsys.extexamples.applets.ImplicitPlotter
-
The canvas for plotting the graph
- GrevlexComparator - Class in com.singularsys.extensions.polynomials.comparators
-
Graded Reverse Lexical Order comparator.
- GrevlexComparator(PolynomialCreator) - Constructor for class com.singularsys.extensions.polynomials.comparators.GrevlexComparator
-
Constructor.
- GrevlexComparator(PolynomialCreator, String[]) - Constructor for class com.singularsys.extensions.polynomials.comparators.GrevlexComparator
- GrevlexComparatorTest - Class in com.singularsys.exttests.polynomial
-
Tests for
GrevlexComparator. - GrevlexComparatorTest() - Constructor for class com.singularsys.exttests.polynomial.GrevlexComparatorTest
- gridColor - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Color for grid
- GrlexComparator - Class in com.singularsys.extensions.polynomials.comparators
-
Graded Lexical Order comparator.
- GrlexComparator(PolynomialCreator) - Constructor for class com.singularsys.extensions.polynomials.comparators.GrlexComparator
-
Constructor.
- GrlexComparator(PolynomialCreator, String[]) - Constructor for class com.singularsys.extensions.polynomials.comparators.GrlexComparator
- GrlexComparatorTest - Class in com.singularsys.exttests.polynomial
-
Tests for
GrlexComparator. - GrlexComparatorTest() - Constructor for class com.singularsys.exttests.polynomial.GrlexComparatorTest
- gt(Object, Object) - Method in class com.singularsys.extensions.field.AbstractComparativeField
- gt(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- gt(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Greater than
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
-
Not implemented for this field.
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
-
Not implemented for this field.
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
-
Comparison when both arguments are Complex numbers with zero imaginary components
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ModulusField
-
Not implemented for this field.
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- gt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- gt(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- gt(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- gt(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixCmp
- gt(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- gt(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- gt(Object, Object) - Method in class com.singularsys.jep.functions.Comparative
- GT - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- GT - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- GT - Static variable in class com.singularsys.jep.functions.Comparative
- GT - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- gtEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- gtEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- gtEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- gtEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- gtEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- gtEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- gtEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- gtEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- gtEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
H
- HALF - Static variable in class com.singularsys.extensions.field.implementations.Rational
- HALF - Static variable in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- handle(ConstantHandler, Object[], StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler.ComplexHandler
- handle(ConstantHandler, Object[], StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler.ComplexPolarHandler
- handle(ConstantHandler, Object[], StackFrame, Locator) - Method in interface com.singularsys.extensions.mathml.parser.ConstantHandler.ConstantTypeHandler
- handle(ConstantHandler, Object[], StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler.ENotationHandler
- handle(ConstantHandler, Object[], StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler.IntegerHandler
- handle(ConstantHandler, Object[], StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler.KnownConstantHandler
- handle(ConstantHandler, Object[], StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler.RationalHandler
- handle(ConstantHandler, Object[], StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler.RealHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.AnnotationHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ApplyHandler
-
Returns a Node representing the operator or function applied to the arguments.
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.DeclareHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.FnHandler
-
Expects one child which is a ASTVarNode.
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.IdentifierHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.MathTagHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.MatrixHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.NullHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.NumericConstantHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.OperatorHandler
-
Returns the operator.
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.SemanticHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.SimpleArrayHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.SimpleHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.SpecialFunctionHandler
-
Returns 'this'.
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.SpecialNodeHandler
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.StandardFunctionHandler
- handle(StackFrame, Locator) - Method in interface com.singularsys.extensions.mathml.parser.TagHandler
-
Transform the element, called when a closing tag is encountered.
- handle(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.UnSupportedHandler
- handleError(Exception) - Method in class com.singularsys.jepexamples.consoles.Console
-
Handle an error in the parse and evaluate routines.
- hasEquation() - Method in class com.singularsys.extensions.xjep.XVariable
-
Does this variable has an associated equation?
- hashCode() - Method in class com.singularsys.extensions.fastmatrix.MrpVarRef
- hashCode() - Method in class com.singularsys.extensions.field.implementations.Rational
- hashCode() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- hashCode() - Method in class com.singularsys.extensions.matrix.Dimensions
- hashCode() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
- hashCode() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- hashCode() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- hashCode() - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
- hashCode() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- hashCode() - Method in class com.singularsys.extensions.polynomials.Monomial
- hashCode() - Method in class com.singularsys.extensions.polynomials.PConstant
- hashCode() - Method in class com.singularsys.extensions.polynomials.PFunction
- hashCode() - Method in class com.singularsys.extensions.polynomials.Polynomial
- hashCode() - Method in class com.singularsys.extensions.polynomials.POperator
- hashCode() - Method in class com.singularsys.extensions.polynomials.PVariable
- hashCode() - Method in class com.singularsys.extexamples.applets.Bern2D.DerivBits
- hashCode() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- hashCode() - Method in record class com.singularsys.jep.misc.dictionary.MapPfmc.Entry
-
Returns a hash code value for this object.
- hashCode() - Method in class com.singularsys.jep.standard.Complex
-
Always override hashCode when you override equals.
- hashCode() - Method in record class com.singularsys.jepexamples.consoles.Console.NodeRes
-
Returns a hash code value for this object.
- hashCode() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType.MyNumber
- hashCode() - Method in record class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests.KeyValue
-
Returns a hash code value for this object.
- hashCommentMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.CommentTokenMatcher
-
Recognise comments of the form # ...
- HashMap - Enum constant in enum class com.singularsys.jep.misc.dictionary.MakeMap.Type
-
An unordered map.
- hasInfinity() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Whether we have a working value for +/- Infinity
- hasNaN() - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Whether we have a working value for NaN
- hasNext() - Method in class com.singularsys.extensions.lambda.PaddingListProcessor.MatrixIterator
- hasNext() - Method in class com.singularsys.extensions.lambda.PaddingListProcessor.VectorIterator
- hasNullSafeEquals - Variable in class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable
- hasValidValue() - Method in class com.singularsys.jep.misc.boundvariable.BoundVariable
- hasValidValue() - Method in class com.singularsys.jep.Variable
-
Is the value of this variable valid?
- HexNumberTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches hexadecimal numbers, in the format 0xff.
- HexNumberTokenMatcher() - Constructor for class com.singularsys.jep.configurableparser.matchers.HexNumberTokenMatcher
- history - Variable in class com.singularsys.jepexamples.consoles.Console
-
History
- hookKeys() - Method in interface com.singularsys.jep.parser.Node
-
Get all the keys defined for this node.
- hookKeys() - Method in class com.singularsys.jep.parser.SimpleNode
- hookKeys() - Method in class com.singularsys.jep.Variable
-
Return all the hooks set for this variable.
- HookRemover - Class in com.singularsys.jep.walkers
-
Remove a specific hook from any node which has it on a tree
- HookRemover() - Constructor for class com.singularsys.jep.walkers.HookRemover
-
Remove all hooks of all types
- HookRemover(Node.HookKey) - Constructor for class com.singularsys.jep.walkers.HookRemover
-
Remove all hooks with this hook
- HookRemover(Node.HookKey, Object) - Constructor for class com.singularsys.jep.walkers.HookRemover
-
Remove all hooks with this hook and value
- HookRemoverTest - Class in com.singularsys.jeptests.unit.walkers
-
Test for
HookRemover. - HookRemoverTest() - Constructor for class com.singularsys.jeptests.unit.walkers.HookRemoverTest
- hornerExpression(String, int) - Static method in class com.singularsys.jepexamples.diagnostics.Utils
-
Generate a string giving an approximation to log using Horner expression of the form "x*(1/1-x*(1/2-x*(1/3-x*(1/4 ...))))"
- How it works - Search tag in package com.singularsys.extensions.polynomials
- Section
I
- I - Static variable in class com.singularsys.jep.standard.Complex
-
Constant 0+1 i
- icdf(double, double, double) - Static method in class com.singularsys.extensions.statistical.distributions.NormalInverse
- ICmouseMoved(MouseEvent) - Method in class com.singularsys.extexamples.applets.ImplicitCanvas
- id - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecRelational
- id - Variable in class com.singularsys.jep.functions.LazyLogical
-
Represents which logical operator this is.
- id - Variable in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
-
Represents which logical operator this is.
- id - Variable in class com.singularsys.jep.parser.SimpleNode
- Identifier() - Method in class com.singularsys.jep.parser.JccParser
- identifierHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- IdentifierHandler - Class in com.singularsys.extensions.mathml.parser
-
Converts <cn> elements into jep variable nodes with the same name.
- IdentifierHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.IdentifierHandler
- IdentifierToken - Class in com.singularsys.jep.configurableparser.tokens
-
Token representing variables or function.
- IdentifierToken(String) - Constructor for class com.singularsys.jep.configurableparser.tokens.IdentifierToken
- IdentifierTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches identifiers: variables or function names.
- IdentifierTokenMatcher(String) - Constructor for class com.singularsys.jep.configurableparser.matchers.IdentifierTokenMatcher
-
Construct and identifier matcher.
- IdentifierTokenMatcher(Pattern) - Constructor for class com.singularsys.jep.configurableparser.matchers.IdentifierTokenMatcher
- IdentifierTokenMatcherTest - Class in com.singularsys.jeptests.unit.configurableparser.matchers
-
Test the various types of identifier matchers
- IdentifierTokenMatcherTest() - Constructor for class com.singularsys.jeptests.unit.configurableparser.matchers.IdentifierTokenMatcherTest
- identity(int) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- identity(int) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
- identity(int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- identity(int) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create a square identity matrix
- identity(int) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- identity(int, int) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- identity(int, int) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
- identity(int, int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- identity(int, int) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create an identity matrix.
- identity(int, int) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- Identity - Class in com.singularsys.jep.functions
-
A Unary operator which does nothing, used for unary plus +x.
- Identity() - Constructor for class com.singularsys.jep.functions.Identity
- ierf(double) - Static method in class com.singularsys.extensions.statistical.distributions.NormalInverse
- ierfCen(double) - Static method in class com.singularsys.extensions.statistical.distributions.NormalInverse
- If - Class in com.singularsys.jep.functions
-
The if(condExpr, posExpr, negExpr) function.
- If() - Constructor for class com.singularsys.jep.functions.If
- If(Object) - Constructor for class com.singularsys.jep.functions.If
-
If this constructor is used then a two argument version can be used
if(condExpr, posExpr)is also available. - IF - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- IfDiffRule - Class in com.singularsys.extensions.djep.diffRules
-
Differentiates functions like
if(cond,trueExpr,falseExpr)where the first argument should not be differentiated, but subsequent ones should be. - IfDiffRule(Jep, String) - Constructor for class com.singularsys.extensions.djep.diffRules.IfDiffRule
- IfNode - Class in com.singularsys.extensions.structure
-
A node representing an if statement.
- IfNode(Node, Node, Node) - Constructor for class com.singularsys.extensions.structure.IfNode
-
Constructor
- IllegalParameterException - Exception Class in com.singularsys.jep.functions
-
Represents an illegal parameter
- IllegalParameterException(PostfixMathCommand, int, Object) - Constructor for exception class com.singularsys.jep.functions.IllegalParameterException
-
An exception where the expected type is not known.
- IllegalParameterException(PostfixMathCommand, Object, Object) - Constructor for exception class com.singularsys.jep.functions.IllegalParameterException
-
An exception where two arguments are incompatible.
- IllegalParameterException(PostfixMathCommandI, int, Class<?>, Object) - Constructor for exception class com.singularsys.jep.functions.IllegalParameterException
-
Exception where the target type is known.
- IllegalParameterException(PostfixMathCommandI, int, String, Object) - Constructor for exception class com.singularsys.jep.functions.IllegalParameterException
-
Exception where a specific message is given for the expected type
- im() - Method in class com.singularsys.jep.standard.Complex
-
Returns the imaginary component of this object
- im(Object) - Method in class com.singularsys.jep.functions.Imaginary
- image - Variable in class com.singularsys.jep.parser.Token
-
The string image of the token.
- Imaginary - Class in com.singularsys.jep.functions
-
Finds the imaginary part of a complex number.
- Imaginary() - Constructor for class com.singularsys.jep.functions.Imaginary
- ImmutableComplex - Class in com.singularsys.jep.standard
-
An Immutable version of the Complex numbers.
- ImmutableComplex() - Constructor for class com.singularsys.jep.standard.ImmutableComplex
- ImmutableComplex(double) - Constructor for class com.singularsys.jep.standard.ImmutableComplex
- ImmutableComplex(double, double) - Constructor for class com.singularsys.jep.standard.ImmutableComplex
- ImmutableComplex(Complex) - Constructor for class com.singularsys.jep.standard.ImmutableComplex
- ImmutableComplex(Number) - Constructor for class com.singularsys.jep.standard.ImmutableComplex
- ImplicitCanvas - Class in com.singularsys.extexamples.applets
-
Canvas used by the
ImplicitPlotter. - ImplicitCanvas(XJep, Variable, Variable) - Constructor for class com.singularsys.extexamples.applets.ImplicitCanvas
-
Constructor
- implicitMul - Static variable in class com.singularsys.jep.configurableparser.ShuntingYard
- implicitMul - Variable in class com.singularsys.jep.Jep
-
Implicit Multiplication option
- ImplicitPlotter - Class in com.singularsys.extexamples.applets
-
Implicit function plotter.
- ImplicitPlotter() - Constructor for class com.singularsys.extexamples.applets.ImplicitPlotter
- ImportationVisitor - Class in com.singularsys.jep.walkers
-
Imports an expression from one Jep instance into another.
- ImportationVisitor(Jep) - Constructor for class com.singularsys.jep.walkers.ImportationVisitor
- importEqn(Node) - Method in class com.singularsys.jep.walkers.ImportationVisitor
-
Imports an equation from another Jep instance.
- importEqn(Node) - Method in class com.singularsys.jep.walkers.LightWeightImportationVisitor
-
Import an equation from another Jep instance.
- inBuf - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- INCLUSIVE - Enum constant in enum class com.singularsys.extensions.statistical.Percentile.Type
-
Includes end points.
- inclusive_interpolation_percentiles() - Method in class com.singularsys.exttests.StatisticalTest
-
Test data from https://en.wikipedia.org/wiki/Percentile
- increasing_competition_rank() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_competition_ranks_gives_compact_indices() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_competition_ranks_with_many_reps_gives_compact_indices() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_dense_rank() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_dense_ranks_gives_compact_indices() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_dense_ranks_with_many_reps_gives_compact_indices() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_fraction_ranks_gives_indices_average_of_sorted_positions() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_fraction_ranks_gives_with_many_reps_indices_average_of_sorted_positions() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_fractional_rank() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_ordinal_ranks_gives_tied_entries_unique_indices() - Method in class com.singularsys.exttests.StatisticalTest
- increasing_ordinal_ranks_with_many_reps_gives_tied_entries_unique_indices() - Method in class com.singularsys.exttests.StatisticalTest
- INDENTIFIER1 - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- INDENTIFIER2 - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- indexShift - Variable in class com.singularsys.jep.functions.Ele
- infConstant - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- init() - Method in class com.singularsys.extexamples.applets.ComplexPlotter
-
Initializes the application FunctionPlotter
- init() - Method in class com.singularsys.extexamples.applets.ImplicitPlotter
-
Initialises the applet FunctionPlotter
- init() - Method in class com.singularsys.extexamples.applets.mathml.MathMLApplet
- init() - Method in class com.singularsys.jepexamples.applets.Evaluator
-
The initialization function of the applet.
- init() - Method in class com.singularsys.jepexamples.applets.Fractal
-
Initializes the applet Fractal
- init() - Method in class com.singularsys.jepexamples.applets.FunctionPlotter
-
Initializes the applet FunctionPlotter
- init() - Method in class com.singularsys.jepexamples.applets.ParametrisedPlotter
-
Initializes the applet FunctionPlotter
- init() - Method in class com.singularsys.jepexamples.applets.PolarPlotter
-
Initializes the applet FunctionPlotter
- init() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest
- init() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- init(Jep) - Method in class com.singularsys.extensions.chained.ChainedBinaryFunction
- init(Jep) - Method in class com.singularsys.extensions.chained.ChainedBinaryFunctionSwapped
- init(Jep) - Method in class com.singularsys.extensions.chained.ChainedGeneralFunction
- init(Jep) - Method in class com.singularsys.extensions.chained.ChainedNaryFunction
- init(Jep) - Method in class com.singularsys.extensions.chained.ChainedUnaryFunction
- init(Jep) - Method in class com.singularsys.extensions.djep.Diff
- init(Jep) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
- init(Jep) - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- init(Jep) - Method in class com.singularsys.extensions.djep.diffRules.DivideDiffRule
- init(Jep) - Method in class com.singularsys.extensions.djep.diffRules.IfDiffRule
- init(Jep) - Method in class com.singularsys.extensions.djep.diffRules.MultiplyDiffRule
- init(Jep) - Method in class com.singularsys.extensions.djep.diffRules.PassThroughDiffRule
- init(Jep) - Method in class com.singularsys.extensions.djep.diffRules.PowerDiffRule
- init(Jep) - Method in class com.singularsys.extensions.djep.diffRules.ZeroDiffRule
- init(Jep) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- init(Jep) - Method in class com.singularsys.extensions.fastreal.AbstractEval
-
Calls
JepComponent.init(Jep)for any custom function which implementsJepComponent. - init(Jep) - Method in class com.singularsys.extensions.fastreal.RpEvaluator
- init(Jep) - Method in class com.singularsys.extensions.field.implementations.BigIntegerNumberFactory
- init(Jep) - Method in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- init(Jep) - Method in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- init(Jep) - Method in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- init(Jep) - Method in class com.singularsys.extensions.field.implementations.SimpleNumberFactory
- init(Jep) - Method in class com.singularsys.extensions.lambda.Accumulate
- init(Jep) - Method in class com.singularsys.extensions.lambda.AnyMatch
- init(Jep) - Method in class com.singularsys.extensions.lambda.Append
- init(Jep) - Method in class com.singularsys.extensions.lambda.Apply
- init(Jep) - Method in class com.singularsys.extensions.lambda.Define
- init(Jep) - Method in class com.singularsys.extensions.lambda.Distinct
- init(Jep) - Method in class com.singularsys.extensions.lambda.ExternalFilter
- init(Jep) - Method in class com.singularsys.extensions.lambda.ExternalMap
- init(Jep) - Method in class com.singularsys.extensions.lambda.ExternalSort
- init(Jep) - Method in class com.singularsys.extensions.lambda.FieldRange
- init(Jep) - Method in class com.singularsys.extensions.lambda.Filter
- init(Jep) - Method in class com.singularsys.extensions.lambda.First
- init(Jep) - Method in class com.singularsys.extensions.lambda.FirstMatchOr
- init(Jep) - Method in class com.singularsys.extensions.lambda.FirstOr
- init(Jep) - Method in class com.singularsys.extensions.lambda.Flatten
- init(Jep) - Method in class com.singularsys.extensions.lambda.Fold
- init(Jep) - Method in class com.singularsys.extensions.lambda.FoldOr
- init(Jep) - Method in class com.singularsys.extensions.lambda.Iterate
- init(Jep) - Method in class com.singularsys.extensions.lambda.LambdaCount
- init(Jep) - Method in class com.singularsys.extensions.lambda.LambdaFunction
-
Initialise the LambdaFunction.
- init(Jep) - Method in class com.singularsys.extensions.lambda.LambdaFunGenerator
- init(Jep) - Method in class com.singularsys.extensions.lambda.LambdaMap
- init(Jep) - Method in class com.singularsys.extensions.lambda.LambdaRange
- init(Jep) - Method in class com.singularsys.extensions.lambda.Last
- init(Jep) - Method in class com.singularsys.extensions.lambda.Limit
- init(Jep) - Method in class com.singularsys.extensions.lambda.MatrixListProcessor
- init(Jep) - Method in class com.singularsys.extensions.lambda.Merge
- init(Jep) - Method in class com.singularsys.extensions.lambda.PaddingListProcessor
- init(Jep) - Method in class com.singularsys.extensions.lambda.Reduce
- init(Jep) - Method in class com.singularsys.extensions.lambda.Skip
- init(Jep) - Method in class com.singularsys.extensions.lambda.Sort
- init(Jep) - Method in class com.singularsys.extensions.lambda.StandardListProcessor
- init(Jep) - Method in class com.singularsys.extensions.lambda.TerminalFunction
- init(Jep) - Method in class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- init(Jep) - Method in class com.singularsys.extensions.lambda.WhileFilter
- init(Jep) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- init(Jep) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
- init(Jep) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- init(Jep) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- init(Jep) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- init(Jep) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- init(Jep) - Method in class com.singularsys.extensions.matrix.MatrixComponents
- init(Jep) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- init(Jep) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- init(Jep) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- init(Jep) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- init(Jep) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- init(Jep) - Method in class com.singularsys.extensions.polynomials.Coeffs
- init(Jep) - Method in class com.singularsys.extensions.polynomials.Compare
- init(Jep) - Method in class com.singularsys.extensions.polynomials.Expand
- init(Jep) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- init(Jep) - Method in class com.singularsys.extensions.polynomials.Simplify
- init(Jep) - Method in class com.singularsys.extensions.polynomials.SymbolicEquals
- init(Jep) - Method in class com.singularsys.extensions.rewrite.AbstractRewrite
- init(Jep) - Method in class com.singularsys.extensions.rewrite.matrix.AbstractVectorMatrixRule
- init(Jep) - Method in class com.singularsys.extensions.rewrite.Rewrite
- init(Jep) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- init(Jep) - Method in class com.singularsys.extensions.rewrite.SmallNumberRule
- init(Jep) - Method in class com.singularsys.extensions.rewrite.VariableShifter
- init(Jep) - Method in class com.singularsys.extensions.statistical.Count
- init(Jep) - Method in class com.singularsys.extensions.statistical.ElementMinMax
- init(Jep) - Method in class com.singularsys.extensions.statistical.ElementProduct
- init(Jep) - Method in class com.singularsys.extensions.statistical.ElementSum
- init(Jep) - Method in class com.singularsys.extensions.statistical.ListReturningFunction
- init(Jep) - Method in class com.singularsys.extensions.statistical.Mean
- init(Jep) - Method in class com.singularsys.extensions.statistical.Median
- init(Jep) - Method in class com.singularsys.extensions.statistical.Mode
- init(Jep) - Method in class com.singularsys.extensions.statistical.Percentile
- init(Jep) - Method in class com.singularsys.extensions.statistical.Rank
- init(Jep) - Method in class com.singularsys.extensions.statistical.Variance
- init(Jep) - Method in class com.singularsys.extensions.stream.FieldStreamRange
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamAccumulate
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamAnyMatch
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamAppend
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamApply
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamAssign
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamCar
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamCdr
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamClone
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamCollector
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamCount
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamDistinct
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamEvaluator
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamExternalFilter
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamExternalMap
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamExternalSort
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamFilter
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamFirst
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamFirstMatchOr
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamFirstOr
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamFold
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamFoldOr
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamIterate
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamLast
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamLimit
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamListProcessor
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamLoop
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamMap
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamMerge
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamMinMax
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamRange
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamReduce
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamSendTo
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamSendToStream
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamSkip
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamSort
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamTerminalFunction
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamTerminalNaryBinaryFunction
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamToList
- init(Jep) - Method in class com.singularsys.extensions.stream.StreamWhile
- init(Jep) - Method in class com.singularsys.extensions.structure.BlockRule
- init(Jep) - Method in class com.singularsys.extensions.structure.ControlRule
- init(Jep) - Method in class com.singularsys.extensions.structure.ExpressionRule
- init(Jep) - Method in class com.singularsys.extensions.structure.JavaForRule
- init(Jep) - Method in class com.singularsys.extensions.structure.JavaIfRule
- init(Jep) - Method in class com.singularsys.extensions.structure.JavaWhileRule
- init(Jep) - Method in class com.singularsys.extensions.structure.PossiblyTerminatedExpressionRule
- init(Jep) - Method in class com.singularsys.extensions.structure.SequenceRule
- init(Jep) - Method in class com.singularsys.extensions.structure.SequenceSeparatorRule
- init(Jep) - Method in class com.singularsys.extensions.structure.StatementRule
- init(Jep) - Method in class com.singularsys.extensions.structure.StructuredEvaluator
- init(Jep) - Method in class com.singularsys.extensions.structure.TerminatedExpressionRule
- init(Jep) - Method in class com.singularsys.extensions.xjep.Clean
- init(Jep) - Method in class com.singularsys.extensions.xjep.Eval
- init(Jep) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- init(Jep) - Method in class com.singularsys.extensions.xjep.ExtractEqn
- init(Jep) - Method in class com.singularsys.extensions.xjep.Preprocess
- init(Jep) - Method in class com.singularsys.extensions.xjep.Subst
- init(Jep) - Method in class com.singularsys.extensions.xjep.TreeUtils
- init(Jep) - Method in class com.singularsys.extensions.xjep.XAssign
- init(Jep) - Method in class com.singularsys.extensions.xjep.XVariableTable
- init(Jep) - Method in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- init(Jep) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- init(Jep) - Method in class com.singularsys.jep.ComponentSubset
- init(Jep) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.ArrayAccessGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.BracketedSequenceGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.CommentTokenMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.FunctionGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.FunctionSequenceGrammarMatcher
- init(Jep) - Method in interface com.singularsys.jep.configurableparser.matchers.GrammarMatcher
-
Delayed initialisation, this method is called whenever components of the jep instance are changed.
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.HexNumberTokenMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.IdentifierTokenMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.JccArrayAccessGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.ListGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.ListOrBracketGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.ListOrRangeGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.MultiLineMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.NumberTokenMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.OperatorTokenMatcher
-
Initializes the
mapandtokensmember from the list of operators in the operator table of the Jep instance. - init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.RoundBracketGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.SingleArgFunctionMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher2
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.SymbolTokenMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.TerminatorTokenMatcher
- init(Jep) - Method in interface com.singularsys.jep.configurableparser.matchers.TokenMatcher
-
Initialize the matcher when the Jep instance is known.
- init(Jep) - Method in class com.singularsys.jep.configurableparser.matchers.WhiteSpaceTokenMatcher
- init(Jep) - Method in class com.singularsys.jep.configurableparser.ShuntingYard.ShuntingYardGrammarParserFactory
- init(Jep) - Method in interface com.singularsys.jep.configurableparser.TokenFilter
- init(Jep) - Method in class com.singularsys.jep.configurableparser.Tokenizer.StandardTokenizerFactory
-
Does nothing
- init(Jep) - Method in class com.singularsys.jep.configurableparser.tokens.MultiLineToken
- init(Jep) - Method in class com.singularsys.jep.configurableparser.WhiteSpaceCommentFilter
- init(Jep) - Method in class com.singularsys.jep.EmptyOperatorTable
- init(Jep) - Method in class com.singularsys.jep.functions.Count
- init(Jep) - Method in class com.singularsys.jep.FunctionTable
- init(Jep) - Method in interface com.singularsys.jep.JepComponent
-
Initialize the component.
- init(Jep) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- init(Jep) - Method in class com.singularsys.jep.misc.dictionary.DictionaryGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
- init(Jep) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard.LineNumberGrammarParserFactory
- init(Jep) - Method in class com.singularsys.jep.misc.MacroFunction
-
The init method must be called after construction.
- init(Jep) - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- init(Jep) - Method in class com.singularsys.jep.misc.NullParser
- init(Jep) - Method in class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionFactory
- init(Jep) - Method in class com.singularsys.jep.misc.OneShotComponent
- init(Jep) - Method in class com.singularsys.jep.misc.OperatorAsFunctionGrammarMatcher
- init(Jep) - Method in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctionGrammerMatcher
- init(Jep) - Method in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
- init(Jep) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedBinaryFunction
- init(Jep) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- init(Jep) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- init(Jep) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedUnaryFunction
- init(Jep) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- init(Jep) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableFactory
- init(Jep) - Method in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- init(Jep) - Method in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEvaluator
- init(Jep) - Method in class com.singularsys.jep.NodeFactory
- init(Jep) - Method in class com.singularsys.jep.OperatorTable
- init(Jep) - Method in class com.singularsys.jep.parser.StandardParser
- init(Jep) - Method in class com.singularsys.jep.PrintVisitor
- init(Jep) - Method in class com.singularsys.jep.PrintVisitor.NullPrintVisitor
- init(Jep) - Method in class com.singularsys.jep.reals.RealEvaluator
- init(Jep) - Method in class com.singularsys.jep.reals.RealVariableTable
-
Will add constants if we now have a variable factory.
- init(Jep) - Method in class com.singularsys.jep.standard.DoubleNumberFactory
- init(Jep) - Method in class com.singularsys.jep.standard.FastEvaluator
- init(Jep) - Method in class com.singularsys.jep.standard.StandardEvaluator
- init(Jep) - Method in class com.singularsys.jep.standard.StandardOperatorTable
- init(Jep) - Method in class com.singularsys.jep.standard.StandardVariableTable
-
Will add constants if we now have a variable factory.
- init(Jep) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- init(Jep) - Method in class com.singularsys.jep.VariableFactory
- init(Jep) - Method in class com.singularsys.jep.VariableTable
- init(Jep) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
- init(Jep) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- init(Jep) - Method in class com.singularsys.jep.walkers.PostfixEvaluator
- init(Jep) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
- init(Jep) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- init(Jep) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- init(Jep) - Method in class com.singularsys.jeptests.system.BugsTest.NumberWithUnitTokenMatcher
- init(Jep) - Method in class com.singularsys.jeptests.system.LatexTest.PowerRule
- init(Jep) - Method in class com.singularsys.jeptests.system.ModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactory
- init(Jep) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- init(OperatorTableI) - Method in class com.singularsys.jep.configurableparser.matchers.OperatorTokenMatcher
-
Initializes the
mapandtokensmember from the list of operators in the operator table. - initBigDec() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initBigInt() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initComplex() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initDouble() - Method in class com.singularsys.extexamples.consoles.FieldConsole
-
Initialisation for each field.
- initExactInteger() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initField(FieldConsole.Type) - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initFixed() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.ChainedConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.DJepConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.LambdaConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.MathMLConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.MatrixConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.MrpEvalConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.RpEvalConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.StreamConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.StructuredConsole
- initialise() - Method in class com.singularsys.extexamples.consoles.XJepConsole
- initialise() - Method in class com.singularsys.jepexamples.consoles.BigDecimalConsole
- initialise() - Method in class com.singularsys.jepexamples.consoles.Console
-
sets up all the needed objects.
- initialise() - Method in class com.singularsys.jepexamples.consoles.CPConsole
- initialise() - Method in class com.singularsys.jepexamples.consoles.PostfixEvaluationConsole
- initialise() - Method in class com.singularsys.jepexamples.consoles.PrefixDumperConsole
- initialise() - Method in class com.singularsys.jepexamples.consoles.VectorConsole
- initInteger() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initJep() - Method in class com.singularsys.extexamples.applets.ComplexPlotter
-
Initialize the jep instance
- initJep() - Method in class com.singularsys.extexamples.applets.FieldFunctionPlotter
- initJep() - Method in class com.singularsys.extexamples.applets.ImplicitPlotter
-
Initialise the jep instance
- initJep() - Method in class com.singularsys.jepexamples.applets.FunctionPlotter
-
Initialize the jep instance
- initJep() - Method in class com.singularsys.jepexamples.applets.ParametrisedPlotter
-
Initialize the jep instance
- initJep() - Method in class com.singularsys.jepexamples.applets.PolarPlotter
-
Initialize the jep instance
- initMixed() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initMultiParse(Reader) - Method in class com.singularsys.jep.Jep
-
Initialises the parser with a Reader for parsing with multiple expressions.
- initMultiParse(String) - Method in class com.singularsys.jep.Jep
-
Initialises the parser for parsing a string with multiple expressions.
- initMultiParse(String) - Method in class com.singularsys.jep.misc.parallelparsing.MultipleEquationParsingJep
-
Creates a new
MultipleEquationParserfor the given string. - initNone() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initRational() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- initStandard() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- InnerSig() - Constructor for class com.singularsys.extensions.lambda.Signature.InnerSig
- input_stream - Variable in class com.singularsys.jep.parser.JccParserTokenManager
- inputLoop() - Method in class com.singularsys.jepexamples.consoles.Console
-
The main input loop for interactive operation.
- inputStream - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- insertOperator(int, Operator, Operator) - Method in class com.singularsys.jep.OperatorTable
-
Add an operator with a new precedence level which is lower than the existing op.
- insertOperator(EmptyOperatorTable.OperatorKey, Operator, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Add an operator with a new precedence level which is equal to the existing op.
- insertOperator(Operator, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Add an operator with a new precedence level which is equal to the existing op.
- insertOperator(Operator, Operator) - Method in class com.singularsys.jep.OperatorTable
-
Add an operator which a new precedence level which is lower than the existing op
- instance() - Method in class com.singularsys.jep.misc.MonitoringEvaluator.CountAndTime
- instance_with_null_matrix_factory_fails_with_MatrixFunctions() - Method in class com.singularsys.exttests.MRpeTest
- instance_with_null_matrix_factory_works() - Method in class com.singularsys.exttests.MRpeTest
- instanceOf(BinaryFunction.BiFunctionWithException<Object>) - Static method in class com.singularsys.jep.functions.BinaryFunction
-
Create a BinaryFunction from a lambda expression where arguments can be Objects.
- instanceOf(BinaryFunction.BiFunctionWithException<Object>) - Static method in class com.singularsys.jep.functions.NaryBinaryFunction
-
Create a NaryBinaryFunction from a lambda expression where arguments can be Objects.
- instanceOf(BinaryFunction.BiFunctionWithException<Object>, String) - Static method in class com.singularsys.jep.functions.BinaryFunction
-
Create a BinaryFunction with a given name from a lambda expression where arguments can be Objects.
- instanceOf(BinaryFunction.BiFunctionWithException<Object>, String) - Static method in class com.singularsys.jep.functions.NaryBinaryFunction
-
Create a named NaryBinaryFunction from a lambda expression where arguments can be Objects.
- instanceOf(NullaryFunction.SupplierWithException<Object>) - Static method in class com.singularsys.jep.functions.NullaryFunction
-
Create a NullaryFunction from a lambda expression.
- instanceOf(NullaryFunction.SupplierWithException<Object>, String) - Static method in class com.singularsys.jep.functions.NullaryFunction
-
Create a NullaryFunction from a lambda expression.
- instanceOf(UnaryFunction.FunctionWithException<Object>) - Static method in class com.singularsys.jep.functions.UnaryFunction
-
Create a UnaryFunction from a lambda expression where the argument can be any Object.
- instanceOf(UnaryFunction.FunctionWithException<Object>, String) - Static method in class com.singularsys.jep.functions.UnaryFunction
-
Create a named UnaryFunction from a lambda expression where the argument can be any Object.
- instanceOf(Class<T>, BinaryFunction.BiFunctionWithException<T>) - Static method in class com.singularsys.jep.functions.BinaryFunction
-
Create a BinaryFunction from a lambda expression where both arguments are of a specified type.
- instanceOf(Class<T>, BinaryFunction.BiFunctionWithException<T>) - Static method in class com.singularsys.jep.functions.NaryBinaryFunction
-
Create a NaryBinaryFunction from a lambda expression where both arguments are of a specified type.
- instanceOf(Class<T>, BinaryFunction.BiFunctionWithException<T>, String) - Static method in class com.singularsys.jep.functions.BinaryFunction
-
Create a BinaryFunction from a lambda expression where both arguments are of a specified type.
- instanceOf(Class<T>, BinaryFunction.BiFunctionWithException<T>, String) - Static method in class com.singularsys.jep.functions.NaryBinaryFunction
-
Create a NaryBinaryFunction from a lambda expression where both arguments are of a specified type.
- instanceOf(Class<T>, UnaryFunction.FunctionWithException<T>) - Static method in class com.singularsys.jep.functions.UnaryFunction
-
Create a UnaryFunction from a lambda expression where the argument is of a specified type.
- instanceOf(Class<T>, UnaryFunction.FunctionWithException<T>, String) - Static method in class com.singularsys.jep.functions.UnaryFunction
-
Create a named UnaryFunction from a lambda expression where the argument is of a specified type.
- IntDoubleNumberFactory - Class in com.singularsys.extensions.field.implementations
-
Where possible numbers are converted to Integer otherwise Double.
- IntDoubleNumberFactory() - Constructor for class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
-
Default constructor, "3.0" is parsed as a double.
- IntDoubleNumberFactory(boolean) - Constructor for class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
-
If the aggressive is true then "3.0" and "3e2" are parsed as a integers.
- INTEGER - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- INTEGER_LITERAL - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- Integer_power() - Method in class com.singularsys.exttests.CleanerTest
- Integer_power() - Method in class com.singularsys.exttests.FieldCleanerTest
-
Overridden test, forces exponent to be double value 1.0.
- Integer_power() - Method in class com.singularsys.exttests.matrix.DoubleMatrixFieldCleanerTest
-
Overridden test, forces exponent to be double value 1.0.
- IntegerConvertor - Interface in com.singularsys.extensions.field
-
Defines fields which can convert numbers to or from integers.
- IntegerField - Class in com.singularsys.extensions.field.implementations
-
An integer field where overflows are ignored.
- IntegerField() - Constructor for class com.singularsys.extensions.field.implementations.IntegerField
- IntegerFieldTest - Class in com.singularsys.exttests.field
-
Tests for the
IntegerField. - IntegerFieldTest() - Constructor for class com.singularsys.exttests.field.IntegerFieldTest
- IntegerFunctionTable - Class in com.singularsys.extensions.field.functions
-
Function table for function which work with Integer numbers.
- IntegerFunctionTable(FieldI) - Constructor for class com.singularsys.extensions.field.functions.IntegerFunctionTable
- IntegerFunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.extensions.field.functions.IntegerFunctionTable
- IntegerHandler() - Constructor for class com.singularsys.extensions.mathml.parser.ConstantHandler.IntegerHandler
- IntegerNumberFactory - Class in com.singularsys.extensions.field.implementations
-
Where possible numbers are converted to Integer otherwise Double.
- IntegerNumberFactory() - Constructor for class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- IntegerToBigIntegerDecorator - Class in com.singularsys.extensions.field.implementations
-
A FieldDecorator which converters Integer/Long/Short to BigIntegers on input, and optionally BigIntegers to Integers on output when there is no loss of precision.
- IntegerToBigIntegerDecorator(FieldI) - Constructor for class com.singularsys.extensions.field.implementations.IntegerToBigIntegerDecorator
- IntegerToBigIntegerDecorator(FieldI, boolean) - Constructor for class com.singularsys.extensions.field.implementations.IntegerToBigIntegerDecorator
-
If simplifyResults is true any BigInteger result which can be converted to an integer without loss of precision
- intpower(int, int) - Static method in class com.singularsys.extensions.field.implementations.PowerImplementations
- IntPrimeSuplier() - Constructor for class com.singularsys.exttests.StreamTest.IntPrimeSuplier
- intValue() - Method in class com.singularsys.extensions.field.implementations.Rational
- intValue() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- intValue() - Method in class com.singularsys.extensions.polynomials.PConstant
- intValue() - Method in class com.singularsys.jep.misc.boundvariable.MutableDouble
- intValue() - Method in class com.singularsys.jep.standard.Complex
-
Returns real part.
- intValue() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType.MyNumber
- intValue(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Value of an ASTConstant node cast to an Integer should only be used if isInteger returns true.
- inv(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- inv(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- inv(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixInv
- inv(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- inv(Object) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- inv(Object) - Method in interface com.singularsys.extensions.matrix.MatrixFieldI
-
Returns the inverse of a square matrix.
- INVALID_LEXICAL_STATE - Static variable in exception class com.singularsys.jep.parser.TokenMgrError
-
Tried to change to an invalid lexical state.
- invalidateAll() - Method in class com.singularsys.extensions.djep.DVariable
-
makes value and values of all derivatives invalid.
- invert() - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- invert() - Method in class com.singularsys.extensions.polynomials.Monomial
- invert() - Method in class com.singularsys.extensions.polynomials.PConstant
- invert() - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
inverts node i.e. 1/x
- invM(MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Finds the inverse of a matrix.
- invM(M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Finds the inverse of a matrix.
- invMat(GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- is0D() - Method in class com.singularsys.extensions.matrix.Dimensions
-
Is it 0D, ie a simple number.
- is1D() - Method in class com.singularsys.extensions.matrix.Dimensions
-
Is it 1D, ie a vector [1,2,3].
- is2D() - Method in class com.singularsys.extensions.matrix.Dimensions
-
Is it 2D, ie a matrix [[1,2,3],[4,5,6]].
- isAllowComplexResults() - Method in class com.singularsys.jep.functions.Power
-
Whether complex results are allowed for number arguments.
- isAllowNumbers() - Method in class com.singularsys.jep.functions.LazyLogical
-
Returns whether numbers are treated as booleans
- isAssociative() - Method in class com.singularsys.jep.Operator
-
Is the operator associative?
- isBinary() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- isBinary() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isBinary() - Method in class com.singularsys.jep.Operator
-
Is the operator a binary operator, like
x+y? - isBinaryOperator(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Returns true if node represents a binary operator
- iscdf(double) - Static method in class com.singularsys.extensions.statistical.distributions.NormalInverse
- isComment() - Method in class com.singularsys.jep.configurableparser.tokens.CommentToken
- isComment() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isCommutative() - Method in class com.singularsys.jep.Operator
-
Is the operator commutative, like
x+y = y+x. - isComplex(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is an ASTConstant of type Complex
- isComplexVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being complex.
- isComposite() - Method in class com.singularsys.jep.Operator
-
Is the operator composite operator like
a-bwhich can be treated asa+(-b). - isConstant() - Method in class com.singularsys.jep.Variable
-
Returns true if the variable is a constant.
- isConstant(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is an ASTConstant
- isConstantVar(XVariable) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
- isConstantVariable(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is an ASTVarNode with a constant variable
- isDistributiveOver(Operator) - Method in class com.singularsys.jep.Operator
-
Returns whether this operator is distributive over another operator.
- isEmpty() - Method in class com.singularsys.jep.FunctionTable
- isEmpty() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- isEmpty() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- isEmpty() - Method in class com.singularsys.jep.VariableTable
-
Returns true if the table is empty.
- isEquivalence() - Method in class com.singularsys.jep.Operator
-
Is the operator an equivalence relation, i.e. it is reflexive, symmetric and transitive.
- isForce() - Method in class com.singularsys.extensions.xjep.XEvaluator
-
Whether to force re-evaluation of sub-equations.
- isForce() - Method in class com.singularsys.extensions.xjep.XMonitoringEvaluator
-
Whether to force re-evaluation of sub-equations.
- isFunction() - Method in class com.singularsys.jep.configurableparser.tokens.FunctionToken
- isFunction() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isFunction(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is an ASTFunNode
- isHasDefault() - Method in class com.singularsys.jep.misc.functions.Case
-
Whether a default value is set
- isHasDefault() - Method in class com.singularsys.jep.misc.functions.CaseNonLazy
-
Whether a default value is set
- isIdentifier() - Method in class com.singularsys.jep.configurableparser.tokens.IdentifierToken
- isIdentifier() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isImplicitMulRhs() - Method in class com.singularsys.jep.configurableparser.tokens.FunctionToken
-
Whether identifies can appear on the rhs of implicit multiplication '2 x'.
- isImplicitMulRhs() - Method in class com.singularsys.jep.configurableparser.tokens.IdentifierToken
-
Whether identifies can appear on the rhs of implicit multiplication '2 x'.
- isImplicitMulRhs() - Method in class com.singularsys.jep.configurableparser.tokens.NumberToken
-
Whether numbers can appear on the rhs of implicit multiplication 'x 2'.
- isImplicitMulRhs() - Method in class com.singularsys.jep.configurableparser.tokens.SymbolToken
- isImplicitMulRhs() - Method in class com.singularsys.jep.configurableparser.tokens.Token
-
Whether the token can appear on the right-hand side of implicit multiplication '2 x'.
- isInfinite() - Method in class com.singularsys.jep.standard.Complex
-
Returns
trueif either the real or imaginary component of thisComplexis an infinite value. - IsInfinite - Class in com.singularsys.jep.misc.functions
-
Tests if a double value is infinite.
- IsInfinite() - Constructor for class com.singularsys.jep.misc.functions.IsInfinite
- isInfinity() - Method in class com.singularsys.extensions.polynomials.PConstant
- isInfinity(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is a ASTConstant with a Infinite component
- isInfinityVal(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Uses a field to test for a value equals +/- infinity Some fields may not have infinite values
- isInfinityVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being infinite.
- isInMathTag() - Method in class com.singularsys.extensions.mathml.parser.MathTagHandler
- isInteger() - Method in class com.singularsys.extensions.polynomials.PConstant
- isInteger(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
return true is the node is an ASTConstant with a value which is integral like 1.0.
- isInteger(Object) - Method in class com.singularsys.extensions.mathml.builder.NumberBuilder
-
Test if a number is an integer.
- isIntegerVal(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Uses the
IntegerConvertorinterface of a field to test for integer values. - isIntegerVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being an integer.
- isLeftBinding() - Method in class com.singularsys.jep.Operator
-
Is the operator left binding?
- isMatrix(Node) - Method in class com.singularsys.extensions.mathml.builder.ListBuilder
- isMinusOne() - Method in class com.singularsys.extensions.polynomials.PConstant
- isMinusOne(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is a ASTConstant with value Double(-1) or Complex(-1,0)
- isMinusOneVal(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Uses a field to test for -1
- isMinusOneVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being minus one.
- isNan() - Method in class com.singularsys.extensions.polynomials.PConstant
- isNaN() - Method in class com.singularsys.jep.standard.Complex
-
Returns
trueif either the real or imaginary component of thisComplexis a Not-a-Number (NaN) value. - isNaN(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is a ASTConstant with a NaN component
- IsNaN - Class in com.singularsys.jep.misc.functions
-
Tests if a double value is NaN.
- IsNaN() - Constructor for class com.singularsys.jep.misc.functions.IsNaN
- isNaNVal(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Uses a field to test for a NaN value Some fields may not have NaN values
- isNaNVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being NaN.
- isNary() - Method in class com.singularsys.jep.Operator
-
Is the operator a n-ary operator?
- isNegative() - Method in class com.singularsys.extensions.polynomials.PConstant
- isNegative(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is an ASTConstant with a negative value
TreeUtils.isNegativeVal(Object) - isNegativeVal(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Uses a field to test for negative values
- isNegativeVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being negative.
- IsNull - Class in com.singularsys.jep.misc.functions
-
Tests if a null value is encountered.
- IsNull() - Constructor for class com.singularsys.jep.misc.functions.IsNull
- isNumber() - Method in class com.singularsys.jep.configurableparser.tokens.NumberToken
- isNumber() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isOne() - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- isOne() - Method in class com.singularsys.extensions.polynomials.PConstant
- isOne() - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
True if node represents one
- isOne(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is a ASTConstant with value Double(1) or Complex(1,0)
- isOneVal(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Uses a field to test for a value equals one
- isOneVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being one.
- isOperator() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- isOperator() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isOperator(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is an ASTOpNode
- isPositive() - Method in class com.singularsys.extensions.polynomials.PConstant
- isPositive(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is an ASTConstant with a positive Number value
- isPositiveVal(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Uses a field to test for a positive value
- isPositiveVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being positive.
- isPrefix() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- isPrefix() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isPrefix() - Method in class com.singularsys.jep.Operator
-
Is the operator a prefix operator like -x?
- isPrependMathMLEntities() - Method in class com.singularsys.extensions.mathml.MathMLContentParser
- isReal(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is a ASTConstant with Number value
- isRealVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
- isReflexive() - Method in class com.singularsys.jep.Operator
-
Is the operator reflexive, like
a==a? - isRhsImpMul() - Method in class com.singularsys.jep.configurableparser.tokens.SymbolToken
- isRightBinding() - Method in class com.singularsys.jep.Operator
-
Is the operator right binding?
- isSelfInverse() - Method in class com.singularsys.jep.Operator
-
Is the operator self inverse like
-(-x)or!(!x)? - isSimple() - Method in class com.singularsys.extensions.lambda.Signature
-
Simple signatures like
xor[x,y,z] - isSimple() - Method in class com.singularsys.extensions.lambda.Signature.ListSig
- isSimple() - Method in class com.singularsys.extensions.lambda.Signature.Pat
- isSimple() - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- isSimple() - Method in class com.singularsys.extensions.lambda.Signature.Vbl
- isString() - Method in class com.singularsys.jep.configurableparser.tokens.StringToken
- isString() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isSuffix() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- isSuffix() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isSuffix() - Method in class com.singularsys.jep.Operator
-
Is the operator a suffix operator like x%?
- isSymbol() - Method in class com.singularsys.jep.configurableparser.tokens.SymbolToken
- isSymbol() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isSymmetric() - Method in class com.singularsys.jep.Operator
-
Is the operator symmetric, like
a!=bimpliesb!=a? - isTerminal() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isTernary() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- isTernary() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isTernary() - Method in class com.singularsys.jep.Operator
-
Is the operator a ternary operator like a>b ?
- isTransitive() - Method in class com.singularsys.jep.Operator
-
Is the operator transitive, like
a>bandb>cimpliesa>c? - isTrapInfinity() - Method in class com.singularsys.jep.standard.FastEvaluator
- isTrapInfinity() - Method in class com.singularsys.jep.standard.StandardEvaluator
- isTrapInfinity() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- isTrapInfinity() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- isTrapInfinity() - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- isTrapNaN() - Method in class com.singularsys.jep.standard.FastEvaluator
- isTrapNaN() - Method in class com.singularsys.jep.standard.StandardEvaluator
- isTrapNaN() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- isTrapNaN() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- isTrapNaN() - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- isTrapNullValues() - Method in class com.singularsys.jep.standard.FastEvaluator
-
Whether null values for variables are trapped.
- isTrapNullValues() - Method in class com.singularsys.jep.standard.StandardEvaluator
-
Whether null values for variables are trapped.
- isTrapNullValues() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
-
Whether null values for variables are trapped.
- isTrapNullValues() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
-
Whether null values for variables are trapped.
- isTrapNullValues() - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
-
Whether null values for variables are trapped.
- isTrapUnsetValues() - Method in class com.singularsys.jep.standard.FastEvaluator
-
Whether variables with unset values are trapped.
- isTrapUnsetValues() - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
-
Whether variables with unset values are trapped.
- isTrapUnsetValues() - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
-
Whether variables with unset values are trapped.
- isTreatBooleansAsDouble() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- isTreatBooleansAsDouble() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- IsType - Class in com.singularsys.jep.misc.functions
-
Tests if a value is an instance of a specified type.
- IsType(Class<?>) - Constructor for class com.singularsys.jep.misc.functions.IsType
- isUnary() - Method in class com.singularsys.jep.Operator
-
Is the operator a unary operator, like
-x? - isUnaryOperator(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Returns true if node represents a unary operator
- isUseEquation() - Method in class com.singularsys.extensions.xjep.XAssign
-
Whether equations are used.
- isUseMatrixVector() - Method in class com.singularsys.extensions.mathml.builder.ListBuilder
- isVariable(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is an ASTVarNode
- isVector(Node) - Method in class com.singularsys.extensions.mathml.builder.ListBuilder
- isWhiteSpace() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- isWhiteSpace() - Method in class com.singularsys.jep.configurableparser.tokens.WhiteSpaceToken
- isZero() - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- isZero() - Method in class com.singularsys.extensions.polynomials.PConstant
- isZero() - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
True if node represents zero
- isZero(Node) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
returns true if node is a ASTConstant with value Double(0) or Complex(0,0)
- isZeroVal(Object) - Method in class com.singularsys.extensions.xjep.FieldTreeUtils
-
Uses a field to test for a value equals zero
- isZeroVal(Object) - Method in class com.singularsys.extensions.xjep.TreeUtils
-
Test a value for being zero.
- it - Variable in class com.singularsys.extensions.structure.StructuredGrammarParser
- it - Variable in class com.singularsys.jep.configurableparser.ShuntingYard
- Iterate - Class in com.singularsys.extensions.lambda
-
Generate a sequence using iteration
iterate(first_value, iteration_lambda_function, limit_lambda_function)For example the following generate the even number from 4 to 20. - Iterate() - Constructor for class com.singularsys.extensions.lambda.Iterate
- iterate_produces_a_geometric_sequence() - Method in class com.singularsys.exttests.LambdaFunTest
- iterator() - Method in class com.singularsys.extensions.lambda.MatrixListProcessor.MatrixColsIterable
- iterator() - Method in class com.singularsys.extensions.lambda.MatrixListProcessor.MatrixRowsIterable
- iterator() - Method in class com.singularsys.extensions.lambda.PaddingListProcessor.MatrixIterable
- iterator() - Method in class com.singularsys.extensions.lambda.PaddingListProcessor.VectorIterable
- iterator() - Method in interface com.singularsys.extensions.matrix.VectorI
- iterator() - Method in class com.singularsys.extexamples.consoles.StreamConsole.PrimeSuplier
- iterator() - Method in class com.singularsys.exttests.autogen.StreamedConfigTest.BigIntPrimeSuplier
- iterator() - Method in class com.singularsys.exttests.autogen.StreamedConfigTest.BigIntProbablePrimeSuplier
- iterator() - Method in class com.singularsys.exttests.autogen.StreamedConfigTest.PrimeSuplier
- iterator() - Method in class com.singularsys.exttests.StreamTest.BigIntPrimeSuplier
- iterator() - Method in class com.singularsys.exttests.StreamTest.BigIntProbablePrimeSuplier
- iterator() - Method in class com.singularsys.exttests.StreamTest.IntPrimeSuplier
- iterator() - Method in class com.singularsys.exttests.StreamTest.PrimeSuplier
- iterator() - Method in class com.singularsys.exttests.StreamTest.SimpleBigIntPrimeSuplier
- iterator() - Method in class com.singularsys.jep.walkers.SerializableExpression
-
Returns an iterator for the reverse polish representation of the expression.
J
- j - Variable in class com.singularsys.jep.NodeFactory
- JavaForRule - Class in com.singularsys.extensions.structure
-
Parses a java-style for loop
for(i=0;i<10;++i) x+=i;. - JavaForRule(SymbolToken, SymbolToken, GrammaticalRuleI, SymbolToken, SymbolToken, GrammaticalRuleI) - Constructor for class com.singularsys.extensions.structure.JavaForRule
-
Constructor.
- javaIdentifierMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.IdentifierTokenMatcher
-
Matches java rules for identifiers.
- JavaIfRule - Class in com.singularsys.extensions.structure
-
Parse a java style if statement:
if(expr) statement [ else statement ] - JavaIfRule(SymbolToken, SymbolToken, GrammaticalRuleI, SymbolToken, GrammaticalRuleI, SymbolToken) - Constructor for class com.singularsys.extensions.structure.JavaIfRule
- JavaOperatorTable - Class in com.singularsys.jep.misc.javaops
-
An operator table which supports most of the operators which appear in Java.
- JavaOperatorTable() - Constructor for class com.singularsys.jep.misc.javaops.JavaOperatorTable
-
A JavaOperatorTable with power represented as ** and xor as ^.
- JavaOperatorTable(OperatorTable2, String, String) - Constructor for class com.singularsys.jep.misc.javaops.JavaOperatorTable
-
A decorator constructor.
- JavaOperatorTable(String) - Constructor for class com.singularsys.jep.misc.javaops.JavaOperatorTable
-
A JavaOperatorTable with xor represented as ^ and power as the argument.
- JavaOperatorTable(String, String) - Constructor for class com.singularsys.jep.misc.javaops.JavaOperatorTable
-
A JavaOperatorTable with power and xor represented by the arguments
- JavaOperatorTable(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.misc.javaops.JavaOperatorTable
- JavaOperatorTable.JavaOperators - Enum Class in com.singularsys.jep.misc.javaops
-
Keys to identify the Java operators.
- JavaWhileRule - Class in com.singularsys.extensions.structure
-
Parse a Java-style while loop
while(x<10) x=x+1; - JavaWhileRule(SymbolToken, SymbolToken, GrammaticalRuleI, SymbolToken, GrammaticalRuleI) - Constructor for class com.singularsys.extensions.structure.JavaWhileRule
- JccArrayAccessGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches syntax for array element access
v[3], the node tree produced by this matcher matches those produced by the standard JepJccParser. - JccArrayAccessGrammarMatcher(SymbolToken, SymbolToken) - Constructor for class com.singularsys.jep.configurableparser.matchers.JccArrayAccessGrammarMatcher
-
Construct a matcher for array access.
- JccParser - Class in com.singularsys.jep.parser
- JccParser(CharStream) - Constructor for class com.singularsys.jep.parser.JccParser
-
Constructor with user supplied CharStream.
- JccParser(JccParserTokenManager) - Constructor for class com.singularsys.jep.parser.JccParser
-
Constructor with generated Token Manager.
- JccParserConstants - Interface in com.singularsys.jep.parser
-
Token literal values and constants.
- JccParserTokenManager - Class in com.singularsys.jep.parser
-
Token Manager.
- JccParserTokenManager(CharStream) - Constructor for class com.singularsys.jep.parser.JccParserTokenManager
-
Constructor.
- JccParserTokenManager(CharStream, int) - Constructor for class com.singularsys.jep.parser.JccParserTokenManager
-
Constructor.
- JccParserTreeConstants - Interface in com.singularsys.jep.parser
- jccpe - Variable in exception class com.singularsys.jep.ParseException
- jep - Variable in class com.singularsys.extensions.fastreal.AbstractEval
- jep - Variable in class com.singularsys.extensions.lambda.Define
- jep - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- jep - Variable in class com.singularsys.extensions.mathml.parser.AbstractHandler
- jep - Variable in class com.singularsys.extensions.matrix.DimensionVisitor
- jep - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- jep - Variable in class com.singularsys.extensions.rewrite.AbstractRewrite
-
A reference to main XJep object.
- jep - Variable in class com.singularsys.extexamples.applets.ComplexCanvas
-
Math parser
- jep - Variable in class com.singularsys.extexamples.applets.ComplexPlotter
- jep - Variable in class com.singularsys.extexamples.applets.ContourCanvas
-
Math parser
- jep - Variable in class com.singularsys.extexamples.applets.ImplicitCanvas
-
Math parser
- jep - Variable in class com.singularsys.extexamples.applets.ImplicitPlotter
- jep - Variable in class com.singularsys.exttests.autogen.LambdaDocTest
- jep - Variable in class com.singularsys.exttests.CleanerTest
- jep - Variable in class com.singularsys.exttests.LambdaFunTest
- jep - Variable in class com.singularsys.exttests.matrix.DimensionVisitorTest
- jep - Variable in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
The main Jep instance
- jep - Variable in class com.singularsys.exttests.polynomial.LexComparatorTest
- jep - Variable in class com.singularsys.exttests.PolynomialCreatorTest
- jep - Variable in class com.singularsys.exttests.StatisticalTest
- jep - Variable in class com.singularsys.exttests.StreamTest
- jep - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- jep - Variable in class com.singularsys.jep.configurableparser.ShuntingYard
- jep - Variable in class com.singularsys.jep.misc.MacroFunction
- jep - Variable in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEvaluator
- jep - Variable in class com.singularsys.jep.walkers.DoNothingVisitor
-
Jep instance
- jep - Variable in class com.singularsys.jepexamples.applets.FunctionCanvas
-
Math parser
- jep - Variable in class com.singularsys.jepexamples.applets.FunctionPlotter
- jep - Variable in class com.singularsys.jepexamples.applets.ParametrisedCanvas
-
Math parser
- jep - Variable in class com.singularsys.jepexamples.applets.ParametrisedPlotter
- jep - Variable in class com.singularsys.jepexamples.applets.PolarPlotter
- jep - Variable in class com.singularsys.jepexamples.consoles.Console
-
Main Jep object
- jep - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
- jep - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
- jep - Variable in class com.singularsys.jeptests.system.JepTest
-
The parser
- jep - Variable in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- Jep - Class in com.singularsys.jep
-
The Jep class is the main interface with which the user should interact.
- Jep() - Constructor for class com.singularsys.jep.Jep
-
Creates a new Jep instance using the standard components with default settings.
- Jep(ComponentSet) - Constructor for class com.singularsys.jep.Jep
-
Creates a new Jep instance with a specific component set.
- Jep(JepComponent...) - Constructor for class com.singularsys.jep.Jep
-
Creates a new Jep instance with a set of components.
- JepComponent - Interface in com.singularsys.jep
-
Base interface for all Jep components (parsers, evaluators etc).
- JepConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfig
- JepConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfig
- JepConfig3_4(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfig3_4
- JepConfig3_4(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfig3_4
- JepConfig3_5(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfig3_5
- JepConfig3_5(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfig3_5
- JepConfig3_5NC(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfig3_5NC
- JepConfig3_5NC(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfig3_5NC
- JepConfigNoChecks(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.JepConfigNoChecks
- JepConfigNoChecks(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.JepConfigNoChecks
- JepException - Exception Class in com.singularsys.jep
-
Super class of all Jep specific exceptions.
- JepException() - Constructor for exception class com.singularsys.jep.JepException
- JepException(String) - Constructor for exception class com.singularsys.jep.JepException
- JepException(String, Throwable) - Constructor for exception class com.singularsys.jep.JepException
- JepException(Throwable) - Constructor for exception class com.singularsys.jep.JepException
- JepJavaCharStream - Class in com.singularsys.jep.parser
-
Customised version of the JavaCharStream.
- JepJavaCharStream(InputStream) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepJavaCharStream(InputStream, int, int) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepJavaCharStream(InputStream, int, int, int) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepJavaCharStream(InputStream, String) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepJavaCharStream(InputStream, String, int, int) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepJavaCharStream(InputStream, String, int, int, int) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepJavaCharStream(Reader) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepJavaCharStream(Reader, int, int) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepJavaCharStream(Reader, int, int, int) - Constructor for class com.singularsys.jep.parser.JepJavaCharStream
-
Constructor.
- JepMessages - Class in com.singularsys.jep
-
Class to handle externalisation of error messages.
- jepNodesAsArray(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
-
Convert those children which are nodes to a list, other nodes are ignored.
- jepNodesToFlatArray(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
-
Convert those children which are nodes or arrays of nodes to a list.
- jepNodesToFlatList(StackFrame) - Method in class com.singularsys.extensions.mathml.parser.AbstractHandler
- JepOutputStream() - Constructor for class com.singularsys.jepexamples.consoles.Console.JepOutputStream
- JepPrintStream() - Constructor for class com.singularsys.jepexamples.consoles.Console.JepPrintStream
- JepRuntimeException - Exception Class in com.singularsys.jep
-
A RuntimeException which wraps a JepException for use in cases where throwing a JepException is not possible.
- JepRuntimeException(JepException) - Constructor for exception class com.singularsys.jep.JepRuntimeException
-
Construction
- JepTest - Class in com.singularsys.jeptests.system
-
Tests various functions on the Jep class.
- JepTest() - Constructor for class com.singularsys.jeptests.system.JepTest
- JepTest.AddFractionsNary - Class in com.singularsys.jeptests.system
-
NaryFunction to add fractions
- JepTest.AddFractionsStack - Class in com.singularsys.jeptests.system
-
Function to add fractions using a stack
- JepTest.Diff - Class in com.singularsys.jeptests.system
-
Function for diference of two variables.
- JepTest.MyBinary - Class in com.singularsys.jeptests.system
-
A binary function
- JepTest.MyNary - Class in com.singularsys.jeptests.system
-
An Nary function
- JepTest.MyNaryBinary - Class in com.singularsys.jeptests.system
-
An NaryBinary function
- JepTest.MyNullary - Class in com.singularsys.jeptests.system
-
A nullary functions
- JepTest.MyUnary - Class in com.singularsys.jeptests.system
-
A unary function
- JepTest.PiFun - Class in com.singularsys.jeptests.system
-
Real nullay function
- JepTest.Product - Class in com.singularsys.jeptests.system
-
Product of values
- JepTest.Square - Class in com.singularsys.jeptests.system
-
Square of value
- JepTestWithCustomNumberType - Class in com.singularsys.jeptests.system
-
JepTests using a ccustom number type.
- JepTestWithCustomNumberType() - Constructor for class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- JepTestWithCustomNumberType.MyNumber - Class in com.singularsys.jeptests.system
-
A custom number type, simple wrapps a double.
- jepToXmlTest(String, Node, String) - Method in class com.singularsys.exttests.MathMLTest
- jepToXmlTest(String, String) - Method in class com.singularsys.exttests.MathMLTest
- JepUnitTest - Class in com.singularsys.jeptests.unit
-
Unit tests for the main
Jepclass. - JepUnitTest() - Constructor for class com.singularsys.jeptests.unit.JepUnitTest
- jj_nt - Variable in class com.singularsys.jep.parser.JccParser
-
Next token.
- jjFillToken() - Method in class com.singularsys.jep.parser.JccParserTokenManager
- jjnewLexState - Static variable in class com.singularsys.jep.parser.JccParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class com.singularsys.jep.parser.JccParserTokenManager
-
Token literal values.
- jjtAccept(ParserVisitor, Object) - Method in class com.singularsys.jep.parser.ASTConstant
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - Method in class com.singularsys.jep.parser.ASTFunNode
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - Method in class com.singularsys.jep.parser.ASTOpNode
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - Method in class com.singularsys.jep.parser.ASTVarNode
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - Method in interface com.singularsys.jep.parser.Node
-
Accept the visitor.
- jjtAccept(ParserVisitor, Object) - Method in class com.singularsys.jep.parser.SimpleNode
-
Accept the visitor.
- jjtAddChild(Node, int) - Method in interface com.singularsys.jep.parser.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class com.singularsys.jep.parser.SimpleNode
- jjtClose() - Method in interface com.singularsys.jep.parser.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class com.singularsys.jep.parser.SimpleNode
- JJTCONSTANT - Static variable in interface com.singularsys.jep.parser.JccParserTreeConstants
- JJTFUNNODE - Static variable in interface com.singularsys.jep.parser.JccParserTreeConstants
- jjtGetChild(int) - Method in interface com.singularsys.jep.parser.Node
-
This method returns a child node.
- jjtGetChild(int) - Method in class com.singularsys.jep.parser.SimpleNode
- jjtGetNumChildren() - Method in interface com.singularsys.jep.parser.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - Method in class com.singularsys.jep.parser.SimpleNode
- jjtGetParent() - Method in interface com.singularsys.jep.parser.Node
-
Gets the parent node
- jjtGetParent() - Method in class com.singularsys.jep.parser.SimpleNode
- JJTJccParserState - Class in com.singularsys.jep.parser
- JJTJccParserState() - Constructor for class com.singularsys.jep.parser.JJTJccParserState
- jjtNodeName - Static variable in interface com.singularsys.jep.parser.JccParserTreeConstants
- jjtOpen() - Method in interface com.singularsys.jep.parser.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class com.singularsys.jep.parser.SimpleNode
- JJTOPNODE - Static variable in interface com.singularsys.jep.parser.JccParserTreeConstants
- jjtree - Variable in class com.singularsys.jep.parser.JccParser
- jjtSetParent(Node) - Method in interface com.singularsys.jep.parser.Node
-
Sets the parent node.
- jjtSetParent(Node) - Method in class com.singularsys.jep.parser.SimpleNode
- JJTSTART - Static variable in interface com.singularsys.jep.parser.JccParserTreeConstants
- JJTVARNODE - Static variable in interface com.singularsys.jep.parser.JccParserTreeConstants
- JJTVOID - Static variable in interface com.singularsys.jep.parser.JccParserTreeConstants
- justifiedCallTable() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Print the call table sizing columns to fit
- justifiedCallTree() - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Print the call tree sizing columns to fit
K
- keep_a_second_variable_table_updated() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- keep_a_second_variable_table_updated_in_a_separate_thread() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- keep_a_second_variable_table_updated_in_current_thread_publisher() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- key - Variable in class com.singularsys.jep.Operator
-
Key used to identify the operator in the operator table Access level changed to protected in version 3.5
- key() - Method in record class com.singularsys.jep.misc.dictionary.MapPfmc.Entry
-
Returns the value of the
keyrecord component. - key() - Method in record class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests.KeyValue
-
Returns the value of the
keyrecord component. - keyPressed(KeyEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- keyReleased(KeyEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- keys - Variable in class com.singularsys.jep.parser.SimpleNode
- keys - Variable in class com.singularsys.jep.Variable
- Keys - Class in com.singularsys.jep.misc.dictionary
-
Return the keys of a map a nested list of key-value pairs.
- Keys() - Constructor for class com.singularsys.jep.misc.dictionary.Keys
- keySet() - Method in class com.singularsys.jep.EmptyOperatorTable
- keySet() - Method in class com.singularsys.jep.FunctionTable
- keySet() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- keySet() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- keySet() - Method in class com.singularsys.jep.VariableTable
-
Returns the names of all the variables.
- KeysIterable - Class in com.singularsys.jep.misc.dictionary
-
Return an
Iterable<Object>for the keys of a map. - KeysIterable() - Constructor for class com.singularsys.jep.misc.dictionary.KeysIterable
-
Constructor
- keyTyped(KeyEvent) - Method in class com.singularsys.extexamples.applets.ImplicitCanvas
- keyTyped(KeyEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- keyVals - Variable in class com.singularsys.jep.Variable
- KeyValue(Object, Object) - Constructor for record class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests.KeyValue
-
Creates an instance of a
KeyValuerecord class. - kind - Variable in class com.singularsys.jep.parser.Token
-
An integer that describes the kind of this token.
- KnownConstantHandler() - Constructor for class com.singularsys.extensions.mathml.parser.ConstantHandler.KnownConstantHandler
L
- l - Variable in class com.singularsys.extexamples.applets.Bern1D.BinBern
- labelColor - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Color for labels
- labelFont - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
- LAMBDA_DEF - Enum constant in enum class com.singularsys.extensions.lambda.LambdaOperatorTable.LambdaOperators
- LambdaConsole - Class in com.singularsys.extexamples.consoles
-
A console application illustrating the use of lambda functions in the
com.singularsys.extensions.lambdapackage. - LambdaConsole() - Constructor for class com.singularsys.extexamples.consoles.LambdaConsole
- LambdaConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
LambdaConsoleapplication. - LambdaConsoleTest() - Constructor for class com.singularsys.exttests.examples.LambdaConsoleTest
- LambdaCount - Class in com.singularsys.extensions.lambda
-
Count the number of elements in a list
- LambdaCount() - Constructor for class com.singularsys.extensions.lambda.LambdaCount
- LambdaDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from lambda.html
- LambdaDocTest() - Constructor for class com.singularsys.exttests.autogen.LambdaDocTest
- LambdaFunction - Class in com.singularsys.extensions.lambda
-
PostfixMathCommand representing a lambda functions.
- LambdaFunction(String, String[], String, Node, Signature) - Constructor for class com.singularsys.extensions.lambda.LambdaFunction
-
Create a lambda function from a node tree.
- LambdaFunctionSet - Class in com.singularsys.extensions.lambda
-
Adds list processing and higher order functions.
- LambdaFunctionSet() - Constructor for class com.singularsys.extensions.lambda.LambdaFunctionSet
-
Creates a set of higher order functions.
- LambdaFunctionSet(FieldI) - Constructor for class com.singularsys.extensions.lambda.LambdaFunctionSet
-
Creates a set of higher order functions for a specific field.
- LambdaFunGenerator - Class in com.singularsys.extensions.lambda
-
Jep Function that generates a
LambdaFunction. - LambdaFunGenerator() - Constructor for class com.singularsys.extensions.lambda.LambdaFunGenerator
- LambdaFunTest - Class in com.singularsys.exttests
-
Tests for lambda package.
- LambdaFunTest() - Constructor for class com.singularsys.exttests.LambdaFunTest
- LambdaFunTest.ComplexFieldTests - Class in com.singularsys.exttests
-
Tests using a complex field
- LambdaFunTest.RationalFieldTests - Class in com.singularsys.exttests
-
Tests using a rational field
- LambdaMap - Class in com.singularsys.extensions.lambda
-
Apply a lambda function to a list of arguments returning a list
- LambdaMap() - Constructor for class com.singularsys.extensions.lambda.LambdaMap
- lambdaOp - Variable in class com.singularsys.exttests.LambdaFunTest
- LambdaOperatorTable - Class in com.singularsys.extensions.lambda
-
An OperatorTable that defines the lambda definition operator
x => x^2, the optional range operator[1..5], the optinal send to operatorx^2 -> y, and optional ternary operatorcode ? x : y. - LambdaOperatorTable(OperatorTable2, String, String, String, boolean) - Constructor for class com.singularsys.extensions.lambda.LambdaOperatorTable
-
A decorator constructor.
- LambdaOperatorTable(OperatorTable2, String, String, String, boolean, FieldI) - Constructor for class com.singularsys.extensions.lambda.LambdaOperatorTable
-
A decorator constructor with a specified field.
- LambdaOperatorTable(String, String, String, boolean) - Constructor for class com.singularsys.extensions.lambda.LambdaOperatorTable
-
Constructor with specified symbols.
- LambdaOperatorTable(String, String, String, boolean, FieldI) - Constructor for class com.singularsys.extensions.lambda.LambdaOperatorTable
-
Constructor with specified symbols using a given field.
- LambdaOperatorTable(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.extensions.lambda.LambdaOperatorTable
- LambdaOperatorTable.LambdaOperators - Enum Class in com.singularsys.extensions.lambda
-
Keys to identify the lambda operators.
- LambdaRange - Class in com.singularsys.extensions.lambda
-
A function which returns an increasing sequence of all the items between the end points inclusive.
- LambdaRange() - Constructor for class com.singularsys.extensions.lambda.LambdaRange
- LambdaSetupTest - Class in com.singularsys.exttests.autogen
-
Test generated from lambda.html
- LambdaSetupTest() - Constructor for class com.singularsys.exttests.autogen.LambdaSetupTest
- LambdaSimpleTest - Class in com.singularsys.exttests.autogen
-
Test generated from lambda.html
- LambdaSimpleTest() - Constructor for class com.singularsys.exttests.autogen.LambdaSimpleTest
- Last - Class in com.singularsys.extensions.lambda
-
Finds the last element in a list.
- Last() - Constructor for class com.singularsys.extensions.lambda.Last
- lastpos - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
- lastRootNode - Variable in class com.singularsys.jep.Jep
-
Root node of the last parsed expression
- LatexTest - Class in com.singularsys.jeptests.system
-
Tests printing is psudo latex syntax.
- LatexTest() - Constructor for class com.singularsys.jeptests.system.LatexTest
- LatexTest.AbsRule - Class in com.singularsys.jeptests.system
- LatexTest.FracRule - Class in com.singularsys.jeptests.system
- LatexTest.FunctionWithOptionalBrackets - Class in com.singularsys.jeptests.system
-
Prints a function with optional brackets.
- LatexTest.PowerRule - Class in com.singularsys.jeptests.system
- LatexTest.SqrtRule - Class in com.singularsys.jeptests.system
- LazyLogical - Class in com.singularsys.jep.functions
-
A version of the logical operators which use lazy evaluation.
- LazyLogical(int) - Constructor for class com.singularsys.jep.functions.LazyLogical
-
Standard constructor, non-zero Numbers will be treated as true and zero Numbers as false.
- LazyLogical(int, boolean) - Constructor for class com.singularsys.jep.functions.LazyLogical
-
Constructor which restricts type of arguments.
- lb - Variable in class com.singularsys.extexamples.applets.Bern2D.QuadBern
- LBracket - Variable in class com.singularsys.jep.PrintVisitor
- le(Object, Object) - Method in class com.singularsys.extensions.field.AbstractComparativeField
- le(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- le(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Less than or equals to
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
-
Not implemented for this field.
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
-
Not implemented for this field.
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
-
Comparison when both arguments are Complex numbers with zero imaginary components
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ModulusField
-
Not implemented for this field.
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- le(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- le(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- le(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- le(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixCmp
- le(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- le(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- le(Object, Object) - Method in class com.singularsys.jep.functions.Comparative
- LE - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- LE - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- LE - Static variable in class com.singularsys.jep.functions.Comparative
- LE - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- leEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- leEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- leEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- leEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- leEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- leEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- leEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- leEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- leEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- Left - Class in com.singularsys.jep.functions.strings
-
Extract the left most n characters from a string: left("abcdefg",2) -> "ab" If n is greater than the length of the string return the full string. If n is less than zero an EvaluationException is thrown. If the first argument is not a string an EvaluationException is thrown. If the second argument is not a number representing an integer an EvaluationException is thrown.
- Left() - Constructor for class com.singularsys.jep.functions.strings.Left
- LEFT - Static variable in class com.singularsys.jep.Operator
-
Left binding like +: 1+2+3 -> (1+2)+3
- Length - Class in com.singularsys.jep.functions.strings
-
Returns the length of a string: len("hello") -> 5
- Length() - Constructor for class com.singularsys.jep.functions.strings.Length
- LETTER1 - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- LETTER2 - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- lex - Variable in class com.singularsys.exttests.polynomial.LexComparatorTest
- LexComparator - Class in com.singularsys.extensions.polynomials.comparators
-
Lexical Order comparator.
- LexComparator(PolynomialCreator) - Constructor for class com.singularsys.extensions.polynomials.comparators.LexComparator
-
Constructor using alphabetical orders for variables.
- LexComparator(PolynomialCreator, String[]) - Constructor for class com.singularsys.extensions.polynomials.comparators.LexComparator
-
Constructor with a given order for the variables
- LexComparatorTest - Class in com.singularsys.exttests.polynomial
-
Tests for
LexComparator. - LexComparatorTest() - Constructor for class com.singularsys.exttests.polynomial.LexComparatorTest
- LEXICAL_ERROR - Static variable in exception class com.singularsys.jep.parser.TokenMgrError
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in exception class com.singularsys.jep.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class com.singularsys.jep.parser.JccParserTokenManager
-
Lexer state names.
- LgBuilder - Class in com.singularsys.extensions.mathml.builder
-
Builder to handle the lg() function.
- LgBuilder() - Constructor for class com.singularsys.extensions.mathml.builder.LgBuilder
- lightWeight_instances_of_DimensionVisitor_return_new_instance() - Method in class com.singularsys.exttests.XLightWeightComponentSetTest
- lightWeight_instances_of_Matrix_Factories_And_Fields_return_this() - Method in class com.singularsys.exttests.XLightWeightComponentSetTest
- LightWeightComponentSet - Class in com.singularsys.jep.misc
-
A lightweight set of components reusing components from an existing Jep instance.
- LightWeightComponentSet(Jep) - Constructor for class com.singularsys.jep.misc.LightWeightComponentSet
-
Create a lightweight instance with copies of all variables
- LightWeightComponentSet(Jep, boolean) - Constructor for class com.singularsys.jep.misc.LightWeightComponentSet
-
Create a lightweight instance either with an empty variable table or one with just the constants.
- LightWeightComponentSet(Jep, JepComponent...) - Constructor for class com.singularsys.jep.misc.LightWeightComponentSet
-
Create a lightweight instance with copies of all components from the base Jep instance
- lightWeightComponentSet_has_new_instances_with_null_publishers() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- LightWeightComponentSetTest - Class in com.singularsys.jeptests.unit.misc
-
Tests for the
LightWeightComponentSetSee https://ar.trac.cloudforge.com/jep/ticket/175 - LightWeightComponentSetTest() - Constructor for class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- LightWeightImportationVisitor - Class in com.singularsys.jep.walkers
-
A variant off the
ImportationVisitorthat uses either the same pfmc for a node or itsgetLightWeightInstance()if the function implementsJepComponent. - LightWeightImportationVisitor(Jep) - Constructor for class com.singularsys.jep.walkers.LightWeightImportationVisitor
- LightWeightImportationVisitor_fails_when_an_operator_has_a_OverloadedFunctionByStructure_pfmc() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- lightweightImportationVisitor_gives_identical_operators() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- lightweightImportationVisitor_gives_identical_operators_and_pfmcs() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- lightweightImportationVisitor_gives_overloaded_PFMC() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- Limit - Class in com.singularsys.extensions.lambda
-
Limit the list returning only the first n elements.
- Limit() - Constructor for class com.singularsys.extensions.lambda.Limit
- Limit(IntegerConvertor) - Constructor for class com.singularsys.extensions.lambda.Limit
- limitedPrecisionTest() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- line - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- lineCount - Variable in class com.singularsys.jeptests.system.ExpressionEvalTest
-
Current line position
- LINENUMBER - Enum constant in enum class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory.Numbering
- LineNumberGrammarParserFactory() - Constructor for class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard.LineNumberGrammarParserFactory
- LineNumberingNodeFactory - Class in com.singularsys.jep.misc.lineNumbering
-
A NodeFactory which adds line numbering information to nodes.
- LineNumberingNodeFactory() - Constructor for class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
-
Default constructor which decorates a NodeFactory.
- LineNumberingNodeFactory(NodeFactory) - Constructor for class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
-
Decorating constructor
- LineNumberingNodeFactory.Numbering - Enum Class in com.singularsys.jep.misc.lineNumbering
-
Keys for storing line and column numbers in nodes
- LineNumberingShuntingYard - Class in com.singularsys.jep.misc.lineNumbering
-
Version of the shunting yard algorithm which sets lines numbers in the parse tree.
- LineNumberingShuntingYard(Jep, List<GrammarMatcher>) - Constructor for class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard
-
Constructor
- LineNumberingShuntingYard.LineNumberGrammarParserFactory - Class in com.singularsys.jep.misc.lineNumbering
-
Factory for creating
LineNumberingShuntingYardinstances. - LineNumberingTest - Class in com.singularsys.jeptests.system
-
Test for the
LineNumberingNodeFactory - LineNumberingTest - Class in com.singularsys.jeptests.unit.misc
-
Test for the
LineNumberingNodeFactory. - LineNumberingTest() - Constructor for class com.singularsys.jeptests.system.LineNumberingTest
- LineNumberingTest() - Constructor for class com.singularsys.jeptests.unit.misc.LineNumberingTest
- LinkedMap - Enum constant in enum class com.singularsys.jep.misc.dictionary.MakeMap.Type
-
A map ordered by insertion order
- List - Class in com.singularsys.jep.functions
-
The list function.
- List() - Constructor for class com.singularsys.jep.functions.List
- LIST - Enum constant in enum class com.singularsys.jep.OperatorTable2.SpecialOperators
-
Build a list of elements [1,2,3]
- LIST - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- LIST_MISSING_VALUES - Enum constant in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.Type
-
Using doubly nested
Vectorand allowing missing values. - list_or_bracket_matcher_parses_bracketed_expressions() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- LIST_REQUIRE_VALUES - Enum constant in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.Type
-
Using doubly nested
Vectorand requiring a value for each key. - ListBuilder - Class in com.singularsys.extensions.mathml.builder
-
Handler for the List operator.
- ListBuilder(Jep) - Constructor for class com.singularsys.extensions.mathml.builder.ListBuilder
- ListExpression() - Method in class com.singularsys.jep.parser.JccParser
- listFun - Variable in class com.singularsys.extensions.statistical.ListReturningFunction
- ListGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A GrammarMatcher which matches lists of items.
- ListGrammarMatcher(Token, Token, Token) - Constructor for class com.singularsys.jep.configurableparser.matchers.ListGrammarMatcher
-
Create a ListGrammarMatcher
- ListOrBracketGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A GrammarMatcher which matches overloaded lists of items or brackets.
- ListOrBracketGrammarMatcher(Token, Token, Token) - Constructor for class com.singularsys.jep.configurableparser.matchers.ListOrBracketGrammarMatcher
-
Create a ListOrBracketGrammarMatcher
- listOrMapOp - Variable in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- ListOrRangeGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A GrammarMatcher which matches lists of items with the syntax
[a..b], or a simple list[1,2,3,4]. - ListOrRangeGrammarMatcher(Token, Token, Token, Token) - Constructor for class com.singularsys.jep.configurableparser.matchers.ListOrRangeGrammarMatcher
-
Create a ListGrammarMatcher
- ListProcessor - Interface in com.singularsys.extensions.lambda
-
Defines some utility methods use by higher order functions for processing lists of data, where the actual types used by Jep may differ.
- ListReturningFunction - Class in com.singularsys.extensions.statistical
-
Base class for functions which return lists or vectors.
- ListReturningFunction() - Constructor for class com.singularsys.extensions.statistical.ListReturningFunction
- ListReturningFunction(int) - Constructor for class com.singularsys.extensions.statistical.ListReturningFunction
- ListReturningFunction(MatrixFactoryI) - Constructor for class com.singularsys.extensions.statistical.ListReturningFunction
- ListReturningFunction(MatrixFactoryI, int) - Constructor for class com.singularsys.extensions.statistical.ListReturningFunction
- ListSig() - Constructor for class com.singularsys.extensions.lambda.Signature.ListSig
- ListType - Variable in class com.singularsys.exttests.LambdaFunTest
- ln(Object) - Method in class com.singularsys.jep.functions.NaturalLogarithm
- ln(Object) - Method in class com.singularsys.jep.functions.StrictNaturalLogarithm
- LN - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- lnExpression(String, int) - Static method in class com.singularsys.jepexamples.diagnostics.Utils
-
Generate string giving approximation to log
- LOCAL_STYLESHEETS_DIR - Static variable in class com.singularsys.extexamples.consoles.MathMLConsole
- log() - Method in class com.singularsys.jep.standard.Complex
-
Returns the logarithm of this complex number.
- log() - Method in class com.singularsys.jep.standard.ImmutableComplex
- log(Object) - Method in class com.singularsys.jep.functions.Logarithm
- log(Object, Object) - Method in class com.singularsys.jep.misc.functions.LogTwoArg
- LOG - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- LOG10 - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- Logarithm - Class in com.singularsys.jep.functions
-
Log base 10.
- Logarithm() - Constructor for class com.singularsys.jep.functions.Logarithm
-
Standard constructor, returns complex results for negative arguments
- Logarithm(boolean) - Constructor for class com.singularsys.jep.functions.Logarithm
-
Constructor with control for behaviour for complex results
- LogarithmTest - Class in com.singularsys.jeptests.unit.functions
-
Tess for
Logarithm - LogarithmTest() - Constructor for class com.singularsys.jeptests.unit.functions.LogarithmTest
- logbase2(Object) - Method in class com.singularsys.jep.functions.LogBase2
- LogBase2 - Class in com.singularsys.jep.functions
-
Log base 2.
- LogBase2() - Constructor for class com.singularsys.jep.functions.LogBase2
-
Standard constructor, allows complex results for negative arguments
- LogBase2(boolean) - Constructor for class com.singularsys.jep.functions.LogBase2
-
Constructor with control for behaviour for complex results
- LogBase2(double, boolean) - Constructor for class com.singularsys.jep.functions.LogBase2
-
Constructor for bases other than 2.
- LogHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles: <apply><log/>arg</apply> <apply><log/><logbase><cn>2</cn></logbase>arg</apply>
- LogHandler(String, String) - Constructor for class com.singularsys.extensions.mathml.parser.LogHandler
- Logical - Class in com.singularsys.jep.functions
-
Logical operators
ANDandOR. - Logical(int) - Constructor for class com.singularsys.jep.functions.Logical
-
Standard constructor, allows Boolean and Number arguments
- Logical(int, boolean) - Constructor for class com.singularsys.jep.functions.Logical
-
Constructor which restricts type of arguments.
- LogTwoArg - Class in com.singularsys.jep.misc.functions
-
Logarithm function where the base is specified in the second argument.
- LogTwoArg() - Constructor for class com.singularsys.jep.misc.functions.LogTwoArg
-
Defaults constructor, negative real arguments result in complex results.
- LogTwoArg(boolean) - Constructor for class com.singularsys.jep.misc.functions.LogTwoArg
-
Constructor specifying treatment of negative real values
- LongDoubleNumberFactory - Class in com.singularsys.extensions.field.implementations
-
Where possible numbers are converted to Long otherwise Double.
- LongDoubleNumberFactory() - Constructor for class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- LongField - Class in com.singularsys.extensions.field.implementations
-
A field where all operations are implemented using Long.
- LongField() - Constructor for class com.singularsys.extensions.field.implementations.LongField
- longpower(int, int) - Static method in class com.singularsys.extensions.field.implementations.PowerImplementations
- longValue() - Method in class com.singularsys.extensions.field.implementations.Rational
- longValue() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- longValue() - Method in class com.singularsys.jep.misc.boundvariable.MutableDouble
- longValue() - Method in class com.singularsys.jep.standard.Complex
-
Returns real part.
- longValue() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType.MyNumber
- lookahead(int) - Method in class com.singularsys.jep.configurableparser.LookaheadNIterator
-
Look at character n places up the stream
- Lookahead2Iterator<E> - Class in com.singularsys.jep.configurableparser
-
An iterator which stores the next two tokens.
- Lookahead2Iterator() - Constructor for class com.singularsys.jep.configurableparser.Lookahead2Iterator
-
Default constructor.
- Lookahead2Iterator(Iterator<E>) - Constructor for class com.singularsys.jep.configurableparser.Lookahead2Iterator
-
Decorator constructor around an iterator
- Lookahead2Iterator(List<E>) - Constructor for class com.singularsys.jep.configurableparser.Lookahead2Iterator
-
Constructor when the list of tokens is known beforehand.
- LookaheadNIterator<E> - Class in com.singularsys.jep.configurableparser
-
A subclass of a Lookahead2Iterator which allows any number of character of lookahead.
- LookaheadNIterator(Iterator<E>) - Constructor for class com.singularsys.jep.configurableparser.LookaheadNIterator
- loop(int, int, int) - Method in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Repeatedly execute threads.
- LOOP_DETECTED - Static variable in exception class com.singularsys.jep.parser.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- LoopNode - Class in com.singularsys.extensions.structure
-
A node represents a looping construct such as a
fororwhileloop. - LoopNode(Node, Node, Node, Node) - Constructor for class com.singularsys.extensions.structure.LoopNode
-
Constructor.
- LoopNode.ControlValues - Enum Class in com.singularsys.extensions.structure
-
Special values to indicate break and continue statements Used by
ControlRuleandControlNode. - LowerCase - Class in com.singularsys.jep.functions.strings
-
Convert a string to lowercase
- LowerCase() - Constructor for class com.singularsys.jep.functions.strings.LowerCase
- lp - Variable in class com.singularsys.extensions.statistical.ListReturningFunction
- lp - Variable in class com.singularsys.exttests.autogen.LambdaDocTest
- lp - Variable in class com.singularsys.exttests.ChainedFunctionTest
- lp - Variable in class com.singularsys.exttests.LambdaFunTest
- lp - Variable in class com.singularsys.exttests.StreamTest
- LRND - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- ls - Static variable in class com.singularsys.extensions.fastreal.AbstractEval
- LShift - Class in com.singularsys.jep.misc.bitwise
-
Bitwise Left shift, like the java a << b operator.
- LShift() - Constructor for class com.singularsys.jep.misc.bitwise.LShift
- LSHIFT - Enum constant in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
- LSHIFTEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- LSQ - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- lt - Variable in class com.singularsys.extexamples.applets.Bern2D.QuadBern
- lt(Object, Object) - Method in class com.singularsys.extensions.field.AbstractComparativeField
- lt(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- lt(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Less than
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
-
Not implemented for this field.
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
-
Not implemented for this field.
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
-
Comparison when both arguments are Complex numbers with zero imaginary components
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ModulusField
-
Not implemented for this field.
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- lt(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- lt(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- lt(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- lt(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixCmp
- lt(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- lt(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- lt(Object, Object) - Method in class com.singularsys.jep.functions.Comparative
- LT - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- LT - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- LT - Static variable in class com.singularsys.jep.functions.Comparative
- LT - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- ltEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- ltEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- ltEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- ltEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- ltEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- ltEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- ltEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- ltEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- ltEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- LValue() - Method in class com.singularsys.jep.parser.JccParser
- LValueI - Interface in com.singularsys.jep.functions
-
An interface for functions which can be used on the left-hand side of an assignment.
M
- m - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- MacroDiffRules - Class in com.singularsys.extensions.djep.diffRules
-
Rules are specified by an expression string or a trees of nodes.
- MacroDiffRules(DJep, String, Node) - Constructor for class com.singularsys.extensions.djep.diffRules.MacroDiffRules
-
Create a differentiation rule for function with 1 argument
- MacroDiffRules(DJep, String, PostfixMathCommandI, String) - Constructor for class com.singularsys.extensions.djep.diffRules.MacroDiffRules
-
Create a differentiation rule for function with 1 argument
- MacroDiffRules(DJep, String, PostfixMathCommandI, String[]) - Constructor for class com.singularsys.extensions.djep.diffRules.MacroDiffRules
-
Create a differentiation rule for function with n arguments.
- MacroDiffRules(DJep, String, PostfixMathCommandI, String, String) - Constructor for class com.singularsys.extensions.djep.diffRules.MacroDiffRules
-
Create a differentiation rule for function with 2 arguments.
- MacroDiffRules(DJep, String, String) - Constructor for class com.singularsys.extensions.djep.diffRules.MacroDiffRules
-
Create a differentiation rule for function with 1 argument
- MacroDiffRules(DJep, String, String[]) - Constructor for class com.singularsys.extensions.djep.diffRules.MacroDiffRules
-
Create a differentiation rule for function with n arguments.
- MacroDiffRules(DJep, String, String, String) - Constructor for class com.singularsys.extensions.djep.diffRules.MacroDiffRules
-
Create a differentiation rule for function with 2 arguments.
- MacroFunction - Class in com.singularsys.jep.misc
-
A function specified by a string.
- MacroFunction(Jep, String, String[], String) - Constructor for class com.singularsys.jep.misc.MacroFunction
-
Create a macro function with two or more arguments defined by an expression.
- MacroFunction(Jep, String, String, String) - Constructor for class com.singularsys.jep.misc.MacroFunction
-
Create a macro function with a single arguments defined by an expression.
- MacroFunction(String, String[], String) - Constructor for class com.singularsys.jep.misc.MacroFunction
-
Create a macro function with two or more arguments defined by an expression.
- MacroFunction(String, String[], String, Node) - Constructor for class com.singularsys.jep.misc.MacroFunction
-
Create a MacroFunction from a node tree.
- MacroFunction_with_expression_with_OverloadedOperator_is_not_resolved() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- MacroFunction_with_node_with_Operator_with_overloaded_function_is_not_resolved() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- MacroFunction_with_node_with_OverloadedOperator_is_resolved() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- macroFunction_with_precompiled_node_involving_alternate_function_uses_correct_varient() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
-
This test fails when the MacroFunction uses the standard ImprotationVisitor rather the the LightWeightImportationVisitor.
- MacroFunctionDiffRules - Class in com.singularsys.extensions.djep.diffRules
-
For functions defined by expressions this rule automatically calculates the derivative.
- MacroFunctionDiffRules(DJep, MacroFunction) - Constructor for class com.singularsys.extensions.djep.diffRules.MacroFunctionDiffRules
-
Calculates the rules for the given function.
- MacroFunctionTest - Class in com.singularsys.jeptests.unit.misc
-
Tests for
MacroFunction - MacroFunctionTest() - Constructor for class com.singularsys.jeptests.unit.misc.MacroFunctionTest
- main(String[]) - Static method in class com.singularsys.extexamples.applets.ComplexPlotter
- main(String[]) - Static method in class com.singularsys.extexamples.applets.ContourPlotter
- main(String[]) - Static method in class com.singularsys.extexamples.applets.FieldFunctionPlotter
- main(String[]) - Static method in class com.singularsys.extexamples.applets.ImplicitPlotter
- main(String[]) - Static method in class com.singularsys.extexamples.applets.mathml.MathMLApplet
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.ChainedConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.DJepConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.ExtensionsConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.FieldConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.LambdaConsole
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.MathMLConsole
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.MatrixConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.MrpEvalConsole
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.RpEvalConsole
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.StreamConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.StructuredConsole
- main(String[]) - Static method in class com.singularsys.extexamples.consoles.XJepConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.extexamples.diagnostics.ExtSpeedTest
-
Main method, executes all speed tests.
- main(String[]) - Static method in class com.singularsys.extexamples.diagnostics.MatrixSpeedTest
-
Main method, executes all speed tests.
- main(String[]) - Static method in class com.singularsys.extexamples.diagnostics.PrimesSpeedTest
-
Main method, executes all speed tests.
- main(String[]) - Static method in class com.singularsys.extexamples.diagnostics.RpThreadSpeed
- main(String[]) - Static method in class com.singularsys.extexamples.DiffExample
- main(String[]) - Static method in class com.singularsys.extexamples.StructureExample
- main(String[]) - Static method in class com.singularsys.exttests.autogen.FastMatThreadRunnerTest
- main(String[]) - Static method in class com.singularsys.exttests.ExtExpressionEvalTest
-
The main method checks the arguments and creates an instance and runs a test
- main(String[]) - Static method in class com.singularsys.jepexamples.applets.Evaluator
-
This method is called if the applet is run as a standalone program.
- main(String[]) - Static method in class com.singularsys.jepexamples.applets.Fractal
- main(String[]) - Static method in class com.singularsys.jepexamples.applets.FunctionPlotter
- main(String[]) - Static method in class com.singularsys.jepexamples.applets.ParametrisedPlotter
- main(String[]) - Static method in class com.singularsys.jepexamples.applets.PolarPlotter
- main(String[]) - Static method in class com.singularsys.jepexamples.consoles.BigDecimalConsole
- main(String[]) - Static method in class com.singularsys.jepexamples.consoles.Console
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.jepexamples.consoles.CPConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.jepexamples.consoles.PostfixEvaluationConsole
- main(String[]) - Static method in class com.singularsys.jepexamples.consoles.PrefixDumperConsole
- main(String[]) - Static method in class com.singularsys.jepexamples.consoles.PrintConsole
-
Creates a new Console object and calls run()
- main(String[]) - Static method in class com.singularsys.jepexamples.consoles.VectorConsole
- main(String[]) - Static method in class com.singularsys.jepexamples.diagnostics.DestructiveTests
- main(String[]) - Static method in class com.singularsys.jepexamples.diagnostics.ExamineResultTypes
- main(String[]) - Static method in class com.singularsys.jepexamples.diagnostics.ExamineSizes
- main(String[]) - Static method in class com.singularsys.jepexamples.diagnostics.ParseSpeed
- main(String[]) - Static method in class com.singularsys.jepexamples.diagnostics.SpeedTest
-
Main method, executes all speed tests.
- main(String[]) - Static method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
-
Main method, executes all speed tests.
- main(String[]) - Static method in class com.singularsys.jepexamples.diagnostics.ThreadSafeSpeedTest
- main(String[]) - Static method in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Run the thread test program.
- main(String[]) - Static method in class com.singularsys.jepexamples.SimpleExample
- main(String[]) - Static method in class com.singularsys.jeptests.system.ExpressionEvalTest
-
The main method checks the arguments and creates an instance and runs a test
- main(String[]) - Static method in class com.singularsys.jeptests.system.perf.tests.CurVerRunner
- makeDerivString(String, String[]) - Static method in class com.singularsys.extensions.djep.DVariable
-
Produces a string to represent the derivative.
- makeException(Node) - Method in interface com.singularsys.jep.GenericVisitor
-
Method called for invalid node type.
- makeException(String) - Method in class com.singularsys.extensions.fastreal.AbstractEval
- makeException(String) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
- makeException(String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- makeException(String) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- makeException(String) - Method in interface com.singularsys.jep.GenericVisitor
-
Create an Exception of the correct type.
- makeException(String) - Method in class com.singularsys.jep.standard.FastEvaluator
- makeException(String) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- makeException(String) - Method in class com.singularsys.jep.walkers.TestingVisitor
- makeException(String) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- makeList() - Method in interface com.singularsys.extensions.lambda.ListProcessor
-
Get an empty list which elements can be added.
- makeList() - Method in class com.singularsys.extensions.lambda.MatrixListProcessor
- makeList() - Method in class com.singularsys.extensions.lambda.PaddingListProcessor
- makeList() - Method in class com.singularsys.extensions.lambda.StandardListProcessor
- makeList() - Method in class com.singularsys.extensions.stream.StreamListProcessor
- makeList() - Method in class com.singularsys.extensions.stream.StreamMatrixListProcessor
- MakeMap - Class in com.singularsys.jep.misc.dictionary
-
Create a map of a given type, either creates an empty map or uses a list or map of data.
- MakeMap(MakeMap.Type) - Constructor for class com.singularsys.jep.misc.dictionary.MakeMap
-
Create maps of a given type.
- MakeMap(Supplier<Map<Object, Object>>) - Constructor for class com.singularsys.jep.misc.dictionary.MakeMap
-
Create a map with a given supplier.
- MakeMap.Type - Enum Class in com.singularsys.jep.misc.dictionary
-
Configuration type.
- makeThread(int, double, double, int) - Method in class com.singularsys.extexamples.diagnostics.RpThreadSpeed
- makeThread(int, double, double, int) - Method in class com.singularsys.jepexamples.diagnostics.ThreadSafeSpeedTest
- makeThread(int, double, double, int) - Method in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Make a thread to evaluate an expression multiple times.
- manualFunctionsOverrideFunctionSet() - Method in class com.singularsys.jeptests.unit.misc.FunctionSetTest
- ManualOverloadedOperatorTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- MAP - Enum constant in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.DictionaryKeys
-
The map operator.
- map_matrix() - Method in class com.singularsys.exttests.StreamTest.StreamMatrixTests
- MAP_MISSING_VALUES - Enum constant in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.Type
-
Using
Mapallowing missing values{'x':3, 'y'}. - MAP_NO_NULL - Enum constant in enum class com.singularsys.extensions.stream.dictionary.StreamMatrixDictComponents.Type
- MAP_NULL_VALUES - Enum constant in enum class com.singularsys.extensions.stream.dictionary.StreamMatrixDictComponents.Type
- MAP_REQUIRE_VALUES - Enum constant in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.Type
-
Using
Maprequiring a value for each key. - MapEntryPfmc(DictionaryGrammarMatcher.Type, Object) - Constructor for class com.singularsys.jep.misc.dictionary.MapPfmc.MapEntryPfmc
- MapPfmc - Class in com.singularsys.jep.misc.dictionary
-
PostfixMathCommand for creating a
Map. - MapPfmc() - Constructor for class com.singularsys.jep.misc.dictionary.MapPfmc
- MapPfmc.Entry - Record Class in com.singularsys.jep.misc.dictionary
-
Value returned for an individual map entry.
- MapPfmc.MapEntryPfmc - Class in com.singularsys.jep.misc.dictionary
-
PostfixMathCommand for individual entries
- mapVariableName(String) - Method in class com.singularsys.jep.misc.boundvariable.ChainedObjectVariableBindingMapper
- mapVariableName(String) - Method in interface com.singularsys.jep.misc.boundvariable.VariableBindingMapper
-
Creates a VariableBinding for a given variable name
- mark(int) - Method in class com.singularsys.extensions.mathml.parser.ConcatReader
- markSupported() - Method in class com.singularsys.extensions.mathml.parser.ConcatReader
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.BlockRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.ControlRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.ExpressionRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in interface com.singularsys.extensions.structure.GrammaticalRuleI
-
Attempt to parse the input using the rule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.JavaForRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.JavaIfRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.JavaWhileRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.PossiblyTerminatedExpressionRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.SequenceRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.SequenceSeparatorRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.StatementRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.extensions.structure.TerminatedExpressionRule
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.ArrayAccessGrammarMatcher
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.BracketedSequenceGrammarMatcher
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.FunctionGrammarMatcher
-
Attempt to match a function, calls the GrammarParser.parseSubExpression() to match function arguments.
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.FunctionSequenceGrammarMatcher
-
Attempt to match a function, calls the GrammarParser.parseSubExpression() to match function arguments.
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in interface com.singularsys.jep.configurableparser.matchers.GrammarMatcher
-
Test whether the input matches this pattern.
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.JccArrayAccessGrammarMatcher
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.ListGrammarMatcher
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.ListOrBracketGrammarMatcher
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.ListOrRangeGrammarMatcher
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.RoundBracketGrammarMatcher
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.configurableparser.matchers.SingleArgFunctionMatcher
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.misc.dictionary.DictionaryGrammarMatcher
-
Attempt to match a function, calls the GrammarParser.parseSubExpression() to match function arguments.
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.misc.OperatorAsFunctionGrammarMatcher
-
Attempt to match a function, calls the GrammarParser.parseSubExpression() to match function arguments.
- match(Lookahead2Iterator<Token>, GrammarParser) - Method in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctionGrammerMatcher
- match(Lookahead2Iterator<Token>, SymbolToken, GrammarParser) - Method in class com.singularsys.extensions.structure.SequenceRule
-
Repeatedly parse statements until end token is encountered or end of input
- match(Lookahead2Iterator<Token>, SymbolToken, GrammarParser) - Method in class com.singularsys.extensions.structure.SequenceSeparatorRule
- match(Object) - Method in class com.singularsys.extensions.lambda.Signature.ListSig
- match(Object) - Method in class com.singularsys.extensions.lambda.Signature
- match(Object) - Method in class com.singularsys.extensions.lambda.Signature.Pat
- match(Object) - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- match(Object) - Method in class com.singularsys.extensions.lambda.Signature.Vbl
- match(Object, Object) - Method in class com.singularsys.extensions.lambda.Signature.ListSig
- match(Object, Object) - Method in class com.singularsys.extensions.lambda.Signature
- match(Object, Object) - Method in class com.singularsys.extensions.lambda.Signature.Pat
- match(Object, Object) - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- match(Object, Object) - Method in class com.singularsys.extensions.lambda.Signature.Vbl
- match(String) - Method in class com.singularsys.jep.configurableparser.matchers.MultiLineMatcher
-
Match the start of the token.
- match(String) - Method in class com.singularsys.jep.configurableparser.matchers.OperatorTokenMatcher
-
Quickly checks whether the first characters of the string match any of the supplied operator strings.
- match(String) - Method in class com.singularsys.jep.configurableparser.matchers.RegExpTokenMatcher
-
Attempts to match the start of the string.
- match(String) - Method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher
- match(String) - Method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher2
- match(String) - Method in class com.singularsys.jep.configurableparser.matchers.SymbolTokenMatcher
-
Match the start of the string.
- match(String) - Method in interface com.singularsys.jep.configurableparser.matchers.TokenMatcher
-
Attempts to match the start of the string.
- match(String) - Method in class com.singularsys.jep.configurableparser.matchers.UpperCaseOperatorTokenMatcher
- match(String) - Method in class com.singularsys.jep.configurableparser.tokens.MultiLineToken
-
Matches the end of the token.
- matchers - Variable in class com.singularsys.jep.configurableparser.ShuntingYard
- matchers - Variable in class com.singularsys.jep.configurableparser.Tokenizer
- matchN(Object[]) - Method in class com.singularsys.extensions.lambda.Signature.ListSig
- matchN(Object[]) - Method in class com.singularsys.extensions.lambda.Signature
- matchN(Object[]) - Method in class com.singularsys.extensions.lambda.Signature.Pat
- matchN(Object[]) - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- matchN(Object[]) - Method in class com.singularsys.extensions.lambda.Signature.Vbl
- mathElementHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- MATHML_NAMESPACE - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- MATHML_PUBLIC_ID - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- MATHML_SCHEMA - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- MATHML_SYSTEM_ID - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- MathMLApplet - Class in com.singularsys.extexamples.applets.mathml
-
A Swing application to show conversion of a mathematical expression to semantic and presentation MathML.
- MathMLApplet() - Constructor for class com.singularsys.extexamples.applets.mathml.MathMLApplet
- MathMLConsole - Class in com.singularsys.extexamples.consoles
-
Simple console application where jep equations are input on the command line and the resulting xml is printed.
- MathMLConsole() - Constructor for class com.singularsys.extexamples.consoles.MathMLConsole
- MathMLConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
MathMLConsoleapplication. - MathMLConsoleTest() - Constructor for class com.singularsys.exttests.examples.MathMLConsoleTest
- MathMLConstants - Class in com.singularsys.extensions.mathml
-
Defines some useful constants for MathML namespaces etc.
- MathMLConstants() - Constructor for class com.singularsys.extensions.mathml.MathMLConstants
- MathMLContentBuilder - Class in com.singularsys.extensions.mathml
-
Main class for the Content MathML builder.
- MathMLContentBuilder(Jep) - Constructor for class com.singularsys.extensions.mathml.MathMLContentBuilder
- MathMLContentParser - Class in com.singularsys.extensions.mathml
-
Main class for the Content-MathML parser.
- MathMLContentParser(Jep) - Constructor for class com.singularsys.extensions.mathml.MathMLContentParser
-
Creates a standard MathML parser.
- MathMLContentParser(Jep, SAXParserFactory, MathMLDocumentHandler) - Constructor for class com.singularsys.extensions.mathml.MathMLContentParser
-
Creates a MathML parser with a given parser factory and MathMLDocumentHandler.
- MathMLContentParser.Behaviour - Enum Class in com.singularsys.extensions.mathml
-
Behaviour for unknown tags when parsing with
MathMLContentParser.parseAll(Reader, Behaviour). - MathMLDocumentBuilder - Interface in com.singularsys.extensions.mathml.builder
-
Interface defining methods of the main builder class which can be used by individual
MathMLFragmentBuilderfragment builders. - MathMLDocumentHandler - Class in com.singularsys.extensions.mathml.parser
-
Central class for parsing MathML.
- MathMLDocumentHandler() - Constructor for class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- mathMLEntities - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- MathMLEntitiesEnd - Static variable in class com.singularsys.extensions.mathml.MathMLContentParser
- MathMLEntitiesStart - Static variable in class com.singularsys.extensions.mathml.MathMLContentParser
- mathMLEntitiesString - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
-
String with a simple DOCTYPE declaration defining MathML entities.
- MathMLFragmentBuilder - Interface in com.singularsys.extensions.mathml.builder
-
Classes which build subtrees for specific jep nodes should implement this interface.
- MathMLTest - Class in com.singularsys.exttests
-
General testing suite for mathml parser builder.
- MathMLTest() - Constructor for class com.singularsys.exttests.MathMLTest
- MathTagHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles the <math> element.
- MathTagHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.MathTagHandler
- MATRIX_NO_NULL - Enum constant in enum class com.singularsys.extensions.matrix.dictionary.MatrixDictComponents.Type
- MATRIX_NO_NULL - Enum constant in enum class com.singularsys.extensions.stream.dictionary.StreamMatrixDictComponents.Type
- MatrixAdd - Class in com.singularsys.extensions.matrix.functions
-
Adds two elements using a MatrixField.
- MatrixAdd(FieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixAdd
- MatrixCleanerTest - Class in com.singularsys.exttests
-
Cleaner tests using a matrix field.
- MatrixCleanerTest() - Constructor for class com.singularsys.exttests.MatrixCleanerTest
- MatrixCmp - Class in com.singularsys.extensions.matrix.functions
-
Compare two elements using a MatrixField.
- MatrixCmp(MatrixFieldI, int) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixCmp
- MatrixCmp(MatrixFieldI, int, double) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixCmp
- MatrixColsIterable(MatrixI, MatrixFactoryI) - Constructor for class com.singularsys.extensions.lambda.MatrixListProcessor.MatrixColsIterable
- MatrixComponents - Class in com.singularsys.extensions.matrix
-
Creates matrix specific components.
- MatrixComponents(MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.MatrixComponents
-
Constructor with no logical or string support
- MatrixComponents(MatrixFactoryI, MatrixFieldI, boolean, boolean) - Constructor for class com.singularsys.extensions.matrix.MatrixComponents
-
Constructor with optional logical and string support
- MatrixComponentSet - Class in com.singularsys.extensions.matrix
-
The set of components used by a Jep instance with Vector-Matrix support.
- MatrixComponentSet(MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.MatrixComponentSet
-
ComponentSet using a DoubleNumberFactory, and specified MatrixFactory and MatrixField
- MatrixComponentSet(JepComponent...) - Constructor for class com.singularsys.extensions.matrix.MatrixComponentSet
- MatrixComponentSet(NumberFactory, MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.MatrixComponentSet
-
ComponentSet with specified number factory, matrix factory and field
- MatrixConsole - Class in com.singularsys.extexamples.consoles
-
Console with support for matrix operations.
- MatrixConsole() - Constructor for class com.singularsys.extexamples.consoles.MatrixConsole
- MatrixConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
MatrixConsoleapplication. - MatrixConsoleTest() - Constructor for class com.singularsys.exttests.examples.MatrixConsoleTest
- MatrixCross - Class in com.singularsys.extensions.matrix.functions
-
Calculates the cross-product of two 3D vectors using a matrix field.
- MatrixCross(MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixCross
- MatrixDet - Class in com.singularsys.extensions.matrix.functions
-
Calculate the determinant of a matrix using a MatrixField.
- MatrixDet(MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixDet
- MatrixDictComponents - Class in com.singularsys.extensions.matrix.dictionary
-
Provides a set of components for using dictionaries compatible with the
com.singularsys.extensions.matrixpackage. - MatrixDictComponents(MatrixDictComponents.Type, MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictComponents
- MatrixDictComponents(MatrixDictComponents.Type, Object, MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictComponents
- MatrixDictComponents.Type - Enum Class in com.singularsys.extensions.matrix.dictionary
-
Configuration type, one of MAP_NULL_VALUES, MAP_NO_NULL, MATRIX_NO_NULL.
- MatrixDictContainsKey - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of ContainKey compatible with the matrix package.
- MatrixDictContainsKey(FieldI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictContainsKey
- MatrixDictEntries - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of Entries compatible with the matrix package.
- MatrixDictEntries(Object, MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictEntries
- MatrixDictEntriesIterable - Class in com.singularsys.extensions.matrix.dictionary
-
Matrix compatible versions of the
EntriesIterablefunction. - MatrixDictEntriesIterable(Object, MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictEntriesIterable
-
Constructor
- MatrixDictGet - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of Get compatible with the matrix package.
- MatrixDictGet(Object, FieldI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictGet
- MatrixDictGetOr - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of GetOr compatible with the matrix package.
- MatrixDictGetOr(Object, FieldI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictGetOr
- MatrixDictKeys - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of Keys compatible with the matrix package.
- MatrixDictKeys(MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictKeys
- MatrixDictKeysIterable - Class in com.singularsys.extensions.matrix.dictionary
-
Matrix compatible versions of the
KeysIterablefunction. - MatrixDictKeysIterable(MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictKeysIterable
-
Constructor
- MatrixDictListTest - Class in com.singularsys.exttests.matrix
-
Tests for
MatrixDictComponentsusingMATRIX_NO_NULL. - MatrixDictListTest() - Constructor for class com.singularsys.exttests.matrix.MatrixDictListTest
- MatrixDictMakeMap - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of MakeMap compatible with the matrix package.
- MatrixDictMakeMap(MakeMap.Type) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictMakeMap
- MatrixDictMakeMap(Supplier<Map<Object, Object>>) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictMakeMap
- MatrixDictMapTest - Class in com.singularsys.exttests.matrix
-
Tests for
MatrixDictComponentsusingMAP_NULL_VALUES. - MatrixDictMapTest() - Constructor for class com.singularsys.exttests.matrix.MatrixDictMapTest
- MatrixDictPut - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of Put compatible with the matrix package.
- MatrixDictPut(Put.Type, Object, FieldI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- MatrixDictRemove - Class in com.singularsys.extensions.matrix.dictionary
-
Removes entries with matching key from the map.
- MatrixDictRemove(Object, FieldI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictRemove
-
Constructor
- MatrixDictSize - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of Size compatible with the matrix package.
- MatrixDictSize() - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictSize
- MatrixDictValues - Class in com.singularsys.extensions.matrix.dictionary
-
Implementation of Values compatible with the matrix package.
- MatrixDictValues(Object, MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictValues
- MatrixDictValuesIterable - Class in com.singularsys.extensions.matrix.dictionary
-
Matrix compatible versions of the
ValuesIterablefunction. - MatrixDictValuesIterable(Object, MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
-
Constructor
- MatrixDifferentiationVisitor - Class in com.singularsys.extensions.matrixdiff
-
A DifferentiationVisitor which knows about vectors and matrices.
- MatrixDifferentiationVisitor(MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrixdiff.MatrixDifferentiationVisitor
- MatrixDiv - Class in com.singularsys.extensions.matrix.functions
-
Divides two objects using a MatrixField.
- MatrixDiv(FieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixDiv
- matrixDocTest() - Method in class com.singularsys.exttests.ExtDocsTest
- MatrixDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from matrix.html
- MatrixDocTest() - Constructor for class com.singularsys.exttests.autogen.MatrixDocTest
- matrixDocTest1() - Method in class com.singularsys.exttests.ExtDocsTest
- matrixDocTest2() - Method in class com.singularsys.exttests.ExtDocsTest
- matrixDocTest3() - Method in class com.singularsys.exttests.ExtDocsTest
- matrixDocTest3a() - Method in class com.singularsys.exttests.ExtDocsTest
- matrixDocTest4() - Method in class com.singularsys.exttests.ExtDocsTest
- matrixDocTest5() - Method in class com.singularsys.exttests.ExtDocsTest
- matrixDocTest5a() - Method in class com.singularsys.exttests.ExtDocsTest
- matrixDocTest6() - Method in class com.singularsys.exttests.ExtDocsTest
- MatrixDot - Class in com.singularsys.extensions.matrix.functions
-
Calculates the dot-product of two vectors using a MatrixField.
- MatrixDot(MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixDot
- MatrixEle - Class in com.singularsys.extensions.matrix.functions
-
Gets and sets the elements of a matrix or vector using a MatrixFactory.
- MatrixEle(MatrixFactoryI, IntegerConvertor) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixEle
- MatrixEle(MatrixFactoryI, IntegerConvertor, boolean) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixEle
-
Element access, either java convention (first element has an index 0) or mathematical convention (first element has an index 1) can be specified.
- MatrixEquationsTest() - Constructor for class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest
- MatrixFactoryI - Interface in com.singularsys.extensions.matrix
-
Defines basic methods for constructing matrices.
- MatrixFieldBaseTest - Class in com.singularsys.exttests.matrix
-
Base class to check implementation of a matrix field/factory.
- MatrixFieldBaseTest() - Constructor for class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- MatrixFieldCollection - Class in com.singularsys.extensions.matrix
-
A collection of fields including one matrix.
- MatrixFieldCollection(FieldI...) - Constructor for class com.singularsys.extensions.matrix.MatrixFieldCollection
- MatrixFieldI - Interface in com.singularsys.extensions.matrix
-
Defines all the basic operations which can be carried out on matrices and vectors.
- MatrixFunctionI - Interface in com.singularsys.extensions.matrix
-
Signals functions for which the dimensions of the results can be calculated
- MatrixFunctionTable - Class in com.singularsys.extensions.matrix
-
A function table with some matrix functions.
- MatrixFunctionTable(MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.MatrixFunctionTable
-
Uses all the functions on the
StandardFunctionTableplus matrix operations - MatrixFunctionTable(FunctionTable, MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.MatrixFunctionTable
- MatrixFunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.extensions.matrix.MatrixFunctionTable
- matrixHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- MatrixHandler - Class in com.singularsys.extensions.mathml.parser
-
Convert <matrix>, <matrixrow>, <vector>, <list> and <set>.
- MatrixHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.MatrixHandler
- MatrixI - Interface in com.singularsys.extensions.matrix
-
Defines the basic interface implemented by all types of matrix.
- MatrixId - Class in com.singularsys.extensions.matrix.functions
-
Generates identity matrices. id(2) will generate a 2 by 2 identity. id(3,2) will generate a 3 by 2 matrix with 1's down the principal diagonal.
- MatrixId(MatrixFactoryI, IntegerConvertor) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixId
- MatrixIf - Class in com.singularsys.extensions.matrix.functions
-
A versions of the
Iffunction which implements theMatrixFunctionIinterface. - MatrixIf() - Constructor for class com.singularsys.extensions.matrix.functions.MatrixIf
- MatrixIfTest - Class in com.singularsys.exttests.matrix.functions
-
Tests for the
MatrixIfclass. - MatrixIfTest() - Constructor for class com.singularsys.exttests.matrix.functions.MatrixIfTest
- MatrixInv - Class in com.singularsys.extensions.matrix.functions
-
Calculate the inverse of a square matrix using a MatrixField.
- MatrixInv(MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixInv
- MatrixIterable(MatrixI) - Constructor for class com.singularsys.extensions.lambda.PaddingListProcessor.MatrixIterable
- MatrixIterator(MatrixI) - Constructor for class com.singularsys.extensions.lambda.PaddingListProcessor.MatrixIterator
- MatrixLambdaFunTest - Class in com.singularsys.exttests
-
Lambda function tests using a matrix field.
- MatrixLambdaFunTest() - Constructor for class com.singularsys.exttests.MatrixLambdaFunTest
- MatrixList - Class in com.singularsys.extensions.matrix.functions
-
PostfixMathCommand which takes a number of objects on the stack and creates either a matrix or a vector.
- MatrixList(MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixList
- MatrixListProcessor - Class in com.singularsys.extensions.lambda
-
A list processor which accepts and produces
VectorIarguments. - MatrixListProcessor(MatrixFactoryI, FieldI) - Constructor for class com.singularsys.extensions.lambda.MatrixListProcessor
- MatrixListProcessor.MatrixColsIterable - Class in com.singularsys.extensions.lambda
-
An Iterable over the columns of a
MatrixI. - MatrixListProcessor.MatrixRowsIterable - Class in com.singularsys.extensions.lambda
-
An Iterable over the rows of a
MatrixI. - MatrixListTest - Class in com.singularsys.exttests.matrix.functions
-
Tests for the
MatrixListclass. - MatrixListTest() - Constructor for class com.singularsys.exttests.matrix.functions.MatrixListTest
- MatrixListWithStackTest - Class in com.singularsys.exttests.matrix.functions
-
Tests for the
MatrixListclass foring use of run method.. - MatrixListWithStackTest() - Constructor for class com.singularsys.exttests.matrix.functions.MatrixListWithStackTest
- MatrixMod - Class in com.singularsys.extensions.matrix.functions
-
Calculates the modulus of two elements using a MatrixField.
- MatrixMod(FieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixMod
- MatrixMul - Class in com.singularsys.extensions.matrix.functions
-
Multiplies two objects using a MatrixField.
- MatrixMul(FieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixMul
- MatrixNeg - Class in com.singularsys.extensions.matrix.functions
-
Negates an object using a MatrixField.
- MatrixNeg(FieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixNeg
- MatrixOperatorTable - Class in com.singularsys.extensions.matrix
-
An operator table with operators which work on vectors and matrices.
- MatrixOperatorTable(MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.MatrixOperatorTable
- MatrixOperatorTable(MatrixFieldI, MatrixFactoryI, Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.extensions.matrix.MatrixOperatorTable
- MatrixOperatorTable(OperatorTable2, MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.MatrixOperatorTable
- MatrixPow - Class in com.singularsys.extensions.matrix.functions
-
Raise one element to a power using a MatrixField.
- MatrixPow(FieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixPow
- MatrixRowsIterable(MatrixI, MatrixFactoryI) - Constructor for class com.singularsys.extensions.lambda.MatrixListProcessor.MatrixRowsIterable
- MatrixSize - Class in com.singularsys.extensions.matrix.functions
-
Returns the size of a Scalar, Vector or Matrix.
- MatrixSize(MatrixFactoryI, IntegerConvertor) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixSize
- MatrixSolve - Class in com.singularsys.extensions.matrix.functions
-
Solved the equation A * X = B Default implementation is to use Gauss-Jordan
- MatrixSolve(MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixSolve
- MatrixSpeedTest - Class in com.singularsys.extexamples.diagnostics
-
Speed test for various matrix implementations.
- MatrixSpeedTest(SpeedTest.Outputter) - Constructor for class com.singularsys.extexamples.diagnostics.MatrixSpeedTest
- MatrixSub - Class in com.singularsys.extensions.matrix.functions
-
Subject two objects using a MatrixField.
- MatrixSub(FieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixSub
- MatrixSwitch - Class in com.singularsys.extensions.matrix.functions
-
A versions of the
Switchfunction which implements theMatrixFunctionIinterface. - MatrixSwitch() - Constructor for class com.singularsys.extensions.matrix.functions.MatrixSwitch
- MatrixSwitchTest - Class in com.singularsys.exttests.matrix.functions
-
Tests for the
MatrixSwitchclass. - MatrixSwitchTest() - Constructor for class com.singularsys.exttests.matrix.functions.MatrixSwitchTest
- MatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
SimpleMatrixField. - MatrixTest() - Constructor for class com.singularsys.exttests.matrix.MatrixTest
- matrixToListOfLists(MatrixI) - Method in class com.singularsys.extensions.rewrite.matrix.AbstractVectorMatrixRule
-
Converts a MatrixI to an ASTOpNode with a List operator.
- MatrixTrace - Class in com.singularsys.extensions.matrix.functions
-
Calculate the trace of a matrix using a MatrixField.
- MatrixTrace(MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixTrace
- MatrixTrans - Class in com.singularsys.extensions.matrix.functions
-
Calculate the transpose of a matrix using a MatrixField.
- MatrixTrans(MatrixFieldI) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixTrans
- MatrixType - Variable in class com.singularsys.exttests.LambdaFunTest
- MatrixZeroMat - Class in com.singularsys.extensions.matrix.functions
-
Construct a matrix of zeros using a matrix field.
- MatrixZeroMat(MatrixFactoryI, IntegerConvertor) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixZeroMat
- MatrixZeroVec - Class in com.singularsys.extensions.matrix.functions
-
Construct a matrix of zeros using a matrix field.
- MatrixZeroVec(MatrixFactoryI, IntegerConvertor) - Constructor for class com.singularsys.extensions.matrix.functions.MatrixZeroVec
- MAX - Enum constant in enum class com.singularsys.extensions.statistical.ElementMinMax.Type
-
Maximum of all values
- MAX - Enum constant in enum class com.singularsys.jep.functions.MinMax.MinMaxType
- MAX_LOOPS - Static variable in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Number of loops to run
- MAX_THREADS - Static variable in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Maximum number of threads to test.
- max_with_four_argument_is_largest() - Method in class com.singularsys.exttests.StatisticalTest
- maxNextCharInd - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- mc - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- mc - Variable in class com.singularsys.jep.bigdecimal.BigDecComponents
- mc - Variable in class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- mc - Variable in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
-
Stores the math context used for calculations.
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecMod
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecPow
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecSub
- mc - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecVSum
- mdh - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- MDJep - Class in com.singularsys.extensions.matrixdiff
-
An extension of the DJep class with Matrix support.
- MDJep() - Constructor for class com.singularsys.extensions.matrixdiff.MDJep
- MDJep(MDJepComponents) - Constructor for class com.singularsys.extensions.matrixdiff.MDJep
- MDJep(JepComponent...) - Constructor for class com.singularsys.extensions.matrixdiff.MDJep
- MDJepComponents - Class in com.singularsys.extensions.matrixdiff
-
The set of components used by a standard DJep instance.
- MDJepComponents(JepComponent...) - Constructor for class com.singularsys.extensions.matrixdiff.MDJepComponents
- MDJepTest - Class in com.singularsys.exttests
-
Tests for differentation using a matrix field.
- MDJepTest() - Constructor for class com.singularsys.exttests.MDJepTest
- MDJepTest() - Method in class com.singularsys.exttests.ExtDocsTest
- Mean - Class in com.singularsys.extensions.statistical
-
Calculate the mean of its arguments
- Mean(FieldI) - Constructor for class com.singularsys.extensions.statistical.Mean
- mean_with_double_array_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_four_argument_is_average() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_List_of_doubles_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_MatrixI_argument() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_mixed_argument_types() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_no_arguments_fails() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_Number_array_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_object_array_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_one_arguments_gives_that_value() - Method in class com.singularsys.exttests.StatisticalTest
- mean_with_VectorI_argument() - Method in class com.singularsys.exttests.StatisticalTest
- meanPfmc - Variable in class com.singularsys.exttests.StatisticalTest
- measure(String, Node, MonitoringEvaluator.GetWithException<Object>) - Method in class com.singularsys.jep.misc.MonitoringEvaluator
-
Measure the time spent executing the supplied function.
- MEASURE_TIME - Enum constant in enum class com.singularsys.jep.misc.MonitoringEvaluator.Type
-
Measure the time spent in each function/operator/variable/constant call.
- Median - Class in com.singularsys.extensions.statistical
-
Calculate the median of its arguments.
- Median(FieldI) - Constructor for class com.singularsys.extensions.statistical.Median
- MEDIAN - Enum constant in enum class com.singularsys.extensions.statistical.Percentile.Type
-
Percentile of i-th point is (i-1/3)/(n+1/3) * 100%.
- median_interpolation_percentiles() - Method in class com.singularsys.exttests.StatisticalTest
-
Hyndman and Fan (1996) recommended method.
- median_with_even_number_of_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- median_with_no_arguments_fails() - Method in class com.singularsys.exttests.StatisticalTest
- median_with_odd_argument_is_that_value() - Method in class com.singularsys.exttests.StatisticalTest
- median_with_odd_number_of_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- MediumWeightComponentSet - Class in com.singularsys.jep.misc
-
A medium weight set of components reusing components from an existing Jep instance.
- MediumWeightComponentSet(Jep) - Constructor for class com.singularsys.jep.misc.MediumWeightComponentSet
-
Create a medium weight instance with copies of all variables
- MediumWeightComponentSet(Jep, boolean) - Constructor for class com.singularsys.jep.misc.MediumWeightComponentSet
-
Create a medium weight instance either with an empty variable table or one with just the constants.
- MediumWeightComponentSet(Jep, JepComponent...) - Constructor for class com.singularsys.jep.misc.MediumWeightComponentSet
-
Create a medium weight instance where replacements are used in preference to the base Jep.
- merge(TreeAnalyzer) - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
Merge the result with the argument, producing total for all trees.
- Merge - Class in com.singularsys.extensions.lambda
-
Joins two sequences together, element by element.
- Merge() - Constructor for class com.singularsys.extensions.lambda.Merge
- Merge(boolean) - Constructor for class com.singularsys.extensions.lambda.Merge
- messages - Variable in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.BasicSubscriber
- MessagesTest - Class in com.singularsys.jeptests.system
-
This class should print out all messages produced by Jep.
- MessagesTest() - Constructor for class com.singularsys.jeptests.system.MessagesTest
- mf - Variable in class com.singularsys.extensions.lambda.MatrixListProcessor
- mf - Variable in class com.singularsys.extensions.matrix.AbstractMatrixField
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictContainsKey
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntries
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntriesIterable
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictGet
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictGetOr
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeys
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictKeysIterable
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictRemove
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictValues
- mf - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
- mf - Variable in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mfac - Variable in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
Matrix factory used
- mfact - Variable in class com.singularsys.extensions.matrixdiff.MDJep
- mfact - Variable in class com.singularsys.exttests.matrix.MatrixTest
- mfield - Variable in class com.singularsys.extensions.matrixdiff.MDJep
- mfield - Variable in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
MatrixField used
- mfield - Variable in class com.singularsys.exttests.matrix.MatrixTest
- Mid - Class in com.singularsys.jep.functions.strings
-
Extract substring of first argument:
mid("abcdefg",2,3) -> "cde"Syntax:mid(str,start,len)Second argument is starting index, with the first character being at index 0. - Mid() - Constructor for class com.singularsys.jep.functions.strings.Mid
- MID - Enum constant in enum class com.singularsys.extensions.statistical.Percentile.Type
-
Mid-range, Percentile of i-th point is (i-0.5)/n * 100% so highest and lowest points correspond to (1-0.5)/n-th and (n-.5)/n-th percentiles.
- mid_interpolation_percentiles() - Method in class com.singularsys.exttests.StatisticalTest
-
Test data from https://en.wikipedia.org/wiki/Percentile
- MIN - Enum constant in enum class com.singularsys.extensions.statistical.ElementMinMax.Type
-
Minimum of all values.
- MIN - Enum constant in enum class com.singularsys.jep.functions.MinMax.MinMaxType
- min_with_double_array_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- min_with_four_argument_is_smallest() - Method in class com.singularsys.exttests.StatisticalTest
- min_with_no_arguments_fails() - Method in class com.singularsys.exttests.StatisticalTest
- min_with_one_argument_is_that_value() - Method in class com.singularsys.exttests.StatisticalTest
- minmax(List<Object>) - Method in class com.singularsys.jep.functions.MinMax
- MinMax - Class in com.singularsys.jep.functions
-
Minimum and Maximum functions.
- MinMax(boolean) - Constructor for class com.singularsys.jep.functions.MinMax
-
Constructor.
- MinMax(Comparative) - Constructor for class com.singularsys.jep.functions.MinMax
-
Constructor allowing for a different Comparative object.
- MinMax(MinMax.MinMaxType) - Constructor for class com.singularsys.jep.functions.MinMax
-
Constructor using the MinMaxType enum.
- MinMax.MinMaxType - Enum Class in com.singularsys.jep.functions
-
Type of MinMax function, used to make construct clearer.
- minor(DoubleMatrix, int, int) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
-
Finds the minor matrix formed by excluding a row and vector
- minor(GenericMatrix<E>, int, int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Creates the matrix of minors by excluding one row and one column
- minor(MatrixI, int, int) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Finds the minor matrix formed by excluding a row and vector
- MINUS - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- MINUS_I - Static variable in class com.singularsys.jep.standard.Complex
-
Constant 0-1 i
- MINUS_ONE - Static variable in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- MINUS_ONE - Static variable in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- MINUS_ONE - Static variable in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- MINUS_ONE - Static variable in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- MINUS_ONE - Static variable in class com.singularsys.jep.standard.Complex
-
Constant -1+0 i
- MINUSEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- MinusHandler - Class in com.singularsys.extensions.mathml.parser
-
Needed to distinguish between Unary and binary minus.
- MinusHandler() - Constructor for class com.singularsys.extensions.mathml.parser.MinusHandler
- MINUSONE - Static variable in class com.singularsys.extensions.field.implementations.Rational
- MINUSONE - Static variable in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- MINUSONE - Variable in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- MINUSONE - Static variable in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- MINUSONE - Static variable in class com.singularsys.jep.standard.DoubleNumberFactory
- minusOneConstant - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- MIXED - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- MixedComplexFunctionTableTest() - Constructor for class com.singularsys.exttests.field.ComplexFieldTest.MixedComplexFunctionTableTest
- mixedTests() - Constructor for class com.singularsys.exttests.examples.FieldConsoleTest.mixedTests
- mod(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- mod(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
The modulus of two members of the field.
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
-
Not implemented for this field.
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
-
Not implemented for this field.
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
-
Not implemented for this field.
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- mod(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not implemented for this field.
- mod(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mod(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- mod(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixMod
- mod(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Mod operation not defined for matrices
- mod(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- mod(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- mod(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMod
- mod(Object, Object) - Method in class com.singularsys.jep.functions.Modulus
- MOD - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- MOD - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- MOD - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- mode - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- mode - Variable in class com.singularsys.jep.PrintVisitor
-
The current mode for printing.
- Mode - Class in com.singularsys.extensions.statistical
-
Calculate the mode of its arguments
- Mode(FieldI) - Constructor for class com.singularsys.extensions.statistical.Mode
-
Constructor.
- Mode(FieldI, Object) - Constructor for class com.singularsys.extensions.statistical.Mode
-
Constructor
- mode_with_bimodal_returns_NaN() - Method in class com.singularsys.exttests.StatisticalTest
- mode_with_empty_data_returns_NaN() - Method in class com.singularsys.exttests.StatisticalTest
- mode_with_single_item_returns_that_item() - Method in class com.singularsys.exttests.StatisticalTest
- mode_with_single_mode_returns_that_value() - Method in class com.singularsys.exttests.StatisticalTest
- modEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- modEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- modEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- modEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- modEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- modEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- modEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- modEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- modEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- MODEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- modG(Rational, Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
- modG(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Modulus of two elements of type E.
- modG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- modG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- modG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- modG(Long, Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- modG(Short, Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- modG(String, String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- modG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- modG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- modG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- modG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- modG(Vector<?>, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- ModifiedParserTest - Class in com.singularsys.jeptests.system
-
Tests for various custom grammars.
- ModifiedParserTest() - Constructor for class com.singularsys.jeptests.system.ModifiedParserTest
- ModifiedParserTest.BadFun - Class in com.singularsys.jeptests.system
- ModifiedParserTest.SeqFun - Class in com.singularsys.jeptests.system
-
Simple test class of a function which returns an array.
- ModifiedParserTest.SuffixArrayAccessShuntingYard - Class in com.singularsys.jeptests.system
-
A subclass of the ShuntingYard which can parse various forms of list element access.
- ModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactory - Class in com.singularsys.jeptests.system
-
Factory to create SuffixArrayAccessShuntingYard
- ModifiedParserTest.SuffixElePrintRule - Class in com.singularsys.jeptests.system
-
A rule to correctly print suffix array access expressions
- Modulus - Class in com.singularsys.jep.functions
-
Calculates the modulus x % y of the arguments.
- Modulus() - Constructor for class com.singularsys.jep.functions.Modulus
- ModulusField - Class in com.singularsys.extensions.field.implementations
-
A field to work with small modulus values < 46341.
- ModulusField(int) - Constructor for class com.singularsys.extensions.field.implementations.ModulusField
- ModulusTest - Class in com.singularsys.exttests.field
-
Tests for the
ModulusFieldwhere all values are calculatedmod n. - ModulusTest() - Constructor for class com.singularsys.exttests.field.ModulusTest
- MonitoringChainingOp - Class in com.singularsys.extensions.chained
-
An implementation of the
ChainingOpPfmcthat records calls toChainedFunctionI.apply(Evaluator, Node, Object)to theMonitoringEvaluator. - MonitoringChainingOp() - Constructor for class com.singularsys.extensions.chained.MonitoringChainingOp
- MonitoringChainingOp(MonitoringEvaluator) - Constructor for class com.singularsys.extensions.chained.MonitoringChainingOp
- MonitoringEvaluator - Class in com.singularsys.jep.misc
-
A subclass of FastEvaluator that monitors the number of times each function, operator, variable, and constant is called during evaluation.
- MonitoringEvaluator(MonitoringEvaluator.Type) - Constructor for class com.singularsys.jep.misc.MonitoringEvaluator
-
Constructor.
- MonitoringEvaluator.CountAndTime - Class in com.singularsys.jep.misc
-
A class to hold the count and times of function/operator/variable/constant calls.
- MonitoringEvaluator.GetWithException<T> - Interface in com.singularsys.jep.misc
-
Functional interface for functions to be measured.
- MonitoringEvaluator.Type - Enum Class in com.singularsys.jep.misc
-
The type of monitoring to perform.
- Monomial - Class in com.singularsys.extensions.polynomials
-
Represents an immutable monomial a x^i * y^j * ... * z^k, a constant.
- mouseClicked(MouseEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- mouseClicked(MouseEvent) - Method in class com.singularsys.jepexamples.applets.RepeatButton
- mouseDragged(MouseEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- mouseEntered(MouseEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- mouseEntered(MouseEvent) - Method in class com.singularsys.jepexamples.applets.RepeatButton
- mouseExited(MouseEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- mouseExited(MouseEvent) - Method in class com.singularsys.jepexamples.applets.RepeatButton
- mouseMoved(MouseEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- mousePressed(MouseEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- mousePressed(MouseEvent) - Method in class com.singularsys.jepexamples.applets.RepeatButton
- mouseReleased(MouseEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- mouseReleased(MouseEvent) - Method in class com.singularsys.jepexamples.applets.RepeatButton
- mouseWheelMoved(MouseWheelEvent) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- MrpCommandList - Class in com.singularsys.extensions.fastmatrix
-
A list of commands evaluated in sequence by the evaluator.
- MrpCommandList.MrpCommand - Class in com.singularsys.extensions.fastmatrix
-
Data type for the command string
- mrpeDoc0() - Method in class com.singularsys.exttests.ExtDocsTest
- mrpeDoc1() - Method in class com.singularsys.exttests.ExtDocsTest
- mrpeDoc3() - Method in class com.singularsys.exttests.ExtDocsTest
- mrpeDocTest() - Method in class com.singularsys.exttests.ExtDocsTest
- MrpeDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from fastmatrix.html
- MrpeDocTest() - Constructor for class com.singularsys.exttests.autogen.MrpeDocTest
- MRpeMatrixFieldTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
fastmatrixpackage. - MRpeMatrixFieldTest() - Constructor for class com.singularsys.exttests.matrix.MRpeMatrixFieldTest
- MRpeMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests the fastmatrix evaluator.
- MRpeMatrixTest() - Constructor for class com.singularsys.exttests.matrix.MRpeMatrixTest
- MRpeTest - Class in com.singularsys.exttests
-
JUnit test for full Matrix Rp evaluator
- MRpeTest() - Constructor for class com.singularsys.exttests.MRpeTest
- MrpEval - Class in com.singularsys.extensions.fastmatrix
-
A fast evaluation algorithm for equations using Vectors and Matrix over the Doubles.
- MrpEval(Jep) - Constructor for class com.singularsys.extensions.fastmatrix.MrpEval
-
Constructor using the MatrixFactory from the jep instance
- MrpEval(Jep, MatrixFactoryI) - Constructor for class com.singularsys.extensions.fastmatrix.MrpEval
-
Constructor using a supplied MatrixFactory
- MrpEval(Jep, MatrixFactoryI, int) - Constructor for class com.singularsys.extensions.fastmatrix.MrpEval
-
Constructor using a supplied function table
- MrpEvalConsole - Class in com.singularsys.extexamples.consoles
-
Console using the ReEval class rather than the RpEvaluator wrapper.
- MrpEvalConsole() - Constructor for class com.singularsys.extexamples.consoles.MrpEvalConsole
- MrpEvalConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
MrpEvalConsoleapplication. - MrpEvalConsoleTest() - Constructor for class com.singularsys.exttests.examples.MrpEvalConsoleTest
- MrpRes - Class in com.singularsys.extensions.fastmatrix
-
The values returned by the evaluator and the base type for internal types.
- MrpRes() - Constructor for class com.singularsys.extensions.fastmatrix.MrpRes
- MRpSerializationTest - Class in com.singularsys.exttests
-
Tests for serialization the
fastmatrixpackage. - MRpSerializationTest() - Constructor for class com.singularsys.exttests.MRpSerializationTest
- MRpSerializationTest.MyBinary - Class in com.singularsys.exttests
- MRpSerializationTest.MyNary - Class in com.singularsys.exttests
- MRpSerializationTest.MyNaryBinary - Class in com.singularsys.exttests
- MRpSerializationTest.MyNullary - Class in com.singularsys.exttests
- MRpSerializationTest.MyUnary - Class in com.singularsys.exttests
- MrpVarRef - Class in com.singularsys.extensions.fastmatrix
-
A reference to a variable used by the fast matrix evaluation package
- mul - Variable in class com.singularsys.jep.functions.Cross
- mul - Variable in class com.singularsys.jep.functions.Dot
- mul(double) - Method in class com.singularsys.jep.standard.Complex
-
Multiply the complex number with a double value.
- mul(double) - Method in class com.singularsys.jep.standard.ImmutableComplex
- mul(Rational) - Method in class com.singularsys.extensions.field.implementations.Rational
- mul(RationalWithInfinity) - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- mul(GenericMatrix<E>, GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mul(GenericMatrix<E>, GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mul(GenericMatrix<E>, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mul(GenericVector<E>, GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mul(GenericVector<E>, GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mul(GenericVector<E>, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mul(PConstant) - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- mul(PNodeI) - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- mul(PNodeI) - Method in class com.singularsys.extensions.polynomials.Monomial
- mul(PNodeI) - Method in class com.singularsys.extensions.polynomials.PConstant
- mul(PNodeI) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Multiplies this by the argument.
- mul(PNodeI) - Method in class com.singularsys.extensions.polynomials.Polynomial
- mul(PNodeI, PNodeI) - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- mul(Complex) - Method in class com.singularsys.jep.standard.Complex
-
Multiply the complex number with another complex value.
- mul(Complex) - Method in class com.singularsys.jep.standard.ImmutableComplex
- mul(Complex, Complex) - Static method in class com.singularsys.jep.functions.Multiply
- mul(Complex, Number) - Static method in class com.singularsys.jep.functions.Multiply
- mul(Number, Number) - Static method in class com.singularsys.jep.functions.Multiply
- mul(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- mul(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Multiplies two members of the field.
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- mul(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not implemented for this field.
- mul(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mul(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- mul(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixMul
- mul(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mul(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- mul(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- mul(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- mul(Object, Object) - Method in class com.singularsys.jep.functions.Multiply
- mul(Object, List<?>) - Method in class com.singularsys.jep.functions.Multiply
- mul(List<?>, Object) - Method in class com.singularsys.jep.functions.Multiply
- MUL - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- MUL - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- MUL - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- mulEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- mulEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- mulEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- mulEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mulEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- mulEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- mulEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- mulEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- mulEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- mulG(Rational, Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
- mulG(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Multiplies two elements of type E.
- mulG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- mulG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- mulG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- mulG(Long, Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- mulG(Short, Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- mulG(String, String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- mulG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- mulG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- mulG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- mulG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- mulMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mulMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- mulMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- mulMM(M, M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Multiply matrix by matrix
- mulMO(MatrixI, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mulMO(MatrixI, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- mulMO(MatrixI, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- mulMO(M, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Multiply matrix by scalar
- mulMV(MatrixI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mulMV(MatrixI, VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- mulMV(MatrixI, VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- mulMV(M, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Multiply matrix by column-vector
- mulRow(MatrixI, int, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
In place multiply all elements of a row by a number
- MultiLineMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches tokens which span multiple lines of the input.
- MultiLineMatcher(TokenMatcher, TokenMatcher, TokenBuilder) - Constructor for class com.singularsys.jep.configurableparser.matchers.MultiLineMatcher
- multiLineSlashStarCommentMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.CommentTokenMatcher
-
Recognise comments of the form /* ... */ which can span multiple lines.
- MultiLineToken - Class in com.singularsys.jep.configurableparser.tokens
-
A token representing a token which spans multiple lines.
- MultiLineToken(String, TokenMatcher, TokenBuilder) - Constructor for class com.singularsys.jep.configurableparser.tokens.MultiLineToken
- MultipleEquationParser - Class in com.singularsys.jep.misc.parallelparsing
-
A parser which can be used to parse multiple expressions in sequence.
- MultipleEquationParser(ConfigurableParser, Reader) - Constructor for class com.singularsys.jep.misc.parallelparsing.MultipleEquationParser
-
Creates a new parser for the given stream.
- MultipleEquationParsingJep - Class in com.singularsys.jep.misc.parallelparsing
-
A Jep which uses a
ParallelConfigurableParserproviding implementations of theJep.initMultiParse(java.io.Reader)andMultipleEquationParsingJep.continueParsing()methods. - MultipleEquationParsingJep(ParallelConfigurableParser, JepComponent...) - Constructor for class com.singularsys.jep.misc.parallelparsing.MultipleEquationParsingJep
-
Creates a new
MultipleEquationParsingJepusing the givenParallelConfigurableParserand components. - MultiplicativeExpression() - Method in class com.singularsys.jep.parser.JccParser
- Multiply - Class in com.singularsys.jep.functions
-
The multiplication function.
- Multiply() - Constructor for class com.singularsys.jep.functions.Multiply
- MultiplyDiffRule - Class in com.singularsys.extensions.djep.diffRules
-
Differentiates a product with respect to a variable. diff(y*z,x) -> diff(y,x)*z+y*diff(z,x)
- MultiplyDiffRule(DJep, Operator) - Constructor for class com.singularsys.extensions.djep.diffRules.MultiplyDiffRule
- MultiplyDiffRule(DJep, Operator, Operator) - Constructor for class com.singularsys.extensions.djep.diffRules.MultiplyDiffRule
- MultiplyVectorMatrixRule - Class in com.singularsys.extensions.rewrite.matrix
-
A rule which expands multiplication of vectors and matrices.
- MultiplyVectorMatrixRule() - Constructor for class com.singularsys.extensions.rewrite.matrix.MultiplyVectorMatrixRule
- mulVM(VectorI, MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mulVM(VectorI, MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- mulVM(VectorI, MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- mulVM(V, M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Multiply row-vector by matrix
- mulVO(VectorI, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mulVO(VectorI, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- mulVO(VectorI, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- mulVO(V, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Multiply a vector by a scalar
- mulVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- mulVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- mulVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- mulVV(V, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Outer product of two vectors
- MutableDouble - Class in com.singularsys.jep.misc.boundvariable
-
A simple Mutable Double class.
- MutableDouble(double) - Constructor for class com.singularsys.jep.misc.boundvariable.MutableDouble
- MutableMonomial - Class in com.singularsys.extensions.polynomials
-
A mutable monomial representing a * x^i * y^j * ... * z^k.
- MutableMonomial(PolynomialCreator, PConstant, PNodeI[], PNodeI[]) - Constructor for class com.singularsys.extensions.polynomials.MutableMonomial
-
Note arrays parsed may be modified.
- MutablePolynomial - Class in com.singularsys.extensions.polynomials
-
A mutable polynomial representing a + b + c.
- MutablePolynomial(PolynomialCreator, PNodeI[]) - Constructor for class com.singularsys.extensions.polynomials.MutablePolynomial
-
Note arrays parsed may be modified.
- MyArcSin() - Constructor for class com.singularsys.exttests.RpTest.MyArcSin
- myAssertEquals(double, Object) - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- myAssertEquals(double, Object) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
-
Asserts if the two values are equal, possible converting the double.
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.exttests.CleanerTest
-
Assertion with message on command line.
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.exttests.field.ComplexFieldTest
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.exttests.field.RationalFieldTest
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.exttests.matrix.MatrixTest
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.jeptests.system.JepTest
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- myAssertEquals(String, Object, Object) - Method in class com.singularsys.jeptests.system.NullWrapTest
- myAssertEquals(String, String, String) - Method in class com.singularsys.exttests.MRpeTest
- myAssertEquals(String, String, String) - Method in class com.singularsys.exttests.PolynomialCreatorTest
- myAssertNaN(String, Object) - Method in class com.singularsys.exttests.field.ComplexFieldTest
- myAssertNaN(String, Object) - Method in class com.singularsys.jeptests.system.JepTest
- myAssertNull(String, Object) - Method in class com.singularsys.jeptests.system.JepTest
- myAssertNull(String, Object) - Method in class com.singularsys.jeptests.system.NullWrapTest
- MyBinary() - Constructor for class com.singularsys.exttests.MRpSerializationTest.MyBinary
- MyBinary() - Constructor for class com.singularsys.exttests.RpSerializationTest.MyBinary
- MyBinary() - Constructor for class com.singularsys.jeptests.system.JepTest.MyBinary
- MyBinary() - Constructor for class com.singularsys.jeptests.system.NullWrapTest.MyBinary
- myFalse - Variable in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
Value used to represent True
- myFalse - Variable in class com.singularsys.jeptests.system.JepTest
- MyNary() - Constructor for class com.singularsys.exttests.MRpSerializationTest.MyNary
- MyNary() - Constructor for class com.singularsys.exttests.RpSerializationTest.MyNary
- MyNary() - Constructor for class com.singularsys.jeptests.system.JepTest.MyNary
- MyNary() - Constructor for class com.singularsys.jeptests.system.NullWrapTest.MyNary
- MyNaryBinary() - Constructor for class com.singularsys.exttests.MRpSerializationTest.MyNaryBinary
- MyNaryBinary() - Constructor for class com.singularsys.exttests.RpSerializationTest.MyNaryBinary
- MyNaryBinary() - Constructor for class com.singularsys.jeptests.system.JepTest.MyNaryBinary
- MyNaryBinary() - Constructor for class com.singularsys.jeptests.system.NullWrapTest.MyNaryBinary
- MyNullary() - Constructor for class com.singularsys.exttests.MRpSerializationTest.MyNullary
- MyNullary() - Constructor for class com.singularsys.exttests.RpSerializationTest.MyNullary
- MyNullary() - Constructor for class com.singularsys.jeptests.system.JepTest.MyNullary
- MyNumber(double) - Constructor for class com.singularsys.jeptests.system.JepTestWithCustomNumberType.MyNumber
- MyObj() - Constructor for class com.singularsys.jeptests.unit.misc.BoundVariableTest.MyObj
- MyPfmc() - Constructor for class com.singularsys.jeptests.system.NullWrapTest.MyPfmc
- MyStringFieldTest() - Constructor for class com.singularsys.exttests.field.FieldDictTest.MyStringFieldTest
- MyStructuredParser() - Constructor for class com.singularsys.exttests.autogen.StructureDocTest.MyStructuredParser
- MyStructuredParser() - Constructor for class com.singularsys.exttests.ExtDocsTest.MyStructuredParser
- myTrue - Variable in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
Value used to represent false
- myTrue - Variable in class com.singularsys.jeptests.system.JepTest
- MyUnary() - Constructor for class com.singularsys.exttests.MRpSerializationTest.MyUnary
- MyUnary() - Constructor for class com.singularsys.exttests.RpSerializationTest.MyUnary
- MyUnary() - Constructor for class com.singularsys.jeptests.system.JepTest.MyUnary
- MyUnary() - Constructor for class com.singularsys.jeptests.system.NullWrapTest.MyUnary
- MyVariableTableSubscriber() - Constructor for class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
N
- N_TERMS - Static variable in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Number of terms in the expressions
- name - Variable in class com.singularsys.jep.functions.PostfixMathCommand
-
The name of the function.
- name - Variable in class com.singularsys.jep.Operator
-
A unique name defining the operator.
- name - Variable in class com.singularsys.jep.Variable
- name - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
- name_of_operator_from_default_properties() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- name_of_operator_from_default_properties() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- NaN - Static variable in class com.singularsys.jep.functions.PostfixMathCommand
-
Double.valueOf(Double.NaN)
- NAN - Enum constant in enum class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthErrorBehaviour
-
Signals that NaN is returned
- NAN - Static variable in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- nanConstant - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- NARY - Static variable in class com.singularsys.jep.Operator
-
Trinary ops such as ?
- NaryBinaryFunction - Class in com.singularsys.jep.functions
-
Convenient base class for n-ary functions backed by a binary operation.
- NaryBinaryFunction() - Constructor for class com.singularsys.jep.functions.NaryBinaryFunction
- NaryBinaryTest - Class in com.singularsys.jeptests.unit.functions
-
Tests for
Addusing the multiple arguments. - NaryBinaryTest() - Constructor for class com.singularsys.jeptests.unit.functions.NaryBinaryTest
- NaryFunction - Class in com.singularsys.jep.functions
-
Convenient base class for nary functions.
- NaryFunction() - Constructor for class com.singularsys.jep.functions.NaryFunction
-
Standard constructor where any number of arguments is allowed.
- NaryFunction(int) - Constructor for class com.singularsys.jep.functions.NaryFunction
-
Constructor where a fixed number of arguments is allowed
- NaryToBinaryRule - Class in com.singularsys.extensions.rewrite
-
Converts
NaryBinaryFunctionfunctions with multiple arguments to nested binary functions. - NaryToBinaryRule() - Constructor for class com.singularsys.extensions.rewrite.NaryToBinaryRule
- NaturalLogarithm - Class in com.singularsys.jep.functions
-
Natural logarithm.
- NaturalLogarithm() - Constructor for class com.singularsys.jep.functions.NaturalLogarithm
- NaturalLogarithmTest - Class in com.singularsys.jeptests.unit.functions
-
Tests for
NaturalLogarithm. - NaturalLogarithmTest() - Constructor for class com.singularsys.jeptests.unit.functions.NaturalLogarithmTest
- nDeriv - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest
- nDeriv - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- ne(Object, Object) - Method in class com.singularsys.extensions.field.AbstractComparativeField
- ne(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- ne(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Not Equals
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- ne(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- ne(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- ne(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- ne(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixCmp
- ne(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- ne(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- ne(Object, Object) - Method in class com.singularsys.jep.functions.Comparative
- NE - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- NE - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- NE - Static variable in class com.singularsys.jep.functions.Comparative
- NE - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- NEAREST - Enum constant in enum class com.singularsys.extensions.statistical.Percentile.Type
-
Nearest rank, the smallest value such that least p% of the data is less than or equal to that value.
- nearest_neighbour_percentiles() - Method in class com.singularsys.exttests.StatisticalTest
-
Test data from https://en.wikipedia.org/wiki/Percentile
- neEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- neEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- neEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- neEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- neEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- neEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- neEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- neEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- neEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- neg() - Method in class com.singularsys.extensions.field.implementations.Rational
- neg() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- neg() - Method in class com.singularsys.jep.standard.Complex
-
Returns the negative value of this complex number.
- neg() - Method in class com.singularsys.jep.standard.ImmutableComplex
- neg(GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- neg(GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- neg(Object) - Method in class com.singularsys.extensions.field.FieldCollection
- neg(Object) - Method in interface com.singularsys.extensions.field.FieldI
-
The negation -x of an element.
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- neg(Object) - Method in class com.singularsys.extensions.field.implementations.StringField
- neg(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- neg(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- neg(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- neg(Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- neg(Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- NEG - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- NEG_INF - Static variable in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- negate() - Method in class com.singularsys.extensions.polynomials.Monomial
- negate() - Method in class com.singularsys.extensions.polynomials.PConstant
- negate() - Method in class com.singularsys.extensions.polynomials.PFunction
- negate() - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
negates node i.e.
- negate() - Method in class com.singularsys.extensions.polynomials.Polynomial
- negate() - Method in class com.singularsys.extensions.polynomials.POperator
- negate() - Method in class com.singularsys.extensions.polynomials.PVariable
- negativeZero() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- negativeZero() - Method in class com.singularsys.jeptests.system.JepTest
- negativeZero() - Method in class com.singularsys.jeptests.system.UncheckedEvalTest
- negBern1D - Static variable in class com.singularsys.extexamples.applets.Bern1D
- NegBern1D() - Constructor for class com.singularsys.extexamples.applets.Bern1D.NegBern1D
- negBern2D - Static variable in class com.singularsys.extexamples.applets.Bern2D
- NegBern2D() - Constructor for class com.singularsys.extexamples.applets.Bern2D.NegBern2D
- negEle(Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- negEle(E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- negEle(E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- negEle(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- negEle(Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- negEle(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- negEle(Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- negEle(Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- negEle(Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- negG(Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
- negG(E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Negates an elements of type E.
- negG(Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- negG(Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- negG(Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- negG(Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- negG(Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- negG(String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- negG(BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- negG(BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- negG(BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- negG(BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- negG(Vector<?>) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- negM(MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- negM(MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- negM(MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- negM(M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- negQuad - Static variable in class com.singularsys.extexamples.applets.Bern2D
- negV(VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- negV(VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- negV(VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- negV(V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- neMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- neMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- neMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- neMM(M, M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Test if two matrices are not equal.
- neVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- neVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- neVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- neVV(V, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Test if two vectors are not-equal.
- new_variable_has_copied_value() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- new_variable_has_same_constant_flag() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyConstantsFromTest
- new_variable_has_same_constant_flag() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- new_variable_has_same_hooks() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- new_variable_has_same_valid_value_flag() - Method in class com.singularsys.jeptests.unit.VariableTableTest.CopyVariablesFromTest
- newDocument() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Create an empty document.
- newDocumentMathMLDTD() - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Create a document with the MathML DTD and a <math> tag as the root element.
- newDocumentMathMLDTD(String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Create a document with the MathML DTD with the specified systemID and a <math> tag as the root element.
- newInstance() - Method in class com.singularsys.extensions.xjep.XVariableTable
-
Creates a new SymbolTable with the same variable factory as this, and the same set of constants.
- newInstance(double[]) - Static method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- newInstance(double[][]) - Static method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- newInstance(DoubleVector[]) - Static method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
-
Create a matrix from an array of Doubles
- newInstance(DoubleVector[]) - Static method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- newInstance(ConfigurableParser) - Method in interface com.singularsys.jep.configurableparser.GrammarParserFactory
- newInstance(ConfigurableParser) - Method in class com.singularsys.jep.configurableparser.ShuntingYard.ShuntingYardGrammarParserFactory
-
Create a new ShuntingYard instance.
- newInstance(ConfigurableParser) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard.LineNumberGrammarParserFactory
- newInstance(ConfigurableParser) - Method in class com.singularsys.jeptests.system.ModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactory
-
Create a new ShuntingYard instance.
- newInstance(ConfigurableParser, BufferedReader) - Method in class com.singularsys.jep.configurableparser.Tokenizer.StandardTokenizerFactory
- newInstance(ConfigurableParser, BufferedReader) - Method in interface com.singularsys.jep.configurableparser.TokenizerFactory
- newInstance(Double[]) - Static method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- newInstance(Double[][]) - Static method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
-
Create a matrix from an array of Doubles
- newInstance(Double[][]) - Static method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- newMatrix(double[][]) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- newMatrix(double[][]) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- newMatrix(Object[][]) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- newMatrix(Object[][]) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
- newMatrix(Object[][]) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
Subclasses do not need to implement this method.
- newMatrix(Object[][]) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create a new MatrixI using the given data
- newMatrix(Object[][]) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- newMatrixUnchecked(Object[][]) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixFactory
- newMatrixUnchecked(Object[][]) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- newMatrixUnchecked(Object[][]) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- newMatrixUnchecked(Object[][]) - Method in class com.singularsys.exttests.matrix.RationalMatrixFactory
- newMultipleEquationParser(Reader) - Method in class com.singularsys.jep.misc.parallelparsing.ParallelConfigurableParser
-
Creates a new instance of the MultipleEquationParser to parse multiple expressions from the input.
- newToken(int) - Static method in class com.singularsys.jep.parser.Token
- newToken(int, String) - Static method in class com.singularsys.jep.parser.Token
-
Returns a new Token object, by default.
- newVector(double[]) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- newVector(double[]) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- newVector(Object...) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- newVector(Object...) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
- newVector(Object...) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
Subclasses do not need to implement this method.
- newVector(Object...) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create a new VectorI using the given data
- newVector(Object...) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- newVector(Collection<?>) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- newVector(Collection<?>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- newVector(Collection<?>) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create a new VectorI from a collection.
- newVector(Collection<?>) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- newVectorUnchecked(Object[]) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixFactory
- newVectorUnchecked(Object[]) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- newVectorUnchecked(Object[]) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- newVectorUnchecked(Object[]) - Method in class com.singularsys.exttests.matrix.RationalMatrixFactory
- next - Variable in class com.singularsys.jep.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class com.singularsys.extensions.lambda.PaddingListProcessor.MatrixIterator
- next() - Method in class com.singularsys.extensions.lambda.PaddingListProcessor.VectorIterator
- nextCharBuf - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- nextCharInd - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- nextnext() - Method in class com.singularsys.jep.configurableparser.Lookahead2Iterator
- nextnext() - Method in class com.singularsys.jep.configurableparser.LookaheadNIterator
- nf - Variable in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- nf - Variable in class com.singularsys.extensions.mathml.parser.AbstractHandler
- nf - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- nf - Variable in class com.singularsys.extensions.rewrite.AbstractRewrite
-
A NodeFactory used for construction nodes.
- nf - Variable in class com.singularsys.extensions.rewrite.SmallNumberRule
-
A NodeFactory used for construction nodes.
- nf - Variable in class com.singularsys.extensions.xjep.Subst
- nf - Variable in class com.singularsys.jep.configurableparser.ShuntingYard
- nf - Variable in class com.singularsys.jep.misc.MacroFunction
- nf - Variable in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
- nf - Variable in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- nf - Variable in class com.singularsys.jep.walkers.DoNothingVisitor
-
Convenience reference to the NodeFactory
- nf - Variable in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- NO_ARGS - Static variable in class com.singularsys.jep.Operator
-
No arguments to operator
- NO_DECIMALPOINT - Enum constant in enum class com.singularsys.extensions.mathml.builder.NumberBuilder.DoubleBehaviour
-
<cn>2</cn> - NO_DOT_IN_IDENTIFIERS - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
Lexical state.
- node() - Method in record class com.singularsys.jepexamples.consoles.Console.NodeRes
-
Returns the value of the
noderecord component. - Node - Interface in com.singularsys.jep.parser
-
Interface defining a node in the parse-tree.
- Node.HookKey - Interface in com.singularsys.jep.parser
-
Nodes can optional have hooks which add meta-data to the node.
- nodeAccept(Node) - Method in class com.singularsys.jep.standard.FastEvaluator
- nodeAccept(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- nodeAccept(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- nodeAccept(Node) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- nodeArity() - Method in class com.singularsys.jep.parser.JJTJccParserState
- nodeCreated() - Method in class com.singularsys.jep.parser.JJTJccParserState
- nodeFac - Variable in class com.singularsys.jep.ComponentSet
- nodeFac - Variable in class com.singularsys.jep.Jep
-
Node Factory
- NodeFactory - Class in com.singularsys.jep
-
This class is used to create nodes of specified types.
- NodeFactory() - Constructor for class com.singularsys.jep.NodeFactory
- NodeFactoryTest - Class in com.singularsys.jeptests.unit
-
Unit tests for the
NodeFactory. - NodeFactoryTest() - Constructor for class com.singularsys.jeptests.unit.NodeFactoryTest
- NodeHookTest - Class in com.singularsys.jeptests.unit
-
Tests for adding hooks to nodes.
- NodeHookTest() - Constructor for class com.singularsys.jeptests.unit.NodeHookTest
- NodeRes(Node, Object) - Constructor for record class com.singularsys.jepexamples.consoles.Console.NodeRes
-
Creates an instance of a
NodeResrecord class. - nodes - Variable in class com.singularsys.jep.configurableparser.ShuntingYard
- nodeTest(Node, Operator) - Static method in class com.singularsys.jeptests.system.JepTest
- nodeTest(Node, Variable) - Static method in class com.singularsys.jeptests.system.JepTest
- nodeTest(Node, Object) - Static method in class com.singularsys.jeptests.system.JepTest
- nodeTest(Node, String) - Static method in class com.singularsys.jeptests.system.JepTest
- nomCommute() - Method in class com.singularsys.exttests.CleanerTest
- non_polynomal_expressions_come_after_polynomials() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- NONE - Enum constant in enum class com.singularsys.extensions.lambda.AnyMatch.Type
- NONE - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- NonPropagatingImmutableComplex() - Constructor for class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- NonPropagatingImmutableComplex(double) - Constructor for class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- NonPropagatingImmutableComplex(double, double) - Constructor for class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- NonPropagatingImmutableComplex(Complex) - Constructor for class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- NonPropagatingImmutableComplex(Number) - Constructor for class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- NOP - Enum constant in enum class com.singularsys.jep.OperatorTable2.PsudoOperators
-
Represent a no-operation
- normal_distribution() - Method in class com.singularsys.exttests.MRpeTest
- normal_operations_with_null_publishers() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- NormalDist - Class in com.singularsys.extensions.statistical.distributions
-
The normal distribution function.
- NormalDist(NormalDist.Type) - Constructor for class com.singularsys.extensions.statistical.distributions.NormalDist
-
Constructor
- NormalDist.Type - Enum Class in com.singularsys.extensions.statistical.distributions
-
Type of distribution to calculate PDF/CDF
- NormalInverse - Class in com.singularsys.extensions.statistical.distributions
-
Inverse Normal distribution.
- NormalInverse() - Constructor for class com.singularsys.extensions.statistical.distributions.NormalInverse
- not(Object) - Method in class com.singularsys.extensions.field.FieldCollection
- not(Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Logical not.
- not(Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- not(Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
-
Not implemented for this field.
- not(Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
-
Not implemented for this field.
- not(Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
-
Not implemented for this field.
- not(Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- not(Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- not(Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Default implementation returns null.
- not(Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
- not(Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- not(Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- not(Object) - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not implemented for this field.
- not(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- not(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- not(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- not(Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- not(Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- Not - Class in com.singularsys.jep.functions
-
Implementation of the not function.
- Not() - Constructor for class com.singularsys.jep.functions.Not
-
Standard Constructor which allows Number and Boolean arguments
- Not(boolean) - Constructor for class com.singularsys.jep.functions.Not
-
Constructor which restricts type of arguments.
- NOT - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- NOT - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- NOT - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- NOT_IN_PARSER - Static variable in class com.singularsys.jep.Operator
-
Non-standard operators, like array access.
- notEle(Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- notEle(E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- notEle(E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- notEle(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- notEle(Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- notEle(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- notEle(Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- notEle(Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- notEle(Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- notInParser() - Method in class com.singularsys.jep.Operator
-
Non-standard operators, that require special parsing options.
- nrows - Variable in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- NULL_PARSER - Static variable in class com.singularsys.jep.misc.NullParser
-
Singleton instance.
- NULL_PRINT_VISITOR - Static variable in class com.singularsys.jep.PrintVisitor
-
A do-nothing PrintVisitor, useful for reducing memory usage when printing not required.
- NullaryFunction - Class in com.singularsys.jep.functions
-
Convenient base class for zero-argument nullary functions, like
random(). - NullaryFunction() - Constructor for class com.singularsys.jep.functions.NullaryFunction
- NullaryFunction.SupplierWithException<T> - Interface in com.singularsys.jep.functions
-
FunctionalInterface for the
BinaryFunction.instanceOf(Class, BiFunctionWithException)method. - nullBehaviour - Variable in class com.singularsys.jep.misc.functions.SwitchDefault
- nullBehaviour - Variable in class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy
- NullHandler - Class in com.singularsys.extensions.mathml.parser
-
Just returns null.
- NullHandler() - Constructor for class com.singularsys.extensions.mathml.parser.NullHandler
- NullParser - Class in com.singularsys.jep.misc
-
A Parser which cannot actually parse expressions.
- NullParser() - Constructor for class com.singularsys.jep.misc.NullParser
- NullSafeEquals - Class in com.singularsys.jep.misc.nullwrapper.functions
-
The Null Safe equals function.
- NullSafeEquals() - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullSafeEquals
- NULLSAFEEQUALS - Enum constant in enum class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable.NullWrapperOperators
-
Key used for the null safe equals operator
- nullValue - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictEntriesIterable
- nullValue - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictValuesIterable
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.Clear
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.DictionaryComponents
-
Special value for keys with no value
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.Entries
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.EntriesIterable
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.Get
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.GetOr
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.MakeMap
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.Put
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.Remove
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.Values
- nullValue - Variable in class com.singularsys.jep.misc.dictionary.ValuesIterable
- nullValue - Variable in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- NullWrappedAbstractInc - Class in com.singularsys.jep.misc.nullwrapper.functions
-
Null wrapped version of the AbstractInc functions.
- NullWrappedAbstractInc(AbstractInc) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedAbstractInc
- NullWrappedBinary - Class in com.singularsys.jep.misc.nullwrapper.functions
-
Null wrapped version of a binary function.
- NullWrappedBinary(BinaryFunction) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedBinary
- NullWrappedFunctionFactory - Class in com.singularsys.jep.misc.nullwrapper
-
A factory to create the appropriate type of wrapped function.
- NullWrappedFunctionFactory() - Constructor for class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionFactory
- NullWrappedFunctionI - Interface in com.singularsys.jep.misc.nullwrapper.functions
-
Indicate that the function handles nulls.
- NullWrappedFunctionTable - Class in com.singularsys.jep.misc.nullwrapper
-
A function table which wraps all the functions in an existing table.
- NullWrappedFunctionTable(FunctionTable) - Constructor for class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionTable
-
Create a new function table which wraps all the functions in the original table.
- NullWrappedFunctionTable(FunctionTable, NullWrappedFunctionFactory) - Constructor for class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionTable
-
A table where a specific NullWrapperFunctionFactory is defined.
- NullWrappedFunctionTable(FunctionTable, NullWrappedFunctionFactory, Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionTable
- NullWrappedIf - Class in com.singularsys.jep.misc.nullwrapper.functions
-
NullWrapped version of the if function.
- NullWrappedIf() - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedIf
- NullWrappedIf(Object) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedIf
- NullWrappedLazyLogical - Class in com.singularsys.jep.misc.nullwrapper.functions
-
Null wrapped versions of the LazyLogical functions.
- NullWrappedLazyLogical(int) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
-
Standard constructor, non-zero Numbers will be treated as true and zero Numbers as false.
- NullWrappedLazyLogical(int, boolean) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
-
Constructor which restricts type of arguments.
- NullWrappedNary - Class in com.singularsys.jep.misc.nullwrapper.functions
-
Wrap an NaryFunction with a new function so that if any argument is null, then null is returned.
- NullWrappedNary(NaryFunction) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNary
- NullWrappedNaryBinary - Class in com.singularsys.jep.misc.nullwrapper.functions
-
Wrap a NaryBinaryFunction so that if any argument is null then null is returned.
- NullWrappedNaryBinary(NaryBinaryFunction) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNaryBinary
- NullWrappedOperatorTable - Class in com.singularsys.jep.misc.nullwrapper
-
An operator table where the operators generally return null if either argument is null.
- NullWrappedOperatorTable(OperatorTable2, boolean) - Constructor for class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable
-
Create a new operator table which wraps all the existing operators in the original table.
- NullWrappedOperatorTable(OperatorTable2, NullWrappedFunctionFactory, boolean) - Constructor for class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable
-
A table where a specific NullWrapperFunctionFactory is defined.
- NullWrappedOperatorTable(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable
- NullWrappedOperatorTable.NullWrapperOperators - Enum Class in com.singularsys.jep.misc.nullwrapper
-
Key for the one operator NullSafeEquals added by the table.
- NullWrappedPassThroughFunction - Interface in com.singularsys.jep.misc.nullwrapper.functions
-
Functions/operators which are not wrapped in the NullWrappedFunctionTable.
- NullWrappedPfmc - Class in com.singularsys.jep.misc.nullwrapper.functions
-
Wrap a general PostfixMathCommand so that if any argument is null the function will return null.
- NullWrappedPfmc(PostfixMathCommand) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- NullWrappedUnary - Class in com.singularsys.jep.misc.nullwrapper.functions
-
Null wrapped version of a unary function.
- NullWrappedUnary(UnaryFunction) - Constructor for class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedUnary
- NullWrapTest - Class in com.singularsys.jeptests.system
-
Tests using the
nullwapperpackage. - NullWrapTest() - Constructor for class com.singularsys.jeptests.system.NullWrapTest
- NullWrapTest.MyBinary - Class in com.singularsys.jeptests.system
-
A binary function
- NullWrapTest.MyNary - Class in com.singularsys.jeptests.system
-
An nary function
- NullWrapTest.MyNaryBinary - Class in com.singularsys.jeptests.system
-
An nary binary function
- NullWrapTest.MyPfmc - Class in com.singularsys.jeptests.system
-
A simple multi arg function.
- NullWrapTest.MyUnary - Class in com.singularsys.jeptests.system
-
A unary function
- num_itts - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest
- num_itts - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- num_vals - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest
- num_vals - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- num_warmup - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest
- num_warmup - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- numArgs() - Method in class com.singularsys.jep.Operator
-
Returns the number of arguments the operator takes.
- number_of_parameters_is_always_2() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- number_of_parameters_matches_either_function() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- NumberAsBooleanField - Class in com.singularsys.extensions.field.implementations
-
Treat Numbers as boolean values in And &&, Or || and Not !
- NumberAsBooleanField() - Constructor for class com.singularsys.extensions.field.implementations.NumberAsBooleanField
- NumberBuilder - Class in com.singularsys.extensions.mathml.builder
-
Converts numeric-constants to CN nodes.
- NumberBuilder() - Constructor for class com.singularsys.extensions.mathml.builder.NumberBuilder
- NumberBuilder.DoubleBehaviour - Enum Class in com.singularsys.extensions.mathml.builder
-
How to format Double objects with integral values.
- NumberFactories - Search tag in package com.singularsys.extensions.field.implementations
- Section
- NumberFactory - Interface in com.singularsys.jep
-
This interface can be implemented to create numbers of any object type.
- numberOfParameters - Variable in class com.singularsys.jep.functions.PostfixMathCommand
-
Number of parameters a function requires.
- NumberToComplexDecorator - Class in com.singularsys.extensions.field.implementations
-
Convert all Number types to Complex, and optionally convert result to Doubles if possible.
- NumberToComplexDecorator(FieldI) - Constructor for class com.singularsys.extensions.field.implementations.NumberToComplexDecorator
-
Constructor, does not simplify results.
- NumberToComplexDecorator(FieldI, boolean) - Constructor for class com.singularsys.extensions.field.implementations.NumberToComplexDecorator
-
If simplifyResults is true, any complex result that represent a real numbers will be converted back to a double.
- NumberToComplexFieldTest - Class in com.singularsys.exttests.field
-
Tests for the
ComplexFieldusing theNumberToComplexDecoratorto convert to from complex numbers. - NumberToComplexFieldTest() - Constructor for class com.singularsys.exttests.field.NumberToComplexFieldTest
- NumberToDoubleDecorator - Class in com.singularsys.extensions.field.implementations
-
Decorator which converts all Number types to Double.
- NumberToDoubleDecorator(FieldI) - Constructor for class com.singularsys.extensions.field.implementations.NumberToDoubleDecorator
- NumberToDoubleDecorator(FieldI, boolean) - Constructor for class com.singularsys.extensions.field.implementations.NumberToDoubleDecorator
- NumberToken - Class in com.singularsys.jep.configurableparser.tokens
-
Represent numbers.
- NumberToken(String, Object) - Constructor for class com.singularsys.jep.configurableparser.tokens.NumberToken
-
Construct a number token.
- NumberTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches numbers.
- NumberTokenMatcher(String) - Constructor for class com.singularsys.jep.configurableparser.matchers.NumberTokenMatcher
- NumberTokenMatcher(Pattern) - Constructor for class com.singularsys.jep.configurableparser.matchers.NumberTokenMatcher
- NumberWithUnit(double, String) - Constructor for class com.singularsys.jeptests.system.BugsTest.NumberWithUnit
- NumberWithUnit(String) - Constructor for class com.singularsys.jeptests.system.BugsTest.NumberWithUnit
- NumberWithUnitTokenMatcher() - Constructor for class com.singularsys.jeptests.system.BugsTest.NumberWithUnitTokenMatcher
- numEles() - Method in class com.singularsys.extensions.matrix.Dimensions
-
The total number of elements.
- NumericConstantHandler - Class in com.singularsys.extensions.mathml.parser
-
Handler for MathML elements which correspond to numeric constants,
Double.NANandDouble.POSITIVE_INFINITY - NumericConstantHandler(Jep, Object) - Constructor for class com.singularsys.extensions.mathml.parser.NumericConstantHandler
-
Constructs a handler which returns a ASTConstant with a specific value.
- numf - Variable in class com.singularsys.extensions.mathml.parser.AbstractHandler
- numf - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- numf - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- numf - Variable in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
Number factory used
- numf - Variable in class com.singularsys.exttests.StatisticalTest
- numFac - Variable in class com.singularsys.jep.ComponentSet
- numFac - Variable in class com.singularsys.jep.Jep
-
Number Factory
- numOps - Variable in class com.singularsys.jep.OperatorTable
O
- obj - Variable in class com.singularsys.jep.misc.boundvariable.FieldVariableBinding
- ObjectMatrix - Class in com.singularsys.extensions.matrix.objectmat
-
A Matrix where all elements are simply Objects.
- ObjectMatrixFactory - Class in com.singularsys.extensions.matrix.objectmat
-
An implementation of vectors and matrices where elements are Objects.
- ObjectMatrixFactory() - Constructor for class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- ObjectMatrixFactory(FieldI) - Constructor for class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- ObjectMatrixFactory(Object, Object) - Constructor for class com.singularsys.extensions.matrix.objectmat.ObjectMatrixFactory
- ObjectVector - Class in com.singularsys.extensions.matrix.objectmat
-
A Vector where all elements are simply Objects.
- ObjectVector(Object[]) - Constructor for class com.singularsys.extensions.matrix.objectmat.ObjectVector
- offX - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Offset of the graph in absolute coords
- offY - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Offset of the graph in absolute coords
- OK - Enum constant in enum class com.singularsys.jep.configurableparser.ShuntingYard.PrefixRes
-
Successful parse
- OldConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.OldConfig
- OldConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.OldConfig
- onComplete() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Method invoked when it is known that no additional Subscriber method invocations will occur for a Subscription that is not already terminated by error, after which no other Subscriber methods are invoked by the Subscription.
- onComplete() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.BasicSubscriber
- onComplete() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
- one - Variable in class com.singularsys.extensions.field.implementations.GenericPowerField
- ONE - Static variable in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- ONE - Static variable in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- ONE - Static variable in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- ONE - Static variable in class com.singularsys.extensions.field.implementations.Rational
- ONE - Static variable in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- ONE - Static variable in class com.singularsys.extensions.matrix.Dimensions
-
Deprecated.
- ONE - Variable in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- ONE - Static variable in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- ONE - Static variable in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- ONE - Static variable in class com.singularsys.jep.standard.Complex
-
Constant 1+0 i
- ONE - Static variable in class com.singularsys.jep.standard.DoubleNumberFactory
- ONE_ELEMENT_VECTOR - Static variable in class com.singularsys.extensions.matrix.Dimensions
- oneConstant - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- onError(Throwable) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Method invoked upon an unrecoverable error encountered by a Publisher or Subscription, after which no other Subscriber methods are invoked by the Subscription.
- onError(Throwable) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableUpdater
-
Called when there is an error in the publisher.
- onError(Throwable) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.BasicSubscriber
- onError(Throwable) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
- OneShotComponent - Class in com.singularsys.jep.misc
-
Components are are initialised only once.
- OneShotComponent() - Constructor for class com.singularsys.jep.misc.OneShotComponent
- onNext(VariableTableAction) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Method invoked with the next item from the Publisher.
- onNext(VariableTableAction) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.BasicSubscriber
- onSubscribe(Flow.Subscription) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Method invoked when the Subscription is created.
- onSubscribe(Flow.Subscription) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.BasicSubscriber
- OP_ADD - Static variable in class com.singularsys.jep.OperatorTable
- OP_AND - Static variable in class com.singularsys.jep.OperatorTable
- OP_ASSIGN - Static variable in class com.singularsys.jep.OperatorTable
- OP_CROSS - Static variable in class com.singularsys.jep.OperatorTable
- OP_DIVIDE - Static variable in class com.singularsys.jep.OperatorTable
- OP_DOT - Static variable in class com.singularsys.jep.OperatorTable
- OP_ELEMENT - Static variable in class com.singularsys.jep.OperatorTable
- OP_EQ - Static variable in class com.singularsys.jep.OperatorTable
- OP_GE - Static variable in class com.singularsys.jep.OperatorTable
- OP_GT - Static variable in class com.singularsys.jep.OperatorTable
- OP_LE - Static variable in class com.singularsys.jep.OperatorTable
- OP_LIST - Static variable in class com.singularsys.jep.OperatorTable
- OP_LT - Static variable in class com.singularsys.jep.OperatorTable
- OP_MOD - Static variable in class com.singularsys.jep.OperatorTable
- OP_MULTIPLY - Static variable in class com.singularsys.jep.OperatorTable
- OP_NE - Static variable in class com.singularsys.jep.OperatorTable
- OP_NEGATE - Static variable in class com.singularsys.jep.OperatorTable
- OP_NOP - Static variable in class com.singularsys.jep.OperatorTable
- OP_NOT - Static variable in class com.singularsys.jep.OperatorTable
- OP_OR - Static variable in class com.singularsys.jep.OperatorTable
- OP_POWER - Static variable in class com.singularsys.jep.OperatorTable
- OP_RANGE - Static variable in class com.singularsys.jep.OperatorTable
- OP_RECIP - Static variable in class com.singularsys.jep.OperatorTable
-
unary division i.e. 1/x or x^(-1) *
- OP_SUBTRACT - Static variable in class com.singularsys.jep.OperatorTable
- OP_UPLUS - Static variable in class com.singularsys.jep.OperatorTable
- openNodeScope(Node) - Method in class com.singularsys.jep.parser.JJTJccParserState
- OpEquals - Class in com.singularsys.jep.misc.javaops
-
Function implementing compound assignment operators such as
+=,*=etc. - OpEquals(PostfixMathCommandI) - Constructor for class com.singularsys.jep.misc.javaops.OpEquals
- Operator - Class in com.singularsys.jep
-
An Operator with additional information about its commutativity etc.
- Operator(String, PostfixMathCommandI, int) - Constructor for class com.singularsys.jep.Operator
-
Construct a new operator with no precedence set.
- Operator(String, PostfixMathCommandI, int, int) - Constructor for class com.singularsys.jep.Operator
-
Constructs a new operator with a given precedence.
- Operator(String, String, PostfixMathCommandI, int) - Constructor for class com.singularsys.jep.Operator
-
Constructs a new operator, with a different name and symbol
- Operator(String, String, PostfixMathCommandI, int, int) - Constructor for class com.singularsys.jep.Operator
-
Constructs a new operator, with a different name and symbol and allows a given precedence to be set.
- OperatorAsFunctionGrammarMatcher - Class in com.singularsys.jep.misc
-
A GrammarMatcher which matches functions in the form ' +(x,y)' where + is an operator.
- OperatorAsFunctionGrammarMatcher(Token, Token, Token, List<Operator>) - Constructor for class com.singularsys.jep.misc.OperatorAsFunctionGrammarMatcher
-
Create a OperatorAsFunctionGrammarMatcher
- OperatorBuilder - Class in com.singularsys.extensions.mathml.builder
-
Builds mathml elements corresponding to operators.
- OperatorBuilder() - Constructor for class com.singularsys.extensions.mathml.builder.OperatorBuilder
- operatorHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- OperatorHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles elements corresponding to Jep operators.
- OperatorHandler() - Constructor for class com.singularsys.extensions.mathml.parser.OperatorHandler
- operators_have_correct_pfmcs() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- operators_have_correct_pfmcs() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- OperatorsWithListsTest - Class in com.singularsys.jeptests.unit.functions
-
Test standard operators using
List. - OperatorsWithListsTest() - Constructor for class com.singularsys.jeptests.unit.functions.OperatorsWithListsTest
- OperatorTable - Class in com.singularsys.jep
-
Base class for the older style Operator table.
- OperatorTable() - Constructor for class com.singularsys.jep.OperatorTable
- OperatorTable(Operator[]) - Constructor for class com.singularsys.jep.OperatorTable
- OperatorTable2 - Class in com.singularsys.jep
-
The basic set of operators provided as standard by Jep.
- OperatorTable2() - Constructor for class com.singularsys.jep.OperatorTable2
- OperatorTable2(OperatorTable2) - Constructor for class com.singularsys.jep.OperatorTable2
-
Decorator constructor.
- OperatorTable2(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.OperatorTable2
-
Constructor with pre-specified table of operators
- OperatorTable2.BasicOperators - Enum Class in com.singularsys.jep
-
The basic arithmetic comparative and logical operators
- OperatorTable2.PsudoOperators - Enum Class in com.singularsys.jep
-
Operators which do not correspond to
- OperatorTable2.SpecialOperators - Enum Class in com.singularsys.jep
-
Special purpose operators
- OperatorTableI - Interface in com.singularsys.jep
-
Interface for all OperatorTables.
- OperatorToken - Class in com.singularsys.jep.configurableparser.tokens
-
A token representing an operator.
- OperatorToken(List<Operator>, String) - Constructor for class com.singularsys.jep.configurableparser.tokens.OperatorToken
-
Creates the basic token.
- OperatorTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
TokenMatcher for matching operators from the operator set.
- OperatorTokenMatcher() - Constructor for class com.singularsys.jep.configurableparser.matchers.OperatorTokenMatcher
-
Default constructor.
- OperatorWithOverloadedFunctionTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- OpFlags - Static variable in class com.singularsys.extensions.lambda.Define
- ops - Variable in class com.singularsys.jep.configurableparser.ShuntingYard
- ops - Variable in class com.singularsys.jep.OperatorTable
- ops - Variable in class com.singularsys.jep.walkers.ExpressionConsolidator
- opSet - Variable in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- opSet - Variable in class com.singularsys.extensions.fastreal.AbstractEval
- opSet - Variable in class com.singularsys.extensions.rewrite.AbstractRewrite
-
An OperatorSet used for finding operators.
- opTab - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- opTab - Variable in class com.singularsys.jep.ComponentSet
- opTab - Variable in class com.singularsys.jep.Jep
-
Operator Table
- or(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- or(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Logical or.
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
-
Not implemented for this field.
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
-
Not implemented for this field.
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
-
Not implemented for this field.
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Default implementation returns null.
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- or(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not implemented for this field.
- or(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- or(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- or(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- or(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- or(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- OR - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- OR - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- OR - Static variable in class com.singularsys.jep.functions.LazyLogical
- OR - Static variable in class com.singularsys.jep.functions.Logical
- OR - Static variable in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedLazyLogical
- OR - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- orCustomOperatorWorks() - Method in class com.singularsys.jeptests.system.BugsTest
- order() - Method in class com.singularsys.extensions.matrix.Dimensions
-
Order of dimensions 0 for numbers, 1 for vectors, 2 for matrices
- ORDINAL - Enum constant in enum class com.singularsys.extensions.statistical.Ranks.Type
-
Ordinal ranking each has a unique value: 4,3,2,1
- ordinal_rank_cannot_be_calculated() - Method in class com.singularsys.exttests.StatisticalTest
- ordinal_ranks_gives_each_elements_unique_value() - Method in class com.singularsys.exttests.StatisticalTest
- orEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- orEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- orEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- orEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- orEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- orEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- orEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- orEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- orEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- OREQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- OrExpression() - Method in class com.singularsys.jep.parser.JccParser
- ot - Variable in class com.singularsys.extensions.lambda.Define
- ot - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- ot - Variable in class com.singularsys.extensions.mathml.parser.AbstractHandler
- ot - Variable in class com.singularsys.extensions.matrix.DimensionVisitor
- ot - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- ot - Variable in class com.singularsys.extensions.xjep.Subst
- ot - Variable in class com.singularsys.jep.misc.overloadedfunctions.AlternateFunctions
- ot - Variable in class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
- ot - Variable in class com.singularsys.jep.PrintVisitor
- ot - Variable in class com.singularsys.jep.walkers.DoNothingVisitor
-
Convenience reference to the OperatorTableI
- ot - Variable in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- otm - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- OuterSig() - Constructor for class com.singularsys.extensions.lambda.Signature.OuterSig
- outImage - Variable in class com.singularsys.extexamples.applets.PixelCanvas
-
Output image
- output(Node, int) - Method in class com.singularsys.jep.walkers.PrefixTreeDumper
- outputter - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest
- outputter - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- Outputter() - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.Outputter
- Outputter() - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.Outputter
- OVERLOADED_CHAINED - Enum constant in enum class com.singularsys.extensions.chained.ChainedOperatorTable.ChainedOperators
- OverloadedBinaryFunction - Class in com.singularsys.jep.misc.overloadedfunctions
-
Allows function to be overloaded with two candidate functions and a predicate that tests the values of the arguments to see which function should be applied.
- OverloadedBinaryFunction(PostfixMathCommandI, PostfixMathCommandI, BiPredicate<Object, Object>) - Constructor for class com.singularsys.jep.misc.overloadedfunctions.OverloadedBinaryFunction
-
Constructor.
- OverloadedBinaryFunctionTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Tests for
OverloadedBinaryFunction - OverloadedBinaryFunctionTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- OverloadedFunctionByStructure - Class in com.singularsys.jep.misc.overloadedfunctions
-
Allows function to be overloaded with two candidate functions and a predicate that tests the structure of the parse tree to see which function should be applied.
- OverloadedFunctionByStructure(PostfixMathCommandI, PostfixMathCommandI, Predicate<Node>) - Constructor for class com.singularsys.jep.misc.overloadedfunctions.OverloadedFunctionByStructure
-
Constructor.
- OverloadedFunctionByStructureTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Tests for
OverloadedFunctionByStructure - OverloadedFunctionByStructureTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- OverloadedNaryFunction - Class in com.singularsys.jep.misc.overloadedfunctions
-
Allows function to be overloaded with two candidate functions and a predicate that tests the values of the arguments to see which function should be applied.
- OverloadedNaryFunction(PostfixMathCommandI, PostfixMathCommandI, Predicate<Object[]>) - Constructor for class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- OverloadedNaryFunctionTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Tests for
OverloadedNaryFunction - OverloadedNaryFunctionTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- OverloadedNaryFunctionTest.StringSelect - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
- OverloadedOperator - Class in com.singularsys.jep.misc.overloadedfunctions
-
An operator representing two alternative operators that can be used in alternative contexts based on the structure of the node.
- OverloadedOperator(String, String, Operator, Operator, Predicate<Node>, int, int) - Constructor for class com.singularsys.jep.misc.overloadedfunctions.OverloadedOperator
-
Constructor.
- OverloadedOperators and the OverloadResolver - Search tag in package com.singularsys.jep.misc.overloadedfunctions
- Section
- OverloadedUnaryFunction - Class in com.singularsys.jep.misc.overloadedfunctions
-
Allows function to be overloaded with two candidate functions and a predicate that tests the values of the arguments to see which function should be applied.
- OverloadedUnaryFunction(PostfixMathCommandI, PostfixMathCommandI, Predicate<Object>) - Constructor for class com.singularsys.jep.misc.overloadedfunctions.OverloadedUnaryFunction
-
Constructor.
- OverloadedUnaryFunctionTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Tests for
OverloadedUnaryFunction. - OverloadedUnaryFunctionTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- OverloadingSystemTests - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
System tests for overloading functions and operators.
- OverloadingSystemTests() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- OverloadResolver - Class in com.singularsys.jep.misc.overloadedfunctions
-
Resolves
OverloadedOperator,OverloadedFunctionByStructureandAlternateFunctionssetting the operator or PostfixMathCommand of the node based on a test of the node. - OverloadResolver() - Constructor for class com.singularsys.jep.misc.overloadedfunctions.OverloadResolver
- OverloadResolver_gives_correct_operator() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- OverloadResolver_gives_correct_operator() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- OverloadResolver_gives_correct_PFMC() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- OverloadResolver_gives_correct_PFMC() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- OverloadResolver_gives_correct_PFMC() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- OverloadResolverTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Tests for the
OverloadResolver. - OverloadResolverTest() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest
- OverloadResolverTest.ExtendOperatorTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Testing the
OverloadedOperator#extendOperator - OverloadResolverTest.ManualOverloadedOperatorTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Testing the manually constructing an OverloadedOperator static factory method.
- OverloadResolverTest.OperatorWithOverloadedFunctionTest - Class in com.singularsys.jeptests.unit.misc.overloadedfunctions
-
Testing the
OverloadedOperator.extendOperatorstatic factory method.
P
- PaddingListProcessor - Class in com.singularsys.extensions.lambda
- PaddingListProcessor(MatrixFactoryI, FieldI) - Constructor for class com.singularsys.extensions.lambda.PaddingListProcessor
- PaddingListProcessor.MatrixIterable - Class in com.singularsys.extensions.lambda
-
An Iterable backed by a
MatrixI. - PaddingListProcessor.MatrixIterator - Class in com.singularsys.extensions.lambda
-
An Iterator over a
MatrixI - PaddingListProcessor.VectorIterable - Class in com.singularsys.extensions.lambda
-
An Iterable backed by a
VectorI. - PaddingListProcessor.VectorIterator - Class in com.singularsys.extensions.lambda
-
An Iterator over a
VectorI - paint(Graphics) - Method in class com.singularsys.extexamples.applets.PixelCanvas
- paint(Graphics) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Provides double buffering support and calls paintCanvas.
- paint(Graphics) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
- paintAxes(Graphics) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Paints the axes for the graph.
- paintCanvas(Graphics) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Paint the canvas.
- paintCurve(int[]) - Method in class com.singularsys.extexamples.applets.ContourCanvas
-
Paints the graph of the function.
- paintCurve(int[]) - Method in class com.singularsys.extexamples.applets.PixelCanvas
- paintCurve(Graphics) - Method in class com.singularsys.extexamples.applets.ComplexCanvas
-
Paints the graph of the function.
- paintCurve(Graphics) - Method in class com.singularsys.extexamples.applets.ImplicitCanvas
-
Paints the graph of the function.
- paintCurve(Graphics) - Method in class com.singularsys.extexamples.applets.PixelCanvas
-
Paints the graph of the function.
- paintCurve(Graphics) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Paint the curve
- paintCurve(Graphics) - Method in class com.singularsys.jepexamples.applets.FunctionCanvas
-
Paints the graph of the function.
- paintCurve(Graphics) - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
-
Paints the graph of the function.
- paintGrid(Graphics) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- paintScale(Graphics) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- paintTime(Graphics, long, long) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Paints the elapsed time
- paintWhite(Graphics) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Fills the background with white.
- ParallelConfigurableParser - Search tag in package com.singularsys.jep.misc.parallelparsing
- Section
- ParallelConfigurableParser - Class in com.singularsys.jep.misc.parallelparsing
-
A version of the ConfigurableParser that can parse expressions in multiple threads.
- ParallelConfigurableParser() - Constructor for class com.singularsys.jep.misc.parallelparsing.ParallelConfigurableParser
-
Default constructor with no matchers.
- ParallelConfigurableParser(ConfigurableParser) - Constructor for class com.singularsys.jep.misc.parallelparsing.ParallelConfigurableParser
-
Copy constructor reuses the TokenMatchers, TokenFilters, GrammarMatchers, TokenizerFactory, GrammarParserFactory, OperatorTokenMatcher and SymbolTokenMatcher from the base.
- ParallelParsingNestedTest() - Constructor for class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- ParallelParsingTest - Class in com.singularsys.jeptests.unit.misc.parallelparsing
-
A set of tests checking different methods of parallel parsing from the
com.singularsys.jep.misc.parallelparsingpackage. - ParallelParsingTest() - Constructor for class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- ParallelParsingTest.AddingVariableAndConstantsTest - Class in com.singularsys.jeptests.unit.misc.parallelparsing
- ParallelParsingTest.MatrixEquationsTest - Class in com.singularsys.jeptests.unit.misc.parallelparsing
- ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest - Class in com.singularsys.jeptests.unit.misc.parallelparsing
- ParallelParsingTest.MatrixEquationsTest.SerialParsingTest - Class in com.singularsys.jeptests.unit.misc.parallelparsing
- ParametrisedCanvas - Class in com.singularsys.jepexamples.applets
-
This class plots parametrised curves specified by two Jep expressions.
- ParametrisedCanvas(Jep, Variable, double, double, int) - Constructor for class com.singularsys.jepexamples.applets.ParametrisedCanvas
- ParametrisedPlotter - Class in com.singularsys.jepexamples.applets
-
A plotter which plots parameterised curves given by two equations.
- ParametrisedPlotter() - Constructor for class com.singularsys.jepexamples.applets.ParametrisedPlotter
- parent - Variable in class com.singularsys.jep.parser.SimpleNode
- parse(Reader) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Parse a single equation.
- parse(Reader) - Method in class com.singularsys.jep.Jep
-
Parses the input from a Reader.
- parse(Reader) - Method in class com.singularsys.jep.misc.NullParser
- parse(Reader) - Method in class com.singularsys.jep.misc.parallelparsing.ParallelConfigurableParser
-
Parses the input stream.
- parse(Reader) - Method in interface com.singularsys.jep.Parser
-
Parse a single equation from a stream
- parse(Reader) - Method in class com.singularsys.jep.parser.StandardParser
-
Parses the input from the reader
stream. - parse(String) - Method in class com.singularsys.jep.Jep
-
Parses a string.
- parse(Iterator<Token>) - Method in class com.singularsys.extensions.structure.StructuredGrammarParser
- parse(Iterator<Token>) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Perform the syntax analysis stage.
- parse(Iterator<Token>) - Method in interface com.singularsys.jep.configurableparser.GrammarParser
-
Main entry point used by the ConfigurableParser
- parse(Iterator<Token>) - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Main entry point, construct tree from sequence of tokens.
- parseAll(Reader, MathMLContentParser.Behaviour) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a complete xml document containing one or more math tags, with one or more child elements.
- parseAll(Reader, TagHandler) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a complete xml document containing one or more math tags, with one or more child elements.
- parseAll(InputSource, TagHandler) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing one or more math tags, with one or more child elements.
- parseAllMath(Reader) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing one or more math tags, with one or more child elements.
- parseAllMath(String) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing one or more math tags, with one or more child elements.
- parseAllMath(InputSource) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing one or more math tags, with one or more child elements.
- parseEvaluate(String) - Method in class com.singularsys.jepexamples.consoles.Console
- ParseException - Exception Class in com.singularsys.jep
-
Exception thrown at parse time.
- ParseException - Exception Class in com.singularsys.jep.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception class com.singularsys.jep.ParseException
- ParseException() - Constructor for exception class com.singularsys.jep.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(Token, int[][], String[]) - Constructor for exception class com.singularsys.jep.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(String) - Constructor for exception class com.singularsys.jep.ParseException
- ParseException(String) - Constructor for exception class com.singularsys.jep.parser.ParseException
-
Constructor with message.
- ParseException(String, int, int) - Constructor for exception class com.singularsys.jep.ParseException
- ParseException(String, Throwable) - Constructor for exception class com.singularsys.jep.ParseException
- ParseException(Throwable) - Constructor for exception class com.singularsys.jep.ParseException
- parseExpression(String) - Method in class com.singularsys.extexamples.applets.ImplicitPlotter
-
Attempts to parse the expression.
- parseFragment(Reader) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing a mathml fragment, not enclosed in a math tag.
- parseFragment(InputSource) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing a mathml fragment, not enclosed in a math tag.
- ParsePerfTest - Class in com.singularsys.jeptests.system.perf.tests
-
Parses an expression
nIterationstimes. - ParsePerfTest(String, String, int, boolean) - Constructor for class com.singularsys.jeptests.system.perf.tests.ParsePerfTest
- parsePrefixSuffix() - Method in class com.singularsys.extensions.structure.StructuredGrammarParser
- parsePrefixSuffix() - Method in interface com.singularsys.jep.configurableparser.GrammarParser
-
Callback function used by GrammarMatchers where the matcher expects a simple number, variable, or function call with optional, prefix or suffix operator.
- parsePrefixSuffix() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Callback function used by GrammarMatchers where the matcher expects a simple number, variable, or function call with optional, prefix or suffix operator.
- parsePreprocSimp(String) - Method in class com.singularsys.exttests.CleanerTest
- parsePreprocSimp(String) - Method in class com.singularsys.exttests.XJepXAssignTest
- parseProcCleanEval(String, Object) - Method in class com.singularsys.exttests.XJepTest
-
Parse, process, clean and evaluated tests equal to expected
- parseProcCleanEval(String, Object) - Method in class com.singularsys.exttests.XJepXAssignTest
-
Parse, process, clean and evaluated tests equal to expected
- parseProcSimpEval(String, Object) - Method in class com.singularsys.exttests.CleanerTest
- parser - Variable in class com.singularsys.jep.ComponentSet
- parser - Variable in class com.singularsys.jep.Jep
-
Parser instance used for parsing expressions
- Parser - Interface in com.singularsys.jep
-
Defines the methods a parser must implement.
- ParserVisitor - Interface in com.singularsys.jep
-
Classes which wish to use the visitor pattern should use this interface.
- parseSingle(Reader) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing a single <math> element with a single child node.
- parseSingle(String) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing a single <math> element with a single child node.
- parseSingle(InputSource) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Parse a document containing a single <math> element with a single child node.
- ParseSpeed - Class in com.singularsys.jepexamples.diagnostics
-
Tests the speed of parsing.
- ParseSpeed() - Constructor for class com.singularsys.jepexamples.diagnostics.ParseSpeed
- parseStream(CharStream, Jep, ArrayList<String>) - Method in class com.singularsys.jep.parser.JccParser
- parseSubExpression() - Method in class com.singularsys.extensions.structure.StructuredGrammarParser
-
Calls the parseSubExpression method of the ShuntingYard
- parseSubExpression() - Method in interface com.singularsys.jep.configurableparser.GrammarParser
-
Parse sub expressions.
- parseSubExpression() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Callback function used by GrammarMatchers
- parseSubExpression() - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard
- Parse time overloading - Search tag in package com.singularsys.jep.misc.overloadedfunctions
- Section
- parsing_array_element_access_with_standard_configurable_parser_gives_constant() - Method in class com.singularsys.jeptests.system.BugsTest
- parsing_array_element_access_with_standard_parser_gives_one_element_vector() - Method in class com.singularsys.jeptests.system.BugsTest
- parsing_bug_with_define_and_initMultiparser1() - Method in class com.singularsys.exttests.StreamTest
- parsing_bug_with_define_and_initMultiparser2() - Method in class com.singularsys.exttests.StreamTest
- PartialDerivative - Class in com.singularsys.extensions.djep
-
Contains information about a PartialDerivative of a variable.
- PartialDerivative(DVariable, String[]) - Constructor for class com.singularsys.extensions.djep.PartialDerivative
-
Protected constructor, should only be constructed through the findDerivative method in
DVariable. - PartialDerivative(DVariable, String[], Node) - Constructor for class com.singularsys.extensions.djep.PartialDerivative
- PartialDerivatives - Enum constant in enum class com.singularsys.extensions.djep.DEquationExtractor.Type
-
Only replace
PartialDerivativevariables with equations by their equations - PassThroughDiffRule - Class in com.singularsys.extensions.djep.diffRules
-
Rules like Sum where diff(sum(a,b,c),x) -> sum(da/dx,db/dx,dc/dx) are instance of this class.
- PassThroughDiffRule(DJep, Operator) - Constructor for class com.singularsys.extensions.djep.diffRules.PassThroughDiffRule
- PassThroughDiffRule(DJep, String) - Constructor for class com.singularsys.extensions.djep.diffRules.PassThroughDiffRule
- PassThroughDiffRule(DJep, String, PostfixMathCommandI) - Constructor for class com.singularsys.extensions.djep.diffRules.PassThroughDiffRule
- Pat() - Constructor for class com.singularsys.extensions.lambda.Signature.Pat
- pc - Variable in class com.singularsys.extensions.polynomials.AbstractPNode
-
A reference to the PolynomialCreator instance.
- pc - Variable in class com.singularsys.exttests.polynomial.LexComparatorTest
- pc - Variable in class com.singularsys.exttests.PolynomialCreatorTest
- PConstant - Class in com.singularsys.extensions.polynomials
-
Represents a constant.
- PConstant(PolynomialCreator, Object) - Constructor for class com.singularsys.extensions.polynomials.PConstant
- PConstant_with_complex_int_value() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- pdf(double, double, double) - Static method in class com.singularsys.extensions.statistical.distributions.NormalDist
-
PDF with given mean and standard deviation
- PDF - Enum constant in enum class com.singularsys.extensions.statistical.distributions.NormalDist.Type
-
Probability distribution function
- peekNext() - Method in class com.singularsys.jep.configurableparser.Lookahead2Iterator
- peekNext() - Method in class com.singularsys.jep.configurableparser.LookaheadNIterator
- peekNode() - Method in class com.singularsys.jep.parser.JJTJccParserState
- Percentile - Class in com.singularsys.extensions.statistical
-
Calculate the percentile values of its arguments.
- Percentile(FieldI, Percentile.Type) - Constructor for class com.singularsys.extensions.statistical.Percentile
- Percentile.Type - Enum Class in com.singularsys.extensions.statistical
-
Type of Rank to percentile to calculate.
- PERCENTKEY - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- PerfResult - Class in com.singularsys.jeptests.system.perf
-
Stores a single performance test result and contains logic to write this to a DB.
- PerfResult(PerfTest, double, double) - Constructor for class com.singularsys.jeptests.system.perf.PerfResult
- PerfRunner - Class in com.singularsys.jeptests.system.perf
-
Runs a set of performance tests and stores the results in a database.
- PerfRunner() - Constructor for class com.singularsys.jeptests.system.perf.PerfRunner
- PerfTest - Class in com.singularsys.jeptests.system.perf
-
Base class for a single performance test.
- PerfTest(String, String, int) - Constructor for class com.singularsys.jeptests.system.perf.PerfTest
-
Sets up the name and number of iterations.
- pfmc - Variable in class com.singularsys.jep.Operator
-
The PostfixMathCommandI for evaluating Access level changed to protected in version 3.5
- pfmc - Variable in class com.singularsys.jep.parser.ASTFunNode
-
The function class used to evaluate the node
- PFunction - Class in com.singularsys.extensions.polynomials
-
Represents a function.
- PFunction(PolynomialCreator, String, PostfixMathCommandI, PNodeI[]) - Constructor for class com.singularsys.extensions.polynomials.PFunction
- phi(double) - Static method in class com.singularsys.extensions.statistical.distributions.NormalDist
-
Standardised normal pdf with mean 0 and sd 1.
- Phi(double) - Static method in class com.singularsys.extensions.statistical.distributions.NormalDist
-
Standardised normal pdf with mean 0 and sd 1.
- PiFun() - Constructor for class com.singularsys.jeptests.system.JepTest.PiFun
- PixelCanvas - Class in com.singularsys.extexamples.applets
-
Base canvas class where individual pixels can be plotted.
- PixelCanvas(double, double, int, int) - Constructor for class com.singularsys.extexamples.applets.PixelCanvas
- PLUS - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- PLUSEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- PNodeI - Interface in com.singularsys.extensions.polynomials
-
An element in a polynomial representation of an expression.
- Polar - Class in com.singularsys.jep.functions
-
Converts an [r,theta] pair to a complex number r * e^(i theta).
- Polar() - Constructor for class com.singularsys.jep.functions.Polar
- PolarPlotter - Class in com.singularsys.jepexamples.applets
-
This applet is a demonstration of the possible applications of the Jep mathematical expression parser.
- PolarPlotter() - Constructor for class com.singularsys.jepexamples.applets.PolarPlotter
- polarValueOf(Number, Number) - Static method in class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- polarValueOf(Number, Number) - Static method in class com.singularsys.jep.standard.Complex
-
Converts an [r,theta] pair to a complex number r * e^(i theta).
- polarValueOf(Number, Number) - Static method in class com.singularsys.jep.standard.ImmutableComplex
- poly_with_function_add_poly_with_function() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- poly_with_function_add_poly_with_function2() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- PolyDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from polynomials.html
- PolyDocTest() - Constructor for class com.singularsys.exttests.autogen.PolyDocTest
- Polynomial - Class in com.singularsys.extensions.polynomials
-
Represents a polynomial.
- PolynomialCreator - Class in com.singularsys.extensions.polynomials
-
A system for symbolic simplification, expansion and comparison based on conversion to a canonical polynomial representation.
- PolynomialCreator() - Constructor for class com.singularsys.extensions.polynomials.PolynomialCreator
-
Constructor when used as a JepComponent.
- PolynomialCreator(FieldI) - Constructor for class com.singularsys.extensions.polynomials.PolynomialCreator
-
Constructor used as a component with a specified field.
- PolynomialCreator(FieldI, TreeUtils, Comparator<Object>) - Constructor for class com.singularsys.extensions.polynomials.PolynomialCreator
- PolynomialCreator(Jep) - Constructor for class com.singularsys.extensions.polynomials.PolynomialCreator
-
Constructor when used as a standalone class, with default DoubleField.
- PolynomialCreator(Jep, FieldI) - Constructor for class com.singularsys.extensions.polynomials.PolynomialCreator
-
Constructor when used as a standalone class with specified field
- PolynomialCreatorTest - Class in com.singularsys.exttests
-
Tests for the polynomial package.
- PolynomialCreatorTest() - Constructor for class com.singularsys.exttests.PolynomialCreatorTest
- polySimpDoc1() - Method in class com.singularsys.exttests.ExtDocsTest
- polyv - Variable in class com.singularsys.extensions.djep.DJepComponents
- polyv - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- polyv - Variable in class com.singularsys.extensions.xjep.XComponents
- polyv - Variable in class com.singularsys.extensions.xjep.XJep
- POperator - Class in com.singularsys.extensions.polynomials
-
Represents an operator.
- POperator(PolynomialCreator, Operator, PNodeI[]) - Constructor for class com.singularsys.extensions.polynomials.POperator
- popNode() - Method in class com.singularsys.jep.parser.JJTJccParserState
- popOp() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Pops an operator off the Operator stack, and creates a new node.
- popOp() - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard
- POPSD - Enum constant in enum class com.singularsys.extensions.statistical.Variance.Type
-
Population standard deviation sqrt(POPVAR)
- population_standard_deviation_with_BigDecimal_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- population_standard_deviation_with_ten_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- population_variance_with_BigDecimal_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- population_variance_with_no_arguments_fails() - Method in class com.singularsys.exttests.StatisticalTest
- population_variance_with_one_argument_is_zero() - Method in class com.singularsys.exttests.StatisticalTest
- population_variance_with_ten_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- population_variance_with_zero_length_array_fails() - Method in class com.singularsys.exttests.StatisticalTest
- popup - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
A popup menu
- POPVAR - Enum constant in enum class com.singularsys.extensions.statistical.Variance.Type
-
Population variance, (Sum(x^2) - Sum(x)^2/n) / n
- POS_INF - Static variable in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- posBern1D - Static variable in class com.singularsys.extexamples.applets.Bern1D
- PosBern1D() - Constructor for class com.singularsys.extexamples.applets.Bern1D.PosBern1D
- posBern2D - Static variable in class com.singularsys.extexamples.applets.Bern2D
- PosBern2D() - Constructor for class com.singularsys.extexamples.applets.Bern2D.PosBern2D
- posns - Variable in class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard
-
Stack to track positions when pushing and popping operators
- posQuad - Static variable in class com.singularsys.extexamples.applets.Bern2D
- PossiblyTerminatedExpressionRule - Class in com.singularsys.extensions.structure
-
Parse an expression followed by an optional separator.
- PossiblyTerminatedExpressionRule(ExpressionRule, SymbolToken) - Constructor for class com.singularsys.extensions.structure.PossiblyTerminatedExpressionRule
-
Constructor.
- PostDec - Class in com.singularsys.jep.misc.javaops
-
Java style x-- operator.
- PostDec() - Constructor for class com.singularsys.jep.misc.javaops.PostDec
- POSTDEC - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- POSTFIX - Enum constant in enum class com.singularsys.jep.OperatorTable2.PsudoOperators
-
Used to mark the precedence level of postfix operators like x++
- PostfixConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.PostfixConfig
- PostfixConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.PostfixConfig
- PostfixEvalConsoleTest - Class in com.singularsys.jeptests.system.examples
-
Tests for the
PostfixEvaluationConsole - PostfixEvalConsoleTest() - Constructor for class com.singularsys.jeptests.system.examples.PostfixEvalConsoleTest
- PostfixEvalTest - Class in com.singularsys.jeptests.system
-
Test for the
PostfixEvaluator - PostfixEvalTest() - Constructor for class com.singularsys.jeptests.system.PostfixEvalTest
- PostfixEvaluationConsole - Class in com.singularsys.jepexamples.consoles
-
A console using the
PostfixEvaluatorto evaluate expressions. - PostfixEvaluationConsole() - Constructor for class com.singularsys.jepexamples.consoles.PostfixEvaluationConsole
- PostfixEvaluator - Class in com.singularsys.jep.walkers
-
Evaluation component that avoids excessive use of the stack for large expressions.
- PostfixEvaluator() - Constructor for class com.singularsys.jep.walkers.PostfixEvaluator
- PostfixMathCommand - Class in com.singularsys.jep.functions
-
Abstract base classes for most function classes.
- PostfixMathCommand() - Constructor for class com.singularsys.jep.functions.PostfixMathCommand
-
Creates a new PostfixMathCommand class.
- PostfixMathCommand(int) - Constructor for class com.singularsys.jep.functions.PostfixMathCommand
-
Creates a new PostfixMathCommand class.
- PostfixMathCommandI - Interface in com.singularsys.jep
-
All function classes must implement this interface to ensure that the run() method is implemented.
- PostfixTreeWalker - Class in com.singularsys.jep.walkers
-
Base class for routines which use a non-recursive tree walker strategy.
- PostfixTreeWalker() - Constructor for class com.singularsys.jep.walkers.PostfixTreeWalker
- PostInc - Class in com.singularsys.jep.misc.javaops
-
Java style x++ operator.
- PostInc() - Constructor for class com.singularsys.jep.misc.javaops.PostInc
- POSTINC - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- PosZeroTest() - Method in class com.singularsys.jeptests.system.BugsTest
- pow(PNodeI) - Method in class com.singularsys.extensions.polynomials.AbstractPNode
- pow(PNodeI) - Method in class com.singularsys.extensions.polynomials.Monomial
- pow(PNodeI) - Method in class com.singularsys.extensions.polynomials.PConstant
- pow(PNodeI) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Raise this to the argument.
- pow(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- pow(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
The power operator.
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
-
If l>=0 calls Math.pow, if l<0 (i.e. when the result would be complex) return null.
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- pow(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
-
Not implemented for this field.
- pow(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- pow(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Default power method only works for scalars.
- pow(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Pow operation not defined for matrices
- pow(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- pow(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- POW - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- POW - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- powEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- powEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- powEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- powEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- powEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- powEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- powEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- powEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- powEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- power(double) - Method in class com.singularsys.jep.standard.Complex
-
Returns this complex number raised to a double argument.
- power(double) - Method in class com.singularsys.jep.standard.ImmutableComplex
- power(double, double) - Static method in class com.singularsys.extensions.field.implementations.PowerImplementations
- power(double, int) - Static method in class com.singularsys.extensions.field.implementations.PowerImplementations
-
A fast routine for computing integer powers.
- power(double, int) - Static method in class com.singularsys.jep.functions.Power
-
A fast routine for computing integer powers.
- power(int) - Method in class com.singularsys.jep.standard.Complex
-
Raise this complex to an integer power.
- power(int) - Method in class com.singularsys.jep.standard.ImmutableComplex
- power(long, long) - Static method in class com.singularsys.extensions.field.implementations.LongField
- power(Complex) - Method in class com.singularsys.jep.standard.Complex
-
Returns the value of this complex number raised to the power of a complex exponent If this is zero return this.
- power(Complex) - Method in class com.singularsys.jep.standard.ImmutableComplex
- power(Complex, Complex) - Static method in class com.singularsys.jep.functions.Power
- power(Complex, Number) - Static method in class com.singularsys.jep.functions.Power
- power(Number, Complex) - Static method in class com.singularsys.jep.functions.Power
- power(Number, Number) - Method in class com.singularsys.jep.functions.Power
- power(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixPow
- power(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecPow
- power(Object, Object) - Method in class com.singularsys.jep.functions.Power
- Power - Class in com.singularsys.jep.functions
-
Computes the power of a number.
- Power() - Constructor for class com.singularsys.jep.functions.Power
-
Standard constructor, Complex results for x < 0, y non integral.
- Power(boolean) - Constructor for class com.singularsys.jep.functions.Power
-
If strict is true then returns NaN for x < 0, y non-integral.
- POWER - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- power_only_works_when_argument_is_integral() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
-
Trying to raise a big decimal to a non-integral big decimal fails as not supported by BigDecimal BigDecimal Rounding using power operator
- powerD(double) - Method in class com.singularsys.jep.standard.Complex
-
Returns the value of this complex number raised to the power of a real component (in double precision).
- powerD(double) - Method in class com.singularsys.jep.standard.ImmutableComplex
- PowerDiffRule - Class in com.singularsys.extensions.djep.diffRules
-
Differentiates a power
y^zwith respect to a variable. - PowerDiffRule(DJep, Operator) - Constructor for class com.singularsys.extensions.djep.diffRules.PowerDiffRule
- POWEREIGHT - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- PowerExpression() - Method in class com.singularsys.jep.parser.JccParser
- POWERFIVE - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- POWERFOUR - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- powerI(int) - Method in class com.singularsys.jep.standard.Complex
-
Raise a complex number to an integer power.
- powerI(int) - Method in class com.singularsys.jep.standard.ImmutableComplex
- PowerImplementations - Class in com.singularsys.extensions.field.implementations
-
Fast static routines for calculating powers.
- POWERNINE - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- POWERONE - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- PowerRule() - Constructor for class com.singularsys.jeptests.system.LatexTest.PowerRule
- POWERSEVEN - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- POWERSIX - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- POWERTHREE - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- POWERTWO - Enum constant in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
- powG(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Raises l to the power of r
- powG(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericPowerField
-
If r is integral (convertToInt returns non-null) call powI otherwise call powNI
- powG(Double, Double) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- powG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- powG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- powG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- powG(String, String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- powG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
-
Only integral values are allowed.
- powG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
-
Only integral values are allowed.
- powG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- powG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- powI(E, Integer) - Method in class com.singularsys.extensions.field.implementations.GenericPowerField
- powI(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- POWN - Static variable in class com.singularsys.extensions.fastreal.RpConstants
-
Integral power
- powNonInt(Rational, Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
-
Power only implemented for integral powers.
- powNonInt(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericPowerField
-
Called when the power is not an integer
- powNonInt(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- powNonInt(Long, Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- powNonInt(Short, Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- precedence - Variable in class com.singularsys.jep.Operator
-
Precedence of operator, 0 is most tightly bound, so prec("*") < prec("+").
- preCompiled - Variable in class com.singularsys.jep.misc.MacroFunction
- PreDec - Class in com.singularsys.jep.misc.javaops
-
Java style --x operator.
- PreDec() - Constructor for class com.singularsys.jep.misc.javaops.PreDec
- PREDEC - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- prefix() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Matches identifies, numbers, prefix operators and plugged in grammar matchers.
- prefix() - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard
- PREFIX - Enum constant in enum class com.singularsys.jep.OperatorTable2.PsudoOperators
-
Used to mark the precedence level of prefix operators like ++x
- PREFIX - Static variable in class com.singularsys.jep.Operator
-
prefix operators -x
- prefix_suffix_operators_inside_single_arg_function_parses_correctly() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Test a combination of suffix operations with function for better coverage
- PrefixDumperConsole - Class in com.singularsys.jepexamples.consoles
-
A console application which dumps the tree representing an equation and statistics about the tree.
- PrefixDumperConsole() - Constructor for class com.singularsys.jepexamples.consoles.PrefixDumperConsole
- PrefixDumperConsoleTest - Class in com.singularsys.jeptests.system.examples
-
Tests for the
PrefixDumperConsole. - PrefixDumperConsoleTest() - Constructor for class com.singularsys.jeptests.system.examples.PrefixDumperConsoleTest
- prefixSuffix() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
A prefix() optionally followed by suffix operators.
- prefixSuffix() - Method in class com.singularsys.jeptests.system.ModifiedParserTest.SuffixArrayAccessShuntingYard
- prefixSuffixUnchecked() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Attempt to match a prefix optionally followed by suffix operators.
- PrefixTreeDumper - Class in com.singularsys.jep.walkers
-
Dumps the contents of a tree to a specified stream, or to standard output.
- PrefixTreeDumper() - Constructor for class com.singularsys.jep.walkers.PrefixTreeDumper
- PrefixTreeDumper(PrintStream) - Constructor for class com.singularsys.jep.walkers.PrefixTreeDumper
- PrefixTreeWalker - Class in com.singularsys.jep.walkers
-
Base class for routines which use a non-recursive tree walker strategy.
- PrefixTreeWalker() - Constructor for class com.singularsys.jep.walkers.PrefixTreeWalker
- prefixUnchecked() - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
Matches identifies, numbers, prefix operators and plugged in grammar matchers.
- PreInc - Class in com.singularsys.jep.misc.javaops
-
Java style ++x operator.
- PreInc() - Constructor for class com.singularsys.jep.misc.javaops.PreInc
- PREINC - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- preprocess(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Pre-processes an equation to allow the diff and eval operators to be used.
- Preprocess - Class in com.singularsys.extensions.xjep
-
Runs the preprocessors on an expression during evaluation.
- Preprocess() - Constructor for class com.singularsys.extensions.xjep.Preprocess
- Preprocess(XJep) - Constructor for class com.singularsys.extensions.xjep.Preprocess
- preprocess_function_cause_argument_to_be_preprocessed_at_eval_time() - Method in class com.singularsys.exttests.XJepTest
- prev() - Method in class com.singularsys.jep.configurableparser.Lookahead2Iterator
-
Return the token just consumed.
- prev() - Method in class com.singularsys.jep.configurableparser.LookaheadNIterator
- prevCharIsCR - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- prevCharIsLF - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- primary_key_in_operator_table_gives_overloaded_op() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- primary_key_in_operator_table_gives_overloaded_op() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- primesInArithmeticProgression() - Method in class com.singularsys.exttests.StreamTest.PrimeStreamTest
- PrimesSpeedTest - Class in com.singularsys.extexamples.diagnostics
-
Speed test for various methods of calculating primes.
- PrimesSpeedTest(SpeedTest.Outputter) - Constructor for class com.singularsys.extexamples.diagnostics.PrimesSpeedTest
- PrimeStreamTest() - Constructor for class com.singularsys.exttests.StreamTest.PrimeStreamTest
- PrimeSuplier() - Constructor for class com.singularsys.extexamples.consoles.StreamConsole.PrimeSuplier
- PrimeSuplier() - Constructor for class com.singularsys.exttests.autogen.StreamedConfigTest.PrimeSuplier
- PrimeSuplier() - Constructor for class com.singularsys.exttests.StreamTest.PrimeSuplier
- print() - Method in class com.singularsys.jep.Jep
-
Print the last parsed expression to System.out.
- print(Node) - Method in class com.singularsys.jep.Jep
-
Print an expression to System.out.
- print(Node) - Method in class com.singularsys.jep.PrintVisitor
-
Prints on System.out.
- print(Node, PrintStream) - Method in class com.singularsys.jep.Jep
-
Print an expression to a given stream.
- print(Node, PrintStream) - Method in class com.singularsys.jep.PrintVisitor
-
Prints the tree descending from node with lots of brackets or specified stream.
- print(PrintVisitor) - Method in class com.singularsys.extensions.xjep.XVariableTable
-
Prints the contents of the symbol table displaying its equations and value.
- print(Object) - Method in class com.singularsys.jepexamples.consoles.Console.JepPrintStream
- print(Object) - Method in class com.singularsys.jepexamples.consoles.Console
-
Prints a line of text no newline.
- print(String) - Method in class com.singularsys.jepexamples.consoles.Console.JepPrintStream
- PRINT_ALL - Static variable in class com.singularsys.exttests.MathMLTest
-
Prints detail information about tests carried out
- PRINT_PARTIAL_EQNS - Static variable in class com.singularsys.extensions.djep.DPrintVisitor
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.autogen.ChainedDocTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.autogen.LambdaDocTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.autogen.StreamedConfigTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.autogen.StructureDocTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.ChainedFunctionTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.CleanerTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.DJepTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.ExtDocsTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.ExtExpressionEvalTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.field.BigDecimalFieldTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.field.ComplexFieldTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.field.FieldSqrtTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.field.FieldTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.field.IntegerFieldTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.field.RationalFieldTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.field.RationalTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.FieldCleanerTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.LambdaFunTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.MathMLTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.matrix.DimensionVisitorTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.matrix.DoubleMatrixFieldCleanerTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.matrix.MatrixTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.matrix.MRpeMatrixTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.MDJepTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.MRpeTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.MRpSerializationTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.polynomial.LexComparatorTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.PolynomialCreatorTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.RewriteTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.RpSerializationTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.RpTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.StatisticalTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.StreamTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.XJepTest
- PRINT_RESULTS - Static variable in class com.singularsys.exttests.XJepXAssignTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.BugsTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.CPSeqOpTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.examples.ConsoleTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.ExtendedParserTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.JepTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.MessagesTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.ModifiedParserTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.NullWrapTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.SerializationTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.system.ThreadTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecMulTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.functions.AssignableListTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.functions.EleTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.functions.FunctionFromLambdaTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.functions.FunctionsSupportNumberTypeArguments
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.functions.NaryBinaryTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.misc.BoundVariableTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.misc.parallelparsing.ConcurrentVariableTableTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- PRINT_RESULTS - Static variable in class com.singularsys.jeptests.unit.standard.ComplexTest
- PRINT_VARIABLE_EQNS - Static variable in class com.singularsys.extensions.djep.DPrintVisitor
- printBrackets(Node) - Method in class com.singularsys.jep.PrintVisitor
-
Print a node surrounded by brackets.
- PrintConsole - Class in com.singularsys.jepexamples.consoles
-
A console which prints the equation before evaluating it.
- PrintConsole() - Constructor for class com.singularsys.jepexamples.consoles.PrintConsole
- PrintConsoleTest - Class in com.singularsys.jeptests.system.examples
-
Tests for the
PrintConsole - PrintConsoleTest() - Constructor for class com.singularsys.jeptests.system.examples.PrintConsoleTest
- printDiffRules() - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
-
Prints all the differentiation rules for all functions on System.out.
- printDiffRules(PrintStream) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
-
Prints all the differentiation rules for all functions on specified stream.
- printEnv() - Static method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- PrintfFunction() - Constructor for class com.singularsys.extexamples.consoles.ExtensionsConsole.PrintfFunction
-
Constructor with default
System.outfor output and ", " for the separator. - PrintfFunction() - Constructor for class com.singularsys.extexamples.consoles.StructuredConsole.PrintfFunction
-
Constructor with default
System.outfor output and ", " for the separator. - PrintfFunction(String, String) - Constructor for class com.singularsys.extexamples.consoles.ExtensionsConsole.PrintfFunction
-
Constructor with specified separator and terminator
- PrintfFunction(String, String) - Constructor for class com.singularsys.extexamples.consoles.StructuredConsole.PrintfFunction
-
Constructor with specified separator and terminator
- printFields() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- printFooter(SpeedTestComplex, long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.Outputter
- printFooter(SpeedTestComplex, long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.RatioOutputter
- printFooter(SpeedTestComplex, long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.TabOutputter
- printFooter(SpeedTest, long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.Outputter
- printFooter(SpeedTest, long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.RatioOutputter
- printFooter(SpeedTest, long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.TabOutputter
- PrintFunction() - Constructor for class com.singularsys.extexamples.consoles.ExtensionsConsole.PrintFunction
-
Constructor with default
System.outfor output and ", " for the separator. - PrintFunction() - Constructor for class com.singularsys.extexamples.consoles.StructuredConsole.PrintFunction
-
Constructor with default
System.outfor output and ", " for the separator. - PrintFunction(String, String) - Constructor for class com.singularsys.extexamples.consoles.ExtensionsConsole.PrintFunction
-
Constructor with specified separator and terminator
- PrintFunction(String, String) - Constructor for class com.singularsys.extexamples.consoles.StructuredConsole.PrintFunction
-
Constructor with specified separator and terminator
- printFunctionEntry(String, PostfixMathCommandI) - Method in class com.singularsys.jepexamples.consoles.Console
-
Print an individual
- printFuns() - Method in class com.singularsys.jepexamples.consoles.Console
-
Prints a list of defined functions.
- printHeader(SpeedTest) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.Outputter
- printHeader(SpeedTest) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.TabOutputter
- printHeader(SpeedTestComplex) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.Outputter
- printHeader(SpeedTestComplex) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.TabOutputter
- printHelp() - Method in class com.singularsys.extexamples.consoles.ChainedConsole
- printHelp() - Method in class com.singularsys.extexamples.consoles.DJepConsole
- printHelp() - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- printHelp() - Method in class com.singularsys.extexamples.consoles.FieldConsole
- printHelp() - Method in class com.singularsys.extexamples.consoles.LambdaConsole
- printHelp() - Method in class com.singularsys.extexamples.consoles.MatrixConsole
- printHelp() - Method in class com.singularsys.extexamples.consoles.StreamConsole
- printHelp() - Method in class com.singularsys.extexamples.consoles.StructuredConsole
- printHelp() - Method in class com.singularsys.extexamples.consoles.XJepConsole
- printHelp() - Method in class com.singularsys.jepexamples.consoles.BigDecimalConsole
- printHelp() - Method in class com.singularsys.jepexamples.consoles.Console
-
Print help message.
- printHelp() - Method in class com.singularsys.jepexamples.consoles.CPConsole
- printHelp() - Method in class com.singularsys.jepexamples.consoles.PrefixDumperConsole
- printHistory() - Method in class com.singularsys.jepexamples.consoles.Console
-
Print the history
- printing_of_resolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- printing_of_resolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- printing_of_resolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- printing_of_unresolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- printing_of_unresolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- printing_of_unresolved_formula() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- PrintingDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from printing.html
- PrintingDocTest() - Constructor for class com.singularsys.exttests.autogen.PrintingDocTest
- PrintingDocTest.StdListPrintRule - Class in com.singularsys.exttests.autogen
-
Prints a list of elements using '[' and ']' as delimiters and ',' as a separators.
- printingTest() - Static method in class com.singularsys.jepexamples.diagnostics.DestructiveTests
- printIntroText() - Method in class com.singularsys.extexamples.consoles.ChainedConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.DJepConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.LambdaConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.MathMLConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.MatrixConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.MrpEvalConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.RpEvalConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.StreamConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.StructuredConsole
- printIntroText() - Method in class com.singularsys.extexamples.consoles.XJepConsole
-
Prints introductory text.
- printIntroText() - Method in class com.singularsys.jepexamples.consoles.Console
-
Prints introductory text.
- printIntroText() - Method in class com.singularsys.jepexamples.consoles.VectorConsole
- println() - Method in class com.singularsys.jep.Jep
-
Print the last parsed expression to
System.outwith a new line. - println(Node) - Method in class com.singularsys.jep.Jep
-
Print an expression to
System.outwith a new line. - println(Node) - Method in class com.singularsys.jep.PrintVisitor
-
Prints on System.out.
- println(Node, PrintStream) - Method in class com.singularsys.jep.Jep
-
Print an expression to a given stream with a newline.
- println(Node, PrintStream) - Method in class com.singularsys.jep.PrintVisitor
-
Prints the tree descending from node with a newline at end.
- println(Object) - Method in class com.singularsys.jepexamples.consoles.Console.JepPrintStream
- println(Object) - Method in class com.singularsys.jepexamples.consoles.Console
-
Prints a line of text followed by a newline.
- println(String) - Method in class com.singularsys.jepexamples.consoles.Console.JepPrintStream
- println(String) - Static method in class com.singularsys.jeptests.system.ExpressionEvalTest
-
Helper function for printing lines.
- printNoBrackets(Node) - Method in class com.singularsys.jep.PrintVisitor
-
Print the node with no brackets.
- printOps() - Method in class com.singularsys.jepexamples.consoles.Console
-
Prints a list of defined operators.
- printOutputHeader(SpeedTestComplex, String[], String[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.Outputter
- printOutputHeader(SpeedTestComplex, String, String[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.Outputter
- printOutputHeader(SpeedTest, String[], String[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.Outputter
- printOutputHeader(SpeedTest, String, String[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.Outputter
- printOutputTimes(SpeedTestComplex, String[], String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.Outputter
- printOutputTimes(SpeedTestComplex, String[], String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.RatioOutputter
- printOutputTimes(SpeedTestComplex, String[], String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.TabOutputter
- printOutputTimes(SpeedTestComplex, String, String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.Outputter
- printOutputTimes(SpeedTestComplex, String, String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.RatioOutputter
- printOutputTimes(SpeedTestComplex, String, String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.TabOutputter
- printOutputTimes(SpeedTest, String[], String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.Outputter
- printOutputTimes(SpeedTest, String[], String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.RatioOutputter
- printOutputTimes(SpeedTest, String[], String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.TabOutputter
- printOutputTimes(SpeedTest, String, String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.Outputter
- printOutputTimes(SpeedTest, String, String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.RatioOutputter
- printOutputTimes(SpeedTest, String, String[], long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.TabOutputter
- printRatios(SpeedTestComplex, long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.Outputter
- printRatios(SpeedTest, long[]) - Method in class com.singularsys.jepexamples.diagnostics.SpeedTest.Outputter
- printStdHelp() - Method in class com.singularsys.jepexamples.consoles.Console
-
Prints a standard help message.
- printSymbol - Variable in class com.singularsys.jep.Operator
-
The symbol for the operator, used for printing.
- printTestHeader(String) - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
Prints a header with the name of the test as specified in str.
- printTestHeader(String) - Method in class com.singularsys.jeptests.system.JepTest
-
Prints a header with the name of the test as specified in str.
- printTokenList(List<Token>) - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- printVars() - Method in class com.singularsys.jepexamples.consoles.Console
-
Prints a list of variable.
- PrintVisitor - Class in com.singularsys.jep
-
Prints an expression with configuration options.
- PrintVisitor() - Constructor for class com.singularsys.jep.PrintVisitor
-
Creates a visitor to create and print string representations of an expression tree.
- PrintVisitor.NullPrintVisitor - Class in com.singularsys.jep
-
A do-nothing version of a PrintVisitor for reducing memory usage.
- PrintVisitor.PrintRulesI - Interface in com.singularsys.jep
-
This interface specifies the method needed to implement a special print rule.
- PrintVisitor.StdElePrintRule - Class in com.singularsys.jep
-
Prints a list access in form a[3] or for multidimensional access use the list syntax.
- PrintVisitor.StdListPrintRule - Class in com.singularsys.jep
-
Prints a list of elements using '[' and ']' as delimiters and ',' as a separators.
- PrintVisitorTest - Class in com.singularsys.jeptests.unit
-
Tests for the
PrintVisitor. - PrintVisitorTest() - Constructor for class com.singularsys.jeptests.unit.PrintVisitorTest
- printWrap(StringBuffer, PrintStream) - Method in class com.singularsys.jep.PrintVisitor
-
Utility method to print a wrapped version of the output.
- problemsTest(Round) - Method in class com.singularsys.jeptests.unit.functions.RoundTest
-
Test for the problematic value 265.335.
- process(Node) - Method in class com.singularsys.extensions.xjep.CommandVisitor
-
Descends the tree processing all diff, eval and simplify options
- process(Node, Node[]) - Method in class com.singularsys.extensions.djep.Diff
-
Process the differentiation specified by node.
- process(Node, Node[]) - Method in class com.singularsys.extensions.polynomials.Coeffs
- process(Node, Node[]) - Method in class com.singularsys.extensions.polynomials.Compare
-
Pre-process command performs comparison the two children of the node.
- process(Node, Node[]) - Method in class com.singularsys.extensions.polynomials.Expand
-
Pre-process command.
- process(Node, Node[]) - Method in class com.singularsys.extensions.polynomials.Simplify
-
Pre-process command.
- process(Node, Node[]) - Method in class com.singularsys.extensions.polynomials.SymbolicEquals
-
Pre-process command performs comparison the two children of the node.
- process(Node, Node[]) - Method in class com.singularsys.extensions.rewrite.Rewrite
-
Pre-process command.
- process(Node, Node[]) - Method in class com.singularsys.extensions.xjep.Clean
- process(Node, Node[]) - Method in interface com.singularsys.extensions.xjep.CommandVisitorI
-
Performs the specified action on an expression tree.
- process(Node, Node[]) - Method in class com.singularsys.extensions.xjep.Eval
-
Runs the Jep evaluator on the first child.
- process(Node, Node[]) - Method in class com.singularsys.extensions.xjep.ExtractEqn
- process(Node, Node[]) - Method in class com.singularsys.extensions.xjep.Subst
- process(Node, Node[]) - Method in class com.singularsys.extensions.xjep.XAssign
-
In the pre-process stage, set the equation of the lhs variable to the rhs equation.
- processChars() - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
-
Called before a start or end tag is encountered.
- processCleanTestString(String, String) - Method in class com.singularsys.exttests.XJepTest
-
Parse, process, cleans expr test equal to expected
- processCleanTestString(String, String) - Method in class com.singularsys.exttests.XJepXAssignTest
-
Parse, process, cleans expr test equal to expected
- processCommand(String) - Method in class com.singularsys.jepexamples.consoles.Console
-
Process a single command.
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.ChainedConsole
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.DJepConsole
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.MathMLConsole
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.MrpEvalConsole
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.RpEvalConsole
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.StreamConsole
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.StructuredConsole
- processEquation(Node) - Method in class com.singularsys.extexamples.consoles.XJepConsole
- processEquation(Node) - Method in class com.singularsys.jepexamples.consoles.Console
-
Performs the required operation on a node.
- processEquation(Node) - Method in class com.singularsys.jepexamples.consoles.PostfixEvaluationConsole
- processEquation(Node) - Method in class com.singularsys.jepexamples.consoles.PrefixDumperConsole
- processEquation(Node) - Method in class com.singularsys.jepexamples.consoles.PrintConsole
- Product() - Constructor for class com.singularsys.jeptests.system.JepTest.Product
- product_with_four_argument_is_product() - Method in class com.singularsys.exttests.StatisticalTest
- product_with_no_arguments_is_one() - Method in class com.singularsys.exttests.StatisticalTest
- product_with_one_argument_is_that_value() - Method in class com.singularsys.exttests.StatisticalTest
- PublishingVariable - Class in com.singularsys.jep.misc.publishingvariable
-
A Variable that can publish messages when its value is changed.
- PublishingVariable(String, Object, SubmissionPublisher<VariableTableAction>) - Constructor for class com.singularsys.jep.misc.publishingvariable.PublishingVariable
-
Create a variable with a given publisher
- PublishingVariable(String, SubmissionPublisher<VariableTableAction>) - Constructor for class com.singularsys.jep.misc.publishingvariable.PublishingVariable
-
Create a variable with a given publisher
- PublishingVariableFactory - Class in com.singularsys.jep.misc.publishingvariable
-
A factory for creating
PublishingVariables. - PublishingVariableFactory(SubmissionPublisher<VariableTableAction>) - Constructor for class com.singularsys.jep.misc.publishingvariable.PublishingVariableFactory
-
Constructor with a specified of SubmissionPublishers.
- PublishingVariableTable - Class in com.singularsys.jep.misc.publishingvariable
-
A VariableTable which publishes changes to its content.
- PublishingVariableTable(SubmissionPublisher<VariableTableAction>) - Constructor for class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Constructor with a specified publisher.
- PublishingVariableTable_decorates_CaseInsensitiveVariableTable() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
-
Testing
PublishingVariableTable.decoratorInstance(new CaseInsensitiveVariableTable(),pub); - PublishingVariableTest - Class in com.singularsys.jeptests.unit.misc
-
Tests for the
PublishingVariable. - PublishingVariableTest() - Constructor for class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- PublishingVariableTest.BasicSubscriber - Class in com.singularsys.jeptests.unit.misc
-
A basic subscriber.
- PublishingVariableTest.MyVariableTableSubscriber - Class in com.singularsys.jeptests.unit.misc
-
A more advances subscriber.
- PublishingVariableTest.SignallingTableUpdator - Class in com.singularsys.jeptests.unit.misc
-
Updates a variable table when another table changes
- PureComplexFunctionTableTest() - Constructor for class com.singularsys.exttests.field.ComplexFieldTest.PureComplexFunctionTableTest
- pushNode(Node) - Method in class com.singularsys.jep.parser.JJTJccParserState
- pushOp(Operator, Token) - Method in class com.singularsys.jep.configurableparser.ShuntingYard
-
The pushOp function is worth some explanation Say 1+2*3 is parsed.
- pushOp(Operator, Token) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard
- put(Operator, MathMLFragmentBuilder) - Method in class com.singularsys.extensions.mathml.builder.OperatorBuilder
-
Adds a special operator.
- put(Operator, String) - Method in class com.singularsys.extensions.mathml.builder.OperatorBuilder
-
Adds a standard operator.
- put(String, TagHandler) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Adds the handler for a given element
- put(String, TagHandler) - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- put(String, Operator) - Method in class com.singularsys.extensions.mathml.parser.OperatorHandler
- put(String, PostfixMathCommandI) - Method in class com.singularsys.jep.misc.FunctionSet
- put(String, Integer) - Method in class com.singularsys.extensions.mathml.parser.SpecialNodeHandler
- put(String, Object) - Method in class com.singularsys.jep.misc.boundvariable.ChainedObjectVariableBindingMapper
- put(String, String) - Method in class com.singularsys.extensions.mathml.parser.StandardFunctionHandler
- Put - Class in com.singularsys.jep.misc.dictionary
-
Puts a key-value pair into a map.
- Put(Put.Type, Object) - Constructor for class com.singularsys.jep.misc.dictionary.Put
- Put.Type - Enum Class in com.singularsys.jep.misc.dictionary
-
Configuration type
- putConstant(String, String) - Method in class com.singularsys.extensions.mathml.builder.VariableBuilder
- putConstant(String, String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- putConstantElement(String, String) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Add a handler for elements representing a constant.
- putConstantElement(String, String) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler
- putEntity(String, String) - Method in class com.singularsys.extensions.mathml.builder.VariableBuilder
- putEntity(String, String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- putEntity(String, String) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler
- putEntity(String, String, String) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Adds a handler for a MathML Entity representing a constant.
- putFunction(String, MathMLFragmentBuilder) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- putFunction(String, String) - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder
-
Adds a standard function
- putFunction(String, String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- putFunction(String, String) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Adds a handler for a Jep function, uses the standardFunctionHandler
- putIfSet(Jep, String, Supplier<PostfixMathCommandI>) - Method in class com.singularsys.jep.misc.dictionary.DictionaryComponents
- putIfSet(String, Supplier<PostfixMathCommandI>) - Method in class com.singularsys.jep.misc.FunctionSet
-
Only add the function if the string is not null and does not start with "!"
- putOperator(Operator, MathMLFragmentBuilder) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- putOperator(Operator, String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- putOperator(String, Operator) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Adds a handler for a Jep operator, uses the operatorHandler
- putSpecialFunction(String, MathMLFragmentBuilder) - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder
-
Adds a special function
- putSpecialNode(String, int) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Adds a handler for special nodes like <sep/>, <logbase> and >degree< which only have meaning inside other elements.
- pv - Variable in class com.singularsys.jep.ComponentSet
- pv - Variable in class com.singularsys.jep.Jep
-
PrintVisitor
- PVariable - Class in com.singularsys.extensions.polynomials
-
Represents a variable.
- PVariable(PolynomialCreator, Variable) - Constructor for class com.singularsys.extensions.polynomials.PVariable
- PVbl() - Constructor for class com.singularsys.extensions.lambda.Signature.PVbl
Q
- QuadBern(int, int) - Constructor for class com.singularsys.extexamples.applets.Bern2D.QuadBern
- QuadBern(Bern2D, Bern2D, Bern2D, Bern2D) - Constructor for class com.singularsys.extexamples.applets.Bern2D.QuadBern
- quadDiff2Dx() - Method in class com.singularsys.extexamples.applets.Bern2D.QuadBern
- quadDiff2Dy() - Method in class com.singularsys.extexamples.applets.Bern2D.QuadBern
R
- r - Variable in class com.singularsys.extexamples.applets.Bern1D.BinBern
- Random - Class in com.singularsys.jep.functions
-
Encapsulates the Math.random() function.
- Random() - Constructor for class com.singularsys.jep.functions.Random
- Range - Class in com.singularsys.jep.misc.functions
-
A function which returns an increasing sequence of all the items between the end points inclusive.
- Range() - Constructor for class com.singularsys.jep.misc.functions.Range
- RANGE - Enum constant in enum class com.singularsys.extensions.statistical.ElementMinMax.Type
-
Range of all values (max-min)
- RANGE - Enum constant in enum class com.singularsys.jep.OperatorTable2.SpecialOperators
-
A range [-5:5]
- range_with_four_argument_is_highest_minus_lowest() - Method in class com.singularsys.exttests.StatisticalTest
- Range2D - Class in com.singularsys.extexamples.applets
-
Represents a 2D rectangular range.
- Range2D(double, double, double, double) - Constructor for class com.singularsys.extexamples.applets.Range2D
- RangeOperator - Class in com.singularsys.jep.configurableparser
-
Operators like
[ x .. - RangeOperator(String, String, String, PostfixMathCommandI, int) - Constructor for class com.singularsys.jep.configurableparser.RangeOperator
-
Constructor
- RangeOperatorTest - Class in com.singularsys.jeptests.unit.configurableparser
-
Test the range operator
RangeOperatorand functionRangeand the associated parserConfigurableParserWithRange. - RangeOperatorTest() - Constructor for class com.singularsys.jeptests.unit.configurableparser.RangeOperatorTest
- Rank - Class in com.singularsys.extensions.statistical
-
PostfixMathCommand to return the rank of a single number in a list.
- Rank(Rank.Type, boolean, FieldI) - Constructor for class com.singularsys.extensions.statistical.Rank
-
Construct the rank function.
- Rank.Type - Enum Class in com.singularsys.extensions.statistical
-
Type of Rank to calculate.
- ranks(Double[], Ranks) - Method in class com.singularsys.exttests.StatisticalTest
- Ranks - Class in com.singularsys.extensions.statistical
-
PostfixMathCommand to return the rank of all the elements in a list.
- Ranks(Ranks.Type, boolean, FieldI) - Constructor for class com.singularsys.extensions.statistical.Ranks
-
Construct the rank function.
- Ranks(Ranks.Type, boolean, FieldI, MatrixFactoryI) - Constructor for class com.singularsys.extensions.statistical.Ranks
- ranks_with_matrix_components_takes_and_returns_VectorI_using_explicit_matrix_factory() - Method in class com.singularsys.exttests.StatisticalTest
- ranks_with_matrix_components_takes_and_returns_VectorI_using_the_MatrixList_function_from_Jep() - Method in class com.singularsys.exttests.StatisticalTest
- ranks_with_matrixListProcessor_returns_VectorI() - Method in class com.singularsys.exttests.StatisticalTest
- Ranks.Type - Enum Class in com.singularsys.extensions.statistical
-
Type of Rank to calculate.
- Rational - Class in com.singularsys.extensions.field.implementations
-
A rational number represented as the quotient of two BigIntegers.
- Rational() - Constructor for class com.singularsys.extensions.field.implementations.Rational
-
Zero
- Rational(int) - Constructor for class com.singularsys.extensions.field.implementations.Rational
- Rational(int, int) - Constructor for class com.singularsys.extensions.field.implementations.Rational
-
Create a rational number
- Rational(long) - Constructor for class com.singularsys.extensions.field.implementations.Rational
- Rational(long, long) - Constructor for class com.singularsys.extensions.field.implementations.Rational
-
Constructor with two longs.
- Rational(BigInteger) - Constructor for class com.singularsys.extensions.field.implementations.Rational
- Rational(BigInteger, BigInteger) - Constructor for class com.singularsys.extensions.field.implementations.Rational
- RATIONAL - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- RationalBigDecToDoubleDecorator(FieldI) - Constructor for class com.singularsys.extexamples.consoles.FieldConsole.RationalBigDecToDoubleDecorator
- RationalDivisionPrintRule - Class in com.singularsys.extensions.field.implementations
-
A special rule for printing divisions involving rational numbers.
- RationalDivisionPrintRule() - Constructor for class com.singularsys.extensions.field.implementations.RationalDivisionPrintRule
- RationalDoubleNumberFactory(MathContext) - Constructor for class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
-
Default constructor, "3.0" is parsed as a double.
- RationalField - Class in com.singularsys.extensions.field.implementations
-
A field which works with unlimited precision rational numbers, represented as the quotient of two BigIntegers.
- RationalField() - Constructor for class com.singularsys.extensions.field.implementations.RationalField
- RationalFieldTest - Class in com.singularsys.exttests.field
-
Tests for the
RationalField. - RationalFieldTest() - Constructor for class com.singularsys.exttests.field.RationalFieldTest
- RationalFieldTests() - Constructor for class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- RationalFunctionTable - Class in com.singularsys.extensions.field.functions
-
Function table for function which work with
Rationalnumbers. - RationalFunctionTable(FieldI) - Constructor for class com.singularsys.extensions.field.functions.RationalFunctionTable
- RationalFunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.extensions.field.functions.RationalFunctionTable
- RationalHandler() - Constructor for class com.singularsys.extensions.mathml.parser.ConstantHandler.RationalHandler
- RationalMatrix(Object[][]) - Constructor for class com.singularsys.exttests.matrix.RationalMatrixFactory.RationalMatrix
- RationalMatrix2Test - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
RationalField. - RationalMatrix2Test() - Constructor for class com.singularsys.exttests.matrix.RationalMatrix2Test
- RationalMatrix3Test - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
RationalField. - RationalMatrix3Test() - Constructor for class com.singularsys.exttests.matrix.RationalMatrix3Test
- RationalMatrixFactory - Class in com.singularsys.exttests.matrix
-
A MatrixFactory where the matrices have elements of type Rational.
- RationalMatrixFactory(RationalField) - Constructor for class com.singularsys.exttests.matrix.RationalMatrixFactory
- RationalMatrixFactory.RationalMatrix - Class in com.singularsys.exttests.matrix
-
A matrix with rational elements
- RationalMatrixFactory.RationalVector - Class in com.singularsys.exttests.matrix
-
A vector with rational elements
- RationalMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
RationalField. - RationalMatrixTest() - Constructor for class com.singularsys.exttests.matrix.RationalMatrixTest
- RationalNumberFactory - Class in com.singularsys.extensions.field.implementations
-
Creates
Rationalnumbers. - RationalNumberFactory() - Constructor for class com.singularsys.extensions.field.implementations.RationalNumberFactory
- RationalPFMC() - Constructor for class com.singularsys.extexamples.consoles.FieldConsole.RationalPFMC
- RationalRound - Class in com.singularsys.extensions.field.functions
-
Rounds rational numbers according to the rounding mode specified.
- RationalRound(RoundingMode) - Constructor for class com.singularsys.extensions.field.functions.RationalRound
- RationalTest - Class in com.singularsys.exttests.field
-
Tests for the
Rationalnumber type. - RationalTest() - Constructor for class com.singularsys.exttests.field.RationalTest
- RationalToBigDecDecorator(FieldI) - Constructor for class com.singularsys.extexamples.consoles.FieldConsole.RationalToBigDecDecorator
- RationalVector(Object[]) - Constructor for class com.singularsys.exttests.matrix.RationalMatrixFactory.RationalVector
- RationalWithInfinity - Class in com.singularsys.extensions.field.implementations
-
A rational number represented as the quotient of two BigIntegers.
- RationalWithInfinity() - Constructor for class com.singularsys.extensions.field.implementations.RationalWithInfinity
-
Zero
- RationalWithInfinity(int) - Constructor for class com.singularsys.extensions.field.implementations.RationalWithInfinity
- RationalWithInfinity(int, int) - Constructor for class com.singularsys.extensions.field.implementations.RationalWithInfinity
-
Create a rational number
- RationalWithInfinity(long) - Constructor for class com.singularsys.extensions.field.implementations.RationalWithInfinity
- RationalWithInfinity(long, long) - Constructor for class com.singularsys.extensions.field.implementations.RationalWithInfinity
-
Constructor with two longs.
- RationalWithInfinity(BigInteger) - Constructor for class com.singularsys.extensions.field.implementations.RationalWithInfinity
- RationalWithInfinity(BigInteger, BigInteger) - Constructor for class com.singularsys.extensions.field.implementations.RationalWithInfinity
- RatioOutputter() - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.RatioOutputter
- RatioOutputter() - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.RatioOutputter
- rb - Variable in class com.singularsys.extexamples.applets.Bern2D.QuadBern
- RBracket - Variable in class com.singularsys.jep.PrintVisitor
- re() - Method in class com.singularsys.jep.standard.Complex
-
Returns the real component of this object
- re(Object) - Method in class com.singularsys.jep.functions.Real
- read() - Method in class com.singularsys.extensions.mathml.parser.ConcatReader
- read(char[], int, int) - Method in class com.singularsys.extensions.mathml.parser.ConcatReader
- ReadByte() - Method in class com.singularsys.jep.parser.JepJavaCharStream
- readChar() - Method in interface com.singularsys.jep.parser.CharStream
-
Returns the next character from the selected input.
- readChar() - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Read a character.
- readExternal(ObjectInput) - Method in class com.singularsys.jep.walkers.SerializableExpression
- ready() - Method in class com.singularsys.extensions.mathml.parser.ConcatReader
- Real - Class in com.singularsys.jep.functions
-
Finds the real part of a complex number.
- Real() - Constructor for class com.singularsys.jep.functions.Real
- RealBinaryFunction - Interface in com.singularsys.jep.reals
-
Specifies binary function that efficient
double evaluate(double l, double r)method. - RealComponents - Class in com.singularsys.jep.reals
-
A set of components for real (non-complex) evaluation.
- RealComponents() - Constructor for class com.singularsys.jep.reals.RealComponents
- RealComponents(Jep) - Constructor for class com.singularsys.jep.reals.RealComponents
-
Build a set of components using those from the jep instance and standard components if the jep components are null.
- RealConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.RealConfig
- RealConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.RealConfig
- RealConstant() - Method in class com.singularsys.jep.parser.JccParser
- RealEvalTest - Class in com.singularsys.jeptests.system
-
Test for the
RealEvaluator - RealEvalTest() - Constructor for class com.singularsys.jeptests.system.RealEvalTest
- RealEvaluator - Class in com.singularsys.jep.reals
-
Performs fast evaluation of expressions by using primitive types double and boolean instead of objects.
- RealEvaluator() - Constructor for class com.singularsys.jep.reals.RealEvaluator
- RealFunctionTable - Class in com.singularsys.jep.reals
-
Function table where evaluation is carried out using reals and never complex numbers.
- RealFunctionTable() - Constructor for class com.singularsys.jep.reals.RealFunctionTable
- RealFunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.jep.reals.RealFunctionTable
- RealHandler() - Constructor for class com.singularsys.extensions.mathml.parser.ConstantHandler.RealHandler
- RealNaryFunction - Interface in com.singularsys.jep.reals
-
Specifies n-ary functions that have an efficient
double evaluate(double[] parameters)method. - RealNullaryFunction - Interface in com.singularsys.jep.reals
-
Specifies no arguments function returning doubles.
- RealUnaryFunction - Interface in com.singularsys.jep.reals
-
Unary functions that have an efficient
double evaluate(double val)function for use with theRealEvaluator - RealVariableTable - Class in com.singularsys.jep.reals
-
A VariableTable which defines
pi, e, true, falsebut not the complex numberi. - RealVariableTable(boolean) - Constructor for class com.singularsys.jep.reals.RealVariableTable
-
Constructor with delayed initialisation of constants.
- RealVariableTable(VariableFactory) - Constructor for class com.singularsys.jep.reals.RealVariableTable
-
Constructor when the VariableFactory is known beforehand.
- RECIP - Enum constant in enum class com.singularsys.jep.OperatorTable2.PsudoOperators
-
reciprocal 1/x
- RECIP - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- reciprocal() - Method in class com.singularsys.jep.standard.Complex
-
Returns the reciprocal of a complex number 1/z.
- reciprocal() - Method in class com.singularsys.jep.standard.ImmutableComplex
- recursiveGetVarsInEquation(Node, List<XVariable>) - Method in class com.singularsys.extensions.xjep.XJep
-
Finds all the variables in an equation and if any of those variables are defined by equations find the variables in those equations as well.
- recursiveHornerExpression(String, String, int) - Static method in class com.singularsys.jepexamples.diagnostics.Utils
- reduce() - Method in class com.singularsys.extexamples.applets.Bern1D.NegBern1D
- reduce() - Method in class com.singularsys.extexamples.applets.Bern1D.PosBern1D
- reduce() - Method in class com.singularsys.extexamples.applets.Bern1D
- reduce() - Method in class com.singularsys.extexamples.applets.Bern1D.ZeroBern1D
- reduce() - Method in class com.singularsys.extexamples.applets.Bern2D.NegBern2D
- reduce() - Method in class com.singularsys.extexamples.applets.Bern2D.PosBern2D
- reduce() - Method in class com.singularsys.extexamples.applets.Bern2D
- reduce() - Method in class com.singularsys.extexamples.applets.Bern2D.ZeroBern2D
- Reduce - Class in com.singularsys.extensions.lambda
-
Reduce a list, using an identity value and a lambda function defining the reduction operation.
- Reduce() - Constructor for class com.singularsys.extensions.lambda.Reduce
- REFLEXIVE - Static variable in class com.singularsys.jep.Operator
-
Reflective relations x=x for all x.
- RegExpTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
An abstract TokenMatcher which uses RegExp patterns to match patterns.
- RegExpTokenMatcher(String) - Constructor for class com.singularsys.jep.configurableparser.matchers.RegExpTokenMatcher
-
A token matcher which matches a regular expression of pattern.
- RegExpTokenMatcher(Pattern) - Constructor for class com.singularsys.jep.configurableparser.matchers.RegExpTokenMatcher
-
A token matcher which matches a specified of pattern.
- ReInit(CharStream) - Method in class com.singularsys.jep.parser.JccParser
-
Reinitialise.
- ReInit(CharStream) - Method in class com.singularsys.jep.parser.JccParserTokenManager
-
Reinitialise parser.
- ReInit(CharStream, int) - Method in class com.singularsys.jep.parser.JccParserTokenManager
-
Reinitialise parser.
- ReInit(JccParserTokenManager) - Method in class com.singularsys.jep.parser.JccParser
-
Reinitialise.
- ReInit(InputStream) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
-
Reinitialise.
- reinitializeComponents() - Method in class com.singularsys.jep.Jep
-
Calls the
initmethod of all components. - RelationalExpression() - Method in class com.singularsys.jep.parser.JccParser
- Remainder - Class in com.singularsys.jep.misc.functions
-
Calculates the remainder and quotient the arguments.
- Remainder(Remainder.Type) - Constructor for class com.singularsys.jep.misc.functions.Remainder
- Remainder.Type - Enum Class in com.singularsys.jep.misc.functions
-
The type of rounding to perform.
- remove(Variable) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- remove(Variable) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- remove(Variable) - Method in class com.singularsys.jep.VariableTable
-
Remove a variable from the table.
- remove(String) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Remove the handler associated with a give mathml element.
- remove(String) - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- remove(String) - Method in class com.singularsys.extensions.mathml.parser.OperatorHandler
- remove(String) - Method in class com.singularsys.extensions.mathml.parser.SpecialNodeHandler
- remove(String) - Method in class com.singularsys.extensions.mathml.parser.StandardFunctionHandler
- remove(String) - Method in class com.singularsys.jep.FunctionTable
- remove(String) - Method in class com.singularsys.jep.misc.CaseInsensitiveVariableTable
- remove(String) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- remove(String) - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- remove(String) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
- remove(String) - Method in class com.singularsys.jep.VariableTable
-
Remove a variable with a given name from the table.
- Remove - Class in com.singularsys.jep.misc.dictionary
-
Removes entries with matching key from the map.
- Remove(Object) - Constructor for class com.singularsys.jep.misc.dictionary.Remove
-
Constructor
- REMOVE_VARIABLE - Enum constant in enum class com.singularsys.jep.misc.publishingvariable.VariableTableAction.Actions
- removeConstantElement(String) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler
- removeEmptySpace(String) - Method in class com.singularsys.exttests.MathMLTest
- removeEntity(String) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
- removeEntity(String) - Method in class com.singularsys.extensions.mathml.parser.ConstantHandler
- removeField(FieldI) - Method in class com.singularsys.extensions.field.FieldCollection
- removeHook(Node.HookKey) - Method in interface com.singularsys.jep.parser.Node
-
Remove the key
- removeHook(Node.HookKey) - Method in class com.singularsys.jep.parser.SimpleNode
- removeHook(Node.HookKey) - Method in class com.singularsys.jep.Variable
-
Remove a hook from a variable
- removeHooks(Node) - Static method in class com.singularsys.extensions.rewrite.VariableShifter
-
Remove all instances of the hook used by this class
- removeHooks(Node) - Method in class com.singularsys.jep.walkers.HookRemover
-
Remove hooks from this tree
- removeNonConstants() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- removeNonConstants() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- removeNonConstants() - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Clears all non constant variables from the table, removes all subscribers and publishes a
VariableTableAction.Actions.CLEAR_NON_CONSTANTto indicate the table has been cleared. - removeNonConstants() - Method in class com.singularsys.jep.VariableTable
-
Remove all variables from the table which are not constants.
- removeOperator(EmptyOperatorTable.OperatorKey) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Remove a give operator from the table
- removeOperator(Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Remove a give operator from the table, removes all entries with this value.
- removeOperator(Operator) - Method in class com.singularsys.jep.OperatorTable
-
Remove an operator from the table.
- render() - Method in class com.singularsys.extexamples.applets.mathml.MathMLApplet
- render() - Method in class com.singularsys.jepexamples.applets.FractalCanvas
- RepeatButton - Class in com.singularsys.jepexamples.applets
-
A JButton that fires repeatedly when the mouse is held down.
- RepeatButton(String) - Constructor for class com.singularsys.jepexamples.applets.RepeatButton
- replaceGrammarMatcher(Class<? extends GrammarMatcher>, GrammarMatcher) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Replaces an existing GrammarMatcher with the new one.
- replaceOperator(EmptyOperatorTable.OperatorKey, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Replace a give operator with a new one.
- replaceOperator(Operator, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Replace a give operator with a new one.
- replaceOperator(Operator, Operator) - Method in class com.singularsys.jep.OperatorTable
-
replace an existing operator by a new one.
- replacePartialDerivativeByExpressions(Node) - Method in class com.singularsys.extensions.djep.DEquationExtractor
-
Replace
PartialDerivativevariables by their equations - replacePartialDerivativeByExpressions(Node) - Method in class com.singularsys.extensions.djep.DJep
-
Replace any partial derivatives found in the expression by their expressions.
- replaceRHSVariablesByEquations(Node) - Method in class com.singularsys.extensions.djep.DEquationExtractor
-
Replace variables on the right had side of an assignment by their equations
- replaceRHSVariablesByEquations(Node) - Method in class com.singularsys.extensions.xjep.EquationExtractor
-
Replace variables on the right had side of an assignment by their equations
- replaceRHSVariablesByEquations(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Replace variables on the right had side of an assignment by their equations
- replaceTokenMatcher(Class<? extends TokenMatcher>, TokenMatcher) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Replaces an existing TokenMatcher with the new one.
- replaceVariableByExpressions(Node) - Method in class com.singularsys.extensions.djep.DEquationExtractor
-
Replace all symbolic variable by their equations
- replaceVariableByExpressions(Node) - Method in class com.singularsys.extensions.xjep.EquationExtractor
-
Replace all symbolic variable by their equations
- replaceVariablesByExpressions(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Replace all symbolic variable by their equations
- REQUIRE_VALUES - Enum constant in enum class com.singularsys.extensions.matrix.dictionary.MatrixDictComponents.Type
- REQUIRE_VALUES - Enum constant in enum class com.singularsys.jep.misc.dictionary.Put.Type
- res() - Method in record class com.singularsys.jepexamples.consoles.Console.NodeRes
-
Returns the value of the
resrecord component. - rescaled() - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- rescaled() - Method in class com.singularsys.extexamples.applets.PixelCanvas
- rescaled() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Called when scale or offset changed Default action is to call repaint
- rescaled() - Method in class com.singularsys.jepexamples.applets.FunctionCanvas
- rescaled() - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- reset() - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Clear all internal data.
- reset() - Method in class com.singularsys.extensions.mathml.parser.ConcatReader
- reset() - Method in class com.singularsys.jep.parser.JJTJccParserState
- reset() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- resetCanvas() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- resetChars() - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- resized() - Method in class com.singularsys.extexamples.applets.PixelCanvas
- resized() - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Called when canvas sized changes Default action is to call repaint
- restart(CharStream, Jep, ArrayList<String>) - Method in class com.singularsys.jep.parser.JccParser
-
Restart the parse with the given stream.
- restart(Reader) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Load a new stream to read from.
- restart(Reader) - Method in class com.singularsys.jep.misc.NullParser
- restart(Reader) - Method in class com.singularsys.jep.misc.parallelparsing.ParallelConfigurableParser
-
Not implemented.
- restart(Reader) - Method in interface com.singularsys.jep.Parser
-
Restart the parser for reentrant parsing of multiple equations.
- restart(Reader) - Method in class com.singularsys.jep.parser.StandardParser
- RETURN_NULL - Enum constant in enum class com.singularsys.jep.misc.functions.Case.NullBehaviour
-
Returns null
- RETURN_NULL - Enum constant in enum class com.singularsys.jep.misc.functions.CaseNonLazy.NullBehaviour
-
Returns null
- RETURN_NULL - Enum constant in enum class com.singularsys.jep.misc.functions.Switch.NullBehaviour
-
Returns null
- RETURN_NULL - Enum constant in enum class com.singularsys.jep.misc.functions.SwitchDefault.NullBehaviour
-
Returns null
- RETURN_NULL - Enum constant in enum class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy.NullBehaviour
-
Returns null
- RETURN_NULL - Enum constant in enum class com.singularsys.jep.misc.functions.SwitchNonLazy.NullBehaviour
-
Returns null
- RETURNALLCHILDREN - Enum constant in enum class com.singularsys.extensions.mathml.MathMLContentParser.Behaviour
- RETURNKNOWCHILDREN - Enum constant in enum class com.singularsys.extensions.mathml.MathMLContentParser.Behaviour
- RETURNNULL - Enum constant in enum class com.singularsys.extensions.mathml.MathMLContentParser.Behaviour
- rewrite(Monomial) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite a monomial.
- rewrite(MutableMonomial) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite a mutable monomial.
- rewrite(MutableMonomial) - Method in class com.singularsys.extensions.polynomials.ComplexPolynomialRewriter
- rewrite(MutablePolynomial) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite a mutable polynomial.
- rewrite(PConstant) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite a constant.
- rewrite(PFunction) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite a function.
- rewrite(PNodeI) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite a node.
- rewrite(Polynomial) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite a polynomial.
- rewrite(POperator) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite an operator.
- rewrite(PVariable) - Method in class com.singularsys.extensions.polynomials.AbstrctPolynomialRewriter
-
Rewrite a variable.
- rewrite(Node, boolean) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
-
Applies the set of rules to the node
- rewrite(Node, boolean) - Method in class com.singularsys.extensions.xjep.XJep
- Rewrite - Class in com.singularsys.extensions.rewrite
-
The
rewrite(x)command. - Rewrite() - Constructor for class com.singularsys.extensions.rewrite.Rewrite
- Rewrite(RewriteVisitor) - Constructor for class com.singularsys.extensions.rewrite.Rewrite
- Rewrite(XJep) - Constructor for class com.singularsys.extensions.rewrite.Rewrite
- RewriteRuleI - Interface in com.singularsys.extensions.rewrite
-
Defines a rule for symbolic rewriting of an expression
- RewriteTest - Class in com.singularsys.exttests
-
Tests for the
rewritepackage. - RewriteTest() - Constructor for class com.singularsys.exttests.RewriteTest
- rewritev - Variable in class com.singularsys.extensions.djep.DJepComponents
- rewritev - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- rewritev - Variable in class com.singularsys.extensions.xjep.XComponents
- rewritev - Variable in class com.singularsys.extensions.xjep.XJep
- RewriteVisitor - Class in com.singularsys.extensions.rewrite
-
A visitor which allows rewrite rules to be added and applied.
- RewriteVisitor() - Constructor for class com.singularsys.extensions.rewrite.RewriteVisitor
- RewriteVisitor(Jep) - Constructor for class com.singularsys.extensions.rewrite.RewriteVisitor
-
Constructor for use in standalone context
- RewriteVisitor.ConstantRuleI - Interface in com.singularsys.extensions.rewrite
-
Define a rule which may modify a constant node.
- RewriteVisitor.VariableRuleI - Interface in com.singularsys.extensions.rewrite
-
Define a rule which may modify a variable node.
- Right - Class in com.singularsys.jep.functions.strings
-
Extract the right most n characters from a string: right("abcdefg",2) -> "fg".
- Right() - Constructor for class com.singularsys.jep.functions.strings.Right
- RIGHT - Static variable in class com.singularsys.jep.Operator
-
Right binding like =: 1=2=3 -> 1=(2=3)
- RightExpression() - Method in class com.singularsys.jep.parser.JccParser
- rint(double) - Method in class com.singularsys.jep.functions.RInt
- RInt - Class in com.singularsys.jep.functions
-
A PostfixMathCommandI which rounds a number to the closest integer.
- RInt() - Constructor for class com.singularsys.jep.functions.RInt
- RIntTest - Class in com.singularsys.jeptests.unit.functions
-
Test rounding using
RInt - RIntTest() - Constructor for class com.singularsys.jeptests.unit.functions.RIntTest
- root - Variable in class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable
- RootHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles: <apply><root/>arg</apply> <apply><root/><degree><cn>3</cn></degree>arg</apply>
- RootHandler() - Constructor for class com.singularsys.extensions.mathml.parser.RootHandler
- rootNode() - Method in class com.singularsys.jep.parser.JJTJccParserState
- rootNodeToString() - Method in class com.singularsys.jep.Jep
-
Returns a string representation of the last expression parsed.
- round(double) - Method in class com.singularsys.jep.functions.Round
-
The rounding method which implements the core rounding operation used in this class.
- round(Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- round(Object) - Method in class com.singularsys.jep.functions.RInt
- round(Object) - Method in class com.singularsys.jep.functions.Round
- round(Object) - Method in class com.singularsys.jep.functions.RoundBD
- round(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- round(Object, Object) - Method in class com.singularsys.jep.functions.RInt
- round(Object, Object) - Method in class com.singularsys.jep.functions.Round
- round(Object, Object) - Method in class com.singularsys.jep.functions.RoundBD
- Round - Class in com.singularsys.jep.functions
-
A PostfixMathCommandI which rounds a number.
- Round() - Constructor for class com.singularsys.jep.functions.Round
- roundBD(BigDecimal, int) - Method in class com.singularsys.jep.functions.RoundBD
-
Round a big decimal to a set number of decimal places
- RoundBD - Class in com.singularsys.jep.functions
-
Rounding functions using BigDecimals rounding method.
- RoundBD() - Constructor for class com.singularsys.jep.functions.RoundBD
-
Constructor with a rounding mode matching the behaviour or Math.round, that is it equivalent to Math.floor(a + 0.5d).
- RoundBD(RoundingMode) - Constructor for class com.singularsys.jep.functions.RoundBD
-
Constructor with a specified rounding mode.
- RoundBracketGrammarMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A GrammarMatcher which matches bracketed expressions.
- RoundBracketGrammarMatcher(Token, Token) - Constructor for class com.singularsys.jep.configurableparser.matchers.RoundBracketGrammarMatcher
-
Create a RoundBracketGrammarMatcher
- roundingTest(Round) - Method in class com.singularsys.jeptests.unit.functions.RoundTest
-
Tests using the Math.round convention tie-breaks round to +ve infinity Since Jep 4.1 includes test for
round(100000,-5)which used to give99999.99999999999. - roundingTestHalfEven(Round) - Method in class com.singularsys.jeptests.unit.functions.RoundTest
-
tie-breaks round to even value
- RoundSF - Class in com.singularsys.jep.misc.functions
-
Rounds to a specific number of significant figures.
- RoundSF() - Constructor for class com.singularsys.jep.misc.functions.RoundSF
- RoundTest - Class in com.singularsys.jeptests.unit.functions
-
Test rounding using various functions.
- RoundTest() - Constructor for class com.singularsys.jeptests.unit.functions.RoundTest
- RpCommand - Class in com.singularsys.extensions.fastreal
-
Data type for the command string
- RpCommandList - Class in com.singularsys.extensions.fastreal
-
A list of commands
- RpCommandList() - Constructor for class com.singularsys.extensions.fastreal.RpCommandList
-
Package private constructor
- RpConstants - Class in com.singularsys.extensions.fastreal
-
Constants used by the evaluator.
- RpConstants() - Constructor for class com.singularsys.extensions.fastreal.RpConstants
- rpe - Variable in class com.singularsys.extexamples.applets.ContourCanvas
-
Fast evaluator
- rpe - Variable in class com.singularsys.extexamples.applets.ImplicitCanvas
-
Fast evaluator
- rpeDoc0() - Method in class com.singularsys.exttests.ExtDocsTest
- rpeDoc1() - Method in class com.singularsys.exttests.ExtDocsTest
- rpeDoc2() - Method in class com.singularsys.exttests.ExtDocsTest
- RpeDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from fastreal.html
- RpeDocTest() - Constructor for class com.singularsys.exttests.autogen.RpeDocTest
- RpeEvaluationThread(int, Jep, Node, String, double, double, int) - Constructor for class com.singularsys.extexamples.diagnostics.RpThreadSpeed.RpeEvaluationThread
-
Construct a thread.
- RpEval - Class in com.singularsys.extensions.fastreal
-
A fast evaluation algorithm for equations over Doubles, does not work with vectors or matrices.
- RpEval(Jep) - Constructor for class com.singularsys.extensions.fastreal.RpEval
- RpEvalConsole - Class in com.singularsys.extexamples.consoles
-
Console using the ReEval class rather than the RpEvaluator wrapper.
- RpEvalConsole() - Constructor for class com.singularsys.extexamples.consoles.RpEvalConsole
- RpEvalConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
RpEvalConsoleapplication. - RpEvalConsoleTest() - Constructor for class com.singularsys.exttests.examples.RpEvalConsoleTest
- RpEvaluator - Class in com.singularsys.extensions.fastreal
-
An evaluator using the RpEval system.
- RpEvaluator(boolean) - Constructor for class com.singularsys.extensions.fastreal.RpEvaluator
-
Constructor
- RpSerializationTest - Class in com.singularsys.exttests
-
Tests for serialization the
fastrealpackage. - RpSerializationTest() - Constructor for class com.singularsys.exttests.RpSerializationTest
- RpSerializationTest.MyBinary - Class in com.singularsys.exttests
- RpSerializationTest.MyNary - Class in com.singularsys.exttests
- RpSerializationTest.MyNaryBinary - Class in com.singularsys.exttests
- RpSerializationTest.MyNullary - Class in com.singularsys.exttests
- RpSerializationTest.MyUnary - Class in com.singularsys.exttests
- RpTest - Class in com.singularsys.exttests
-
Tests the fastreal evaluator.
- RpTest() - Constructor for class com.singularsys.exttests.RpTest
- RpTest.MyArcSin - Class in com.singularsys.exttests
-
ArcSin implementation counting number of calls
- RpThreadSpeed - Class in com.singularsys.extexamples.diagnostics
-
Rpe Thread speed test application.
- RpThreadSpeed(String, String) - Constructor for class com.singularsys.extexamples.diagnostics.RpThreadSpeed
- RpThreadSpeed.RpeEvaluationThread - Class in com.singularsys.extexamples.diagnostics
-
A thread which evaluates an expression multiple times using RpEval.
- RR_KEY - Static variable in class com.singularsys.jeptests.system.SerializationTest
- RRND - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- RShift - Class in com.singularsys.jep.misc.bitwise
-
Bitwise right shift with sign extension, like the java a >> b operator.
- RShift() - Constructor for class com.singularsys.jep.misc.bitwise.RShift
- RSHIFT - Enum constant in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
- RSHIFTEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- RSQ - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- rt - Variable in class com.singularsys.extexamples.applets.Bern2D.QuadBern
- rules - Variable in class com.singularsys.extensions.rewrite.RewriteVisitor
- run() - Method in class com.singularsys.extexamples.diagnostics.RpThreadSpeed.RpeEvaluationThread
-
Evaluates the expression numItts times.
- run() - Method in class com.singularsys.jepexamples.diagnostics.ThreadSafeSpeedTest.EvaluationThread
-
Evaluates the expression numItts times.
- run() - Method in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest.EvaluationThread
-
Evaluates the expression numItts times.
- run() - Method in class com.singularsys.jeptests.system.perf.PerfRunner
-
Runs the set of tests defined
- run() - Method in class com.singularsys.jeptests.system.perf.PerfTest
-
Runs the test which is timed by the PerfRunner class
- run() - Method in class com.singularsys.jeptests.system.perf.tests.EvalPerfTest
-
Evaluate the expression nIterations times.
- run() - Method in class com.singularsys.jeptests.system.perf.tests.ParsePerfTest
-
Parse the expression nIterations times.
- run(String[]) - Method in class com.singularsys.jepexamples.consoles.Console
-
The main entry point with command line arguments
- run(Stack<Object>) - Method in class com.singularsys.extensions.chained.ChainedNaryFunction
- run(Stack<Object>) - Method in class com.singularsys.extensions.lambda.LambdaFunction
- run(Stack<Object>) - Method in class com.singularsys.extensions.matrix.functions.MatrixList
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.Count
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.ElementMinMax
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.ElementProduct
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.ElementSum
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.Mean
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.Median
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.Mode
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.Percentile
- run(Stack<Object>) - Method in class com.singularsys.extensions.statistical.Variance
- run(Stack<Object>) - Method in class com.singularsys.extensions.xjep.XAssign
- run(Stack<Object>) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- run(Stack<Object>) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- run(Stack<Object>) - Method in class com.singularsys.jep.functions.ArrayFunctionBase
-
Calls the calc method after concatenating all elements into list.
- run(Stack<Object>) - Method in class com.singularsys.jep.functions.BinaryFunction
- run(Stack<Object>) - Method in class com.singularsys.jep.functions.List
- run(Stack<Object>) - Method in class com.singularsys.jep.functions.NaryBinaryFunction
- run(Stack<Object>) - Method in class com.singularsys.jep.functions.NaryFunction
-
Creates an array of object then calls
NaryFunction.eval(Object[]) - run(Stack<Object>) - Method in class com.singularsys.jep.functions.NullaryFunction
-
Calls
NullaryFunction.eval() - run(Stack<Object>) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Throws an exception because this method should never be called under normal circumstances.
- run(Stack<Object>) - Method in class com.singularsys.jep.functions.Round
- run(Stack<Object>) - Method in class com.singularsys.jep.functions.Sum
-
Calculates the result of summing up all parameters.
- run(Stack<Object>) - Method in class com.singularsys.jep.functions.UnaryFunction
-
Used for compatibility with
StandardEvaluatorSimple callsUnaryFunction.eval(Object)placing result on stack. - run(Stack<Object>) - Method in class com.singularsys.jep.misc.functions.ElementOf
-
Calls the calc method after concatenating the second and subsequent elements into list.
- run(Stack<Object>) - Method in class com.singularsys.jep.misc.javaops.TernaryConditional
- run(Stack<Object>) - Method in class com.singularsys.jep.misc.MacroFunction
-
Calculates the value of the expression.
- run(Stack<Object>) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- run(Stack<Object>) - Method in interface com.singularsys.jep.PostfixMathCommandI
-
Run the function on the stack.
- run(Stack<Object>) - Method in class com.singularsys.jeptests.system.JepTest.AddFractionsStack
- run(Stack<Object>) - Method in class com.singularsys.jeptests.system.JepTest.Diff
- run(Stack<Object>) - Method in class com.singularsys.jeptests.system.JepTest.PiFun
- run(Stack<Object>) - Method in class com.singularsys.jeptests.system.JepTest.Product
- run(Stack<Object>) - Method in class com.singularsys.jeptests.system.JepTest.Square
- run(Stack<Object>) - Method in class com.singularsys.jeptests.system.NullWrapTest.MyPfmc
- run(Stack<Object>) - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest.StringSelect
- RUN_KNOWN_FAILURES - Static variable in class com.singularsys.exttests.MathMLTest
-
Some tests depend on existence of a local style-sheet, set to null to disable tests
- RUN_NETWORK_TESTS - Static variable in class com.singularsys.exttests.MathMLTest
-
Whether to run slow tests which need network access
- run_preprocessor_commands(XJep) - Method in class com.singularsys.exttests.XJepTest
- runTests() - Method in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
-
A standard set of tests.
- runTests(SpeedTest) - Static method in class com.singularsys.jepexamples.diagnostics.SpeedTest
-
A standard set of tests.
- runTests2(SpeedTest) - Static method in class com.singularsys.jepexamples.diagnostics.SpeedTest
S
- sample_standard_deviation_with_BigDecimal_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- sample_standard_deviation_with_ten_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- sample_variance_with_BigDecimal_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- sample_variance_with_no_arguments_fails() - Method in class com.singularsys.exttests.StatisticalTest
- sample_variance_with_one_arguments_in_NaN() - Method in class com.singularsys.exttests.StatisticalTest
- sample_variance_with_ten_arguments() - Method in class com.singularsys.exttests.StatisticalTest
- SAMPLESD - Enum constant in enum class com.singularsys.extensions.statistical.Variance.Type
-
Sample standard deviation sqrt(SAMPLEVAR)
- SAMPLEVAR - Enum constant in enum class com.singularsys.extensions.statistical.Variance.Type
-
Sample variance, (Sum(x^2) - Sum(x)^2/n) / (n-1)
- sb - Variable in class com.singularsys.jep.PrintVisitor
- SCALAR - Static variable in class com.singularsys.extensions.matrix.Dimensions
- ScalarDivisionRule - Class in com.singularsys.extensions.rewrite.matrix
-
A rule which expands division of vectors and matrices by scalers.
- ScalarDivisionRule() - Constructor for class com.singularsys.extensions.rewrite.matrix.ScalarDivisionRule
- ScalarMultiplicationRule - Class in com.singularsys.extensions.rewrite.matrix
-
A rule which expands multiplication of vectors and matrices by scalers.
- ScalarMultiplicationRule() - Constructor for class com.singularsys.extensions.rewrite.matrix.ScalarMultiplicationRule
- scale - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- scale - Variable in class com.singularsys.jep.bigdecimal.BigDecComponents
- scale - Variable in class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- scale - Variable in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecMod
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecPow
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecSignum
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecSub
- scale - Variable in class com.singularsys.jep.bigdecimal.functions.BigDecVSum
- scaleFont - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
- scaleX - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Scaling of the graph in x and y directions
- scaleY - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Scaling of the graph in x and y directions
- scan() - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Scan next equations from an existing stream.
- scan() - Method in class com.singularsys.jep.configurableparser.Tokenizer
-
Scans the input, breaking it down into tokens.
- scan() - Method in class com.singularsys.jep.misc.parallelparsing.ParallelConfigurableParser
-
Not implemented.
- scan(Reader) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Scan the input.
- scan(Reader) - Method in class com.singularsys.jep.misc.parallelparsing.ParallelConfigurableParser
-
Not implemented.
- sec(Object) - Method in class com.singularsys.jep.functions.Secant
- SEC - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- Secant - Class in com.singularsys.jep.functions
-
The secant function,
sec(x)=1/cos(x). - Secant() - Constructor for class com.singularsys.jep.functions.Secant
- SelectorHandler - Class in com.singularsys.extensions.mathml.parser
-
Needed to distinguish between Unary and binary minus.
- SelectorHandler() - Constructor for class com.singularsys.extensions.mathml.parser.SelectorHandler
- SELF_INVERSE - Static variable in class com.singularsys.jep.Operator
-
self inverse operators like -(-x) !
- self_referential_equations_should_be_trapped() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- self_referential_equations_should_be_trapped_withMDJep() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- semanticHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- SemanticHandler - Class in com.singularsys.extensions.mathml.parser
-
Handler for
<semantics>elements. - SemanticHandler(Jep, MathMLDocumentHandler) - Constructor for class com.singularsys.extensions.mathml.parser.SemanticHandler
- SEMI - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- semiColonTerminatorMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.TerminatorTokenMatcher
-
Factory creating a TerminalTokenMatcher which matches a semicolon.
- SendTo - Class in com.singularsys.extensions.lambda
-
An assignment operator so we can do
3+4 -> xThis function implements the CallbackEvaluationI interface so that it handles setting the value of a variable. - SendTo() - Constructor for class com.singularsys.extensions.lambda.SendTo
- SENDTO - Enum constant in enum class com.singularsys.extensions.lambda.LambdaOperatorTable.LambdaOperators
- sentinel - Static variable in class com.singularsys.jep.configurableparser.ShuntingYard
- SeqFun() - Constructor for class com.singularsys.jeptests.system.ModifiedParserTest.SeqFun
- SequenceMatrix - Class in com.singularsys.extensions.matrix.sequencemat
-
A Matrix where elements are stored as a one dimensional array of
doublevalues. - SequenceMatrixFactory - Class in com.singularsys.extensions.matrix.sequencemat
-
A MatrixFactory which is used to create a
SequenceMatrix(stored internally as a 1D array of double values) orDoubleVector. - SequenceMatrixFactory() - Constructor for class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- SequenceMatrixFactory(boolean) - Constructor for class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- SequenceMatrixField - Class in com.singularsys.extensions.matrix.sequencemat
-
A MatrixField which operates on
SequenceMatrixor orDoubleVector. - SequenceMatrixField(MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- SequenceMatrixField(MatrixFactoryI, boolean) - Constructor for class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- SequenceMatrixTest - Class in com.singularsys.exttests.matrix
-
Tests for matrix operations using the
SequenceMatrixField. - SequenceMatrixTest() - Constructor for class com.singularsys.exttests.matrix.SequenceMatrixTest
- SequenceNode - Class in com.singularsys.extensions.structure
-
A node representing a sequence of expressions.
- SequenceNode() - Constructor for class com.singularsys.extensions.structure.SequenceNode
- SequenceRule - Class in com.singularsys.extensions.structure
-
Parses a sequence of statements
- SequenceRule(GrammaticalRuleI) - Constructor for class com.singularsys.extensions.structure.SequenceRule
- SequenceSeparatorRule - Class in com.singularsys.extensions.structure
-
Parses a sequence of statements separated by a separator
- SequenceSeparatorRule(GrammaticalRuleI, SymbolToken) - Constructor for class com.singularsys.extensions.structure.SequenceSeparatorRule
-
Constructor.
- SerializableExpression - Class in com.singularsys.jep.walkers
-
A serializable representation of an expression.
- SerializableExpression() - Constructor for class com.singularsys.jep.walkers.SerializableExpression
-
Constructor used by the serializable mechanism.
- SerializableExpression(Node) - Constructor for class com.singularsys.jep.walkers.SerializableExpression
-
Construct a SerializableExpression from a given node
- SerializableExpression.Constant - Class in com.singularsys.jep.walkers
-
An element representing a constant value.
- SerializableExpression.Element - Interface in com.singularsys.jep.walkers
-
interface used in internal representation of expression
- SerializableExpression.Function - Class in com.singularsys.jep.walkers
-
An element representing a function.
- SerializableExpression.Operator - Class in com.singularsys.jep.walkers
-
An element representing an operator.
- SerializableExpression.Variable - Class in com.singularsys.jep.walkers
-
An element representing a variable.
- SerializationTest - Class in com.singularsys.jeptests.system
-
Tests for serialization of expressions and Jep instances.
- SerializationTest() - Constructor for class com.singularsys.jeptests.system.SerializationTest
- serialize_deserialize(E) - Method in class com.singularsys.exttests.MRpSerializationTest
- serialize_deserialize(E) - Method in class com.singularsys.exttests.RpSerializationTest
- SerialParsingTest() - Constructor for class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.SerialParsingTest
- set(double, double) - Method in class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- set(double, double) - Method in class com.singularsys.jep.standard.Complex
-
Sets the real and imaginary values of the object.
- set(Evaluator, Node, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixEle
- set(Evaluator, Node, Object) - Method in class com.singularsys.jep.functions.Ele
-
Sets an element of an vector valued variable.
- set(Evaluator, Node, Object) - Method in interface com.singularsys.jep.functions.LValueI
-
Performs appropriate action to set an LValue.
- set(Evaluator, Node, Object) - Method in class com.singularsys.jep.misc.functions.AssignableList
- set(Evaluator, Node, Object) - Method in class com.singularsys.jep.misc.functions.ExpandingEle
- set(Complex) - Method in class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- set(Complex) - Method in class com.singularsys.jep.standard.Complex
-
Copies the values from the parameter object to this object
- set_matrix_variable_to_2D_array() - Method in class com.singularsys.exttests.MRpeTest
- set_of_hooks_is_initially_empty() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- set_of_hooks_is_initially_empty() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- set_one_element_vector_to_vector() - Method in class com.singularsys.exttests.MRpeTest
- set_scalar_variable_to_one_element_vector() - Method in class com.singularsys.exttests.MRpeTest
- set_scalar_variable_to_scalar() - Method in class com.singularsys.exttests.MRpeTest
- set_vector_variable_to_vector() - Method in class com.singularsys.exttests.MRpeTest
- setAdd(Add) - Method in class com.singularsys.extensions.field.implementations.StandardField
-
Sets the PFMC used for add operations.
- setAllowAssignment(boolean) - Method in class com.singularsys.jep.Jep
-
Sets whether assignment equations like
y=x+1are allowed. - setAllowComplexResults(boolean) - Method in class com.singularsys.jep.functions.Power
- setAllowStrings(boolean) - Method in class com.singularsys.jep.bigdecimal.BigDecComponents
-
Sets whether BigDecimals and strings can be used together.
- setAllowStrings(boolean) - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
-
Sets the allowStrings flag of the operators.
- setAllowStrings(boolean) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
-
Sets whether strings should be allowed with this operator or not.
- setAllowStrings(boolean) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRelational
-
Sets whether comparing strings is allowed.
- setAllowUndeclared(boolean) - Method in class com.singularsys.jep.Jep
-
Sets the value for the undeclared variables option.
- setAlteredCommand(String) - Method in class com.singularsys.jepexamples.consoles.Console
-
Set the command used if
Console.SPEC_ACTION.ALTEREDreturned. - setAnd(Logical) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setAttribute(Element, String, String) - Method in interface com.singularsys.extensions.mathml.builder.MathMLDocumentBuilder
-
Sets an element attribute using namespaces if required.
- setAttribute(Element, String, String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Sets an element attribute using namespaces if required.
- setAuxComps(JepComponent[]) - Method in class com.singularsys.jep.ComponentSet
- setBasicPfmcs() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- setBasicPfmcs() - Method in class com.singularsys.extensions.lambda.LambdaOperatorTable
-
Override to prevent the pfmc being changed in decorator constructor.
- setBasicPfmcs() - Method in class com.singularsys.extensions.matrix.MatrixOperatorTable
- setBasicPfmcs() - Method in class com.singularsys.extensions.xjep.XOperatorTable
- setBasicPfmcs() - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- setBasicPfmcs() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
-
A do nothing implementation.
- setBasicPfmcs() - Method in class com.singularsys.jep.standard.StandardOperatorTable2
-
Sets the standard set of pfmc's for basic operators.
- setBDPfmcs() - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- setBDPfmcs(int) - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- setBinaryInverseOp(int, int) - Method in class com.singularsys.jep.OperatorTable
- setBinaryInverseOp(EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey) - Method in class com.singularsys.jep.EmptyOperatorTable
- setBinaryInverseOp(Operator) - Method in class com.singularsys.jep.Operator
-
In a mathematical group with operator + and inverse uminus (-y) the binary inverse operator is the composition x + (-y) in other words subtraction -.
- setBitPfmcs() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- setChildrenIfNeeded(Node, Node[]) - Static method in class com.singularsys.extensions.xjep.TreeUtils
-
Sets the children of a node if they have changed for its current children.
- setCoeff(int, int, double) - Method in class com.singularsys.extexamples.applets.Bern2D
- setCoeff(PConstant) - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- setColorExpression(String) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
-
Parses a new expression for colors
- setComp(Comparative) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setComparator(Comparator<PNodeI>) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- setComponent(JepComponent) - Method in class com.singularsys.jep.Jep
-
Sets a single component.
- setComponentInternal(JepComponent) - Method in class com.singularsys.jep.Jep
-
Identifies the type of
compand set the associated member accordingly. - setComponents(JepComponent...) - Method in class com.singularsys.jep.Jep
-
Sets one or more components for this Jep instance.
- setComponentsInternal(ComponentSet) - Method in class com.singularsys.jep.Jep
- setCurNumberOfParameters(int) - Method in class com.singularsys.extensions.chained.ChainedGeneralFunction
- setCurNumberOfParameters(int) - Method in class com.singularsys.extensions.chained.ChainedNaryFunction
- setCurNumberOfParameters(int) - Method in class com.singularsys.extensions.lambda.LambdaFunction
- setCurNumberOfParameters(int) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Sets the number of current number of parameters used in the next call of run().
- setCurNumberOfParameters(int) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNary
- setCurNumberOfParameters(int) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNaryBinary
- setCurNumberOfParameters(int) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- setCurNumberOfParameters(int) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadedNaryFunction
- setCurNumberOfParameters(int) - Method in interface com.singularsys.jep.PostfixMathCommandI
-
Sets the number of current number of parameters used in the next call of run().
- setCurrentPosition(int, int) - Method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
-
Sets the current position which will be used the next time a node is created.
- setDebugStream(PrintStream) - Method in class com.singularsys.jep.parser.JccParserTokenManager
-
Set debug output.
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.BigDecComponents
-
Set the scale used for fixed precision numbers
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
-
Set the number of decimal digits used for fixed-point numbers
- setDecimalPlaces(int) - Method in interface com.singularsys.jep.bigdecimal.FixedPrecisionFunctionI
-
Sets the number of decimal places to use.
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMod
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecPow
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRoundSigFig
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSignum
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSub
- setDecimalPlaces(int) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecVSum
- setDefaultValue(Object) - Method in class com.singularsys.jep.Jep
-
Sets the default value used for new variables.
- setDefaultValue(Object) - Method in class com.singularsys.jep.VariableFactory
-
Sets the default value used whenever a new variable is created.
- setDescription(String) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Set the description of the function.
- setDistributiveOver(int, int) - Method in class com.singularsys.jep.OperatorTable
- setDistributiveOver(EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey) - Method in class com.singularsys.jep.EmptyOperatorTable
- setDistributiveOver(Operator) - Method in class com.singularsys.jep.Operator
-
Sets whether this operators this is distributive over another operator.
- setDiv(Divide) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- setDocumentLocator(Locator) - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- setDoubleBehaviour(NumberBuilder.DoubleBehaviour) - Method in class com.singularsys.extensions.mathml.builder.NumberBuilder
- setDoubleBehaviour(NumberBuilder.DoubleBehaviour) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
-
Sets how double values with integral values are represented.
- setEle(int, int, double) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
-
Sets an element
- setEle(int, int, Object) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrix
-
Just calls
GenericMatrix.setEleG(int, int, Object)with some type checking - setEle(int, int, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
- setEle(int, int, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- setEle(int, int, Object) - Method in interface com.singularsys.extensions.matrix.MatrixI
-
Set an element of a matrix
- setEle(int, int, Object) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectMatrix
- setEle(int, int, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- setEle(int, Object) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexVector
-
Just calls
GenericVector.setEleG(int, Object)with some type checking. - setEle(int, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- setEle(int, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
- setEle(int, Object) - Method in class com.singularsys.extensions.matrix.objectmat.ObjectVector
- setEle(int, Object) - Method in interface com.singularsys.extensions.matrix.VectorI
-
Sets an element of a vector.
- setEleG(int, int, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
-
Set an element of a known type E.
- setEleG(int, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
- setEqn(Jep, Node, Node) - Method in class com.singularsys.extensions.matrix.functions.MatrixEle
- setEqn(Jep, Node, Node) - Method in interface com.singularsys.extensions.xjep.SymbolicLValueI
-
Sets the equation of an LValue
- setEquation(Node) - Method in class com.singularsys.extensions.djep.DVariable
-
sets the equation
- setEquation(Node) - Method in class com.singularsys.extensions.xjep.XVariable
-
sets the equation
- setEvaluator(Evaluator) - Method in class com.singularsys.extexamples.consoles.ChainedConsole
- setEvaluator(Evaluator) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- setEvaluator(Evaluator) - Method in class com.singularsys.extexamples.consoles.MathMLConsole
- setEvaluator(Evaluator) - Method in class com.singularsys.extexamples.consoles.MrpEvalConsole
- setEvaluator(Evaluator) - Method in class com.singularsys.extexamples.consoles.RpEvalConsole
- setEvaluator(Evaluator) - Method in class com.singularsys.extexamples.consoles.StreamConsole
- setEvaluator(Evaluator) - Method in class com.singularsys.extexamples.consoles.StructuredConsole
- setEvaluator(Evaluator) - Method in class com.singularsys.jep.ComponentSet
- setEvaluator(Evaluator) - Method in class com.singularsys.jepexamples.consoles.Console
-
Sets the evaluator used.
- setEvaluator(Evaluator) - Method in class com.singularsys.jepexamples.consoles.PostfixEvaluationConsole
- setEvalue(Object) - Method in class com.singularsys.extensions.djep.diffRules.PowerDiffRule
-
Sets the value used to detect if a constant is e, default Math.E
- setExpression(Node) - Method in class com.singularsys.extexamples.applets.ContourCanvas
- setExpression(Node) - Method in class com.singularsys.extexamples.applets.ImplicitCanvas
- setExpression(Node) - Method in class com.singularsys.jepexamples.applets.FunctionCanvas
- setExpressionString(String) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
-
Parses a new expression
- setExtendedPfmcs() - Method in class com.singularsys.jep.misc.ExtendedOperatorSet
- setField(String) - Method in class com.singularsys.extexamples.consoles.FieldConsole
- setFlag(int, boolean) - Method in class com.singularsys.jep.Operator
-
Set the value of a specific flag.
- setForce(boolean) - Method in class com.singularsys.extensions.xjep.XEvaluator
-
Whether to force re-evaluation of sub-equations.
- setForce(boolean) - Method in class com.singularsys.extensions.xjep.XMonitoringEvaluator
-
Whether to force re-evaluation of sub-equations.
- setFormat(int) - Method in class com.singularsys.extexamples.consoles.FieldConsole
- setFormat(String) - Method in class com.singularsys.jepexamples.consoles.Console
-
Sets the format for numbers
- setFormat(String, String[]) - Method in class com.singularsys.extexamples.consoles.FieldConsole
- setFormat(String, String[]) - Method in class com.singularsys.jepexamples.consoles.Console
- setFunArgSep(String) - Method in class com.singularsys.jep.PrintVisitor
-
Set the string separating function arguments.
- setFunction(String, PostfixMathCommandI) - Method in class com.singularsys.jep.parser.ASTFunNode
-
Sets the function for a node.
- setFunctionBuilder(FunctionBuilder) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- setFunctionTable(FunctionTable) - Method in class com.singularsys.jep.ComponentSet
- setFunLBracket(String) - Method in class com.singularsys.jep.PrintVisitor
-
Set the string for left bracket around function arguments.
- setFunRBracket(String) - Method in class com.singularsys.jep.PrintVisitor
-
Set the string for right bracket around function arguments.
- setGrammarParserFactory(GrammarParserFactory) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Sets the GrammarParserFactory
- setGroupOperatorRelations(EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Sets relations of three operators.
- setGroupOperatorRelations(Operator, Operator, Operator) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Sets relations of three operators.
- setHook(Node.HookKey, Object) - Method in interface com.singularsys.jep.parser.Node
-
Set the data associated with a given key
- setHook(Node.HookKey, Object) - Method in class com.singularsys.jep.parser.SimpleNode
-
Sets the value associated with a key.
- setHook(Node.HookKey, Object) - Method in class com.singularsys.jep.Variable
-
Sets the value associated with a key.
- setIm(double) - Method in class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- setIm(double) - Method in class com.singularsys.jep.standard.Complex
-
Sets the imaginary component of the object
- setImplicitMul(boolean) - Method in class com.singularsys.jep.Jep
-
Sets the value of the implicit multiplication option.
- setImplicitMultiplicationSymbols(String...) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Sets those symbols which can appear on the right-hand side of implicit multiplication.
- setIndexShift(int) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- setIndexShift(int) - Method in class com.singularsys.extexamples.consoles.MatrixConsole
- setIndexShift(int) - Method in class com.singularsys.extexamples.consoles.MrpEvalConsole
- setIndexShift(int) - Method in class com.singularsys.jepexamples.consoles.Console
-
Set the index shift for arrays.
- setInitialTokenManagerState(int) - Method in class com.singularsys.jep.parser.JccParser
-
Sets the initial state that the token manager is in.
- setInMathTag(boolean) - Method in class com.singularsys.extensions.mathml.parser.MathTagHandler
- setInputIterator(Iterator<E>) - Method in class com.singularsys.jep.configurableparser.Lookahead2Iterator
-
Should be called if the default constructor is used.
- setInputIterator(Iterator<E>) - Method in class com.singularsys.jep.configurableparser.LookaheadNIterator
- setInverseOp(int, int) - Method in class com.singularsys.jep.OperatorTable
- setInverseOp(EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey) - Method in class com.singularsys.jep.EmptyOperatorTable
- setInverseOp(Operator) - Method in class com.singularsys.jep.Operator
-
For composite operators like a-b which can be considered as a+(-b) there is a root operator (+) and an inverse operator (UMinus).
- setIsConstant(boolean) - Method in class com.singularsys.jep.Variable
-
Setting this property to true ensures that the value will not be changed.
- setIterations(int) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
-
Sets number of iterations
- setIterator(Lookahead2Iterator<Token>) - Method in class com.singularsys.extensions.structure.StructuredGrammarParser
- setIterator(Lookahead2Iterator<Token>) - Method in interface com.singularsys.jep.configurableparser.GrammarParser
-
Set the iterator used by the
GrammarParser.parseSubExpression() - setIterator(Lookahead2Iterator<Token>) - Method in class com.singularsys.jep.configurableparser.ShuntingYard
- setJavaPfmcs() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- setKey(int) - Method in class com.singularsys.jep.Operator
-
Deprecated.Not used with new operator table
- setLBracket(String) - Method in class com.singularsys.jep.PrintVisitor
-
Set the string for left brackets.
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.BigDecComponents
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAbs
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecAdd
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecDiv
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMod
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecMul
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecPow
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSub
- setMathContext(MathContext) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecVSum
- setMatrixPfmcs() - Method in class com.singularsys.extensions.matrix.MatrixOperatorTable
-
Sets the pfmc's for basic and special operators.
- setMaxLen(int) - Method in class com.singularsys.jep.PrintVisitor
-
Sets the maximum length printed per line.
- setMod(Modulus) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setMode(int, boolean) - Method in class com.singularsys.jep.PrintVisitor
-
Set printing mode.
- setMode(RoundingMode) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecRound
- setMonitor(String[]) - Method in class com.singularsys.extexamples.consoles.DJepConsole
- setMonitor(String[]) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- setMonitor(String[]) - Method in class com.singularsys.extexamples.consoles.MathMLConsole
- setMonitor(String[]) - Method in class com.singularsys.extexamples.consoles.MrpEvalConsole
- setMonitor(String[]) - Method in class com.singularsys.extexamples.consoles.RpEvalConsole
- setMonitor(String[]) - Method in class com.singularsys.extexamples.consoles.XJepConsole
- setMonitor(String[]) - Method in class com.singularsys.jepexamples.consoles.Console
-
Sets up monitoring of the call tree.
- setMonitor(String[]) - Method in class com.singularsys.jepexamples.consoles.PostfixEvaluationConsole
- setMul(Multiply) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setName(String) - Method in class com.singularsys.extensions.lambda.LambdaFunction
-
Rename the function.
- setName(String) - Method in class com.singularsys.jep.functions.PostfixMathCommand
- setName(String) - Method in class com.singularsys.jep.misc.MacroFunction
-
Change the name of a MacroFunction.
- setName(String) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedAbstractInc
- setName(String) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedBinary
- setName(String) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNary
- setName(String) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedNaryBinary
- setName(String) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
- setName(String) - Method in class com.singularsys.jep.misc.nullwrapper.functions.NullWrappedUnary
- setName(String) - Method in interface com.singularsys.jep.PostfixMathCommandI
-
Sets the name of the function used for error messages
- setNamespacePrefix(String) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- setNodeFactory(NodeFactory) - Method in class com.singularsys.jep.ComponentSet
- setNot(Not) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setNum_itts(int) - Method in class com.singularsys.extensions.field.functions.FieldSqrt
- setNumberBuilder(NumberBuilder) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- setNumberFactory(NumberFactory) - Method in class com.singularsys.jep.ComponentSet
- setNumberFormat(NumberFormat) - Method in class com.singularsys.jep.PrintVisitor
-
Sets the number format to use.
- setNumOps(int) - Method in class com.singularsys.jep.OperatorTable
- setOffset(int, int) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- setOperator(Operator) - Method in class com.singularsys.jep.parser.ASTOpNode
-
Sets the opID, name and pfmc for this node by looking up the values in the Operators class
- setOperatorBuilder(OperatorBuilder) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- setOperatorTable(OperatorTableI) - Method in class com.singularsys.jep.ComponentSet
- setOr(Logical) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setParser(Parser) - Method in class com.singularsys.jep.ComponentSet
- setPFMC(PostfixMathCommandI) - Method in class com.singularsys.jep.Operator
-
Sets the PostfixMathCommandI used by this operator.
- setPosition(int, int) - Method in class com.singularsys.jep.configurableparser.tokens.Token
-
Sets the position of the token.
- setPosition(int, int) - Method in exception class com.singularsys.jep.ParseException
- setPosition(Node, int, int) - Static method in class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory
-
Convenience method to set the line and column numbers for a node.
- setPow(Power) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setPower(int, PNodeI) - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- setPrecedence(int) - Method in class com.singularsys.jep.configurableparser.TernaryOperator
- setPrecedence(int) - Method in class com.singularsys.jep.Operator
-
Set the precedence of the operator.
- setPrecedenceTable(int[][]) - Method in class com.singularsys.jep.OperatorTable
-
Sets the precedence of all operators at one time.
- setPrecedenceTable(EmptyOperatorTable.OperatorKey[][]) - Method in class com.singularsys.jep.EmptyOperatorTable
-
Sets the precedence of all operators at one time.
- setPrependMathMLEntities(boolean) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
-
Whether to prepend a simple deceleration to the start of the document.
- setPrintSymbol(String) - Method in class com.singularsys.jep.Operator
-
The symbol used for printing.
- setPrintVisitor(PrintVisitor) - Method in class com.singularsys.jep.ComponentSet
- setPsudoPfmcs() - Method in class com.singularsys.extensions.field.FieldOperatorTable
-
Does nothing.
- setPsudoPfmcs() - Method in class com.singularsys.extensions.lambda.LambdaOperatorTable
-
Override to prevent the pfmc being changed in decorator constructor.
- setPsudoPfmcs() - Method in class com.singularsys.extensions.xjep.XOperatorTable
- setPsudoPfmcs() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
-
A do nothing implementation.
- setPsudoPfmcs() - Method in class com.singularsys.jep.standard.StandardOperatorTable2
- setPublisher(SubmissionPublisher<VariableTableAction>) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariable
-
Set the publisher for this variable.
- setPublisher(SubmissionPublisher<VariableTableAction>) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableFactory
-
Set the publisher for the variables created by this factory.
- setPublisher(SubmissionPublisher<VariableTableAction>) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Set the publisher for this variable table.
- setPublisherForAllVariables(SubmissionPublisher<VariableTableAction>) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariableTable
-
Set the publisher for all variables in this variable table.
- setRange(double, double, int) - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- setRange(double, double, int) - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- setRBracket(String) - Method in class com.singularsys.jep.PrintVisitor
-
Set the string for right brackets.
- setRe(double) - Method in class com.singularsys.jep.standard.Complex.NonPropagatingImmutableComplex
- setRe(double) - Method in class com.singularsys.jep.standard.Complex
-
Sets the real component of the object
- setRhsImpMul(boolean) - Method in class com.singularsys.jep.configurableparser.tokens.SymbolToken
- setRootOp(int, int) - Method in class com.singularsys.jep.OperatorTable
- setRootOp(EmptyOperatorTable.OperatorKey, EmptyOperatorTable.OperatorKey) - Method in class com.singularsys.jep.EmptyOperatorTable
- setRootOp(Operator) - Method in class com.singularsys.jep.Operator
-
For composite operators like a-b which can be considered as a+(-b) there is a root operator (+) and an inverse operator (UMinus).
- setrVal(double) - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- setSAXParserFactory(SAXParserFactory) - Method in class com.singularsys.extensions.mathml.MathMLContentParser
- setScale(double, double) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- setShiftZeroElePfmc() - Method in class com.singularsys.exttests.field.FieldTest
- setShiftZeroElePfmc() - Method in class com.singularsys.exttests.matrix.MatrixTest
- setShiftZeroElePfmc() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- setShiftZeroElePfmc() - Method in class com.singularsys.jeptests.system.JepTest
- setShiftZeroElePfmc() - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- setSpecialPfmcs() - Method in class com.singularsys.extensions.field.FieldOperatorTable
-
Does nothing, prevents parents method being called in copy constructor.
- setSpecialPfmcs() - Method in class com.singularsys.extensions.lambda.LambdaOperatorTable
-
Override to prevent the pfmc being changed in decorator constructor.
- setSpecialPfmcs() - Method in class com.singularsys.extensions.matrix.MatrixOperatorTable
- setSpecialPfmcs() - Method in class com.singularsys.extensions.xjep.XOperatorTable
- setSpecialPfmcs() - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- setSpecialPfmcs() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
-
A do nothing implementation.
- setSpecialPfmcs() - Method in class com.singularsys.jep.standard.StandardOperatorTable2
-
Sets the standard set of pfmcs for special operator: assignment, dot product, cross product, the list operator and the element-of operator.
- setStandardOperatorRelations() - Method in class com.singularsys.jep.EmptyOperatorTable
-
Sets up the standard relations between +,-,*,/
- setStandardOperatorRelations() - Method in class com.singularsys.jep.OperatorTable
-
Sets up the standard relations between +,-,*,/.
- setStructuredRules(GrammaticalRuleI) - Method in class com.singularsys.extensions.structure.StructuredParser
-
Should be called at the end of the configuration, sets up the StructuredGrammarParser.
- setSub(Subtract) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setSymbol(String) - Method in class com.singularsys.jep.Operator
-
Sets the symbol used by the operator.
- setT(Variable) - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- setTabSize(int) - Method in interface com.singularsys.jep.parser.CharStream
- setTabSize(int) - Method in class com.singularsys.jep.parser.JepJavaCharStream
- setTerm(int, PNodeI) - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- setting__and_removing_a_hook_returns_null() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- setting__and_removing_a_hook_returns_null() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- setting_and_getting_a_HookKey_returns_same_value() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- setting_and_getting_a_HookKey_returns_same_value() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- setting_and_getting_two_hooks_returns_same_value() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- setting_and_getting_two_hooks_returns_same_value() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- setting_and_removing_and_setting_different_hook() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- setting_and_removing_and_setting_different_hook() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- setting_and_removing_and_setting_same_hook() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- setting_and_removing_and_setting_same_hook() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- setting_one_element_vector_to_scalar_fails() - Method in class com.singularsys.exttests.MRpeTest
- setting_the_hooks_and_removing__middle_one() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- setting_the_hooks_and_removing__middle_one() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- setting_two_hooks_and_removing_one() - Method in class com.singularsys.jeptests.unit.NodeHookTest
- setting_two_hooks_and_removing_one() - Method in class com.singularsys.jeptests.unit.VariableHookTest
- setTokenizerFactory(TokenizerFactory) - Method in class com.singularsys.jep.configurableparser.ConfigurableParser
-
Sets the TokenizerFactory used to create Tokenizers.
- setTolerance(double) - Method in class com.singularsys.extensions.rewrite.SmallNumberRule
- setTolerance(double) - Method in class com.singularsys.jep.functions.Comparative
-
Sets the tolerance used for comparing complex numbers
- setTrackLineColumn(boolean) - Method in interface com.singularsys.jep.parser.CharStream
- setTrackLineColumn(boolean) - Method in class com.singularsys.jep.parser.JepJavaCharStream
- setTrapInfinity(boolean) - Method in class com.singularsys.jep.standard.FastEvaluator
- setTrapInfinity(boolean) - Method in class com.singularsys.jep.standard.StandardEvaluator
- setTrapInfinity(boolean) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- setTrapInfinity(boolean) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- setTrapInfinity(boolean) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- setTrapNaN(boolean) - Method in class com.singularsys.jep.standard.FastEvaluator
- setTrapNaN(boolean) - Method in class com.singularsys.jep.standard.StandardEvaluator
- setTrapNaN(boolean) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- setTrapNaN(boolean) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- setTrapNaN(boolean) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- setTrapNullValues(boolean) - Method in class com.singularsys.jep.standard.FastEvaluator
-
Sets whether null values for variables are trapped.
- setTrapNullValues(boolean) - Method in class com.singularsys.jep.standard.StandardEvaluator
-
Sets whether null values for variables are trapped.
- setTrapNullValues(boolean) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
-
Sets whether null values for variables are trapped.
- setTrapNullValues(boolean) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
-
Sets whether null values for variables are trapped.
- setTrapNullValues(boolean) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
-
Sets whether null values for variables are trapped.
- setTrapUnsetValues(boolean) - Method in class com.singularsys.jep.standard.FastEvaluator
-
Sets whether unset variable values are trapped.
- setTrapUnsetValues(boolean) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
-
Sets whether unset variable values are trapped.
- setTrapUnsetValues(boolean) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
-
Sets whether unset variable values are trapped.
- setUmin(UMinus) - Method in class com.singularsys.extensions.field.implementations.StandardField
- setUnknownFunctionBuilder(MathMLFragmentBuilder) - Method in class com.singularsys.extensions.mathml.builder.FunctionBuilder
- setUnknownHandler(TagHandler) - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- setup() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- setup() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- setup() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- setup() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- setup() - Method in class com.singularsys.exttests.StreamTest.StreamMatrixTests
- setup() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- setup() - Method in class com.singularsys.jeptests.system.perf.PerfTest
- setup() - Method in class com.singularsys.jeptests.system.perf.tests.EvalPerfTest
-
Set up the parser and parse the expression
- setup() - Method in class com.singularsys.jeptests.system.perf.tests.ParsePerfTest
-
Set up the parser
- setup(String, PostfixMathCommandI, Node[], String[], String[]) - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
Set the internal variables for function with multiple arguments
- setup(String, PostfixMathCommandI, Node, Node, String, String) - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
Set the internal variables for binary function with arguments named 'x' 'y'
- setup(String, PostfixMathCommandI, Node, String) - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
-
Set the internal variables for unary function with argument named 'x'
- setUp() - Method in class com.singularsys.exttests.autogen.LambdaDocTest
- setUp() - Method in class com.singularsys.exttests.autogen.StreamedConfigTest
- setUp() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- setUp() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- setUp() - Method in class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainableSetup
- setUp() - Method in class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainedSetup
- setUp() - Method in class com.singularsys.exttests.ChainedFunctionTest.XJepSetup
- setUp() - Method in class com.singularsys.exttests.CleanerTest
- setUp() - Method in class com.singularsys.exttests.DJepTest
- setUp() - Method in class com.singularsys.exttests.examples.ChainedConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.DJepConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.FieldConsoleTest.mixedTests
- setUp() - Method in class com.singularsys.exttests.examples.FieldConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.LambdaConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.MathMLConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.MatrixConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.MrpEvalConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.RpEvalConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.StreamConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.StructuredConsoleTest
- setUp() - Method in class com.singularsys.exttests.examples.XJepConsoleTest
- setUp() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- setUp() - Method in class com.singularsys.exttests.field.ComplexFieldTest.MixedComplexFunctionTableTest
- setUp() - Method in class com.singularsys.exttests.field.ComplexFieldTest.PureComplexFunctionTableTest
- setUp() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- setUp() - Method in class com.singularsys.exttests.field.FieldDictTest.MyStringFieldTest
- setUp() - Method in class com.singularsys.exttests.field.FieldDictTest
- setUp() - Method in class com.singularsys.exttests.field.FieldTest
- setUp() - Method in class com.singularsys.exttests.field.IntegerFieldTest
- setUp() - Method in class com.singularsys.exttests.field.ModulusTest
- setUp() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- setUp() - Method in class com.singularsys.exttests.field.RationalFieldTest
- setUp() - Method in class com.singularsys.exttests.field.SimpleVectorFieldTest
- setUp() - Method in class com.singularsys.exttests.FieldCleanerTest
- setUp() - Method in class com.singularsys.exttests.FieldDJepTest
- setUp() - Method in class com.singularsys.exttests.LambdaFunTest
- setUp() - Method in class com.singularsys.exttests.MathMLTest
- setUp() - Method in class com.singularsys.exttests.matrix.BigDecimalBooleanMatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.ComplexMatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.DDimensionVisitorTest
- setUp() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- setUp() - Method in class com.singularsys.exttests.matrix.DoubleComplexFieldMatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.DoubleMatrixFieldCleanerTest
- setUp() - Method in class com.singularsys.exttests.matrix.DoubleMatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.ExternalMatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.FieldObjectMatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.functions.MatrixIfTest
- setUp() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- setUp() - Method in class com.singularsys.exttests.matrix.functions.MatrixListWithStackTest
- setUp() - Method in class com.singularsys.exttests.matrix.functions.MatrixSwitchTest
- setUp() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- setUp() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- setUp() - Method in class com.singularsys.exttests.matrix.MatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.MRpeMatrixFieldTest
- setUp() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.RationalMatrix2Test
- setUp() - Method in class com.singularsys.exttests.matrix.RationalMatrix3Test
- setUp() - Method in class com.singularsys.exttests.matrix.RationalMatrixTest
- setUp() - Method in class com.singularsys.exttests.matrix.SequenceMatrixTest
- setUp() - Method in class com.singularsys.exttests.MatrixCleanerTest
- setUp() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- setUp() - Method in class com.singularsys.exttests.MDJepTest
- setUp() - Method in class com.singularsys.exttests.MRpeTest
- setUp() - Method in class com.singularsys.exttests.MRpSerializationTest
- setUp() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- setUp() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- setUp() - Method in class com.singularsys.exttests.RewriteTest
- setUp() - Method in class com.singularsys.exttests.RpSerializationTest
- setUp() - Method in class com.singularsys.exttests.RpTest
- setUp() - Method in class com.singularsys.exttests.StreamDictTest
- setUp() - Method in class com.singularsys.exttests.StreamDictTest.StandardStreamDictTest
- setUp() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- setUp() - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- setUp() - Method in class com.singularsys.exttests.StreamTest.PrimeStreamTest
- setUp() - Method in class com.singularsys.exttests.StreamTest
- setUp() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- setUp() - Method in class com.singularsys.exttests.StreamTest.StreamWithCharacterTest
- setUp() - Method in class com.singularsys.exttests.StructureTest
- setUp() - Method in class com.singularsys.exttests.TreeUtilsTest
- setUp() - Method in class com.singularsys.exttests.XJepTest
- setUp() - Method in class com.singularsys.exttests.XJepXAssignTest
- setUp() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- setUp() - Method in class com.singularsys.jeptests.system.BugsTest
- setUp() - Method in class com.singularsys.jeptests.system.CPSeqOpTest
- setUp() - Method in class com.singularsys.jeptests.system.CPTest
- setUp() - Method in class com.singularsys.jeptests.system.examples.BigDecimalConsoleTest
- setUp() - Method in class com.singularsys.jeptests.system.examples.ConsoleTest
- setUp() - Method in class com.singularsys.jeptests.system.examples.CPConsoleTest
- setUp() - Method in class com.singularsys.jeptests.system.examples.PostfixEvalConsoleTest
- setUp() - Method in class com.singularsys.jeptests.system.examples.PrefixDumperConsoleTest
- setUp() - Method in class com.singularsys.jeptests.system.examples.PrintConsoleTest
- setUp() - Method in class com.singularsys.jeptests.system.examples.VectorConsoleTest
- setUp() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- setUp() - Method in class com.singularsys.jeptests.system.JepTest
-
Sets up the parser.
- setUp() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- setUp() - Method in class com.singularsys.jeptests.system.LatexTest
- setUp() - Method in class com.singularsys.jeptests.system.LineNumberingTest
- setUp() - Method in class com.singularsys.jeptests.system.NullWrapTest
-
Sets up the parser.
- setUp() - Method in class com.singularsys.jeptests.system.PostfixEvalTest
- setUp() - Method in class com.singularsys.jeptests.system.RealEvalTest
- setUp() - Method in class com.singularsys.jeptests.system.StandardEvaluatorTest
- setUp() - Method in class com.singularsys.jeptests.system.UncheckedEvalTest
- setUp() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- setUp() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- setUp() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- setUp() - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- setUp() - Method in class com.singularsys.jeptests.unit.configurableparser.RangeOperatorTest
- setUp() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- setUp() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- setUp() - Method in class com.singularsys.jeptests.unit.functions.ComparativeTest
- setUp() - Method in class com.singularsys.jeptests.unit.functions.FunctionsSupportNumberTypeArguments
- setUp() - Method in class com.singularsys.jeptests.unit.functions.OperatorsWithListsTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNoNullTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNullTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.LineNumberingTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.MacroFunctionTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionGrammerMatcherTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionsTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ManualOverloadedOperatorTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ConcurrentVariableTableTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- setUp() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- setUp() - Method in class com.singularsys.jeptests.unit.NodeFactoryTest
- setUp() - Method in class com.singularsys.jeptests.unit.walkers.HookRemoverTest
- setUp() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- setUp() - Method in class com.singularsys.jeptests.unit.walkers.TestingVisitorTest
- setUp(FunctionTable) - Method in class com.singularsys.exttests.LambdaFunTest
- Setup - Search tag in package com.singularsys.extensions.lambda
- Section
- setUpBeforeClass() - Static method in class com.singularsys.exttests.MathMLTest
- setupBigDecimalElementWiseComparison() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- setupExtended() - Method in class com.singularsys.jeptests.system.NullWrapTest
- setupMyBigDecimalList() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- setUseMatrixVector(boolean) - Method in class com.singularsys.extensions.mathml.builder.ListBuilder
- setValidValue(boolean) - Method in class com.singularsys.jep.Variable
-
Sets whether the value of variable is valid.
- setValue(double) - Method in class com.singularsys.jep.misc.boundvariable.MutableDouble
- setValue(Object) - Method in class com.singularsys.jep.misc.boundvariable.FieldVariableBinding
-
Sets the value of the associated field.
- setValue(Object) - Method in interface com.singularsys.jep.misc.boundvariable.VariableBinding
-
Sets the value of a variable.
- setValue(Object) - Method in class com.singularsys.jep.misc.publishingvariable.PublishingVariable
-
Sets the value of the variable and publishes a message if the publisher is not null.
- setValue(Object) - Method in class com.singularsys.jep.parser.ASTConstant
- setValue(Object) - Method in class com.singularsys.jep.Variable
-
Sets the value of the variable.
- setValueRaw(Object) - Method in class com.singularsys.jep.misc.boundvariable.BoundVariable
-
Sets the value of the variable.
- setValueRaw(Object) - Method in class com.singularsys.jep.Variable
-
In general subclasses should override this method rather than setValue.
- setVar(Variable) - Method in class com.singularsys.jep.parser.ASTVarNode
- setVariable(String, Object) - Method in class com.singularsys.jep.Jep
-
Adds or sets a variable with a given name and value.
- setVariable_create_new_variable_if_doesent_exist() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- setVariable_modifies_existing_variable() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- setVariable_returns_null_if_existing_constant() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- setVariableBuilder(VariableBuilder) - Method in class com.singularsys.extensions.mathml.MathMLContentBuilder
- setVariableDimensions(Variable, Dimensions) - Static method in class com.singularsys.extensions.matrix.DimensionVisitor
-
Sets the dimensions of a variable to give value.
- setVariableFactory(VariableFactory) - Method in class com.singularsys.jep.ComponentSet
- setVariableFactory(VariableFactory) - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- setVariableFactory(VariableFactory) - Method in class com.singularsys.jep.VariableTable
- setVariableMapping(VariableBindingMapper) - Method in class com.singularsys.jep.misc.boundvariable.BoundVariableFactory
-
Sets the VariableMapping for the creation of new variables.
- setVariableTable(VariableTable) - Method in class com.singularsys.jep.ComponentSet
- setVariableValue(String, Object) - Method in class com.singularsys.jep.Jep
-
Sets the value of the variable
name. - setVariableValue_returns_false_if_variable_does_not_exist() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- setVariableValue_returns_false_if_variable_is_constant() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- setVariableValue_set_value_and_returns_true_if_variable_exists() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- setVarValue(int, double) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Sets the value of a variable
- setVarValue(MrpVarRef, double) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Sets the value of a variable
- setVarValue(MrpVarRef, double...) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Sets the value of a scalar or vector variable.
- setVarValue(MrpVarRef, double[][]) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Sets the value of a matrix variable
- setVarValue(MrpVarRef, MatrixI) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Sets the value of a matrix variable
- setVarValue(MrpVarRef, VectorI) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Sets the value of a vector variable
- setVersion(int) - Method in class com.singularsys.extensions.mathml.builder.VariableBuilder
-
Deprecated.MathML versions not supported.
- setXComponentInternal(JepComponent) - Method in class com.singularsys.extensions.djep.DJep
- setXComponentInternal(JepComponent) - Method in class com.singularsys.extensions.matrixdiff.MDJep
- setXComponentInternal(JepComponent) - Method in class com.singularsys.extensions.xjep.XJep
- setXExpression(Node) - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- setXPfmcs() - Method in class com.singularsys.extensions.xjep.XOperatorTable
- setXPfmcs(String) - Method in class com.singularsys.extensions.xjep.XOperatorTable
- setYExpression(Node) - Method in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- setZeroLengthBehaviourAndValue(ZeroLengthBehaviourI) - Method in class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthHelper
-
Sets the zero length error behaviour and value from another
ZeroLengthBehaviourIinstance. - setZeroLengthErrorBehaviour(ZeroLengthBehaviourI.ZeroLengthErrorBehaviour) - Method in class com.singularsys.jep.functions.ArrayFunctionBase
- setZeroLengthErrorBehaviour(ZeroLengthBehaviourI.ZeroLengthErrorBehaviour) - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI
- setZeroLengthErrorBehaviour(ZeroLengthBehaviourI.ZeroLengthErrorBehaviour) - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI
-
Sets how to respond to arguments with zero length arrays.
- setZeroLengthErrorBehaviour(ZeroLengthBehaviourI.ZeroLengthErrorBehaviour) - Method in class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthHelper
- setZeroLengthValue(Object) - Method in class com.singularsys.jep.functions.ArrayFunctionBase
- setZeroLengthValue(Object) - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI
- setZeroLengthValue(Object) - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI
-
Sets the value to be returned when a zero length array is passed and the zero length error behaviour is set to VALUE.
- setZeroLengthValue(Object) - Method in class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthHelper
- setZExpression(Node) - Method in class com.singularsys.extexamples.applets.ComplexCanvas
- shallowCopy() - Method in class com.singularsys.extensions.chained.ChainedOperatorTable
- shallowCopy() - Method in class com.singularsys.extensions.field.FieldOperatorTable
- shallowCopy() - Method in class com.singularsys.extensions.field.functions.BigDecimalFunctionTable
- shallowCopy() - Method in class com.singularsys.extensions.field.functions.ComplexFunctionTable
- shallowCopy() - Method in class com.singularsys.extensions.field.functions.IntegerFunctionTable
- shallowCopy() - Method in class com.singularsys.extensions.field.functions.RationalFunctionTable
- shallowCopy() - Method in class com.singularsys.extensions.lambda.LambdaOperatorTable
- shallowCopy() - Method in class com.singularsys.extensions.matrix.MatrixFunctionTable
- shallowCopy() - Method in class com.singularsys.extensions.matrix.MatrixOperatorTable
- shallowCopy() - Method in class com.singularsys.extensions.stream.StreamOperatorTable
- shallowCopy() - Method in class com.singularsys.extensions.xjep.XFunctionTable
- shallowCopy() - Method in class com.singularsys.extensions.xjep.XOperatorTable
- shallowCopy() - Method in class com.singularsys.jep.bigdecimal.BigDecFunctionTable
- shallowCopy() - Method in class com.singularsys.jep.bigdecimal.BigDecOperatorTable
- shallowCopy() - Method in class com.singularsys.jep.EmptyOperatorTable
-
Create a new version of this OperatorTable.
- shallowCopy() - Method in class com.singularsys.jep.FunctionTable
-
Returns a new shallow copy of this function table.
- shallowCopy() - Method in class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
- shallowCopy() - Method in class com.singularsys.jep.misc.CaseInsensitiveFunctionTable
- shallowCopy() - Method in class com.singularsys.jep.misc.ExtendedOperatorSet
- shallowCopy() - Method in class com.singularsys.jep.misc.javaops.JavaOperatorTable
- shallowCopy() - Method in class com.singularsys.jep.misc.nullwrapper.NullWrappedFunctionTable
- shallowCopy() - Method in class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable
- shallowCopy() - Method in class com.singularsys.jep.OperatorTable
- shallowCopy() - Method in class com.singularsys.jep.OperatorTable2
- shallowCopy() - Method in interface com.singularsys.jep.OperatorTableI
-
Create a new version of this OperatorTable.
- shallowCopy() - Method in class com.singularsys.jep.reals.RealFunctionTable
- shallowCopy() - Method in class com.singularsys.jep.standard.StandardFunctionTable
- shallowCopy() - Method in class com.singularsys.jep.standard.StandardOperatorTable
- shallowCopy() - Method in class com.singularsys.jep.standard.StandardOperatorTable2
- shallowcopy_of_preprocess_functions_are_new_instances_of_same_classes() - Method in class com.singularsys.exttests.XJepTest
- shiftCanvas(int, int) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
- shiftSelection(FractalCanvas.RegionListener) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
-
Responds to mouse drag events translates the scene.
- ShortField - Class in com.singularsys.extensions.field.implementations
-
An integer field where overflows are ignored.
- ShortField() - Constructor for class com.singularsys.extensions.field.implementations.ShortField
- showCalls() - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- showCalls() - Method in class com.singularsys.extexamples.consoles.StreamConsole
- showCalls() - Method in class com.singularsys.extexamples.consoles.StructuredConsole
- showCalls() - Method in class com.singularsys.jepexamples.consoles.Console
-
Shows a summary of function, operator, variable and constant calls.
- showGrid - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Whether to show calculation times
- showHistory - Variable in class com.singularsys.jepexamples.consoles.Console
- showProgress(String) - Method in class com.singularsys.jepexamples.applets.Fractal
- showScale - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Whether to show scales
- showStatus(String) - Method in class com.singularsys.jepexamples.applets.Fractal
- showTime - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Whether to show calculation times
- showTree() - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- showTree() - Method in class com.singularsys.extexamples.consoles.StreamConsole
- showTree() - Method in class com.singularsys.extexamples.consoles.StructuredConsole
- showTree() - Method in class com.singularsys.jepexamples.consoles.Console
-
Shows the call tree with counts and times.
- ShuntingYard - Class in com.singularsys.jep.configurableparser
-
An operator precedence parser based on the shunting yard algorithm.
- ShuntingYard(Jep, List<GrammarMatcher>) - Constructor for class com.singularsys.jep.configurableparser.ShuntingYard
-
Normal constructor, iterator set in
ShuntingYard.parse(Iterator) - ShuntingYard.PrefixRes - Enum Class in com.singularsys.jep.configurableparser
-
Return result of following methods.
- ShuntingYard.ShuntingYardGrammarParserFactory - Class in com.singularsys.jep.configurableparser
-
Factory creating new ShuntingYard instances.
- ShuntingYardGrammarParserFactory() - Constructor for class com.singularsys.jep.configurableparser.ShuntingYard.ShuntingYardGrammarParserFactory
- SignallingTableUpdator(VariableTable, Semaphore, Semaphore) - Constructor for class com.singularsys.jeptests.unit.misc.PublishingVariableTest.SignallingTableUpdator
- Signature - Class in com.singularsys.extensions.lambda
-
Represents the signature of a lambda function Either a single variable
x, a list of variables[x,y,z]a pattern(u,v)or a list containing variables and patterns[(x1,x2),y]. - Signature() - Constructor for class com.singularsys.extensions.lambda.Signature
- Signature.InnerSig - Class in com.singularsys.extensions.lambda
-
Inner elements
- Signature.ListSig - Class in com.singularsys.extensions.lambda
-
A Signature representing a list of signatures
- Signature.OuterSig - Class in com.singularsys.extensions.lambda
-
Outer, top-level elements
- Signature.Pat - Class in com.singularsys.extensions.lambda
-
A Signature representing a pattern
{u,v}. - Signature.PVbl - Class in com.singularsys.extensions.lambda
-
A signature representing a single variable inside a list or pattern, e.g.
- Signature.Vbl - Class in com.singularsys.extensions.lambda
-
A signature representing a single variable.
- Signum - Class in com.singularsys.jep.functions
-
The signum function returns -1 if x<0, 1 if x>0, 0 if x==0.
- Signum() - Constructor for class com.singularsys.jep.functions.Signum
- SimpleArrayHandler - Class in com.singularsys.extensions.mathml.parser
-
Returns an array of non-null children, flattening nested arrays and Lists.
- SimpleArrayHandler() - Constructor for class com.singularsys.extensions.mathml.parser.SimpleArrayHandler
- SimpleBigIntPrimeSuplier() - Constructor for class com.singularsys.exttests.StreamTest.SimpleBigIntPrimeSuplier
- simpleBuilderTest(String, Node, String, Transformer) - Method in class com.singularsys.exttests.MathMLTest
- SimpleExample - Class in com.singularsys.jepexamples
-
A simple example that demonstrates the use of Jep for evaluation of a single expression.
- SimpleExample() - Constructor for class com.singularsys.jepexamples.SimpleExample
- SimpleHandler - Class in com.singularsys.extensions.mathml.parser
-
A simple handler which converts all elements to a tree structure.
- SimpleHandler() - Constructor for class com.singularsys.extensions.mathml.parser.SimpleHandler
- SimpleHandler.TreeNode - Class in com.singularsys.extensions.mathml.parser
-
A class used to represent the tree.
- SimpleMatrixField - Class in com.singularsys.extensions.matrix.objectmat
-
An implementation using the default Jep methods for evaluation of elements of a matrix.
- SimpleMatrixField(MatrixFactoryI) - Constructor for class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- SimpleNode - Class in com.singularsys.jep.parser
-
The base class for all AST node classes.
- SimpleNode(int) - Constructor for class com.singularsys.jep.parser.SimpleNode
- SimpleNumberFactory - Class in com.singularsys.extensions.field.implementations
-
A simplified base number factory class.
- SimpleNumberFactory() - Constructor for class com.singularsys.extensions.field.implementations.SimpleNumberFactory
-
Default constructor calls
createNumber("1")etc. - SimpleNumberFactory(Object, Object, Object, Object) - Constructor for class com.singularsys.extensions.field.implementations.SimpleNumberFactory
-
Constructor where known constants are specified.
- Simple setup - Search tag in package com.singularsys.extensions.lambda
- Section
- Simple setup - Search tag in package com.singularsys.extensions.stream
- Section
- Simple set up - Search tag in package com.singularsys.extensions.chained
- Section
- SimpleVectorField - Class in com.singularsys.extensions.field.implementations
-
A simple field for lists of type
Vector<Object>. - SimpleVectorField(FieldI) - Constructor for class com.singularsys.extensions.field.implementations.SimpleVectorField
-
Constructor with the field for the base type of the vector.
- SimpleVectorFieldTest - Class in com.singularsys.exttests.field
-
Tests for the
SimpleVectorField. - SimpleVectorFieldTest() - Constructor for class com.singularsys.exttests.field.SimpleVectorFieldTest
- simplify(Node) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Simplifies an expression.
- simplify(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Returns a simplification of an expression tree.
- Simplify - Class in com.singularsys.extensions.polynomials
-
The
simplify(x)command. - Simplify() - Constructor for class com.singularsys.extensions.polynomials.Simplify
- Simplify(PolynomialCreator) - Constructor for class com.singularsys.extensions.polynomials.Simplify
- Simplify(XJep) - Constructor for class com.singularsys.extensions.polynomials.Simplify
- simplify_equation_with_partial_derivative_by_replacing() - Method in class com.singularsys.exttests.DJepTest
- simplify_equation_with_partial_derivative_with_DPolynomialCreator() - Method in class com.singularsys.exttests.DJepTest
- simplifyTest(String, String) - Method in class com.singularsys.exttests.CleanerTest
- simplifyTest(String, String) - Method in class com.singularsys.exttests.PolynomialCreatorTest
- simplifyTestFB(String, String) - Method in class com.singularsys.exttests.CleanerTest
-
Test with FullBracket expansion
- simplifyTestString(String, String) - Method in class com.singularsys.exttests.CleanerTest
- simplifyTestString(String, String) - Method in class com.singularsys.exttests.PolynomialCreatorTest
- simplifyTestString2(String, String, String) - Method in class com.singularsys.exttests.PolynomialCreatorTest
- simplifyTestString3(String, String, String, String) - Method in class com.singularsys.exttests.PolynomialCreatorTest
- sin() - Method in class com.singularsys.jep.standard.Complex
-
Returns the sine of this complex number.
- sin() - Method in class com.singularsys.jep.standard.ImmutableComplex
- sin(Object) - Method in class com.singularsys.jep.functions.Sine
- SIN - Static variable in class com.singularsys.extensions.fastreal.RpConstants
-
Standard functions
- Sine - Class in com.singularsys.jep.functions
-
The sin(x) function
- Sine() - Constructor for class com.singularsys.jep.functions.Sine
- SineH - Class in com.singularsys.jep.functions
-
Hyperbolic sin.
- SineH() - Constructor for class com.singularsys.jep.functions.SineH
- SingleArgFunctionMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A matcher for functions like "sin 30" without brackets and a single simple argument.
- SingleArgFunctionMatcher(Token) - Constructor for class com.singularsys.jep.configurableparser.matchers.SingleArgFunctionMatcher
-
Constructor
- singleQuoteStringMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher
-
Factory for matching single line single quoted strings.
- singleQuoteStringMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher2
-
Factory for matching single line single quoted strings.
- singleQuoteStringMatcher(boolean) - Static method in class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher2
-
Factory for matching single line single quoted strings.
- sinh() - Method in class com.singularsys.jep.standard.Complex
-
Returns the hyperbolic sine of this complex number.
- sinh() - Method in class com.singularsys.jep.standard.ImmutableComplex
- sinh(Object) - Method in class com.singularsys.jep.functions.SineH
- SINH - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- size() - Method in class com.singularsys.extensions.lambda.Signature.ListSig
- size() - Method in class com.singularsys.extensions.lambda.Signature.Pat
- size() - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- size() - Method in class com.singularsys.extensions.lambda.Signature
-
Number of element in a compound signature
- size() - Method in class com.singularsys.extensions.lambda.Signature.Vbl
- size() - Method in class com.singularsys.jep.FunctionTable
- size() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- size() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
- size() - Method in class com.singularsys.jep.VariableTable
-
The number of variables in the table.
- Size - Class in com.singularsys.jep.misc.dictionary
-
The number of entries of the map.
- Size() - Constructor for class com.singularsys.jep.misc.dictionary.Size
- skip(long) - Method in class com.singularsys.extensions.mathml.parser.ConcatReader
- Skip - Class in com.singularsys.extensions.lambda
-
Remove the first n elements from a list.
- Skip() - Constructor for class com.singularsys.extensions.lambda.Skip
- Skip(IntegerConvertor) - Constructor for class com.singularsys.extensions.lambda.Skip
- slashSlashCommentMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.CommentTokenMatcher
-
Recognise comments of the form // ...
- slashStarCommentMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.CommentTokenMatcher
-
Recognise comments of the form /* ... */ on a single line.
- SmallNumberRule - Class in com.singularsys.extensions.rewrite
-
A rule where numbers very close to zero are replaces by zero.
- SmallNumberRule(double) - Constructor for class com.singularsys.extensions.rewrite.SmallNumberRule
-
Create the rule
- solve(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- solve(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- solve(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixSolve
- solve(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- solve(Object, Object) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- solve(Object, Object) - Method in interface com.singularsys.extensions.matrix.MatrixFieldI
-
Solve equation A * X = B
- solveMM(GenericMatrix<E>, GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- solveMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- solveMM(M, M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Solve the matrix equation A * M = B
- solveMV(GenericMatrix<E>, GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- solveMV(MatrixI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- solveMV(M, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Solve the matrix equation A * v = B
- Sort - Class in com.singularsys.extensions.lambda
-
Sort a list using a lambda function.
- Sort() - Constructor for class com.singularsys.extensions.lambda.Sort
- sort_sorts() - Method in class com.singularsys.exttests.StatisticalTest
- SortElements - Class in com.singularsys.extensions.statistical
-
PostfixMathCommand to sort elements in a list.
- SortElements(boolean, FieldI) - Constructor for class com.singularsys.extensions.statistical.SortElements
-
Construct the rank function.
- SortElements(boolean, FieldI, MatrixFactoryI) - Constructor for class com.singularsys.extensions.statistical.SortElements
- source - Variable in class com.singularsys.extexamples.applets.PixelCanvas
- SpecialFunctionHandler - Class in com.singularsys.extensions.mathml.parser
-
Base class for functions and operators which have special arguments.
- SpecialFunctionHandler() - Constructor for class com.singularsys.extensions.mathml.parser.SpecialFunctionHandler
- specialFunctions - Variable in class com.singularsys.extensions.mathml.builder.FunctionBuilder
- specialFunRules - Variable in class com.singularsys.jep.PrintVisitor
- SpecialNode - Class in com.singularsys.extensions.mathml.parser
-
Represents the results returned by the
SpecialNodeHandler. - SpecialNode(String, List<Object>) - Constructor for class com.singularsys.extensions.mathml.parser.SpecialNode
- specialNodeHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- SpecialNodeHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles special elements like <logbase>, <degree> and <sep/>.
- SpecialNodeHandler() - Constructor for class com.singularsys.extensions.mathml.parser.SpecialNodeHandler
- specialRules - Variable in class com.singularsys.jep.PrintVisitor
- specialToken - Variable in class com.singularsys.jep.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- specialVarName - Variable in class com.singularsys.jep.PrintVisitor
- SpeedTest - Class in com.singularsys.jepexamples.diagnostics
-
Compares the speed of evaluation between different evaluation schemes.
- SpeedTest(SpeedTest.Outputter) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest
- SpeedTest.BDConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the BDConfig
- SpeedTest.EvaluationConfig - Class in com.singularsys.jepexamples.diagnostics
-
Basic class to set the evaluation context
- SpeedTest.JepConfig - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with FastEvaluator)
- SpeedTest.JepConfig3_4 - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with Jep 3.4's FastEvaluator)
- SpeedTest.JepConfig3_5 - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with Jep 3.5's FastEvaluator)
- SpeedTest.JepConfig3_5NC - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with Jep 3.5's FastEvaluator and no checks)
- SpeedTest.JepConfigNoChecks - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with FastEvaluator)
- SpeedTest.OldConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the StandardEvaluator
- SpeedTest.Outputter - Class in com.singularsys.jepexamples.diagnostics
-
Different output methods
- SpeedTest.PostfixConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the RealEvaluator
- SpeedTest.RatioOutputter - Class in com.singularsys.jepexamples.diagnostics
-
Print detailed ratios for each run.
- SpeedTest.RealConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the RealEvaluator
- SpeedTest.TabOutputter - Class in com.singularsys.jepexamples.diagnostics
-
Print output tab separated.
- SpeedTest.ThreadSafeConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the RealEvaluator
- SpeedTest.UncheckedConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the
UncheckedEvaluator - SpeedTestComplex - Class in com.singularsys.jepexamples.diagnostics
-
Compares the speed of evaluation between different evaluation schemes.
- SpeedTestComplex(SpeedTestComplex.Outputter) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- SpeedTestComplex.EvaluationConfig - Class in com.singularsys.jepexamples.diagnostics
-
Basic class to set the evaluation context
- SpeedTestComplex.JepConfig - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with FastEvaluator)
- SpeedTestComplex.JepConfig3_4 - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with Jep 3.4's FastEvaluator)
- SpeedTestComplex.JepConfig3_5 - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with Jep 3.5's FastEvaluator)
- SpeedTestComplex.JepConfig3_5NC - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with Jep 3.5's FastEvaluator) with all checks turned off.
- SpeedTestComplex.JepConfigNoChecks - Class in com.singularsys.jepexamples.diagnostics
-
Standard Jep configuration (with FastEvaluator)
- SpeedTestComplex.OldConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the StandardEvaluator
- SpeedTestComplex.Outputter - Class in com.singularsys.jepexamples.diagnostics
-
Different output methods
- SpeedTestComplex.PostfixConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the RealEvaluator
- SpeedTestComplex.RatioOutputter - Class in com.singularsys.jepexamples.diagnostics
-
Print detailed ratios for each run.
- SpeedTestComplex.RealConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the RealEvaluator
- SpeedTestComplex.TabOutputter - Class in com.singularsys.jepexamples.diagnostics
-
Print output tab separated.
- SpeedTestComplex.ThreadSafeConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the RealEvaluator
- SpeedTestComplex.UncheckedConfig - Class in com.singularsys.jepexamples.diagnostics
-
Configuration using the UncheckedEvaluator
- spf - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- split(String) - Method in class com.singularsys.jepexamples.consoles.Console
-
Splits a string on spaces.
- sqrt() - Method in class com.singularsys.jep.standard.Complex
-
Calculates the square root of this object.
- sqrt() - Method in class com.singularsys.jep.standard.ImmutableComplex
- sqrt(Object) - Method in class com.singularsys.jep.functions.SquareRoot
-
Calculates the square root of the parameter.
- SQRT - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- SqrtRule() - Constructor for class com.singularsys.jeptests.system.LatexTest.SqrtRule
- Square() - Constructor for class com.singularsys.jeptests.system.JepTest.Square
- SquareRoot - Class in com.singularsys.jep.functions
-
Square root function.
- SquareRoot() - Constructor for class com.singularsys.jep.functions.SquareRoot
-
Standard constructor, Complex results for negative Number arguments.
- SquareRoot(boolean) - Constructor for class com.singularsys.jep.functions.SquareRoot
-
Controls behaviour for negative real arguments.
- st - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest.EvaluationConfig
- st - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.EvaluationConfig
- stack - Variable in class com.singularsys.exttests.StatisticalTest
- stack - Variable in class com.singularsys.jep.walkers.PostfixEvaluator
- StackCheckingFastEvaluator - Class in com.singularsys.jeptests.system
-
An Evaluator which checks the stack size after every function call.
- StackCheckingFastEvaluator() - Constructor for class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- StackFrame - Class in com.singularsys.extensions.mathml.parser
-
Representation of an element, contains the name, attributes and children of the element.
- StackFrame(String, Attributes) - Constructor for class com.singularsys.extensions.mathml.parser.StackFrame
- STANDARD - Enum constant in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
- Standard builder configuration - Search tag in package com.singularsys.extensions.mathml
- Section
- StandardComponents - Class in com.singularsys.jep.standard
-
The standard set of components.
- StandardComponents() - Constructor for class com.singularsys.jep.standard.StandardComponents
- StandardComponents(Jep) - Constructor for class com.singularsys.jep.standard.StandardComponents
-
Build a set of components using those from the jep instance and standard components if the jep components are null.
- StandardComponents(JepComponent...) - Constructor for class com.singularsys.jep.standard.StandardComponents
-
Create a StandardCompents where replacement for some components are specified in the constructor.
- StandardComponentsTest - Class in com.singularsys.jeptests.unit.standard
-
Tests for
StandardComponents - StandardComponentsTest() - Constructor for class com.singularsys.jeptests.unit.standard.StandardComponentsTest
- StandardConfigurableParser - Class in com.singularsys.jep.configurableparser
-
The standard configurable parser with a standard set of options.
- StandardConfigurableParser() - Constructor for class com.singularsys.jep.configurableparser.StandardConfigurableParser
-
Create a standard configurable parse with standard options.
- StandardEvaluator - Class in com.singularsys.jep.standard
-
The older standard evaluator.
- StandardEvaluator() - Constructor for class com.singularsys.jep.standard.StandardEvaluator
- StandardEvaluatorTest - Class in com.singularsys.jeptests.system
-
Performs the regular JepTests using the StandardEvaluator
- StandardEvaluatorTest() - Constructor for class com.singularsys.jeptests.system.StandardEvaluatorTest
- StandardField - Class in com.singularsys.extensions.field.implementations
-
A Field implementation using the default Jep methods for evaluation.
- StandardField() - Constructor for class com.singularsys.extensions.field.implementations.StandardField
- standardFunctionHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- StandardFunctionHandler - Class in com.singularsys.extensions.mathml.parser
-
Handles standard functions like <sin> returns
FunctionElement. - StandardFunctionHandler(Jep) - Constructor for class com.singularsys.extensions.mathml.parser.StandardFunctionHandler
- StandardFunctionTable - Class in com.singularsys.jep.standard
-
The standard function table.
- StandardFunctionTable() - Constructor for class com.singularsys.jep.standard.StandardFunctionTable
- StandardFunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.jep.standard.StandardFunctionTable
- Standard Implementations - Search tag in package com.singularsys.extensions.field.implementations
- Section
- StandardListProcessor - Class in com.singularsys.extensions.lambda
-
Default implementation of a ListProcessor.
- StandardListProcessor() - Constructor for class com.singularsys.extensions.lambda.StandardListProcessor
- StandardOperatorTable - Class in com.singularsys.jep.standard
-
The old standard operator table used by Jep.
- StandardOperatorTable() - Constructor for class com.singularsys.jep.standard.StandardOperatorTable
-
Create the standard set of operators.
- StandardOperatorTable(Operator[]) - Constructor for class com.singularsys.jep.standard.StandardOperatorTable
- StandardOperatorTable2 - Class in com.singularsys.jep.standard
-
Provides the standard implementations of operators used by Jep.
- StandardOperatorTable2() - Constructor for class com.singularsys.jep.standard.StandardOperatorTable2
-
Create the standard set of operators.
- StandardOperatorTable2(OperatorTable2) - Constructor for class com.singularsys.jep.standard.StandardOperatorTable2
-
Decorator constructor.
- StandardOperatorTable2(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.jep.standard.StandardOperatorTable2
-
Constructor with pre-specified table of operators
- StandardParser - Class in com.singularsys.jep.parser
-
The standard parser for Jep.
- StandardParser() - Constructor for class com.singularsys.jep.parser.StandardParser
- Standard parser configuration - Search tag in package com.singularsys.extensions.mathml
- Section
- StandardStreamDictTest() - Constructor for class com.singularsys.exttests.StreamDictTest.StandardStreamDictTest
- StandardStructuredParser - Class in com.singularsys.extensions.structure
-
A structured parser with a java like grammar.
- StandardStructuredParser() - Constructor for class com.singularsys.extensions.structure.StandardStructuredParser
- StandardTokenizerFactory() - Constructor for class com.singularsys.jep.configurableparser.Tokenizer.StandardTokenizerFactory
- StandardVariableTable - Class in com.singularsys.jep.standard
-
A VariableTable which defines some constant values.
- StandardVariableTable() - Constructor for class com.singularsys.jep.standard.StandardVariableTable
-
Constructor with delayed initialisation of constants.
- StandardVariableTable(VariableFactory) - Constructor for class com.singularsys.jep.standard.StandardVariableTable
-
Constructor when the VariableFactory is known beforehand.
- start(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.MathTagHandler
- start(StackFrame, Locator) - Method in class com.singularsys.extensions.mathml.parser.SemanticHandler
- start(StackFrame, Locator) - Method in interface com.singularsys.extensions.mathml.parser.StartTagHandler
-
Called when a starting tag is encountered.
- Start() - Method in class com.singularsys.jep.parser.JccParser
-
GRAMMAR START
- startDoc() - Method in class com.singularsys.extensions.mathml.parser.MathTagHandler
- startDoc() - Method in class com.singularsys.extensions.mathml.parser.SemanticHandler
- startDoc() - Method in interface com.singularsys.extensions.mathml.parser.StartTagHandler
-
Called at the start of the document.
- startDocument() - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- startElement(String, String, String, Attributes) - Method in class com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
- StartTagHandler - Interface in com.singularsys.extensions.mathml.parser
-
Interface for handlers which need to be informed of starting tags.
- StatementRule - Class in com.singularsys.extensions.structure
-
Parse a single statement from a list of possibilities.
- StatementRule() - Constructor for class com.singularsys.extensions.structure.StatementRule
- STATIC_LEXER_ERROR - Static variable in exception class com.singularsys.jep.parser.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class com.singularsys.jep.parser.JepJavaCharStream
-
Whether parser is static.
- staticGetFunction(int) - Static method in class com.singularsys.extensions.fastreal.AbstractEval
-
A static version of the function to retrieve names of functions.
- StatisticalTest - Class in com.singularsys.exttests
-
Tests for the
statisticalpackage. - StatisticalTest() - Constructor for class com.singularsys.exttests.StatisticalTest
- StdElePrintRule() - Constructor for class com.singularsys.jep.PrintVisitor.StdElePrintRule
- StdListPrintRule() - Constructor for class com.singularsys.exttests.autogen.PrintingDocTest.StdListPrintRule
- StdListPrintRule() - Constructor for class com.singularsys.jep.PrintVisitor.StdListPrintRule
- stm - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- Str - Class in com.singularsys.jep.functions
-
Converts an object into its string representation.
- Str() - Constructor for class com.singularsys.jep.functions.Str
- strategy - Variable in class com.singularsys.jepexamples.applets.AbstractCanvas
-
BufferStrategy to use
- stream() - Method in interface com.singularsys.extensions.matrix.VectorI
-
Converts the vector to a stream.
- StreamAccumulate - Class in com.singularsys.extensions.stream
-
Accumulate values in a sequence returning a sequence of intermediate values.
- StreamAccumulate() - Constructor for class com.singularsys.extensions.stream.StreamAccumulate
- StreamAnyMatch - Class in com.singularsys.extensions.stream
-
Tests a predicate against sequence.
- StreamAnyMatch(AnyMatch.Type) - Constructor for class com.singularsys.extensions.stream.StreamAnyMatch
- StreamAppend - Class in com.singularsys.extensions.stream
-
Concatenates two streams into a single stream.
- StreamAppend() - Constructor for class com.singularsys.extensions.stream.StreamAppend
- StreamApply - Class in com.singularsys.extensions.stream
-
Apply a lambda function, converting stream arguments to lists and passing them as a single argument.
- StreamApply() - Constructor for class com.singularsys.extensions.stream.StreamApply
- StreamAssign - Class in com.singularsys.extensions.stream
-
An assignment operator that converts rhs streams values to
Vector<Object>using theList. - StreamAssign() - Constructor for class com.singularsys.extensions.stream.StreamAssign
- StreamCar - Class in com.singularsys.extensions.stream
-
Extract the first element from a stream.
- StreamCar() - Constructor for class com.singularsys.extensions.stream.StreamCar
- StreamCdr - Class in com.singularsys.extensions.stream
-
Extract a stream with the first element removed.
- StreamCdr() - Constructor for class com.singularsys.extensions.stream.StreamCdr
- StreamClone - Class in com.singularsys.extensions.stream
-
Create a new stream with the same elements as the original stream.
- StreamClone() - Constructor for class com.singularsys.extensions.stream.StreamClone
- StreamCollector - Class in com.singularsys.extensions.stream
-
Collects the elements of a stream into a list using a provided
Collector. - StreamCollector(Collector<Object, ?, ?>) - Constructor for class com.singularsys.extensions.stream.StreamCollector
- StreamConsole - Class in com.singularsys.extexamples.consoles
-
A console application illustrating the use of evaluation using
Streamsin thecom.singularsys.extensions.streampackage. - StreamConsole() - Constructor for class com.singularsys.extexamples.consoles.StreamConsole
- StreamConsole.PrimeSuplier - Class in com.singularsys.extexamples.consoles
-
A unbounded supplier of prime numbers, implemented as an Iterable.
- StreamConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
StreamConsoleapplication. - StreamConsoleTest() - Constructor for class com.singularsys.exttests.examples.StreamConsoleTest
- StreamCount - Class in com.singularsys.extensions.stream
-
Counts the number of elements in a stream and returns it as a Number.
- StreamCount() - Constructor for class com.singularsys.extensions.stream.StreamCount
- StreamDictComponents - Class in com.singularsys.extensions.stream.dictionary
-
Provides a set of components for using dictionaries compatible with the
com.singularsys.extensions.streampackage. - StreamDictComponents(DictionaryComponents.Type) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamDictComponents
- StreamDictComponents(DictionaryComponents.Type, Object) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamDictComponents
- StreamDictTest - Class in com.singularsys.exttests
-
Tests for
StreamDictComponentsusingMAP_MISSING_VALUES. - StreamDictTest() - Constructor for class com.singularsys.exttests.StreamDictTest
- StreamDictTest.StandardStreamDictTest - Class in com.singularsys.exttests
-
Tests for
StreamDictComponentsusingMAP_MISSING_VALUES. - StreamDictTest.StreamFieldDictTest - Class in com.singularsys.exttests
-
Tests for
StreamFieldDictComponentsusingMAP_MISSING_VALUES. - StreamDictTest.StreamMatrixDictTest - Class in com.singularsys.exttests
-
Tests for
StreamMatrixDictComponentsusingMAP_MISSING_VALUES. - StreamDistinct - Class in com.singularsys.extensions.stream
-
Return only distinct elements of a stream.
- StreamDistinct() - Constructor for class com.singularsys.extensions.stream.StreamDistinct
- StreamedConfigTest - Class in com.singularsys.exttests.autogen
-
Test generated from stream.html
- StreamedConfigTest() - Constructor for class com.singularsys.exttests.autogen.StreamedConfigTest
- StreamedConfigTest.BigIntPrimeSuplier - Class in com.singularsys.exttests.autogen
-
Function providing an infinite stream of primes as BigInteger
- StreamedConfigTest.BigIntProbablePrimeSuplier - Class in com.singularsys.exttests.autogen
-
Function providing an infinite stream of primes as BigIntegers.
- StreamedConfigTest.PrimeSuplier - Class in com.singularsys.exttests.autogen
-
Function prividing an infinite stream of primes
- StreamEntries - Class in com.singularsys.extensions.stream.dictionary
-
Returns the entries of a dictionary as a stream of
Vector<Object>. - StreamEntries(Object) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamEntries
- StreamEvaluator - Class in com.singularsys.extensions.stream
-
An evaluator that works with stream converting the final result of
StreamEvaluator.evaluate(Node)to a list. - StreamEvaluator(Evaluator) - Constructor for class com.singularsys.extensions.stream.StreamEvaluator
-
Decorator constructor
- StreamEvaluatorTest() - Constructor for class com.singularsys.exttests.StreamTest.StreamEvaluatorTest
- StreamExternalFilter - Class in com.singularsys.extensions.stream
-
Filters elements of a stream based on a externally defined predicate.
- StreamExternalFilter(UnaryFunction) - Constructor for class com.singularsys.extensions.stream.StreamExternalFilter
-
Constructor using a unary function.
- StreamExternalFilter(Predicate<Object>) - Constructor for class com.singularsys.extensions.stream.StreamExternalFilter
-
Constructor using a predicate.
- StreamExternalMap - Class in com.singularsys.extensions.stream
-
Applies an externally defined mapping function to each element of a stream.
- StreamExternalMap(UnaryFunction) - Constructor for class com.singularsys.extensions.stream.StreamExternalMap
-
Constructor using a UnaryFunction.
- StreamExternalMap(Function<Object, Object>) - Constructor for class com.singularsys.extensions.stream.StreamExternalMap
-
Constructor using a Function.
- StreamExternalSort - Class in com.singularsys.extensions.stream
-
Sorts elements of a stream based on a comparator.
- StreamExternalSort(BinaryFunction) - Constructor for class com.singularsys.extensions.stream.StreamExternalSort
-
Create a sort function using a BinaryFunction as a comparator.
- StreamExternalSort(Comparator<Object>) - Constructor for class com.singularsys.extensions.stream.StreamExternalSort
-
Create a sort function with a comparator
- StreamFieldDictComponents - Class in com.singularsys.extensions.stream.dictionary
-
Provides a set of components for using dictionaries compatible with the
com.singularsys.extensions.streampackage and using aFieldI. - StreamFieldDictComponents(DictionaryComponents.Type, FieldI) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamFieldDictComponents
- StreamFieldDictComponents(DictionaryComponents.Type, Object, FieldI) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamFieldDictComponents
- StreamFieldDictTest() - Constructor for class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- StreamFilter - Class in com.singularsys.extensions.stream
-
Filter a list using a lambda function returning only those elements which meet a criteria.
- StreamFilter() - Constructor for class com.singularsys.extensions.stream.StreamFilter
- StreamFirst - Class in com.singularsys.extensions.stream
-
Returns the first element from a stream.
- StreamFirst() - Constructor for class com.singularsys.extensions.stream.StreamFirst
- StreamFirstMatchOr - Class in com.singularsys.extensions.stream
-
Finds the first element that matches a predicate or return a default value.
- StreamFirstMatchOr() - Constructor for class com.singularsys.extensions.stream.StreamFirstMatchOr
- StreamFirstOr - Class in com.singularsys.extensions.stream
-
Returns the first element from a stream or a default value if the stream is empty.
- StreamFirstOr() - Constructor for class com.singularsys.extensions.stream.StreamFirstOr
- StreamFold - Class in com.singularsys.extensions.stream
-
Fold a list using a lambda function to reduce the list down to a single argument.
- StreamFold() - Constructor for class com.singularsys.extensions.stream.StreamFold
-
Default constructor with no zero length array handling, i.e. an exception is thrown when a zero length array is passed as an argument.
- StreamFoldOr - Class in com.singularsys.extensions.stream
-
Fold or reduce a list using a lambda function and an defualt value returned when the stream is empty.
- StreamFoldOr() - Constructor for class com.singularsys.extensions.stream.StreamFoldOr
-
Default constructor with no zero length array handling, i.e. an exception is thrown when a zero length array is passed as an argument.
- StreamFunctionSet - Class in com.singularsys.extensions.stream
-
Adds stream processing functions.
- StreamFunctionSet() - Constructor for class com.singularsys.extensions.stream.StreamFunctionSet
-
Creates a set of stream enabled higher order functions.
- StreamFunctionSet(FieldI) - Constructor for class com.singularsys.extensions.stream.StreamFunctionSet
-
Creates a set of stream enable higher order functions for a specific field.
- StreamIterate - Class in com.singularsys.extensions.stream
-
Generate an infinite sequence using iteration using an initial value and a lambda function to calculate the next value and optionally a lambda function to determine when to end the stream.
- StreamIterate() - Constructor for class com.singularsys.extensions.stream.StreamIterate
- StreamKeys - Class in com.singularsys.extensions.stream.dictionary
-
Returns the keys of a dictionary as a stream of
Object. - StreamKeys() - Constructor for class com.singularsys.extensions.stream.dictionary.StreamKeys
- StreamLast - Class in com.singularsys.extensions.stream
-
Returns the last element from a stream.
- StreamLast() - Constructor for class com.singularsys.extensions.stream.StreamLast
- StreamLimit - Class in com.singularsys.extensions.stream
-
Return only the first n elements of a stream.
- StreamLimit() - Constructor for class com.singularsys.extensions.stream.StreamLimit
- StreamLimit(IntegerConvertor) - Constructor for class com.singularsys.extensions.stream.StreamLimit
- StreamListProcessor - Class in com.singularsys.extensions.stream
-
A ListProcessor implementation that can process lists, vectors and streams.
- StreamListProcessor() - Constructor for class com.singularsys.extensions.stream.StreamListProcessor
- StreamLoop - Class in com.singularsys.extensions.stream
-
Takes a stream and returns a stream that loops over the same elements indefinitely.
- StreamLoop() - Constructor for class com.singularsys.extensions.stream.StreamLoop
- StreamMap - Class in com.singularsys.extensions.stream
-
Apply a lambda function to a list of arguments returning a list.
- StreamMap() - Constructor for class com.singularsys.extensions.stream.StreamMap
- StreamMatrixDictComponents - Class in com.singularsys.extensions.stream.dictionary
-
Provides a set of components for using dictionaries compatible with the
com.singularsys.extensions.streampackage and converting to and fromVectorIvectors andMatrixImatrices. - StreamMatrixDictComponents(StreamMatrixDictComponents.Type, MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamMatrixDictComponents
- StreamMatrixDictComponents(StreamMatrixDictComponents.Type, Object, MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamMatrixDictComponents
- StreamMatrixDictComponents.Type - Enum Class in com.singularsys.extensions.stream.dictionary
-
Configuration type, one of MAP_NULL_VALUES, MAP_NO_NULL, MATRIX_NO_NULL.
- StreamMatrixDictTest() - Constructor for class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- StreamMatrixEntries - Class in com.singularsys.extensions.stream.dictionary
-
Returns the entries of a dictionary as a stream of
Vector<Object>. - StreamMatrixEntries(Object, MatrixFactoryI) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamMatrixEntries
- StreamMatrixKeys - Class in com.singularsys.extensions.stream.dictionary
-
Returns the keys of a dictionary as a stream of
Object. - StreamMatrixKeys(MatrixFactoryI) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamMatrixKeys
- StreamMatrixListProcessor - Class in com.singularsys.extensions.stream
- StreamMatrixListProcessor(MatrixFactoryI, MatrixFieldI) - Constructor for class com.singularsys.extensions.stream.StreamMatrixListProcessor
- StreamMatrixTests() - Constructor for class com.singularsys.exttests.StreamTest.StreamMatrixTests
- StreamMatrixValues - Class in com.singularsys.extensions.stream.dictionary
-
Returns the keys of a dictionary as a stream of
Object. - StreamMatrixValues(Object, MatrixFactoryI) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamMatrixValues
- StreamMerge - Class in com.singularsys.extensions.stream
-
Joins two sequences together, element by element.
- StreamMerge() - Constructor for class com.singularsys.extensions.stream.StreamMerge
- StreamMerge(boolean) - Constructor for class com.singularsys.extensions.stream.StreamMerge
- StreamMinMax - Class in com.singularsys.extensions.stream
-
Returns the minimum or maximum element from a stream.
- StreamMinMax(MinMax.MinMaxType, Comparator<Object>) - Constructor for class com.singularsys.extensions.stream.StreamMinMax
-
Constructor with a given Comparator.
- StreamOperatorTable - Class in com.singularsys.extensions.stream
-
An OperatorTable for stream package.
- StreamOperatorTable(OperatorTable2, String, String, String, boolean) - Constructor for class com.singularsys.extensions.stream.StreamOperatorTable
-
A decorator constructor.
- StreamOperatorTable(OperatorTable2, String, String, String, boolean, FieldI) - Constructor for class com.singularsys.extensions.stream.StreamOperatorTable
-
A decorator constructor.
- StreamOperatorTable(String, String, String, boolean) - Constructor for class com.singularsys.extensions.stream.StreamOperatorTable
-
Constructor with specified symbols.
- StreamOperatorTable(String, String, String, boolean, FieldI) - Constructor for class com.singularsys.extensions.stream.StreamOperatorTable
-
Constructor with specified symbols.
- StreamOperatorTable(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.extensions.stream.StreamOperatorTable
- StreamRange - Class in com.singularsys.extensions.stream
-
A function which returns an increasing sequence of double values all the items between the end points inclusive.
- StreamRange() - Constructor for class com.singularsys.extensions.stream.StreamRange
- StreamRationalFieldTests() - Constructor for class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- StreamReduce - Class in com.singularsys.extensions.stream
-
Reduce a list to a single value using a lambda function and an initial identity value.
- StreamReduce() - Constructor for class com.singularsys.extensions.stream.StreamReduce
- StreamSendTo - Class in com.singularsys.extensions.stream
-
An assignment operator so we can do
3+4 -> xThis function implements the CallbackEvaluationI interface so that it handles setting the value of a variable. - StreamSendTo() - Constructor for class com.singularsys.extensions.stream.StreamSendTo
- StreamSendToStream - Class in com.singularsys.extensions.stream
-
An assignment operator allowing unclosed steams to be saved to a variable.
- StreamSendToStream() - Constructor for class com.singularsys.extensions.stream.StreamSendToStream
- StreamSkip - Class in com.singularsys.extensions.stream
-
Skip the first n elements of a stream.
- StreamSkip() - Constructor for class com.singularsys.extensions.stream.StreamSkip
- StreamSkip(IntegerConvertor) - Constructor for class com.singularsys.extensions.stream.StreamSkip
- StreamSort - Class in com.singularsys.extensions.stream
-
Use a lambda functions to sort items in a stream.
- StreamSort() - Constructor for class com.singularsys.extensions.stream.StreamSort
- StreamSourcePfmc - Class in com.singularsys.extensions.stream
-
A PostfixMathCommandI which returns a stream specified in the constructor.
- StreamSourcePfmc(Supplier<Stream<Object>>) - Constructor for class com.singularsys.extensions.stream.StreamSourcePfmc
- StreamTerminalFunction - Class in com.singularsys.extensions.stream
-
A terminal function that takes a Stream as its single argument, takes all elements from the stream and passes them as arguments to the inner functions.
- StreamTerminalFunction(PostfixMathCommand) - Constructor for class com.singularsys.extensions.stream.StreamTerminalFunction
-
Constructor wrapping any PFMC.
- StreamTerminalNaryBinaryFunction - Class in com.singularsys.extensions.stream
-
Terminal function that reduces a stream to a single value using an
NaryBinaryFunction. - StreamTerminalNaryBinaryFunction(NaryBinaryFunction, Object) - Constructor for class com.singularsys.extensions.stream.StreamTerminalNaryBinaryFunction
- StreamTest - Class in com.singularsys.exttests
-
Tests for the Stream package.
- StreamTest() - Constructor for class com.singularsys.exttests.StreamTest
- StreamTest.BigIntPrimeSuplier - Class in com.singularsys.exttests
- StreamTest.BigIntProbablePrimeSuplier - Class in com.singularsys.exttests
- StreamTest.IntPrimeSuplier - Class in com.singularsys.exttests
- StreamTest.PrimeStreamTest - Class in com.singularsys.exttests
- StreamTest.PrimeSuplier - Class in com.singularsys.exttests
- StreamTest.SimpleBigIntPrimeSuplier - Class in com.singularsys.exttests
- StreamTest.StreamEvaluatorTest - Class in com.singularsys.exttests
- StreamTest.StreamMatrixTests - Class in com.singularsys.exttests
- StreamTest.StreamRationalFieldTests - Class in com.singularsys.exttests
- StreamTest.StreamWithBigIntegersTest - Class in com.singularsys.exttests
- StreamTest.StreamWithCharacterTest - Class in com.singularsys.exttests
- StreamToList - Class in com.singularsys.extensions.stream
-
Convert the Stream to a list using the ListProcessor.
- StreamToList() - Constructor for class com.singularsys.extensions.stream.StreamToList
- StreamValues - Class in com.singularsys.extensions.stream.dictionary
-
Returns the keys of a dictionary as a stream of
Object. - StreamValues(Object) - Constructor for class com.singularsys.extensions.stream.dictionary.StreamValues
- StreamWhile - Class in com.singularsys.extensions.stream
-
Filter a stream so only the elements from the start of the stream that match a criteria are returned.
- StreamWhile() - Constructor for class com.singularsys.extensions.stream.StreamWhile
- StreamWithBigIntegersTest() - Constructor for class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- StreamWithCharacterTest() - Constructor for class com.singularsys.exttests.StreamTest.StreamWithCharacterTest
- strict - Variable in class com.singularsys.jep.functions.Logarithm
- strict - Variable in class com.singularsys.jep.functions.Power
- StrictDoubleNumberFactory - Class in com.singularsys.jep.misc
-
A stricter version of
DoubleNumberFactorythat always creates Doubles. - StrictDoubleNumberFactory() - Constructor for class com.singularsys.jep.misc.StrictDoubleNumberFactory
- StrictDoubleNumberFactoryTest - Class in com.singularsys.jeptests.unit.misc
-
Tests for
StrictDoubleNumberFactory - StrictDoubleNumberFactoryTest() - Constructor for class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- StrictNaturalLogarithm - Class in com.singularsys.jep.functions
-
A strict version of Natural logarithm.
- StrictNaturalLogarithm() - Constructor for class com.singularsys.jep.functions.StrictNaturalLogarithm
-
Standard base-e logarithm.
- StrictNaturalLogarithm(double) - Constructor for class com.singularsys.jep.functions.StrictNaturalLogarithm
-
Logarithm to any other base.
- STRING_LITERAL - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
RegularExpression Id.
- StringField - Class in com.singularsys.extensions.field.implementations
-
String concatenation, and comparison
- StringField() - Constructor for class com.singularsys.extensions.field.implementations.StringField
- StringField() - Constructor for class com.singularsys.exttests.ExtDocsTest.StringField
- StringField2() - Constructor for class com.singularsys.exttests.ExtDocsTest.StringField2
- StringField3() - Constructor for class com.singularsys.exttests.ExtDocsTest.StringField3
- StringFunctionSet - Class in com.singularsys.jep.misc
-
Adds string functions left, right, lower, upper, substring, len, mid, trim.
- StringFunctionSet() - Constructor for class com.singularsys.jep.misc.StringFunctionSet
- StringSelect() - Constructor for class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest.StringSelect
- StringToken - Class in com.singularsys.jep.configurableparser.tokens
-
Single or double-quoted strings.
- StringToken(String, String, char, boolean) - Constructor for class com.singularsys.jep.configurableparser.tokens.StringToken
-
Build a string token.
- StringTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Base class for matching quoted strings.
- StringTokenMatcher(Pattern, char) - Constructor for class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher
-
A StringTokenMatcher with a given regular expression pattern.
- StringTokenMatcher2 - Class in com.singularsys.jep.configurableparser.matchers
-
Base class for matching quoted strings.
- StringTokenMatcher2(char, boolean) - Constructor for class com.singularsys.jep.configurableparser.matchers.StringTokenMatcher2
-
Construct a string matcher.
- StructuredConsole - Class in com.singularsys.extexamples.consoles
-
A console application illustrating the structured programming features in the
com.singularsys.extensions.structurepackage. - StructuredConsole() - Constructor for class com.singularsys.extexamples.consoles.StructuredConsole
- StructuredConsole.PrintfFunction - Class in com.singularsys.extexamples.consoles
-
Class to add a print function.
- StructuredConsole.PrintFunction - Class in com.singularsys.extexamples.consoles
-
Class to add a print function.
- StructuredConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
StructuredConsoleapplication. - StructuredConsoleTest() - Constructor for class com.singularsys.exttests.examples.StructuredConsoleTest
- StructuredEvaluator - Class in com.singularsys.extensions.structure
-
An evaluator which works with structured programming.
- StructuredEvaluator(Evaluator) - Constructor for class com.singularsys.extensions.structure.StructuredEvaluator
-
Create an evaluator for use with structured programming.
- StructuredGrammarParser - Class in com.singularsys.extensions.structure
-
A grammar parser which works with structured programming.
- StructuredGrammarParser(GrammaticalRuleI, GrammarParser) - Constructor for class com.singularsys.extensions.structure.StructuredGrammarParser
-
Construct the parser
- structureDoc() - Method in class com.singularsys.exttests.ExtDocsTest
- structureDoc2() - Method in class com.singularsys.exttests.ExtDocsTest
- StructureDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from structure.html
- StructureDocTest() - Constructor for class com.singularsys.exttests.autogen.StructureDocTest
- StructureDocTest.MyStructuredParser - Class in com.singularsys.exttests.autogen
- StructuredParser - Class in com.singularsys.extensions.structure
-
Base class for defining a parser for structured code.
- StructuredParser() - Constructor for class com.singularsys.extensions.structure.StructuredParser
- StructureExample - Class in com.singularsys.extexamples
-
Simple example of using structured programming constructs.
- StructureExample() - Constructor for class com.singularsys.extexamples.StructureExample
- StructureNode - Class in com.singularsys.extensions.structure
-
Base class for all structure nodes, defines an
evalmethod. - StructureNode(int) - Constructor for class com.singularsys.extensions.structure.StructureNode
- StructureTest - Class in com.singularsys.exttests
-
Tests for the
structurepackage using two different assignment operators. - StructureTest() - Constructor for class com.singularsys.exttests.StructureTest
- sub - Variable in class com.singularsys.jep.functions.Cross
- sub(Rational) - Method in class com.singularsys.extensions.field.implementations.Rational
- sub(RationalWithInfinity) - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- sub(GenericMatrix<E>, GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- sub(GenericVector<E>, GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- sub(PNodeI) - Method in class com.singularsys.extensions.polynomials.AbstractPNode
-
Returns the difference between this node and argument
- sub(PNodeI) - Method in class com.singularsys.extensions.polynomials.Monomial
- sub(PNodeI) - Method in class com.singularsys.extensions.polynomials.PConstant
- sub(PNodeI) - Method in class com.singularsys.extensions.polynomials.PFunction
- sub(PNodeI) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Subtracts the argument from this.
- sub(PNodeI) - Method in class com.singularsys.extensions.polynomials.Polynomial
- sub(PNodeI) - Method in class com.singularsys.extensions.polynomials.POperator
- sub(PNodeI) - Method in class com.singularsys.extensions.polynomials.PVariable
- sub(Polynomial) - Method in class com.singularsys.extensions.polynomials.Polynomial
- sub(Complex) - Method in class com.singularsys.jep.standard.Complex
-
Subtracts a complex number from this
- sub(Complex) - Method in class com.singularsys.jep.standard.ImmutableComplex
- sub(Complex, Complex) - Static method in class com.singularsys.jep.functions.Subtract
- sub(Complex, Number) - Static method in class com.singularsys.jep.functions.Subtract
- sub(Number, Complex) - Static method in class com.singularsys.jep.functions.Subtract
- sub(Number, Number) - Static method in class com.singularsys.jep.functions.Subtract
- sub(Object, Object) - Method in class com.singularsys.extensions.field.FieldCollection
- sub(Object, Object) - Method in interface com.singularsys.extensions.field.FieldI
-
Subtract two members of the field.
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.BooleanField
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexField
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithRealOrder
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.ComplexFieldWithTotalOrder
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.DoubleField
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.FieldDecorator
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.GenericField
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.NumberAsBooleanField
-
Not implemented for this field.
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StandardField
- sub(Object, Object) - Method in class com.singularsys.extensions.field.implementations.StringField
- sub(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- sub(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- sub(Object, Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixSub
- sub(Object, Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- sub(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField
- sub(Object, Object) - Method in class com.singularsys.exttests.ExtDocsTest.StringField2
- sub(Object, Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSub
- sub(Object, Object) - Method in class com.singularsys.jep.functions.Subtract
- sub(List<?>, List<?>) - Method in class com.singularsys.jep.functions.Subtract
- SUB - Enum constant in enum class com.singularsys.jep.OperatorTable2.BasicOperators
- SUB - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- subEle(Complex, Complex) - Method in class com.singularsys.extensions.matrix.complexmat.ComplexMatrixField
- subEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericFieldMatrixField
- subEle(E, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- subEle(Object, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- subEle(Object, Object) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- subEle(Object, Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- subEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.FieldMatrixField
- subEle(Object, Object) - Method in class com.singularsys.extensions.matrix.objectmat.SimpleMatrixField
- subEle(Object, Object) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- subG(Rational, Rational) - Method in class com.singularsys.extensions.field.implementations.RationalField
- subG(E, E) - Method in class com.singularsys.extensions.field.implementations.GenericField
-
Subtracts two elements of type E.
- subG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ExactIntegerField
- subG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.IntegerField
- subG(Integer, Integer) - Method in class com.singularsys.extensions.field.implementations.ModulusField
- subG(Long, Long) - Method in class com.singularsys.extensions.field.implementations.LongField
- subG(Short, Short) - Method in class com.singularsys.extensions.field.implementations.ShortField
- subG(String, String) - Method in class com.singularsys.exttests.ExtDocsTest.StringField3
- subG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.BigDecimalField
- subG(BigDecimal, BigDecimal) - Method in class com.singularsys.extensions.field.implementations.FixedPointField
- subG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigIntegerField
- subG(BigInteger, BigInteger) - Method in class com.singularsys.extensions.field.implementations.BigModulusField
- subG(Vector<?>, Vector<?>) - Method in class com.singularsys.extensions.field.implementations.SimpleVectorField
- subMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- subMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- subMM(MatrixI, MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- subMM(M, M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- Subpackages - Search tag in package com.singularsys.extexamples
- Section
- Sub packages - Search tag in package com.singularsys.extensions.djep
- Section
- Sub packages - Search tag in package com.singularsys.extensions.field
- Section
- Sub packages - Search tag in package com.singularsys.extensions.matrix
- Section
- Subscribers - Search tag in package com.singularsys.jep.misc.publishingvariable
- Section
- Subst - Class in com.singularsys.extensions.xjep
-
Jep functions which adds a
substitute(eqn,sub)preprocessing operator to perform symbolic substitution. - Subst() - Constructor for class com.singularsys.extensions.xjep.Subst
- Subst(XJep) - Constructor for class com.singularsys.extensions.xjep.Subst
- Subst(SubstitutionVisitor) - Constructor for class com.singularsys.extensions.xjep.Subst
- substitute(PVariable, PNodeI) - Method in class com.singularsys.extensions.polynomials.Monomial
- substitute(PVariable, PNodeI) - Method in class com.singularsys.extensions.polynomials.PConstant
- substitute(PVariable, PNodeI) - Method in class com.singularsys.extensions.polynomials.PFunction
- substitute(PVariable, PNodeI) - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Substitute all occurrence of variable with its replacement.
- substitute(PVariable, PNodeI) - Method in class com.singularsys.extensions.polynomials.Polynomial
- substitute(PVariable, PNodeI) - Method in class com.singularsys.extensions.polynomials.POperator
- substitute(PVariable, PNodeI) - Method in class com.singularsys.extensions.polynomials.PVariable
- substitute(Node, Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Substitute all occurrences of the variable on the left-hand side of sub with the expression tree on the right-hand side.
- substitute(Node, Node) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
-
Substitutes into
origthe equation given by sub - substitute(Node, Node[]) - Method in class com.singularsys.extensions.xjep.XJep
-
Substitute a set of expressions into the original.
- substitute(Node, Node[]) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
-
Substitute a set of equations into the original.
- substitute(Node, String[], Node[]) - Method in class com.singularsys.extensions.xjep.XJep
-
Substitute all occurrences of a set of named variable with a set of expression tree.
- substitute(Node, String[], Node[]) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
-
Substitutes all occurrences of a set of variables var with a set of replacements.
- substitute(Node, String[], Object[]) - Method in class com.singularsys.extensions.xjep.XJep
-
Substitute all occurrences of the variables with their values.
- substitute(Node, String[], Object[]) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
-
Substitute all occurrences of variables with matching name with corresponding values.
- substitute(Node, String[], String[]) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
-
Renames a set of variables with a new set of names.
- substitute(Node, String, Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Substitute all occurrences of a named variable with an expression.
- substitute(Node, String, Node) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
-
Substitutes all occurrences of variable
varwithreplacement. - substitute(Node, String, Object) - Method in class com.singularsys.extensions.xjep.XJep
-
Substitute all occurrences of a named variable with a constant value.
- substitute(Node, String, Object) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
-
Substitute a single variable with a given value.
- substituteConstantVariables(Node) - Method in class com.singularsys.extensions.xjep.XJep
-
Replace all constant variables like
piby their values. - SubstitutionVisitor - Class in com.singularsys.jep.walkers
-
Allows substitution of variable with values or expressions.
- SubstitutionVisitor() - Constructor for class com.singularsys.jep.walkers.SubstitutionVisitor
-
Constructor to uses as a JepComponent.
- SubstitutionVisitor(Jep) - Constructor for class com.singularsys.jep.walkers.SubstitutionVisitor
- substitutionVisitor_does_not_preserves_PFMC() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.OperatorWithOverloadedFunctionTest
- substitutionVisitor_preserves_PFMC() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest.ExtendOperatorTest
- SubstitutionVisitorTest - Class in com.singularsys.jeptests.unit.walkers
-
Tests for the
SubstitutionVisitor. - SubstitutionVisitorTest() - Constructor for class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- Substring - Class in com.singularsys.jep.functions.strings
-
Extract substring of first argument: substring("abcdefg",2,4) -> "cd".
- Substring() - Constructor for class com.singularsys.jep.functions.strings.Substring
- Subtract - Class in com.singularsys.jep.functions
-
The different between two arguments
a-b. - Subtract() - Constructor for class com.singularsys.jep.functions.Subtract
- subtractMul(GenericMatrix<E>, int, int, E) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
Subtracts a multiple of the source row from the target
m(t,j) = m(t,j) - mul * m(s,j) - subtractMul(MatrixI, int, int, Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
In place subtract a multiple of the source row from the target
m(t,j) = m(t,j) - mul * m(s,j) - SubtractVectorMatrixRule - Class in com.singularsys.extensions.rewrite.matrix
-
A rule which expands subtraction of vectors and matrices.
- SubtractVectorMatrixRule() - Constructor for class com.singularsys.extensions.rewrite.matrix.SubtractVectorMatrixRule
- subv - Variable in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- subv - Variable in class com.singularsys.extensions.djep.DJepComponents
- subv - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- subv - Variable in class com.singularsys.extensions.xjep.Subst
- subv - Variable in class com.singularsys.extensions.xjep.XComponents
- subv - Variable in class com.singularsys.extensions.xjep.XJep
- subVec(List<?>, List<?>) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecSub
- subVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- subVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- subVV(VectorI, VectorI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- subVV(V, V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- SUFFIX - Static variable in class com.singularsys.jep.Operator
-
postfix operators x%
- SuffixArrayAccessShuntingYard(Jep, List<GrammarMatcher>) - Constructor for class com.singularsys.jeptests.system.ModifiedParserTest.SuffixArrayAccessShuntingYard
- SuffixArrayAccessShuntingYardGrammarParserFactory() - Constructor for class com.singularsys.jeptests.system.ModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactory
- SuffixElePrintRule(Operator) - Constructor for class com.singularsys.jeptests.system.ModifiedParserTest.SuffixElePrintRule
- sum(List<Object>) - Method in class com.singularsys.jep.functions.VSum
-
Returns the sum of a set of values.
- Sum - Class in com.singularsys.jep.functions
-
Adds it arguments
sum(1,2,3,4,5)will be 15. - Sum() - Constructor for class com.singularsys.jep.functions.Sum
-
Constructor, using the standard
Addfunction. - Sum(Add) - Constructor for class com.singularsys.jep.functions.Sum
-
Constructor using a specific implementation.
- sum_vector() - Method in class com.singularsys.exttests.StreamTest.StreamMatrixTests
- sum_with_four_argument_is_sum() - Method in class com.singularsys.exttests.StatisticalTest
- sum_with_no_argument_is_zero() - Method in class com.singularsys.exttests.StatisticalTest
- sum_with_one_argument_is_that_value() - Method in class com.singularsys.exttests.StatisticalTest
- summary() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
A short summary string
- sup - Variable in class com.singularsys.jep.misc.dictionary.MakeMap
- Supplier - Enum constant in enum class com.singularsys.jep.misc.dictionary.MakeMap.Type
-
A map created by a custom supplier, via the
MakeMap(Supplier)constructor. - suppressExaminingChildren(Node) - Method in class com.singularsys.jep.walkers.PostfixEvaluator
- suppressExaminingChildren(Node) - Method in class com.singularsys.jep.walkers.PostfixTreeWalker
-
Whether to examine the children of
thisnodes. - sv - Variable in class com.singularsys.exttests.CleanerTest
- sv - Variable in class com.singularsys.exttests.polynomial.LexComparatorTest
- sv - Variable in class com.singularsys.exttests.PolynomialCreatorTest
- sv - Variable in class com.singularsys.jep.misc.MacroFunction
- swapRows(MatrixI, int, int) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
In place swap of two rows
- swapRows(MatrixI, int, int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
-
In place swap of two rows
- Switch - Class in com.singularsys.jep.misc.functions
-
A switch statement.
- Switch() - Constructor for class com.singularsys.jep.misc.functions.Switch
-
Default switch statement.
- Switch(Switch.NullBehaviour) - Constructor for class com.singularsys.jep.misc.functions.Switch
-
Switch function with defined null behaviour.
- switch_with_evaluate_only_touches_needed_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- switch_with_jep_evaluate_only_touches_needed_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- Switch.NullBehaviour - Enum Class in com.singularsys.jep.misc.functions
-
Action to take if first argument is null.
- SwitchDefault - Class in com.singularsys.jep.misc.functions
-
A switch statement, with a default value.
- SwitchDefault() - Constructor for class com.singularsys.jep.misc.functions.SwitchDefault
-
Default switch statement.
- SwitchDefault(SwitchDefault.NullBehaviour) - Constructor for class com.singularsys.jep.misc.functions.SwitchDefault
-
Switch function with defined null behaviour.
- switchDefault_with_evaluate_only_touches_needed_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- switchDefault_with_jep_evaluate_only_touches_needed_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- SwitchDefault.NullBehaviour - Enum Class in com.singularsys.jep.misc.functions
-
Action to take if first argument is null.
- SwitchDefaultNonLazy - Class in com.singularsys.jep.misc.functions
-
A switch statement, with a default value.
- SwitchDefaultNonLazy() - Constructor for class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy
-
Default switch statement.
- SwitchDefaultNonLazy(SwitchDefaultNonLazy.NullBehaviour) - Constructor for class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy
-
Switch function with defined null behaviour.
- switchDefaultNonLazy_with_eval() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- switchDefaultNonLazy_with_jep_evaluate_touches_all_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- SwitchDefaultNonLazy.NullBehaviour - Enum Class in com.singularsys.jep.misc.functions
-
Action to take if first argument is null.
- SwitchNonLazy - Class in com.singularsys.jep.misc.functions
-
A switch statement.
- SwitchNonLazy() - Constructor for class com.singularsys.jep.misc.functions.SwitchNonLazy
-
Default switch statement.
- SwitchNonLazy(SwitchNonLazy.NullBehaviour) - Constructor for class com.singularsys.jep.misc.functions.SwitchNonLazy
-
Switch function with defined null behaviour.
- switchNonLazy_with_eval() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- switchNonLazy_with_jep_evaluate_touches_all_items() - Method in class com.singularsys.jeptests.unit.misc.functions.CaseSwitchTest
- SwitchNonLazy.NullBehaviour - Enum Class in com.singularsys.jep.misc.functions
-
Action to take if first argument is null.
- SwitchTo(int) - Method in class com.singularsys.jep.parser.JccParserTokenManager
-
Switch to specified lex state.
- symbol - Variable in class com.singularsys.jep.Operator
-
The symbol for the operator, used for printing.
- SymbolicEquals - Class in com.singularsys.extensions.polynomials
-
The
symequals(x,y)command. - SymbolicEquals(boolean) - Constructor for class com.singularsys.extensions.polynomials.SymbolicEquals
-
Constructor when the PolynomialCreator is found when
SymbolicEquals.init(Jep)is called. - SymbolicEquals(PolynomialCreator, boolean) - Constructor for class com.singularsys.extensions.polynomials.SymbolicEquals
-
Constructor with a specific PolynomialCreator
- SymbolicEquals(XJep, boolean) - Constructor for class com.singularsys.extensions.polynomials.SymbolicEquals
-
Constructor where the PolynomialCreator from the jep instance is used
- SymbolicLValueI - Interface in com.singularsys.extensions.xjep
-
Functions which can appear on the left-hand side of a symbolic assignment.
- SymbolToken - Class in com.singularsys.jep.configurableparser.tokens
-
A simple type of token which represents a fixed string of characters.
- SymbolToken(String) - Constructor for class com.singularsys.jep.configurableparser.tokens.SymbolToken
- SymbolToken(String, boolean) - Constructor for class com.singularsys.jep.configurableparser.tokens.SymbolToken
-
Construct a symbol token with a specified value for the implicit multiplication flag.
- SymbolTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches a fixed set of symbols, each represented by a SymbolToken.
- SymbolTokenMatcher() - Constructor for class com.singularsys.jep.configurableparser.matchers.SymbolTokenMatcher
- SYMMETRIC - Static variable in class com.singularsys.jep.Operator
-
Symmetric relation x=y implies y=x.
- symmetricDet2D(Bern2D, Bern2D, Bern2D) - Static method in class com.singularsys.extexamples.applets.Bern2D
T
- t - Variable in class com.singularsys.jepexamples.applets.ParametrisedCanvas
-
"x" variable
- table - Variable in class com.singularsys.jep.FunctionTable
- table - Variable in class com.singularsys.jep.VariableTable
- tableCleared() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Called when the variable table has been cleared.
- tableCleared() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableUpdater
- tableCleared() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
- TabOutputter() - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.TabOutputter
- TabOutputter() - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.TabOutputter
- tabSize - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- TagHandler - Interface in com.singularsys.extensions.mathml.parser
-
Interface for handlers which transform individual elements.
- tan() - Method in class com.singularsys.jep.standard.Complex
-
Returns the tangent of this complex number.
- tan() - Method in class com.singularsys.jep.standard.ImmutableComplex
- tan(Object) - Method in class com.singularsys.jep.functions.Tangent
- TAN - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- Tangent - Class in com.singularsys.jep.functions
-
The tan function.
- Tangent() - Constructor for class com.singularsys.jep.functions.Tangent
- tanh() - Method in class com.singularsys.jep.standard.Complex
-
Returns the hyperbolic tangent of this complex number.
- tanh() - Method in class com.singularsys.jep.standard.ImmutableComplex
- tanh(Object) - Method in class com.singularsys.jep.functions.TanH
- TanH - Class in com.singularsys.jep.functions
-
Hyperbolic tan.
- TanH() - Constructor for class com.singularsys.jep.functions.TanH
- TANH - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- TerminalFunction - Class in com.singularsys.extensions.lambda
-
A terminal function constructed from an
PostfixMathCommand. - TerminalFunction(PostfixMathCommandI) - Constructor for class com.singularsys.extensions.lambda.TerminalFunction
- TerminalNaryBinaryFunction - Class in com.singularsys.extensions.lambda
-
A terminal function constructed from an
NaryBinaryFunction. - TerminalNaryBinaryFunction(NaryBinaryFunction) - Constructor for class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- TerminalNaryBinaryFunction(NaryBinaryFunction, Object) - Constructor for class com.singularsys.extensions.lambda.TerminalNaryBinaryFunction
- TerminatedExpressionRule - Class in com.singularsys.extensions.structure
-
Parse an expression followed by a separator.
- TerminatedExpressionRule(ExpressionRule, SymbolToken) - Constructor for class com.singularsys.extensions.structure.TerminatedExpressionRule
- TerminatorToken - Class in com.singularsys.jep.configurableparser.tokens
-
A token representing the end of the equation.
- TerminatorToken(String) - Constructor for class com.singularsys.jep.configurableparser.tokens.TerminatorToken
- TerminatorTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A token matcher which matches the end of an expression
- TerminatorTokenMatcher(String) - Constructor for class com.singularsys.jep.configurableparser.matchers.TerminatorTokenMatcher
- TerminatorTokenMatcher(Pattern) - Constructor for class com.singularsys.jep.configurableparser.matchers.TerminatorTokenMatcher
- TERNARY - Enum constant in enum class com.singularsys.extensions.lambda.LambdaOperatorTable.LambdaOperators
- TERNARY - Static variable in class com.singularsys.jep.Operator
-
three argument operators like java's cond?
- TernaryConditional - Class in com.singularsys.jep.misc.javaops
-
Implements the
condition ? - TernaryConditional() - Constructor for class com.singularsys.jep.misc.javaops.TernaryConditional
- TernaryOperator - Class in com.singularsys.jep.configurableparser
-
A class representing a ternary operator, for example x?
- TernaryOperator(String, String, String, PostfixMathCommandI, int) - Constructor for class com.singularsys.jep.configurableparser.TernaryOperator
-
Create a Ternary operator.
- TernaryOperator(String, String, String, PostfixMathCommandI, int, int) - Constructor for class com.singularsys.jep.configurableparser.TernaryOperator
-
Create a Ternary operator
- TernaryOperator.RhsTernaryOperator - Class in com.singularsys.jep.configurableparser
-
Inner class used to represent the right-hand operator.
- TERNCOND - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- test() - Method in class com.singularsys.exttests.field.ModulusTest
- test() - Method in class com.singularsys.exttests.field.SimpleVectorFieldTest
- test() - Method in class com.singularsys.jeptests.unit.configurableparser.RangeOperatorTest
- test() - Method in class com.singularsys.jeptests.unit.functions.FunctionsSupportNumberTypeArguments
- test() - Method in class com.singularsys.jeptests.unit.functions.OperatorsWithListsTest
- test(ASTConstant) - Method in interface com.singularsys.extensions.rewrite.RewriteVisitor.ConstantRuleI
-
Returns true if node needs to be rewritten, according to this rule.
- test(ASTConstant) - Method in class com.singularsys.extensions.rewrite.SmallNumberRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.chained.UnchainingRewriteRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.BinaryToNaryRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.CollectPowers
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.ExpandBrackets
-
TODO cope with a * uminus(x+x)
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.ExpandPower
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.AddVectorMatrixRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.CrossProductRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.DotProductRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.MultiplyVectorMatrixRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.ScalarDivisionRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.ScalarMultiplicationRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.matrix.SubtractVectorMatrixRule
- test(ASTFunNode, List<Node>) - Method in class com.singularsys.extensions.rewrite.NaryToBinaryRule
- test(ASTFunNode, List<Node>) - Method in interface com.singularsys.extensions.rewrite.RewriteRuleI
-
Returns true if node needs to be rewritten, according to this rule.
- test(ASTVarNode) - Method in interface com.singularsys.extensions.rewrite.RewriteVisitor.VariableRuleI
-
Returns true if node needs to be rewritten, according to this rule.
- test(ASTVarNode) - Method in class com.singularsys.extensions.rewrite.VariableShifter
- test(Node) - Method in interface com.singularsys.extensions.matrix.DimensionVisitor.NodeChecker
-
Checks the node against some condition
- test(Node) - Method in class com.singularsys.extensions.matrix.DimensionVisitor.VariableNodeChecker
-
Checks the node
- test(Node) - Method in class com.singularsys.jep.walkers.TestingVisitor
-
Test using the set of Predicates given in the constructor
- test(Node, Predicate<Node>) - Method in class com.singularsys.jep.walkers.TestingVisitor
-
Test using a supplied Predicate
- test(Object, BigDecRelational, Object, boolean) - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
-
Performs test on the class with a set operator type.
- test(String, boolean) - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
-
Test expression against boolean
- test(String, String) - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- test_abs() - Method in class com.singularsys.jeptests.system.LatexTest
- test_AbstractMatrixField_lt_fails_with_a_vector() - Method in class com.singularsys.exttests.matrix.DoubleMatrixFieldCleanerTest
- test_accumulate() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_accumulate() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_accumulate() - Method in class com.singularsys.exttests.LambdaFunTest
- test_accumulate() - Method in class com.singularsys.exttests.StreamTest
- test_accumulate_unchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_add_matrix_constant_LHS() - Method in class com.singularsys.exttests.RewriteTest
- test_add_matrix_constant_RHS() - Method in class com.singularsys.exttests.RewriteTest
- test_add_opertor_to_existing_parser() - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- test_add_three_constant_vectors() - Method in class com.singularsys.exttests.RewriteTest
- test_add_vector_constant_LHS() - Method in class com.singularsys.exttests.RewriteTest
- test_add_vector_constant_RHS() - Method in class com.singularsys.exttests.RewriteTest
- test_addConstant_is_lowercase() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- test_adding_existing_constant_fails() - Method in class com.singularsys.jeptests.system.JepTest
- test_adding_lists_of_BigDecimals() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- test_anon_hookKeys_for_variables_fails_without_readResolve() - Method in class com.singularsys.jeptests.system.SerializationTest
- test_anon_hookKeys_with_readResolve_for_variables_has_single_instance() - Method in class com.singularsys.jeptests.system.SerializationTest
- test_anyMatch() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_anyMatch() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_anyMatch() - Method in class com.singularsys.exttests.LambdaFunTest
- test_anyMatch() - Method in class com.singularsys.exttests.StreamTest
- test_anyMatchUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_apply_seq_map() - Method in class com.singularsys.exttests.StreamTest
- test_apply_with_different_signatures() - Method in class com.singularsys.exttests.LambdaFunTest
- test_apply_with_tensor_signatures() - Method in class com.singularsys.exttests.LambdaFunTest
- test_apply_with_tensor_signatures() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- TEST_ARG - Enum constant in enum class com.singularsys.jep.misc.functions.Case.NullBehaviour
-
Tests if any case is null, return corresponding argument
- TEST_ARG - Enum constant in enum class com.singularsys.jep.misc.functions.CaseNonLazy.NullBehaviour
-
Tests if any case is null, return corresponding argument
- test_assign_lvalues_in_list_on_lhs() - Method in class com.singularsys.jeptests.unit.functions.AssignableListTest
- test_assing_variable_in_vec_on_lhs() - Method in class com.singularsys.jeptests.unit.functions.AssignableListTest
- test_Avg() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- test_binomal_equations() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- test_boolean_map_with_doubles() - Method in class com.singularsys.exttests.LambdaFunTest
- test_cacluated_endpoints() - Method in class com.singularsys.jeptests.unit.configurableparser.RangeOperatorTest
- test_callback_and_binary_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_can_build_lambda_function_with_EMPTY_LIST_as_param_list() - Method in class com.singularsys.exttests.LambdaFunTest
- test_can_build_lambda_function_with_empty_Operator_list_as_param_list() - Method in class com.singularsys.exttests.LambdaFunTest
- test_can_construct_with_missmatched_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_can_define_a_nullay_function() - Method in class com.singularsys.exttests.LambdaFunTest
- test_carcdr() - Method in class com.singularsys.exttests.StreamTest
- test_cartesian() - Method in class com.singularsys.exttests.LambdaFunTest
- test_cartesian() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- test_cartesian_chained() - Method in class com.singularsys.exttests.StreamTest
- test_cartesian_unchained() - Method in class com.singularsys.exttests.StreamTest
- test_chained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_chained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_chained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainableSetup
- test_chained_assignment() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_chained_binary_function() - Method in class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainedSetup
- test_chained_help_message_examples() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- test_chained_help_message_examples_with_rational() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- test_chained_terminal_function() - Method in class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainedSetup
- test_chained_two_args() - Method in class com.singularsys.exttests.StreamTest
- test_chained_unary_function() - Method in class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainedSetup
- test_clear() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- test_clone() - Method in class com.singularsys.exttests.StreamTest
- test_commutative_multiplication() - Method in class com.singularsys.exttests.CleanerTest
- test_compare_elementwise_BigDecimals() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- test_compare_lists_of_BigDecimals() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- test_compare_uses_preprocessed_arguments() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- test_comparision_with_strings_using_compare_method() - Method in class com.singularsys.jeptests.unit.functions.ComparativeTest
- test_comparision_with_strings_using_eval_method() - Method in class com.singularsys.jeptests.unit.functions.ComparativeTest
- test_comparision_with_strings_using_lt_le_gt_ge_eq_ne_method() - Method in class com.singularsys.jeptests.unit.functions.ComparativeTest
- test_compensated_sum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_compile_Variable_Node() - Method in class com.singularsys.exttests.MRpeTest
- test_ComplexTotalOrder() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- test_Constant() - Method in class com.singularsys.jeptests.unit.walkers.TestingVisitorTest
- test_containsKey_is_only_true_for_lowercase_keys() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- test_cos() - Method in class com.singularsys.jeptests.system.LatexTest
- test_cos_x_plus_1() - Method in class com.singularsys.jeptests.system.LatexTest
- test_count() - Method in class com.singularsys.exttests.LambdaFunTest
- test_countEmpty() - Method in class com.singularsys.exttests.LambdaFunTest
- test_customFun_lightWeightInstance() - Method in class com.singularsys.exttests.RpTest
- test_customFun_lightWeightInstance_jep() - Method in class com.singularsys.exttests.RpTest
- test_customGrammar() - Method in class com.singularsys.exttests.autogen.StructureDocTest
- test_CVT_AddConstant_parallel() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.AddingVariableAndConstantsTest
- test_CVT_AddVariable_parallel() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.AddingVariableAndConstantsTest
- test_CVT_new_CP_parallel_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- test_CVT_new_SCP_parallel_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- test_CVT_new_SP_parallel_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- test_CVT_PCP_parallel_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- test_CVT_PCP_serial_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.SerialParsingTest
- test_CVT_single_SCP_parallel_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- test_CVT_single_SP_parallel_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- test_CVT_single_SP_serial_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.SerialParsingTest
- test_default_LightWeightcomponents() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- test_default_MediumWeightcomponents() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- test_define_subset_seteq() - Method in class com.singularsys.exttests.StreamTest
- test_description() - Method in class com.singularsys.jeptests.unit.misc.MacroFunctionTest
- test_description_of_overloaded_function() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- test_dict_builders() - Method in class com.singularsys.exttests.StreamTest
- test_dict_with_vectors() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- test_dict_with_vectors() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- test_dict_with_vectors() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- test_dimension_which_depend_on_constant_arguments() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
-
Functions like id(2,3) has variable output dimensions, check correct dimensions.
- test_distinct() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_distinct() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_distinct() - Method in class com.singularsys.exttests.LambdaFunTest
- test_distinct() - Method in class com.singularsys.exttests.StreamTest
- test_distinct_unchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_dont_watchVarables_with_StandardVariableFactory() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- test_dot_of_ranges() - Method in class com.singularsys.jeptests.unit.configurableparser.RangeOperatorTest
- test_double_negative() - Method in class com.singularsys.exttests.CleanerTest
- test_ele() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_ele_when_variable_has_no_dim_throws() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_enum_hookKeys_for_nodes_have_a_single_instance() - Method in class com.singularsys.jeptests.system.SerializationTest
- test_enum_hookKeys_for_variables_have_a_single_instance() - Method in class com.singularsys.jeptests.system.SerializationTest
- test_equality() - Method in class com.singularsys.exttests.field.ModulusTest
- test_equation_sequences() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- test_errors() - Method in class com.singularsys.jeptests.unit.functions.AssignableListTest
- test_eval_returns_stream() - Method in class com.singularsys.exttests.StreamTest.StreamEvaluatorTest
- test_evaluate_returns_list() - Method in class com.singularsys.exttests.StreamTest.StreamEvaluatorTest
- test_examples() - Method in class com.singularsys.exttests.examples.StreamConsoleTest
- test_examples_with_complex() - Method in class com.singularsys.exttests.examples.StreamConsoleTest
- test_examples_with_rational() - Method in class com.singularsys.exttests.examples.StreamConsoleTest
- test_expand() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- test_expand2() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- test_expandComplex() - Method in class com.singularsys.exttests.PolynomialCreatorTest
-
Uses the
ComplexFieldWithTotalOrderto allow simplification of polynomials with Currently failing test. - test_ExpandPower() - Method in class com.singularsys.exttests.RewriteTest
- test_extendableList() - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- test_extended_ascii() - Method in class com.singularsys.jeptests.system.BugsTest
- test_extracting_element_from_list_of_BigDecimals() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- test_extracting_element_from_list_of_BigDecimals() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- test_factories_with_boolean_values() - Method in class com.singularsys.exttests.matrix.DoubleMatrixTest
- test_factories_without_boolean_values() - Method in class com.singularsys.exttests.matrix.DoubleMatrixTest
- test_filter_with_pre_defined_array() - Method in class com.singularsys.exttests.StreamTest
- test_filter_with_pre_defined_VectorI() - Method in class com.singularsys.exttests.StreamTest
- test_first() - Method in class com.singularsys.exttests.LambdaFunTest
- test_firstNone() - Method in class com.singularsys.exttests.LambdaFunTest
- test_firstOr() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_firstOr() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_firstOr() - Method in class com.singularsys.exttests.LambdaFunTest
- test_firstOr() - Method in class com.singularsys.exttests.StreamTest
- test_firstOrNone() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_firstOrNone() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_firstOrNone() - Method in class com.singularsys.exttests.LambdaFunTest
- test_firstOrNone() - Method in class com.singularsys.exttests.StreamTest
- test_flatten() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_flatten() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_flatten() - Method in class com.singularsys.exttests.LambdaFunTest
- test_forstOrOne() - Method in class com.singularsys.exttests.StreamTest
- test_frac() - Method in class com.singularsys.jeptests.system.LatexTest
- test_FullBracket() - Method in class com.singularsys.jeptests.unit.PrintVisitorTest
- test_Functions() - Method in class com.singularsys.jeptests.unit.walkers.TestingVisitorTest
- test_GCD() - Method in class com.singularsys.exttests.LambdaFunTest
- test_getValue_predicate_fails_before_calculating_child() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
-
When an OverloadedFunctionByStructure has a simple predicate that relies of the value of the first argument, say
n -> n.jjtGetChild(0).getValue() instanceof Stringbut the lhs is a function or operator node then the value will not be available at the time of the predicate test. - test_givenOrderXYZ() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- test_givenOrderYZX() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- test_help_message_examples() - Method in class com.singularsys.exttests.examples.ChainedConsoleTest
- test_help_message_examples() - Method in class com.singularsys.exttests.examples.LambdaConsoleTest
- test_If() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- test_if_with_vector_args() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_init_calls_components() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- test_init_calls_components() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_init_calls_components() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_init_calls_components() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- test_intersection() - Method in class com.singularsys.exttests.StreamTest
- test_intersection_define() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_intersection_define() - Method in class com.singularsys.exttests.StreamTest
- test_issue_no_6() - Method in class com.singularsys.jeptests.system.BugsTest
- test_JCCArrayAccess() - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- test_JepJava_Users_25_10_2022() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- test_lambda_help_message_examples() - Method in class com.singularsys.exttests.examples.ChainedConsoleTest
- test_lambda_help_message_examples() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- test_lambda_with_matrix_arg() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_last() - Method in class com.singularsys.exttests.LambdaFunTest
- test_last() - Method in class com.singularsys.exttests.StreamTest
- test_lastNone() - Method in class com.singularsys.exttests.LambdaFunTest
- test_lastNone() - Method in class com.singularsys.exttests.StreamTest
- test_left_join() - Method in class com.singularsys.exttests.StreamTest
- test_lightweight_Jep() - Method in class com.singularsys.exttests.autogen.FastMatThreadRunnerTest
- test_LightWeightImportationVisitor2() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- test_lightWeightInstance() - Method in class com.singularsys.exttests.RpTest
- test_lightWeightInstance() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- test_lightWeightInstance_Jep() - Method in class com.singularsys.exttests.RpTest
- test_lightweightInstance_makes_a_copy_with_lightweight_instances_of_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- test_lightweightInstance_makes_a_copy_with_lightweight_instances_of_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_lightweightInstance_makes_a_copy_with_lightweight_instances_of_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_lightweightInstance_makes_a_copy_with_lightweight_instances_of_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- test_lightweightInstances() - Method in class com.singularsys.exttests.LambdaFunTest
- test_lightweightInstances() - Method in class com.singularsys.exttests.StreamTest
- test_lightWeightInstances() - Method in class com.singularsys.exttests.ChainedFunctionTest
- test_limit() - Method in class com.singularsys.exttests.LambdaFunTest
- test_limitNone() - Method in class com.singularsys.exttests.LambdaFunTest
- test_limitZero() - Method in class com.singularsys.exttests.LambdaFunTest
- test_list_of_BigDecimals() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- test_list_of_ranges() - Method in class com.singularsys.jeptests.unit.configurableparser.RangeOperatorTest
- test_logical_with_boolean() - Method in class com.singularsys.exttests.matrix.DoubleMatrixTest
- test_logical_without_boolean() - Method in class com.singularsys.exttests.matrix.DoubleMatrixTest
- test_makeMap1D() - Method in class com.singularsys.exttests.field.FieldDictTest.MyStringFieldTest
- test_makeMap1D() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- test_makeMap2D() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- test_makeMapEmpty() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- test_matrix_add() - Method in class com.singularsys.exttests.RewriteTest
- test_matrix_equations() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- test_matrix_help_message_examples() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- test_matrixFunctionI_with_lightWeightInstance_Jep() - Method in class com.singularsys.exttests.MRpeTest
- test_max() - Method in class com.singularsys.jeptests.system.LatexTest
- test_MinMax() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- test_multiple_polynomials() - Method in class com.singularsys.exttests.polynomial.GrevlexComparatorTest
- test_multiple_polynomials() - Method in class com.singularsys.exttests.polynomial.GrlexComparatorTest
- test_multiple_polynomials() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- test_multiply_constant_matrix_matrix_operations() - Method in class com.singularsys.exttests.RewriteTest
- test_multiply_constant_matrix_vector_operations() - Method in class com.singularsys.exttests.RewriteTest
- test_multiply_constant_vector_and_matrix_operations() - Method in class com.singularsys.exttests.RewriteTest
- test_multiply_matrix_matrix() - Method in class com.singularsys.exttests.RewriteTest
- test_multiply_matrix_vector() - Method in class com.singularsys.exttests.RewriteTest
- test_multiply_vector_matrix() - Method in class com.singularsys.exttests.RewriteTest
- test_NaryBinaryFunction() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_nested_cartesian() - Method in class com.singularsys.exttests.LambdaFunTest
- test_nested_cartesian() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- test_nested_dict() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- test_nested_dict() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- test_nested_overloaded_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- test_nested_overloaded_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_nested_overloaded_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_not_X_Y() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- test_not_X_Y() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- test_not_X_Y() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- test_not_X_Y() - Method in class com.singularsys.jeptests.system.JepTest
- test_nsort() - Method in class com.singularsys.exttests.LambdaFunTest
- test_nsort() - Method in class com.singularsys.exttests.StreamTest
- test_NullStringInParse() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- test_number_at_start_of_a_chain() - Method in class com.singularsys.exttests.StreamTest
- test_number_of_parameters_is_always_1() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- test_number_of_parameters_is_num_params_of_first_function() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_Operator_with_overloaded_pfmc() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest
- test_Operators() - Method in class com.singularsys.jeptests.unit.walkers.TestingVisitorTest
- test_order_of_terms_and_constant() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- test_overloaded_functions_with_wrong_number_of_arguments() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_OverloadedOperator() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest
- test_package_info() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- test_package_info_AlternateFunctions_example() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- test_package_info_examples() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- test_package_info_examples() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- test_package_info_new_CP() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- test_package_info_OverloadedFunctionByStructure_example() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- test_parallel_parse_equation_sequences() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest
- test_parse_eval_matrix() - Method in class com.singularsys.exttests.StreamTest.StreamMatrixTests
- test_parse_eval_vector() - Method in class com.singularsys.exttests.StreamTest.StreamMatrixTests
- test_parser_sets_parent() - Method in class com.singularsys.jeptests.system.JepTest
- test_parsing_a_list_of_BigDecimals() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalListTest
- test_parsing_with_CIVT() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- test_parsing_with_StandardConfigurableParser() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- test_pi() - Method in class com.singularsys.jeptests.system.LatexTest
- test_power() - Method in class com.singularsys.jeptests.system.LatexTest
- test_primes_builders() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_primes_builders() - Method in class com.singularsys.exttests.StreamTest
- test_primesBuilder() - Method in class com.singularsys.exttests.LambdaFunTest
- test_primesBuilder() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- test_range_op() - Method in class com.singularsys.exttests.LambdaFunTest
- test_remove_count() - Method in class com.singularsys.exttests.StreamDictTest
- test_remove_non_constant() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- test_removing_a_variable_remove_the_subscriber() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- test_renamed_functions() - Method in class com.singularsys.exttests.RpTest
-
Checks if a function renamed in jep works with ReEval instances.
- test_replacing_token_matchers() - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- test_resloved_overloaded_operator_toString() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadingSystemTests
- test_rewrite_power_of_i() - Method in class com.singularsys.exttests.PolynomialCreatorTest
-
Users the
ComplexPolynomialRewriterto rewrite powers of i. - test_right_associative_operator() - Method in class com.singularsys.exttests.RewriteTest
- test_rootNodeToString() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- test_rootNodeToString_returns_null_if_no_equation_parsed() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- test_Round() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- test_rsort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_rsort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_rsort() - Method in class com.singularsys.exttests.LambdaFunTest
- test_rsort() - Method in class com.singularsys.exttests.StreamTest
- test_save_result_as_stream() - Method in class com.singularsys.exttests.StreamTest
- test_scalar_div_matrix_constant() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_div_vector_constant() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_mul_constant_matrix() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_mul_constant_vector() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_mul_matrix_constant() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_mul_matrix_LHS() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_mul_matrix_RHS() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_mul_vector_constant() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_mult_LHS() - Method in class com.singularsys.exttests.RewriteTest
- test_scalar_mult_RHS() - Method in class com.singularsys.exttests.RewriteTest
- test_serialization_of_elements() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- test_serialization_of_node_with_dimensions() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_serialization_of_variable_with_dimensions() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_serialization_of_vectors_and_matrices() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- test_serialization_preserves_matrix_variables() - Method in class com.singularsys.exttests.MRpSerializationTest
- test_serialization_preserves_matrix_variables_with_jep() - Method in class com.singularsys.exttests.MRpSerializationTest
-
Checks jeps view of functions and variables are the same as rpes.
- test_serialization_preserves_variables() - Method in class com.singularsys.exttests.MRpSerializationTest
- test_serialization_preserves_variables() - Method in class com.singularsys.exttests.RpSerializationTest
- test_serialization_preserves_variables_with_jep() - Method in class com.singularsys.exttests.MRpSerializationTest
-
Checks jeps view of functions and variables are the same as rpes.
- test_serialization_preserves_variables_with_jep() - Method in class com.singularsys.exttests.RpSerializationTest
-
Checks jeps view of functions and variables are the same as rpes.
- test_serialization_preserves_vector_variables() - Method in class com.singularsys.exttests.MRpSerializationTest
- test_set_append() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_set_append() - Method in class com.singularsys.exttests.StreamTest
- test_set_ele_mat_matches_rhsdim() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_set_ele_vec_matches_rhsdim() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_set_ele_vec_with_wrong_dim_throws() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_set_ele_when_variable_has_no_dim_throws() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_set_ele_with_get_ele_on_rhs() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_set_ele_with_non_scaler_index_throws() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_set_ele_with_scaler_variable_throws() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_set_operations() - Method in class com.singularsys.exttests.StreamTest
- test_setComponentsInternal() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- test_setEle_with_ArrayList_and_ArrayList_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- test_setEle_with_ArrayList_and_number_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- test_setEle_with_ArrayList_and_Vector_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- test_setEle_with_ArrayList_set_var_val_to_a_Vector() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- test_setEle_with_Vector_and_number_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- test_signature_errors() - Method in class com.singularsys.exttests.LambdaFunTest
- test_Signum() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- test_simple() - Method in class com.singularsys.jeptests.system.LatexTest
- test_simple_pridicate_passed_when_value_calculated() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- test_simple_pridicate_passed_when_value_calculated() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_simple_with_functions() - Method in class com.singularsys.exttests.MRpSerializationTest
- test_simple_with_functions() - Method in class com.singularsys.exttests.RpSerializationTest
- test_simple_with_var() - Method in class com.singularsys.exttests.MRpSerializationTest
- test_simple_with_var() - Method in class com.singularsys.exttests.RpSerializationTest
- test_skip() - Method in class com.singularsys.exttests.LambdaFunTest
- test_skipNone() - Method in class com.singularsys.exttests.LambdaFunTest
- test_skipZero() - Method in class com.singularsys.exttests.LambdaFunTest
- test_solve_with_invalid_argument_throw_exceptions() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- test_sort() - Method in class com.singularsys.exttests.StreamTest
- test_sort_empty() - Method in class com.singularsys.exttests.StreamTest
- test_sort_one() - Method in class com.singularsys.exttests.StreamTest
- test_split_add_four_variables() - Method in class com.singularsys.exttests.RewriteTest
- test_split_add_three_variables() - Method in class com.singularsys.exttests.RewriteTest
- test_split_concat_three_strings() - Method in class com.singularsys.exttests.RewriteTest
- test_sqrt() - Method in class com.singularsys.jeptests.system.LatexTest
- test_StandardComponents_with_replacements() - Method in class com.singularsys.jeptests.unit.standard.StandardComponentsTest
- test_sub_of_variable_with_equation() - Method in class com.singularsys.exttests.XJepTest
- test_subscribe_to_an_individual_variable() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- test_substitution_with_xvariable() - Method in class com.singularsys.exttests.XJepTest
- test_subtract_matrices() - Method in class com.singularsys.exttests.RewriteTest
- test_subtract_vectors() - Method in class com.singularsys.exttests.RewriteTest
- test_table() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- test_table() - Method in class com.singularsys.exttests.StreamTest
- test_toFlattenedArray() - Method in class com.singularsys.exttests.MRpeTest
- test_toPNodeArrayRecursive() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- test_treeMap() - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- test_tryAddConstant() - Method in class com.singularsys.jeptests.unit.JepUnitTest
- test_two_binary_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- test_two_binary_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_two_binary_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_two_nary_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_two_pi() - Method in class com.singularsys.jeptests.system.LatexTest
- test_two_unary_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_two_unary_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_two_unary_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- test_unchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ExplicitChainableSetup
- test_unchaining() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- test_unchaining() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- test_Variable() - Method in class com.singularsys.jeptests.unit.walkers.TestingVisitorTest
- test_variable_mul_matrix_LHS() - Method in class com.singularsys.exttests.RewriteTest
- test_variable_mul_vector_LHS() - Method in class com.singularsys.exttests.RewriteTest
- test_variable_mult_LHS() - Method in class com.singularsys.exttests.RewriteTest
- test_variable_mult_RHS() - Method in class com.singularsys.exttests.RewriteTest
- test_variable_names_are_all_lowercase() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- test_variable_names_in_parsed_equations_are_lowercase() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- test_variable_with_no_values_are_assumed_to_be_scalars() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest.VisitTest
- test_vector_add() - Method in class com.singularsys.exttests.RewriteTest
- test_vector_ops() - Method in class com.singularsys.exttests.examples.StreamConsoleTest
- test_vector_ops_with_rational() - Method in class com.singularsys.exttests.examples.StreamConsoleTest
- test_visit_variable_with_equation() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_visit_variable_with_no_equation_throws() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- test_VT_AddConstant_parallel() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.AddingVariableAndConstantsTest
- test_VT_AddVariable_parallel() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.AddingVariableAndConstantsTest
- test_VT_new_SCP_parallel_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- test_VT_PCP_parallel_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.ParallelParsingNestedTest
- test_VT_PCP_serial_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.SerialParsingTest
- test_VT_single_SCP_serial_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.SerialParsingTest
- test_VT_single_SP_serial_parse() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ParallelParsingTest.MatrixEquationsTest.SerialParsingTest
- test_while() - Method in class com.singularsys.exttests.LambdaFunTest
- test_whileNone() - Method in class com.singularsys.exttests.LambdaFunTest
- test_with_Atan() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionGrammerMatcherTest
- test_with_bifunction() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- test_with_bifunction() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedFunctionByStructureTest
- test_with_bifunction() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_with_CustomValueType() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedBinaryFunctionTest
- test_with_CustomValueType() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_with_CustomValueType() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedUnaryFunctionTest
- test_with_jep() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionsTest
- test_with_null_functions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest
- test_with_OverloadedFunction() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionGrammerMatcherTest
- test_with_three_args() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadedNaryFunctionTest
- test_xassign_with_preprocessor() - Method in class com.singularsys.exttests.XJepTest
-
Three different cases: XAssign with use equation == false, do nothing use equation == true, var on lhs, set vars equation use equation == true, LValueI on lhs do nothing use equation == true, SymbolicLValueI on lhs, call setEqn() check preprocessing work
- test0() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test0() - Method in class com.singularsys.exttests.autogen.ThreadDocTest
- test1() - Method in class com.singularsys.exttests.autogen.ChainedDocTest
- test1() - Method in class com.singularsys.exttests.autogen.CleanerDocTest
- test1() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test1() - Method in class com.singularsys.exttests.autogen.MrpeDocTest
- test1() - Method in class com.singularsys.exttests.autogen.PolyDocTest
- test1() - Method in class com.singularsys.exttests.autogen.PrintingDocTest
- test1() - Method in class com.singularsys.exttests.autogen.RpeDocTest
- test1() - Method in class com.singularsys.exttests.autogen.StreamedConfigTest
- test1() - Method in class com.singularsys.exttests.autogen.ThreadDocTest
- test1() - Method in class com.singularsys.exttests.autogen.XJepDocTest
- test1_9_11() - Method in class com.singularsys.jeptests.system.BugsTest
- test167() - Method in class com.singularsys.jeptests.system.BugsTest
-
See ticked 167
- test18April2013() - Method in class com.singularsys.jeptests.system.BugsTest
- test2() - Method in class com.singularsys.exttests.autogen.ChainedDocTest
- test2() - Method in class com.singularsys.exttests.autogen.CleanerDocTest
- test2() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test2() - Method in class com.singularsys.exttests.autogen.PolyDocTest
- test2() - Method in class com.singularsys.exttests.autogen.PrintingDocTest
- test2() - Method in class com.singularsys.exttests.autogen.RpeDocTest
- test2() - Method in class com.singularsys.exttests.autogen.StreamedConfigTest
- test2() - Method in class com.singularsys.exttests.autogen.XJepDocTest
- test2008_08_14_switch() - Method in class com.singularsys.jeptests.system.BugsTest
- test2008_12_13() - Method in class com.singularsys.jeptests.system.BugsTest
- test2009_02_02() - Method in class com.singularsys.jeptests.system.BugsTest
- test2009_02_16() - Method in class com.singularsys.jeptests.system.BugsTest
- test2010_03_01() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- test3() - Method in class com.singularsys.exttests.autogen.ChainedDocTest
- test3() - Method in class com.singularsys.exttests.autogen.CleanerDocTest
- test3() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test3() - Method in class com.singularsys.exttests.autogen.PolyDocTest
- test3() - Method in class com.singularsys.exttests.autogen.RpeDocTest
- test3() - Method in class com.singularsys.exttests.autogen.StreamedConfigTest
- test3() - Method in class com.singularsys.exttests.autogen.XJepDocTest
- test31_8_11() - Method in class com.singularsys.jeptests.system.BugsTest
- test31Jan2010() - Method in class com.singularsys.jeptests.system.BugsTest
- test4() - Method in class com.singularsys.exttests.autogen.ChainedDocTest
- test4() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test4() - Method in class com.singularsys.exttests.autogen.RpeDocTest
- test5() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test5() - Method in class com.singularsys.exttests.autogen.RpeDocTest
- test6() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test7() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test7dim() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- test8() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- test9() - Method in class com.singularsys.exttests.autogen.MatrixDocTest
- testAbs() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- testAbsWithCustomNumberArguments() - Method in class com.singularsys.jeptests.unit.functions.AbsTest
- testAbsWithDoubleArguments() - Method in class com.singularsys.jeptests.unit.functions.AbsTest
- testAbsWithIntegerArguments() - Method in class com.singularsys.jeptests.unit.functions.AbsTest
- testAdd() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testAdd() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- testAdd() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testAdd() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testAdd_Get_Variable() - Method in class com.singularsys.jeptests.unit.misc.CaseInsensitiveVariableTableTest
- testAddFilter() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testAddMap() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testAddOp() - Method in class com.singularsys.jeptests.system.CPTest
-
Tests the addOperator method
- testAddOperator_Key_Operator_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testAddOperator_Operator_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testAllFun() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testAllFun() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testAllFun() - Method in class com.singularsys.exttests.field.IntegerFieldTest
- testAllFun() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.examples.FieldConsoleTest.mixedTests
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.examples.MathMLConsoleTest
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.LambdaFunTest
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.jeptests.system.examples.ConsoleTest
- testAllFunctionsHaveDescriptions() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testAllFunctionsHaveDescriptionsMixed() - Method in class com.singularsys.exttests.field.ComplexFieldTest.MixedComplexFunctionTableTest
- testAllFunctionsHaveDescriptionsPure() - Method in class com.singularsys.exttests.field.ComplexFieldTest.PureComplexFunctionTableTest
- testAllFunctionsHaveValidInheritance() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testAllFunctionsHaveValidInheritance() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testAllFunctionsHaveValidInheritance() - Method in class com.singularsys.exttests.StreamTest
- testAllFunctionsHaveValidInheritance() - Method in class com.singularsys.jeptests.system.examples.ConsoleTest
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.examples.FieldConsoleTest.mixedTests
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.examples.MathMLConsoleTest
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.LambdaFunTest
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.jeptests.system.examples.ConsoleTest
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testAllOperatorHaveDescriptions() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testAllOperatorsHaveValidInheritance() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testAllOperatorsHaveValidInheritance() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testAllOperatorsHaveValidInheritance() - Method in class com.singularsys.exttests.StreamTest
- testAllOperatorsHaveValidInheritance() - Method in class com.singularsys.jeptests.system.examples.ConsoleTest
- testAlternateFunctionGrammarMatcher() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionGrammerMatcherTest
- testAlternateFunctions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionsTest
- testAlternateFunctions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest
- testAlternateSymbolBug() - Method in class com.singularsys.jeptests.system.BugsTest
- testAlternateSymbols() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests for other symbols used.
- testAlternateSymbols() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Tests for other symbols used.
- testAltSymbols() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testAppend() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testAppend() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testAppend() - Method in class com.singularsys.exttests.LambdaFunTest
- testAppend() - Method in class com.singularsys.exttests.StreamTest
- testAppendChained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testAppendChained() - Method in class com.singularsys.exttests.StreamTest
- testAppendOperator_Key_Operator_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testAppendOperator_Operator_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testApply() - Method in class com.singularsys.exttests.LambdaFunTest
- testApplyAvg() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testApplyAvg() - Method in class com.singularsys.exttests.StreamTest
- testApplyDescription() - Method in class com.singularsys.exttests.examples.ChainedConsoleTest
- testApplySum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testApplySum() - Method in class com.singularsys.exttests.StreamTest
- testApplySumChained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testArray() - Method in class com.singularsys.jeptests.system.LineNumberingTest
- testArray() - Method in class com.singularsys.jeptests.unit.misc.LineNumberingTest
- testAscii() - Method in class com.singularsys.exttests.StreamTest.StreamWithCharacterTest
- testAssign() - Method in class com.singularsys.exttests.MRpeTest
- testAssign() - Method in class com.singularsys.jeptests.system.JepTest
- testAssignDiff() - Method in class com.singularsys.exttests.DJepTest
- testASTNodeMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testAtan() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionsTest
- testBad() - Method in class com.singularsys.exttests.CleanerTest
- testBad1() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testBad2() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testBad3() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testBad4() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testBad5() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testBad6Works() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testBad7() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testBadFun() - Method in class com.singularsys.jeptests.system.ModifiedParserTest
- testBasicIdentifierMatcher_does_not_match_é() - Method in class com.singularsys.jeptests.unit.configurableparser.matchers.IdentifierTokenMatcherTest
- testBasicSubscriber() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- testBDBinary(PostfixMathCommand, double, double, String) - Static method in class com.singularsys.jeptests.unit.functions.Utilities
- testBDRound() - Method in class com.singularsys.jeptests.unit.functions.RoundTest
- testBDString() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
-
Tests inter-operability of big decimals and strings.
- testBDUnary(PostfixMathCommand, double, String) - Static method in class com.singularsys.jeptests.unit.functions.Utilities
- testBernstein() - Method in class com.singularsys.exttests.FieldDJepTest
- testBernstein() - Method in class com.singularsys.exttests.XJepTest
- testBigDec() - Method in class com.singularsys.exttests.field.FieldSqrtTest
- testBigDecimalFunctionTable() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testBigDecRoundMode() - Method in class com.singularsys.jeptests.system.BugsTest
- testBinary() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testBinary(PostfixMathCommand, double, double, double) - Static method in class com.singularsys.jeptests.unit.functions.Utilities
- testBinary(PostfixMathCommand, Object, Object, Object) - Static method in class com.singularsys.jeptests.unit.functions.Utilities
- testBinaryInstanceOf() - Method in class com.singularsys.jeptests.unit.functions.FunctionFromLambdaTest
- testBinom() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testBinom() - Method in class com.singularsys.exttests.StatisticalTest
- testBinom() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testBinom() - Method in class com.singularsys.jeptests.system.JepTest
- testBitwise() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testBitwise() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testBitwiseField() - Method in class com.singularsys.exttests.field.ExtendedFieldTest
- testBlankParser() - Method in class com.singularsys.jeptests.system.JepTest
-
Test creating a Jep instance with no functions and no variables.
- testBoolean() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- testBoolNumber() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- testBools() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- testBoolString() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- testBrackets() - Method in class com.singularsys.jeptests.system.LineNumberingTest
- testBrackets() - Method in class com.singularsys.jeptests.unit.misc.LineNumberingTest
- testBreak() - Method in class com.singularsys.exttests.StructureTest
- testBug116() - Method in class com.singularsys.jeptests.system.BugsTest
- testBug121A() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests a custom operator table with only 5 operators, see bug #121
- testBug122() - Method in class com.singularsys.jeptests.system.BugsTest
- testBug123() - Method in class com.singularsys.jeptests.system.BugsTest
- testBug1563324() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests [ 1563324 ] getValueAsObject always return null after an error Jep 2.4.0 checks the
errorListvariable before evaluating an expression if there is an error in the list, null is returned. - testBug2008_09_12() - Method in class com.singularsys.jeptests.system.BugsTest
- testBug23_11_09() - Method in class com.singularsys.jeptests.system.BugsTest
- testBug28() - Method in class com.singularsys.jeptests.system.BugsTest
- testBug30_10_09() - Method in class com.singularsys.jeptests.system.BugsTest
- testBug49() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests bug 49.
- testBug72() - Method in class com.singularsys.jeptests.system.BugsTest
-
Test bug #72 Handling of Constants.
- testBug84() - Method in class com.singularsys.jeptests.system.BugsTest
- testCalcE() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testCalcE() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testCalcE() - Method in class com.singularsys.exttests.LambdaFunTest
- testCalcE2() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testCalcE2() - Method in class com.singularsys.exttests.LambdaFunTest
- testCarWalk() - Method in class com.singularsys.jeptests.system.BugsTest
- testCaseNull() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testCaseNull() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testCaseNull() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testCaseNull() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testCaseNull() - Method in class com.singularsys.exttests.RpTest
- testCaseNull() - Method in class com.singularsys.jeptests.system.JepTest
- testCaseNull() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testCaseNull() - Method in class com.singularsys.jeptests.system.PostfixEvalTest
- testCaseNull() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testCaseNull() - Method in class com.singularsys.jeptests.system.UncheckedEvalTest
- testCaseString() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testCaseString() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testCaseString() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testCaseString() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testCaseString() - Method in class com.singularsys.exttests.RpTest
- testCaseString() - Method in class com.singularsys.jeptests.system.JepTest
- testCaseString() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testChainedVariables() - Method in class com.singularsys.exttests.DJepTest
- testChangedDim() - Method in class com.singularsys.exttests.MRpeTest
- testChangeDim() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testChangeMatrixDim() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testChangeName() - Method in class com.singularsys.exttests.RpTest
- testChangeOperatorSymbols() - Method in class com.singularsys.jeptests.system.BugsTest
- testChangeVariable() - Method in class com.singularsys.exttests.RpTest
- testChangeVariable() - Method in class com.singularsys.jeptests.system.JepTest
-
Test changing variables value after parsing
- testChangeVariableComplex() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testChangeVariableComplex() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testChangeVariableComplex() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testChangeVariableComplex() - Method in class com.singularsys.exttests.RpTest
- testChangeVariableComplex() - Method in class com.singularsys.jeptests.system.JepTest
-
Test changing variables value after parsing
- testChangeVariableComplex() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testCheckDim_with_mismatching_vector_arguments_throws_ParseException() - Method in class com.singularsys.exttests.matrix.functions.MatrixIfTest
- testCheckDim_with_mismatching_vector_arguments_throws_ParseException() - Method in class com.singularsys.exttests.matrix.functions.MatrixSwitchTest
- testCheckDim_with_vector_arguments() - Method in class com.singularsys.exttests.matrix.functions.MatrixIfTest
- testCheckDim_with_vector_arguments() - Method in class com.singularsys.exttests.matrix.functions.MatrixSwitchTest
- testChinese() - Method in class com.singularsys.jeptests.system.BugsTest
-
Test for non latin variable names
- testCleaner() - Method in class com.singularsys.exttests.XJepTest
- testCleaner() - Method in class com.singularsys.exttests.XJepXAssignTest
- testClear() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testClear() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testClearValues() - Method in class com.singularsys.jeptests.system.BugsTest
-
See http://stackoverflow.com/questions/36928755/strange-behavior-in-singularsys-jep
- testClosedIterate() - Method in class com.singularsys.exttests.StreamTest
- testCMul_with_lightWeightInstance() - Method in class com.singularsys.exttests.MRpeTest
- testCN() - Method in class com.singularsys.exttests.MathMLTest
-
Test <cn> numbers elements.
- testCNbase8XJ() - Method in class com.singularsys.exttests.MathMLTest
- testCNbaseXJ() - Method in class com.singularsys.exttests.MathMLTest
- testCNcomplex() - Method in class com.singularsys.exttests.MathMLTest
- testCNcomplexPolarXJ() - Method in class com.singularsys.exttests.MathMLTest
- testCNconstantPi() - Method in class com.singularsys.exttests.MathMLTest
-
Support for Entities is currently broken.
- testCNe_notation() - Method in class com.singularsys.exttests.MathMLTest
- testCNinteger() - Method in class com.singularsys.exttests.MathMLTest
- testCNrationalXJ() - Method in class com.singularsys.exttests.MathMLTest
- testCNrealXJ() - Method in class com.singularsys.exttests.MathMLTest
- testCoerce() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- testCollect() - Method in class com.singularsys.exttests.StreamTest
- testCommaNumber() - Method in class com.singularsys.jeptests.system.BugsTest
- testComments() - Method in class com.singularsys.jeptests.system.JepTest
- testCommutative() - Method in class com.singularsys.exttests.CleanerTest
- testCommutative() - Method in class com.singularsys.exttests.MatrixCleanerTest
- testCommute() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testCompare() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testComparitorSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testComplex() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testComplex() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testComplex() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testComplex() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testComplex() - Method in class com.singularsys.exttests.MDJepTest
-
Failing test with MDJep().
- testComplex() - Method in class com.singularsys.exttests.RpTest
- testComplex() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testComplex() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testComplex() - Method in class com.singularsys.jeptests.system.JepTest
- testComplex() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testComplexFunctionTable() - Method in class com.singularsys.exttests.field.ComplexFieldTest.MixedComplexFunctionTableTest
- testComplexFunctionTable() - Method in class com.singularsys.exttests.field.ComplexFieldTest.PureComplexFunctionTableTest
- testComplexListAccess() - Method in class com.singularsys.exttests.field.FieldTest
- testComplexListAccess() - Method in class com.singularsys.exttests.FieldDJepTest
- testComplexListAccess() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testComplexListAccess() - Method in class com.singularsys.exttests.RpTest
- testComplexListAccess() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testComplexListAccess() - Method in class com.singularsys.jeptests.system.JepTest
- testComplexListAccess() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testComplexListAccess() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testComplexMessage() - Method in class com.singularsys.jeptests.system.MessagesTest
- testComplexPrint() - Method in class com.singularsys.jeptests.unit.PrintVisitorTest
- testCondition(Object) - Static method in class com.singularsys.extensions.structure.StructureNode
-
Convert a value to boolean, for use in condition tests
- testConfigurableParserMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testConfParser() - Method in class com.singularsys.jeptests.system.ExpressionEvalTest
- testConseq() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testConseq2() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testConstantRules() - Method in class com.singularsys.exttests.RewriteTest
- testConstantsLW() - Method in class com.singularsys.jeptests.system.SerializationTest
- testConstantsSerialised() - Method in class com.singularsys.jeptests.system.SerializationTest
- testContainsKey() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testContinue() - Method in class com.singularsys.exttests.StructureTest
- testContinuedFractions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testContinuedFractions() - Method in class com.singularsys.exttests.StreamTest
- testContinuedFractionsForTan() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testContinuedFractionsForTan() - Method in class com.singularsys.exttests.StreamTest
- testContinuedFractionsWithComplexSignature() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testConvertSpeed() - Method in class com.singularsys.jeptests.system.ThreadTest
- testCount() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testCount() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testCount() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testCount() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testCount() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testCountUC() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testCountUC() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testCP() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- testCPStrings() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testCPStrings() - Method in class com.singularsys.jeptests.system.CPTest
- testCPStrings() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testCreateNumber_Complex_throws_exception() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumber_double() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumber_Double_gives_Double() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumber_float() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumber_int() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumber_Integer_gives_double() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumber_long() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumber_short() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumberBoolean() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreateNumberString() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testCreatePoly() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testCross() - Method in class com.singularsys.exttests.MDJepTest
- testCrossProduct() - Method in class com.singularsys.exttests.RewriteTest
- testCrossProductWithConstantVecLHS() - Method in class com.singularsys.exttests.RewriteTest
- testCrossProductWithConstantVecLHSAndRHS() - Method in class com.singularsys.exttests.RewriteTest
- testCrossProductWithConstantVecRHS() - Method in class com.singularsys.exttests.RewriteTest
- testCypher() - Method in class com.singularsys.exttests.StreamTest.StreamWithCharacterTest
- testDDimVisitor() - Method in class com.singularsys.exttests.MDJepTest
- testDDimVisitor2() - Method in class com.singularsys.exttests.MDJepTest
- testDeclare() - Method in class com.singularsys.exttests.MathMLTest
-
Tests a declare element
- testDeclareVector() - Method in class com.singularsys.exttests.MathMLTest
-
Tests parsing of <vector> element.
- testDefaults() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- testDefaults() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- testDefaults() - Method in class com.singularsys.jeptests.unit.PrintVisitorTest
- testDefine() - Method in class com.singularsys.exttests.LambdaFunTest
- testDefineChainedFunction() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testDefineChainedFunction() - Method in class com.singularsys.exttests.StreamTest
- testDefineInfiniteStream() - Method in class com.singularsys.exttests.StreamTest
- testDefineIntermediateFunction_and_evaluate_using_chained() - Method in class com.singularsys.exttests.StreamTest
- testDefineOperator() - Method in class com.singularsys.exttests.LambdaFunTest
- testDefineOverloadedFunction() - Method in class com.singularsys.exttests.LambdaFunTest
- testDefineOverloadedOperator() - Method in class com.singularsys.exttests.LambdaFunTest
- testDepth3ArrayAccess() - Method in class com.singularsys.exttests.matrix.MatrixTest
-
Null implementation as does not support arrays of matrices
- testDepth3ArrayAccess() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testDepth3ArrayAccess() - Method in class com.singularsys.jeptests.system.CPTest
- testDepth3ArrayAccess() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testDepth3ArrayAccessShiftZero() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testDepth3ArrayAccessShiftZero() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testDepth3ArrayAccessShiftZero() - Method in class com.singularsys.jeptests.system.CPTest
- testDepth3ArrayAccessShiftZero() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testDet() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testDiff() - Method in class com.singularsys.exttests.DJepTest
- testDiffCompleCubic() - Method in class com.singularsys.exttests.DJepTest
- testDirtyFunctions() - Method in class com.singularsys.exttests.CleanerTest
-
Checks that cleaner does not clean functions and operators marked with
DirtyFunctionand does clean other functions and operators with constant arguments. - testDirtyFunctions() - Method in class com.singularsys.exttests.PolynomialCreatorTest
-
Checks that simplify/expand does not clean functions and operators marked with
DirtyFunctionand does clean other functions and operators with constant arguments. - testDiv() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- testDiv() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testDoc() - Method in class com.singularsys.exttests.DJepTest
- testDoc() - Method in class com.singularsys.jeptests.unit.misc.BoundVariableTest
- testDoc1() - Method in class com.singularsys.jeptests.system.ThreadTest
- testDoc2() - Method in class com.singularsys.jeptests.system.ThreadTest
- testDot() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testDot() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testDot() - Method in class com.singularsys.exttests.MDJepTest
- testDot() - Method in class com.singularsys.exttests.StreamTest
- testDotProduct() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testDotProduct() - Method in class com.singularsys.exttests.RewriteTest
- testDotProductWithConstantVecLHS() - Method in class com.singularsys.exttests.RewriteTest
- testDotProductWithConstantVecLHSAndRHS() - Method in class com.singularsys.exttests.RewriteTest
- testDotProductWithConstantVecRHS() - Method in class com.singularsys.exttests.RewriteTest
- testDottedIdentifierMatcher_matches_dots() - Method in class com.singularsys.jeptests.unit.configurableparser.matchers.IdentifierTokenMatcherTest
- testDottedIdentifiers() - Method in class com.singularsys.jeptests.system.BugsTest
- testDouble() - Method in class com.singularsys.exttests.field.FieldSqrtTest
- testDoubleNumberFactoryMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testDuplicate() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testEgyptian() - Method in class com.singularsys.exttests.field.RationalTest
- testEle() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testEle() - Method in class com.singularsys.exttests.MRpeTest
- testEle() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- testEle_with_ArrayList_and_ArrayList_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- testEle_with_ArrayList_and_number_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- testEle_with_UnmodifiableList_and_number_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- testEle_with_Vector_and_number_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- testEle_with_Vector_and_Vector_index() - Method in class com.singularsys.jeptests.unit.functions.EleTest
- testElementOf() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Tests operators and functions which test if an element is in array or list.
- testEleUnit() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testEleUnit() - Method in class com.singularsys.jeptests.system.JepTest
- testEleUnit() - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- testEleUnitShiftZero() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testEmptyEqn() - Method in class com.singularsys.jeptests.system.JepTest
- testEmptyEqn2() - Method in class com.singularsys.jeptests.system.CPTest
- testEmptyEqn2() - Method in class com.singularsys.jeptests.system.JepTest
- testEmptyEquations() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testEmptyListTest() - Method in class com.singularsys.exttests.LambdaFunTest
-
Cases which result with
- testEntries() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testEntries() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testEntries() - Method in class com.singularsys.exttests.StreamDictTest
- testEntries() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testEntriesIter() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testEntriesIterNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testEntriesMatrix() - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- testEntriesMatrixLimit() - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- testEntriesNull() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testEntriesNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testEntriesNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNullTest
- testEntriesNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testEntriesToCount() - Method in class com.singularsys.exttests.StreamDictTest.StandardStreamDictTest
- testEntriesToCount() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- testEntriesToCount() - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- testEntriesToCount() - Method in class com.singularsys.exttests.StreamDictTest
- testEq() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- testEq() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testErrorMessages() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testEvalExceptions() - Method in class com.singularsys.jeptests.system.JepTest
-
Test whether evaluation exceptions are thrown when they should be.
- testEvaluate() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testEvaluate() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testEvaluate() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testEvaluate() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testEvaluate() - Method in class com.singularsys.jeptests.system.JepTest
-
Tests the
evaluate()method. - testEvaluate() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testEvaluate() - Method in class com.singularsys.jeptests.unit.functions.AbsTest
- testEvaluateComplex() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testEvaluateComplex() - Method in class com.singularsys.exttests.RpTest
- testEvaluateComplex() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testEvaluateComplex() - Method in class com.singularsys.jeptests.system.JepTest
- testEvaluateComplex() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testEvaluateDouble() - Method in class com.singularsys.exttests.field.FieldDictTest.MyStringFieldTest
- testEvaluateDouble() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- testEvaluateDouble() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testEvaluateDouble() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testEvaluateDoubleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testEvaluateDoubleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testEvaluateEmpty() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testEvaluateEmpty() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testEvaluatePutDoubleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testEvaluatePutDoubleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testEvaluateSingle() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- testEvaluateSingle() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testEvaluateSingle() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testEvaluateSingleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testEvaluateSingleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testEvaluateString() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testEvaluateString() - Method in class com.singularsys.exttests.RpTest
- testEvaluateString() - Method in class com.singularsys.jeptests.system.JepTest
- testEvaluateString() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testEvaluateVarDoubleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testEvaluateVarDoubleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testEvaluationPath() - Method in class com.singularsys.jeptests.system.BugsTest
- testEvalWithDoubleArguments() - Method in class com.singularsys.jeptests.unit.functions.AbsTest
- testExceptionCases() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- testExceptionCases(Object, Object) - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
-
Generic method for comparing two value where all operators are expected to throw an exception.
- testExceptions() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testExceptions() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNoNullTest
- testExceptions() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionsTest
- testExernalFilter_NaN() - Method in class com.singularsys.exttests.LambdaFunTest
- testExernalFilter_PFMCNaN() - Method in class com.singularsys.exttests.LambdaFunTest
- testExFilterNaN() - Method in class com.singularsys.exttests.StreamTest
- testExFilterWithPredicate() - Method in class com.singularsys.exttests.StreamTest
- testExFilterWithPredicateEmpty() - Method in class com.singularsys.exttests.StreamTest
- testExFilterWithUnaryFunction() - Method in class com.singularsys.exttests.StreamTest
- testExMapToInt() - Method in class com.singularsys.exttests.StreamTest
- testExpand() - Method in class com.singularsys.exttests.XJepTest
- testExpand() - Method in class com.singularsys.exttests.XJepXAssignTest
- testExpandCross() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- testExpandCross() - Method in class com.singularsys.exttests.examples.XJepConsoleTest
- testExpandOperator() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testExpandSum() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- testExpandSum() - Method in class com.singularsys.exttests.examples.XJepConsoleTest
- testExpandToNode() - Method in class com.singularsys.exttests.PolynomialCreatorTest
-
The
expand.toNodehas problems with uminus - testExpectedOutput() - Method in class com.singularsys.jeptests.unit.PrintVisitorTest
- testExpectedTokenSequence() - Method in class com.singularsys.jeptests.system.JepTest
-
Tests for bug #52
- testExponent() - Method in class com.singularsys.exttests.MathMLTest
- testExpr() - Method in class com.singularsys.jeptests.system.SerializationTest
-
Test simple serialization
- testExpressionOrdering() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests use of TreeAnalyzer to work out the order of expressions.
- testExpressionOrderingMultiLine() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests use of TreeAnalyzer to work out the order of expressions.
- testExpressionsSpanningLines() - Method in class com.singularsys.jeptests.system.LineNumberingTest
- testExpressionsSpanningLines() - Method in class com.singularsys.jeptests.unit.misc.LineNumberingTest
- testExSort() - Method in class com.singularsys.exttests.StreamTest
- testExtended() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testExtendedField3() - Method in class com.singularsys.exttests.field.ExtendedFieldTest
- testExternalMap() - Method in class com.singularsys.exttests.StreamTest
- testExternalMap_ToInt() - Method in class com.singularsys.exttests.LambdaFunTest
- testExternalMap_ToInt() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
-
Overridden.
- testExternalMapFunction() - Method in class com.singularsys.exttests.LambdaFunTest
- testExternalMapPfmc() - Method in class com.singularsys.exttests.StreamTest
- testFactorial() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testFactorial() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Test the suffix factorial operation
- testFactorial2() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testFactorialDoubleIncorrect() - Method in class com.singularsys.exttests.StreamTest
- testFactors() - Method in class com.singularsys.exttests.LambdaFunTest
- testFactors() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- testFactors() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testFast() - Method in class com.singularsys.jeptests.system.ExpressionEvalTest
- testFastEvaluatorMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testFieldBinomial() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testFieldBinomial() - Method in class com.singularsys.exttests.field.FieldTest
- testFieldBitwise() - Method in class com.singularsys.exttests.field.ExtendedFieldTest
- testFieldRange() - Method in class com.singularsys.exttests.LambdaFunTest
- testFieldRange() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- testFieldSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFilter() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testFilter() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFilter() - Method in class com.singularsys.exttests.LambdaFunTest
- testFilter() - Method in class com.singularsys.exttests.StreamTest
- testFilterBinaryLambda() - Method in class com.singularsys.exttests.LambdaFunTest
- testFilterBinaryLambda() - Method in class com.singularsys.exttests.StreamTest
- testFilterTwoArg() - Method in class com.singularsys.exttests.StreamTest
- testFirst() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFirst() - Method in class com.singularsys.exttests.StreamTest
- testFirstNone() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFirstOne() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFocalSurface() - Method in class com.singularsys.exttests.MDJepTest
- testFocalSurface() - Method in class com.singularsys.exttests.MRpeTest
- testFold() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFold() - Method in class com.singularsys.exttests.LambdaFunTest
- testFold() - Method in class com.singularsys.exttests.StreamTest
- testFoldEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFoldEmptyThrowsException() - Method in class com.singularsys.exttests.StreamTest
- testFoldMap() - Method in class com.singularsys.exttests.LambdaFunTest
- testFoldMapRange() - Method in class com.singularsys.exttests.LambdaFunTest
- testFoldMax() - Method in class com.singularsys.exttests.StreamTest
- testFoldMaxEmptyThrowEvaluationException() - Method in class com.singularsys.exttests.StreamTest
- testFoldOne() - Method in class com.singularsys.exttests.StreamTest
- testFoldOr() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testFoldOr() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFoldOr() - Method in class com.singularsys.exttests.LambdaFunTest
- testFoldOr() - Method in class com.singularsys.exttests.StreamTest
- testFoldOrEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testFoldOrEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFoldOrEmpty() - Method in class com.singularsys.exttests.LambdaFunTest
- testFoldOrEmpty() - Method in class com.singularsys.exttests.StreamTest
- testFoldOrEmptyUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testFoldOrOne() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testFoldOrOne() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFoldOrOne() - Method in class com.singularsys.exttests.LambdaFunTest
- testFoldOrOne() - Method in class com.singularsys.exttests.StreamTest
- testFoldOrOneUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testFoldOrUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testFoldSingle() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testFoldSum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testFoldSum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testFoldSum() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testFoldSum() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testFoldSum() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testFoldSumUC() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testFoldSumUC() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testFoldTwoArg() - Method in class com.singularsys.exttests.StreamTest
- testFor() - Method in class com.singularsys.exttests.StructureTest
- testFormat() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testFormat() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testFormat() - Method in class com.singularsys.exttests.XJepTest
- testFormat() - Method in class com.singularsys.exttests.XJepXAssignTest
- testFormat() - Method in class com.singularsys.jeptests.system.JepTest
- testFormat() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testFractalBug() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests a bug that lead the FractalCanvas example to fail
- testFun() - Method in class com.singularsys.exttests.MRpeTest
- testFunction() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testFunction() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testFunction() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testFunction() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testFunction() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testFunction() - Method in class com.singularsys.jeptests.system.JepTest
- testFunction() - Method in class com.singularsys.jeptests.system.LineNumberingTest
- testFunction() - Method in class com.singularsys.jeptests.unit.misc.LineNumberingTest
- testFunctionEleMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testFunctionMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testFunctionName() - Method in class com.singularsys.exttests.MRpeTest
- testFunctionsExists() - Method in class com.singularsys.exttests.MathMLTest
-
Tests that every jep function will be converted to mathml.
- testFunctionTable() - Method in class com.singularsys.exttests.XJepTest
-
Checks it uses DirtyRandom
- testFunctionTableMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testFunctionTables() - Method in class com.singularsys.exttests.XLightWeightComponentSetTest
- testFunctionTables() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- testFunctionTableWithExtraComponents() - Method in class com.singularsys.exttests.XJepTest
- testGCD() - Method in class com.singularsys.exttests.field.RationalTest
- testGet() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testGetIntValue() - Method in class com.singularsys.exttests.TreeUtilsTest
- testGetKey() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testGetKeys() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testGetLightWeightInstance() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testGetMinusOne() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testGetNonConstantVariables() - Method in class com.singularsys.jeptests.system.BugsTest
- testGetNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testGetOne() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testGetOr() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testGetOrNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testGetTwo() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testGetZero() - Method in class com.singularsys.jeptests.unit.misc.StrictDoubleNumberFactoryTest
- testGood() - Method in class com.singularsys.exttests.MRpeTest
- testHeaps() - Method in class com.singularsys.exttests.MRpeTest
- testHigerOrderFunction_with_non_lambda_arg() - Method in class com.singularsys.exttests.LambdaFunTest
- testHigerOrderFunction_with_non_lambda_arg() - Method in class com.singularsys.exttests.StreamTest
- testId() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testIdentity() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testIdentity() - Method in class com.singularsys.exttests.matrix.MRpeMatrixFieldTest
-
does nothing
- testIf() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testIf() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testIf() - Method in class com.singularsys.exttests.StructureTest
- testIf() - Method in class com.singularsys.jeptests.system.JepTest
- testIf_basic() - Method in class com.singularsys.exttests.matrix.functions.MatrixIfTest
- testIf_with_matching_vector_arguments() - Method in class com.singularsys.exttests.matrix.functions.MatrixIfTest
- testIf_with_mismatching_vector_arguments() - Method in class com.singularsys.exttests.matrix.functions.MatrixIfTest
- testIf2() - Method in class com.singularsys.exttests.StructureTest
- testIfThenElse() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testIfWithCustomNumbers() - Method in class com.singularsys.jeptests.unit.functions.FunctionsSupportNumberTypeArguments
- testIllegalCalc() - Method in class com.singularsys.exttests.field.FieldTest
-
Test 1/0 and 0/0 should either work or throw a JepException
- testImmutableComplex() - Method in class com.singularsys.jeptests.unit.standard.ComplexTest
- testImplicitMul() - Method in class com.singularsys.jeptests.system.JepTest
- testImport() - Method in class com.singularsys.jeptests.system.SerializationTest
-
Test passing serialized objects between two jep instances
- testImportation() - Method in class com.singularsys.jeptests.system.ThreadTest
- testIncrement() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testIncrement() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testInfinity() - Method in class com.singularsys.exttests.CleanerTest
- testInfinity() - Method in class com.singularsys.exttests.MathMLTest
- TestingVisitor - Class in com.singularsys.jep.walkers
-
A visitor than can test all nodes in a tree against a set of predicates.
- TestingVisitor(Predicate<Node>...) - Constructor for class com.singularsys.jep.walkers.TestingVisitor
-
Constructor with a set of Predicate to use in test
- TestingVisitorTest - Class in com.singularsys.jeptests.unit.walkers
-
Tests for the
TestingVisitor. - TestingVisitorTest() - Constructor for class com.singularsys.jeptests.unit.walkers.TestingVisitorTest
- testInitilisesFunctions() - Method in class com.singularsys.jeptests.unit.misc.FunctionSetTest
- testInsertOperator_Key_Operator_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testInsertOperator_Operator_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testIntro() - Method in class com.singularsys.exttests.autogen.LambdaDocTest
- testIntro() - Method in class com.singularsys.exttests.autogen.StructureDocTest
- testInverse() - Method in class com.singularsys.exttests.StatisticalTest
- testIsInfinityVal() - Method in class com.singularsys.exttests.TreeUtilsTest
- testIsIntegerVal() - Method in class com.singularsys.exttests.TreeUtilsTest
- testIsMinusOneVal() - Method in class com.singularsys.exttests.TreeUtilsTest
- testIsNanVal() - Method in class com.singularsys.exttests.TreeUtilsTest
- testIsNegativeVal() - Method in class com.singularsys.exttests.TreeUtilsTest
- testIsNull() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testIsOneVal() - Method in class com.singularsys.exttests.TreeUtilsTest
- testIsPositiveVal() - Method in class com.singularsys.exttests.TreeUtilsTest
- testIsZeroVal() - Method in class com.singularsys.exttests.TreeUtilsTest
- testIt() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testIterate() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testIterate() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testIterateFirst() - Method in class com.singularsys.exttests.StreamTest
- testIteratePercentage() - Method in class com.singularsys.exttests.StreamTest
- testItN() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testJavaIdentifierMatcher_matches_£é() - Method in class com.singularsys.jeptests.unit.configurableparser.matchers.IdentifierTokenMatcherTest
- testJepConfigParser() - Method in class com.singularsys.jeptests.system.SerializationTest
- testJepInstance(Jep, BufferedReader) - Method in class com.singularsys.jeptests.system.ExpressionEvalTest
- testJepInstance(Jep, String) - Method in class com.singularsys.jeptests.system.ExpressionEvalTest
-
Loads the file specified in fileName.
- testJepMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testJepStdParser() - Method in class com.singularsys.jeptests.system.SerializationTest
- testJexParser() - Method in class com.singularsys.jeptests.system.BugsTest
- testkeys() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testkeys() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testkeys() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testKeysIter() - Method in class com.singularsys.exttests.StreamDictTest
- testKeysIter() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testKeysIterNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testKeysToVbl() - Method in class com.singularsys.exttests.StreamDictTest.StandardStreamDictTest
- testKeysToVbl() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- testKeysToVbl() - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- testKeysToVbl() - Method in class com.singularsys.exttests.StreamDictTest
- testKeysVector() - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- testKummerExpansion() - Method in class com.singularsys.exttests.CleanerTest
- testLambdaFunctionDescriptions() - Method in class com.singularsys.exttests.LambdaFunTest
- testLambdaSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testLambdaSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testLambdaSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testLambdaSort() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testLambdaSort() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testLambdaSortUC() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testLambdaSortUC() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testLast() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testLastNone() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testLastOne() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testLatex() - Method in class com.singularsys.exttests.autogen.PrintingDocTest
- testLatex() - Method in class com.singularsys.jeptests.system.ModifiedParserTest
-
Tests a Latex like grammar
- testLazyLogical() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testLazyLogical() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testLazyLogical() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testLazyLogical() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testLazyLogical() - Method in class com.singularsys.exttests.RpTest
- testLazyLogical() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testLazyLogical() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testLazyLogical() - Method in class com.singularsys.jeptests.system.JepTest
- testLazyLogical2() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testLazyLogical2() - Method in class com.singularsys.exttests.RpTest
- testLazyLogical2() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testLazyLogical2() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testLazyLogical2() - Method in class com.singularsys.jeptests.system.JepTest
- testLazyLogicalBug() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testLazyLogicalBug() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testLazyLogicalBug() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testLazyLogicalBug() - Method in class com.singularsys.exttests.FieldDJepTest
- testLazyLogicalBug() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testLazyLogicalBug() - Method in class com.singularsys.exttests.RpTest
- testLazyLogicalBug() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testLazyLogicalBug() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testLazyLogicalBug() - Method in class com.singularsys.jeptests.system.JepTest
-
Test for bug with 1&&1&&1
- testLeft(Operator, Node) - Method in class com.singularsys.extensions.djep.DPrintVisitor
- testLeft(Operator, Node) - Method in class com.singularsys.jep.PrintVisitor
-
Test if brackets are necessary around left-hand side.
- testLightWeight() - Method in class com.singularsys.exttests.autogen.FastMatThreadRunnerTest
- testLightWeightComponentOperators() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
-
Advanced version using functions which implement JepComponent these should
- testLightWeightComponents() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
-
Ensures the lightWeightComponents are not null.
- testLightWeightComponentSetBasic() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
-
Basic version, all functions should be the same in both instances
- testLightweightInstance() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.AlternateFunctionsTest
- testLimit() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testLimit() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testLimit() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testLimit() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testLimit() - Method in class com.singularsys.exttests.StreamTest
- testLimitEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testLimitOne() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testLineNumbers() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testList() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testList() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testList() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testList() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testList() - Method in class com.singularsys.exttests.MathMLTest
-
Converts "[1,[2,3]]" to/from nested <list> elements.
- testList() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testList() - Method in class com.singularsys.exttests.StreamTest
- testListAccess() - Method in class com.singularsys.exttests.field.FieldTest
- testListAccess() - Method in class com.singularsys.exttests.FieldDJepTest
- testListAccess() - Method in class com.singularsys.exttests.RpTest
- testListAccess() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testListAccess() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testListAccess() - Method in class com.singularsys.jeptests.system.JepTest
- testListAccess() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testListAccess() - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- testListAccessShiftZero() - Method in class com.singularsys.exttests.field.FieldTest
- testListAccessShiftZero() - Method in class com.singularsys.exttests.FieldDJepTest
- testListAccessShiftZero() - Method in class com.singularsys.exttests.RpTest
- testListAccessShiftZero() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testListAccessShiftZero() - Method in class com.singularsys.jeptests.system.JepTest
- testListAccessShiftZero() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testListAccessShiftZero() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testListAccessShiftZero() - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- testListAndFun() - Method in class com.singularsys.jeptests.system.CPSeqOpTest
- testListExtra() - Method in class com.singularsys.exttests.field.FieldTest
- testListExtra() - Method in class com.singularsys.exttests.FieldDJepTest
- testListExtra() - Method in class com.singularsys.exttests.RpTest
- testListExtra() - Method in class com.singularsys.jeptests.system.JepTest
- testListExtra() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testListFunctions() - Method in class com.singularsys.exttests.field.FieldTest
- testListFunctions() - Method in class com.singularsys.exttests.FieldDJepTest
- testListFunctions() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testListFunctions() - Method in class com.singularsys.exttests.RpTest
- testListFunctions() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testListFunctions() - Method in class com.singularsys.jeptests.system.JepTest
- testListFunctions() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testListFunctions() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testListFunctions() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testListNull() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testListOperations() - Method in class com.singularsys.exttests.field.FieldTest
- testListOperations() - Method in class com.singularsys.exttests.FieldDJepTest
- testListOperations() - Method in class com.singularsys.exttests.RpTest
- testListOperations() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testListOperations() - Method in class com.singularsys.jeptests.system.JepTest
- testListOperations() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testListOperations() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testListOperations() - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- testListOrMapSize(Object, int) - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testListOrMapSize(Object, int) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testListPasingWithDouble() - Method in class com.singularsys.exttests.LambdaFunTest
- testListPasingWithDoubleSingleEle() - Method in class com.singularsys.exttests.LambdaFunTest
- testLocale() - Method in class com.singularsys.jeptests.system.MessagesTest
- testLog() - Method in class com.singularsys.exttests.MathMLTest
- testLog() - Method in class com.singularsys.exttests.RewriteTest
- testLog2() - Method in class com.singularsys.exttests.MathMLTest
- testLogarithm() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testLogarithm() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testLogarithm() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testLogarithm() - Method in class com.singularsys.jeptests.system.JepTest
- testLogarithm() - Method in class com.singularsys.jeptests.unit.functions.LogarithmTest
-
Tests the return value of log(NaN).
- testLogic() - Method in class com.singularsys.exttests.matrix.ComplexMatrixTest
- testLogical() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testLogical() - Method in class com.singularsys.exttests.matrix.RationalMatrixTest
- testLogical() - Method in class com.singularsys.exttests.MDJepTest
- testLogical() - Method in class com.singularsys.exttests.MRpeTest
- testLogical() - Method in class com.singularsys.exttests.XJepTest
- testLogical() - Method in class com.singularsys.exttests.XJepXAssignTest
- testLogical() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testLogical() - Method in class com.singularsys.jeptests.system.JepTest
- testLoopChained() - Method in class com.singularsys.exttests.StreamTest
- testLoopUnchained() - Method in class com.singularsys.exttests.StreamTest
- testMacro() - Method in class com.singularsys.exttests.DJepTest
- testMacroDiff() - Method in class com.singularsys.exttests.DJepTest
- testMacroFunction() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testMacroFunction() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testMacroFunction() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testMacroFunction() - Method in class com.singularsys.jeptests.system.JepTest
- testMakeEmptyVector() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMakeUnitVector() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMakeVector() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testManyVariables() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- testMap() - Method in class com.singularsys.exttests.LambdaFunTest
- testMapBinaryFun() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMapBinaryFun() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testMapBinaryFunUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMapBinaryLambda() - Method in class com.singularsys.exttests.LambdaFunTest
- testMapBinaryLambda() - Method in class com.singularsys.exttests.StreamTest
- testMapFold() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMapSin() - Method in class com.singularsys.exttests.LambdaFunTest
- testMapSin2() - Method in class com.singularsys.exttests.LambdaFunTest
- testMatchersMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testMath() - Method in class com.singularsys.exttests.MathMLTest
- testMathContext() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- testMathDTD() - Method in class com.singularsys.exttests.MathMLTest
-
Tests using the MathML 2.0 DTD.
- testMathNS() - Method in class com.singularsys.exttests.MathMLTest
-
Convert to/from mathml with a namespace (xmlns) attribute specified.
- testMathNSP() - Method in class com.singularsys.exttests.MathMLTest
-
Convert to/from mathml with a namespace (xmlns) attribute specified and a '"m" prefix for MathML elements.
- testMatNaN() - Method in class com.singularsys.exttests.matrix.BigDecimalBooleanMatrixTest
- testMatNaN() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testMatNaN() - Method in class com.singularsys.exttests.matrix.RationalMatrix2Test
- testMatNaN() - Method in class com.singularsys.exttests.matrix.RationalMatrixTest
- testMatrix() - Method in class com.singularsys.exttests.field.ExtendedFieldTest
- testMatrix() - Method in class com.singularsys.exttests.MathMLTest
-
Tests >matrix< element.
- testMatrix() - Method in class com.singularsys.jeptests.system.LineNumberingTest
- testMatrix() - Method in class com.singularsys.jeptests.unit.misc.LineNumberingTest
- testMatrix1x0() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMatrix1x2() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMatrix2x0() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMatrix2x1() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMatrix2x2() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMatrix2x4() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMatrix4x2() - Method in class com.singularsys.exttests.matrix.functions.MatrixListTest
- testMatrixArrayAccess() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testMatrixBitwise() - Method in class com.singularsys.exttests.field.ExtendedFieldTest
- testMatrixEquality() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testMatrixFunctions() - Method in class com.singularsys.exttests.MRpeTest
- testMatrixFunctions_with_lightWeightInstance() - Method in class com.singularsys.exttests.MRpeTest
- testMatrixListProcessor() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- testMatrixOperations() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- testMatrixOps() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testMatrixSetElement() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testMatZero() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testMax() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testMax() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMax() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testMax() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testMax() - Method in class com.singularsys.exttests.ChainedFunctionTest.XJepSetup
- testMax() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testMax() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testMax() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testMaxNone() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testMaxOne() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testMaxUC() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testMaxUC() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testMaxUnChained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMean() - Method in class com.singularsys.exttests.StreamTest
- testMeanParse() - Method in class com.singularsys.exttests.StatisticalTest
- testMediumWeightComponentSet() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
-
Advanced version using functions which implement JepComponent different instances should be used in each thread.
- testMemory() - Method in class com.singularsys.exttests.RewriteTest
- testMerge() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMerge() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testMerge() - Method in class com.singularsys.exttests.LambdaFunTest
- testMerge() - Method in class com.singularsys.exttests.StreamTest
- testMergeInfinite() - Method in class com.singularsys.exttests.StreamTest
- testMergeInfiniteL() - Method in class com.singularsys.exttests.StreamTest
- testMergeShortL() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMergeShortL() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testMergeShortL() - Method in class com.singularsys.exttests.LambdaFunTest
- testMergeShortL() - Method in class com.singularsys.exttests.StreamTest
- testMergeShortR() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMergeShortR() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testMergeShortR() - Method in class com.singularsys.exttests.LambdaFunTest
- testMergeShortR() - Method in class com.singularsys.exttests.StreamTest
- testMergeUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMergeUnchained() - Method in class com.singularsys.exttests.StreamTest
- testMessage() - Method in class com.singularsys.jeptests.unit.standard.ComplexTest
- testMessageIformat() - Method in class com.singularsys.jeptests.unit.standard.ComplexTest
- testMessageIstyle() - Method in class com.singularsys.jeptests.unit.standard.ComplexTest
- testMid(Operator, Node) - Method in class com.singularsys.extensions.djep.DPrintVisitor
- testMid(Operator, Node) - Method in class com.singularsys.jep.PrintVisitor
-
Test if brackets are needed around a middle argument
x + (y) + z - testMigrate() - Method in class com.singularsys.exttests.CleanerTest
- testMigrate() - Method in class com.singularsys.exttests.MatrixCleanerTest
- testMin() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testMin() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testMin() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testMin() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testMin() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testMin() - Method in class com.singularsys.exttests.LambdaFunTest
- testMin() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testMinEmptyThrowException() - Method in class com.singularsys.exttests.LambdaFunTest
- testMinOne() - Method in class com.singularsys.exttests.LambdaFunTest
- testMinUC() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testMinUC() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testMinus() - Method in class com.singularsys.exttests.CleanerTest
- testMinus() - Method in class com.singularsys.exttests.MathMLTest
- testMinus() - Method in class com.singularsys.exttests.MatrixCleanerTest
- testMiscMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testMismatched_returns_null() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testMixedFunctions() - Method in class com.singularsys.exttests.field.ComplexFieldTest.MixedComplexFunctionTableTest
- testMod() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testMonomial() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testMRpeEval() - Method in class com.singularsys.exttests.MRpeTest
-
Tests basic operation of the RpEval class.
- testMRpSurf() - Method in class com.singularsys.exttests.MRpeTest
- testMul() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- testMul() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testMul() - Method in class com.singularsys.exttests.MRpeTest
- testMul() - Method in class com.singularsys.jeptests.unit.standard.ComplexTest
-
Tests the mul method
- testMultiDimArray() - Method in class com.singularsys.exttests.field.FieldTest
- testMultiDimArray() - Method in class com.singularsys.exttests.FieldDJepTest
- testMultiDimArray() - Method in class com.singularsys.exttests.RpTest
- testMultiDimArray() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testMultiDimArray() - Method in class com.singularsys.jeptests.system.JepTest
- testMultiDimArray() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testMultiDimArray() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testMultiDimArrayAccess() - Method in class com.singularsys.jeptests.system.CPTest
- testMultiDimArrayAccess() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testMultiDimArrayAccessShiftZero() - Method in class com.singularsys.jeptests.system.CPTest
- testMultiDimArrayAccessShiftZero() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testMultiDimArrayPrint() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testMultiDimArrayPrint() - Method in class com.singularsys.jeptests.system.CPTest
- testMultiDimArrayShiftZero() - Method in class com.singularsys.exttests.field.FieldTest
- testMultiDimArrayShiftZero() - Method in class com.singularsys.exttests.FieldDJepTest
- testMultiDimArrayShiftZero() - Method in class com.singularsys.exttests.RpTest
- testMultiDimArrayShiftZero() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testMultiDimArrayShiftZero() - Method in class com.singularsys.jeptests.system.JepTest
- testMultiDimArrayShiftZero() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testMultiDimArrayShiftZero() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testMultiLine() - Method in class com.singularsys.jeptests.system.JepTest
- testMultiLine() - Method in class com.singularsys.jeptests.system.LineNumberingTest
- testMultiLine() - Method in class com.singularsys.jeptests.unit.misc.LineNumberingTest
- testMultiLineComments() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testMultiLineLoop() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests use of TreeAnalyzer to work out the order of expressions.
- testMultiLineWhiteSpace() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testMultipleArgs() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- testMultipleArgs() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecMulTest
- testMultipleArgsString() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- testMultipleArgsWithScale() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- testMultipleArgsWithScale() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecMulTest
- testMultipleDeclarations() - Method in class com.singularsys.exttests.MathMLTest
-
Tests conversion of multiple <declare> elements.
- testMultiplyBoth() - Method in class com.singularsys.exttests.RewriteTest
- testMultiplyBug() - Method in class com.singularsys.jeptests.system.JepTest
- testMultLineString() - Method in class com.singularsys.jeptests.system.ModifiedParserTest
-
Test for string constants which can be broken over multiple lines.
- testMutableDouble() - Method in class com.singularsys.jeptests.unit.misc.BoundVariableTest
- testNamesWithSpaces() - Method in class com.singularsys.jeptests.system.BugsTest
- testNaN() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testNaN() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testNaN() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testNaN() - Method in class com.singularsys.exttests.MathMLTest
- testNaN() - Method in class com.singularsys.exttests.RpTest
- testNaN() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testNaN() - Method in class com.singularsys.jeptests.system.JepTest
- testNaryBinary() - Method in class com.singularsys.jeptests.unit.functions.NaryBinaryTest
- testNaryBinaryInstanceOf() - Method in class com.singularsys.jeptests.unit.functions.FunctionFromLambdaTest
- testNaryBinaryInstanceOfWithMethodReference() - Method in class com.singularsys.jeptests.unit.functions.FunctionFromLambdaTest
- testNaturalLogarithm() - Method in class com.singularsys.jeptests.unit.functions.NaturalLogarithmTest
-
Tests the return value of log(NaN).
- testNaturalSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testNaturalSortEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testNeg() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- testNeg() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testNegInfinityJX() - Method in class com.singularsys.exttests.MathMLTest
- testNegInfinityXJ() - Method in class com.singularsys.exttests.MathMLTest
- testNegZero() - Method in class com.singularsys.exttests.CleanerTest
- testNeq() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testNoAssign() - Method in class com.singularsys.jeptests.system.JepTest
- testNoComplex() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testNodeFactoryMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testNormal() - Method in class com.singularsys.exttests.StatisticalTest
- testNSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testNSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testNSort() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testNSort() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testNSort() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testNSortUC() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testNSortUC() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testNull() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testNull() - Method in class com.singularsys.exttests.RpTest
- testNull() - Method in class com.singularsys.exttests.XJepTest
- testNull() - Method in class com.singularsys.exttests.XJepXAssignTest
- testNull() - Method in class com.singularsys.jeptests.system.JepTest
- testNull() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testNull() - Method in class com.singularsys.jeptests.system.PostfixEvalTest
- testNull() - Method in class com.singularsys.jeptests.system.UncheckedEvalTest
- testNullaryInstanceOf() - Method in class com.singularsys.jeptests.unit.functions.FunctionFromLambdaTest
- testNullLogical() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testNullSafeEquals() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testNullValuedVariable() - Method in class com.singularsys.jeptests.system.BugsTest
-
Test for new setTrapUnsetValues method.
- testNullWrap() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testNullWrapBigDec() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testNullWrapMin() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testNumberAndComplex() - Method in class com.singularsys.exttests.matrix.DoubleComplexFieldMatrixTest
- testNumberAsBooleanLogical() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testNumberAsBooleanLogical() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testNumberAsBooleanLogical() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testNumberAsBooleanLogical() - Method in class com.singularsys.exttests.FieldDJepTest
- testNumberAsBooleanLogical() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testNumberAsBooleanLogical() - Method in class com.singularsys.jeptests.system.JepTest
- testNumberOfUniquePrimeFactors() - Method in class com.singularsys.exttests.StreamTest
- testNumbers() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testNumbers() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testNumbers() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testNumbers() - Method in class com.singularsys.jeptests.system.JepTest
- testNumbers() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- testNumbers() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- testNumbersAsStrings() - Method in class com.singularsys.jeptests.system.BugsTest
- testNumParam() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testNumParam() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testNumParam() - Method in class com.singularsys.jeptests.system.JepTest
- testObjectFieldAccessor() - Method in class com.singularsys.jeptests.unit.misc.BoundVariableTest
- testObjectVariableFactory() - Method in class com.singularsys.jeptests.unit.misc.BoundVariableTest
- testOpEquals() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testOpEquals() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testOperationsOn1DMap() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testOperationsOn1DSet() - Method in class com.singularsys.exttests.field.FieldDictTest
- testOperationsOn1DSet() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testOperationsOnMatrix() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testOperationsOnMatrix() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testOperationsOnNestedSet() - Method in class com.singularsys.exttests.field.FieldDictTest
- testOperationsOnNestedSet() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testOperationsOnSet() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testOperatorMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testOperatorPrecedence() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testOperatorPrecedence() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testOperatorsAsFunctions() - Method in class com.singularsys.jeptests.system.ModifiedParserTest
- testOperatorsExists() - Method in class com.singularsys.exttests.MathMLTest
-
Tests that every jep operator will be converted to mathml.
- testOperatorTable() - Method in class com.singularsys.exttests.FieldDJepTest
- testOperatorTable() - Method in class com.singularsys.exttests.XJepTest
- testOperatorTable() - Method in class com.singularsys.exttests.XJepXAssignTest
- testOperatorTables() - Method in class com.singularsys.exttests.XLightWeightComponentSetTest
- testOperatorTables() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- testOverlappingNames() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Tests if we have a conflict between OR and ORGANIZE
- testOverloadedFunctionByStructure() - Method in class com.singularsys.jeptests.unit.misc.overloadedfunctions.OverloadResolverTest
- testOverridesPreExistingFunction() - Method in class com.singularsys.jeptests.unit.misc.FunctionSetTest
- testPaddingListProcessor() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- testParseDouble() - Method in class com.singularsys.exttests.field.FieldDictTest.MyStringFieldTest
- testParseDouble() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testParseEmpty() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testParseException() - Method in class com.singularsys.jeptests.system.JepTest
-
Tests whether a parse exceptions are thrown when they should be.
- testParserMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testParseSingle() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testParseSingleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testParseSingleNoVal() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNoNullTest
- testPercent() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Tests the suffix % operation
- testPFMCFilter() - Method in class com.singularsys.exttests.StreamTest
- testPFMCSort() - Method in class com.singularsys.exttests.StreamTest
- testPi() - Method in class com.singularsys.exttests.LambdaFunTest
- testPi() - Method in class com.singularsys.exttests.MathMLTest
- testPlusPlus() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testPlusPlus() - Method in class com.singularsys.jeptests.system.JepTest
- testPolyDiffSimp() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testPolySigns() - Method in class com.singularsys.exttests.PolynomialCreatorTest
-
Check that it does not create a polynomial like x+-y =
- testPolySimp() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testPolySimp2() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testPostfixBug() - Method in class com.singularsys.jeptests.system.PostfixEvalTest
- testPostfixEvaluator() - Method in class com.singularsys.jeptests.system.ExpressionEvalTest
- testPow() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- testPower() - Method in class com.singularsys.jeptests.unit.standard.ComplexTest
-
Tests the power method
- testPowerSuffixOps() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testPrefixOperators() - Method in class com.singularsys.jeptests.system.BugsTest
- testPrimeFactors() - Method in class com.singularsys.exttests.StreamTest
- testPrimes() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testPrimes() - Method in class com.singularsys.exttests.StructureTest
- testPrimesPFMC() - Method in class com.singularsys.exttests.StreamTest.PrimeStreamTest
- testPrimeSupliers() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testPrint() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testPrint() - Method in class com.singularsys.exttests.XJepTest
- testPrint() - Method in class com.singularsys.exttests.XJepXAssignTest
- testPrintDouble() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- testPrintDouble() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testPrintDouble() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testPrintRationalDiv() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testPrintRewriteRules() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- testPrintVisitorMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testPureFunctions() - Method in class com.singularsys.exttests.field.ComplexFieldTest.PureComplexFunctionTableTest
- testPut() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testPut() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testPutNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testPutNullToString(Object) - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- testPutNullToString(Object) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testPutNullToString(Object) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNullTest
- testPutNullToString(Object) - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testQuadratic() - Method in class com.singularsys.exttests.MathMLTest
-
Conversions of "x^2+4*x+4==0"
- testQuadraticRoot() - Method in class com.singularsys.exttests.MathMLTest
-
Converts "x==(-b-sqrt(b^2.0-4.0*a*c))/(2.0*a)" to-from mathml.
- testQuadraticToPresentation() - Method in class com.singularsys.exttests.MathMLTest
-
This test is only run if LOCAL_STYLESHEETS_DIR is not null and the mmlctop2_0.xsl style sheet from http://www.orcca.on.ca/MathML/software/mmlctop2_0.zip stylesheet is installed there.
- testRange() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testRange() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testRange() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testRange() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testRange() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testRange() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testRangeMap() - Method in class com.singularsys.exttests.StreamTest
- testRangeParsing() - Method in class com.singularsys.exttests.LambdaFunTest
- testRational() - Method in class com.singularsys.exttests.field.FieldSqrtTest
- testRationalFieldRange() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testRationalFieldRange() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testRationalFunctionTable() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testRationalRound() - Method in class com.singularsys.exttests.field.RationalTest
- testRationalValue() - Method in class com.singularsys.exttests.matrix.RationalMatrixTest
- testRead() - Method in class com.singularsys.jeptests.system.SerializationTest
-
Reads from a stream which contains a serialised version of jep and an expression
- testRealConfig() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testRealEvaluatorMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testReals() - Method in class com.singularsys.jeptests.system.ExpressionEvalTest
- testRecip() - Method in class com.singularsys.jeptests.unit.standard.ComplexTest
- testRecursiveLambda() - Method in class com.singularsys.exttests.LambdaFunTest
- testRecursiveMacroFunction() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testRecursiveMacroFunction() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testRecursiveMacroFunction() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testRecursiveMacroFunction() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testRecursiveMacroFunction() - Method in class com.singularsys.exttests.RpTest
- testRecursiveMacroFunction() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testRecursiveMacroFunction() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testRecursiveMacroFunction() - Method in class com.singularsys.jeptests.system.JepTest
- testReduce() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testReduce() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testReduce() - Method in class com.singularsys.exttests.LambdaFunTest
- testReduce() - Method in class com.singularsys.exttests.StreamTest
- testReduce2() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testReduce2Empty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testReduce2Single() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testReduceEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testReduceEmpty() - Method in class com.singularsys.exttests.StreamTest
- testReduceMax() - Method in class com.singularsys.exttests.StreamTest
- testReduceMaxEmpty() - Method in class com.singularsys.exttests.StreamTest
- testReduceNone() - Method in class com.singularsys.exttests.LambdaFunTest
- testReduceOne() - Method in class com.singularsys.exttests.StreamTest
- testReduceSingle() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testReentrant() - Method in class com.singularsys.exttests.XJepTest
- testReentrant() - Method in class com.singularsys.exttests.XJepXAssignTest
- testRegExpOp() - Method in class com.singularsys.jeptests.system.BugsTest
- testRelnXJ() - Method in class com.singularsys.exttests.MathMLTest
-
Tests parsing of deprecated <reln> element.
- testRemove() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testRemove() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testRemoveAllHook() - Method in class com.singularsys.jeptests.unit.walkers.HookRemoverTest
- testRemoveHook() - Method in class com.singularsys.jeptests.unit.walkers.HookRemoverTest
- testRemoveHookwithValue() - Method in class com.singularsys.jeptests.unit.walkers.HookRemoverTest
- testRemoveNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testRemoveOperator_Key() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testRemoveOperator_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testRentrantParser() - Method in class com.singularsys.jeptests.unit.misc.parallelparsing.ConcurrentVariableTableTest
- testReplaceGrammarMatcher() - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- testReplaceOperator_Key_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testReplaceOperator_Operator_Operator() - Method in class com.singularsys.jeptests.unit.EmptyOperatorTableTest
- testResolveOverloadedFunctions() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testResolveOverloadedOperator() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testResultType() - Method in class com.singularsys.exttests.MRpeTest
- testRewrite() - Method in class com.singularsys.exttests.ExtDocsTest
- testRewrite() - Method in class com.singularsys.exttests.RewriteTest
- testRewrite2() - Method in class com.singularsys.exttests.ExtDocsTest
- testRight(Operator, Node) - Method in class com.singularsys.extensions.djep.DPrintVisitor
- testRight(Operator, Node) - Method in class com.singularsys.jep.PrintVisitor
-
Tests if brackets are necessary around the RHS child of an operator.
- testRint() - Method in class com.singularsys.jeptests.unit.functions.RoundTest
- testRoot() - Method in class com.singularsys.exttests.MathMLTest
-
"sqrt(x)" is converted to from <apply><root/><ci>x</ci></apply>
- testRound() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- testRoundBD() - Method in class com.singularsys.jeptests.unit.functions.RoundTest
- testRoundBDhalfEven() - Method in class com.singularsys.jeptests.unit.functions.RoundTest
- testRoundCeil() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- testRoundDown() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- testRoundFloor() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- testRoundHalfDown() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- testRoundHalfEven() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- testRoundHalfUp() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- testRounding() - Method in class com.singularsys.jeptests.unit.functions.RIntTest
- testRounding() - Method in class com.singularsys.jeptests.unit.functions.RoundTest
- testRoundUP() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRoundTest
- testRp() - Method in class com.singularsys.exttests.MRpeTest
- testRpAllDim() - Method in class com.singularsys.exttests.MRpeTest
- testRpEval() - Method in class com.singularsys.exttests.ExtExpressionEvalTest
- testRpEval() - Method in class com.singularsys.exttests.RpTest
-
Tests basic operation of the RpEval class.
- testRpSurf() - Method in class com.singularsys.exttests.MRpeTest
- testRpSurf() - Method in class com.singularsys.exttests.RpTest
- testRSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testRSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testRSort() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testRSort() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testRSort() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testRSortUC() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testRSortUC() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testScan() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testSelector() - Method in class com.singularsys.exttests.MathMLTest
-
Tests a selector element for array indexing
- testSemantics() - Method in class com.singularsys.exttests.MathMLTest
-
Tests parsing of mathml inside a <semantics> element.
- testSemiColon() - Method in class com.singularsys.jeptests.system.JepTest
- testSemiColon() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testSemiColon2() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testSendTo() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testSendTo() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testSendTo() - Method in class com.singularsys.exttests.LambdaFunTest
- testSendTo() - Method in class com.singularsys.exttests.MatrixLambdaFunTest
- testSequence() - Method in class com.singularsys.exttests.StructureTest
- testSequence2() - Method in class com.singularsys.exttests.StructureTest
-
Sequences where there is no final separator.
- testSerializableExpression() - Method in class com.singularsys.jeptests.system.SerializationTest
-
Test passing serialized objects between two jep instances
- testSerialize() - Method in class com.singularsys.exttests.autogen.FastMatThreadRunnerTest
- testSetAllowStrings() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- testSetAllowUndeclared() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testSetAllowUndeclared() - Method in class com.singularsys.exttests.RpTest
- testSetAllowUndeclared() - Method in class com.singularsys.jeptests.system.BugsTest
-
Tests bug [ 1585128 ] setAllowUndeclared does not work!!!
- testSetAllowUndeclared() - Method in class com.singularsys.jeptests.system.JepTest
-
Tests whether allowUndeclared is working properly.
- testSetAllowUndeclared() - Method in class com.singularsys.jeptests.system.NullWrapTest
-
Overridden as undeclared variable indistinguishable from null.
- testSetAllowUndeclared() - Method in class com.singularsys.jeptests.system.PostfixEvalTest
- testSetAllowUndeclared() - Method in class com.singularsys.jeptests.system.UncheckedEvalTest
- testSetEle() - Method in class com.singularsys.exttests.MRpeTest
- testSetGetMode() - Method in class com.singularsys.jeptests.unit.PrintVisitorTest
- testSetIndexShift0() - Method in class com.singularsys.exttests.examples.DJepConsoleTest
- testSetIndexShift0() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- testSetIndexShift0() - Method in class com.singularsys.exttests.examples.MathMLConsoleTest
- testSetIndexShift0() - Method in class com.singularsys.exttests.examples.RpEvalConsoleTest
- testSetIndexShift0() - Method in class com.singularsys.exttests.examples.XJepConsoleTest
- testSetIndexShift0() - Method in class com.singularsys.jeptests.system.examples.ConsoleTest
- testSetIndexShift0() - Method in class com.singularsys.jeptests.system.examples.PrefixDumperConsoleTest
- testSetIndexShift0() - Method in class com.singularsys.jeptests.system.examples.PrintConsoleTest
- testSetIndexShift1() - Method in class com.singularsys.exttests.examples.DJepConsoleTest
- testSetIndexShift1() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- testSetIndexShift1() - Method in class com.singularsys.exttests.examples.MathMLConsoleTest
- testSetIndexShift1() - Method in class com.singularsys.exttests.examples.RpEvalConsoleTest
- testSetIndexShift1() - Method in class com.singularsys.exttests.examples.XJepConsoleTest
- testSetIndexShift1() - Method in class com.singularsys.jeptests.system.examples.ConsoleTest
- testSetIndexShift1() - Method in class com.singularsys.jeptests.system.examples.PrefixDumperConsoleTest
- testSetIndexShift1() - Method in class com.singularsys.jeptests.system.examples.PrintConsoleTest
- testSetInJepConstructor() - Method in class com.singularsys.jeptests.unit.misc.FunctionSetTest
- testSettingGettingVariableDimensions() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- testSetUp() - Method in class com.singularsys.exttests.autogen.LambdaSetupTest
- testSetUp() - Method in class com.singularsys.exttests.autogen.LambdaSimpleTest
- testSetupPreprocess_functions_using_default_constructor() - Method in class com.singularsys.exttests.XJepTest
- testSetupPreprocess_functions_using_xjep_constructor() - Method in class com.singularsys.exttests.XJepTest
- testSetVar() - Method in class com.singularsys.exttests.MRpeTest
- testSetVariableDimensionsAndOperation() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- testSetXJ() - Method in class com.singularsys.exttests.MathMLTest
-
Tests parsing of >set< element.
- testShallowCopy() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- testShuntingYardMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testSimp() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testSimple() - Method in class com.singularsys.jeptests.system.LineNumberingTest
- testSimple() - Method in class com.singularsys.jeptests.unit.misc.LineNumberingTest
- testSimpleEquals() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testSimpleSum() - Method in class com.singularsys.exttests.field.IntegerFieldTest
- testSimpleSum() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testSimpleSum() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testSimpleSum() - Method in class com.singularsys.jeptests.system.JepTest
- testSimpleVector() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testSimplification() - Method in class com.singularsys.exttests.CleanerTest
- testSimplifyDiff() - Method in class com.singularsys.exttests.examples.ExtensionConsoleTest
- testSin() - Method in class com.singularsys.exttests.MathMLTest
- testSingleArgFun() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Tests mathematical style "cos pi" functions without brackets.
- testSize() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testSize() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testSize() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testSize() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testSize() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testSizes() - Method in class com.singularsys.jeptests.system.SerializationTest
- testSkip() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testSkip() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testSkip() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testSkip() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testSkip() - Method in class com.singularsys.exttests.StreamTest
- testSkipEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testSkipOne() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testSlope() - Method in class com.singularsys.jeptests.system.BugsTest
- testSolve() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testSort() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testSort() - Method in class com.singularsys.exttests.LambdaFunTest
- testSort() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testSort() - Method in class com.singularsys.exttests.StreamTest
- testSort2() - Method in class com.singularsys.exttests.LambdaFunTest
- testSortEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testSortEmpty() - Method in class com.singularsys.exttests.StreamTest
- testSource() - Method in class com.singularsys.exttests.StreamTest
- testSpecialCommands(String) - Method in class com.singularsys.extexamples.consoles.DJepConsole
- testSpecialCommands(String) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- testSpecialCommands(String) - Method in class com.singularsys.extexamples.consoles.FieldConsole
- testSpecialCommands(String) - Method in class com.singularsys.extexamples.consoles.MatrixConsole
- testSpecialCommands(String) - Method in class com.singularsys.jepexamples.consoles.BigDecimalConsole
- testSpecialCommands(String) - Method in class com.singularsys.jepexamples.consoles.Console
-
Checks for special commands.
- testSpecialCommands(String) - Method in class com.singularsys.jepexamples.consoles.PrefixDumperConsole
- testSpecialFunctions() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testSpecialFunctions() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testSpecialFunctions() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testSpecialFunctions() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testSpecialFunctions() - Method in class com.singularsys.exttests.MRpSerializationTest
- testSpecialFunctions() - Method in class com.singularsys.exttests.RpSerializationTest
- testSpecialFunctions() - Method in class com.singularsys.exttests.RpTest
- testSpecialFunctions() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testSpecialFunctions() - Method in class com.singularsys.jeptests.system.JepTest
- testSpecialFunctions() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType
- testSpecialFunctions() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testSpecialFunctions(boolean, boolean) - Method in class com.singularsys.exttests.RpSerializationTest
- testSpecialFunctions(boolean, boolean) - Method in class com.singularsys.jeptests.system.JepTest
- testSphereVolume() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testSphereVolume() - Method in class com.singularsys.exttests.StreamTest
- testSqrt() - Method in class com.singularsys.exttests.MathMLTest
- testStackCorruption() - Method in class com.singularsys.jeptests.system.BugsTest
-
Uses a special evaluator to check for stack errors
- testStandard() - Method in class com.singularsys.jeptests.system.ExpressionEvalTest
- testStandardEvaluatorMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testStatistical() - Method in class com.singularsys.exttests.ExtDocsTest
- testStreamMax() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testStreamMax() - Method in class com.singularsys.exttests.StreamTest
- testStreamMin() - Method in class com.singularsys.exttests.StreamTest.StreamWithBigIntegersTest
- testStreamMin() - Method in class com.singularsys.exttests.StreamTest
- testStreamMinEmptyThrowException() - Method in class com.singularsys.exttests.StreamTest
- testStreamMinOne() - Method in class com.singularsys.exttests.StreamTest
- testStreamMinWitDefault() - Method in class com.singularsys.exttests.StreamTest
- testStreamTerminalMinMax() - Method in class com.singularsys.exttests.StreamTest
- testStreamTerminalMinMaxEmptyThrowsException() - Method in class com.singularsys.exttests.StreamTest
- testStreamTerminalMinMaxOne() - Method in class com.singularsys.exttests.StreamTest
- testStringNumber() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- testStringRep() - Method in class com.singularsys.jeptests.system.SerializationTest
- testStrings() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testStrings() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testStrings() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testStrings() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testStrings() - Method in class com.singularsys.exttests.RpTest
- testStrings() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testStrings() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testStrings() - Method in class com.singularsys.jeptests.system.JepTest
- testStrings() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testStrings() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecAddTest
- testStrings() - Method in class com.singularsys.jeptests.unit.bigdecimal.functions.BigDecRelationalTest
- testStringsFun() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testStringsFun() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testStringsFun() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testStringsFun() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testStringsFun() - Method in class com.singularsys.exttests.RpTest
- testStringsFun() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testStringsFun() - Method in class com.singularsys.jeptests.system.JepTest
- testStringsFun() - Method in class com.singularsys.jeptests.system.RealEvalTest
- testStringToStream() - Method in class com.singularsys.exttests.StreamTest.StreamWithCharacterTest
- testStringToStreamToString() - Method in class com.singularsys.exttests.StreamTest.StreamWithCharacterTest
- testSub() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- testSub() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testSub() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testSub() - Method in class com.singularsys.exttests.XJepTest
- testSub() - Method in class com.singularsys.exttests.XJepXAssignTest
- testSubstitute_in_loop() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- testSubstituteNodeNode() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- testSubstituteNodeNodeArray() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- testSubstituteNodeStringArrayNodeArray() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- testSubstituteNodeStringArrayObjectArray() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- testSubstituteNodeStringArrayStringArray() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- testSubstituteNodeStringNode() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- testSubstituteNodeStringObject() - Method in class com.singularsys.jeptests.unit.walkers.SubstitutionVisitorTest
- testSuffix() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Test a combination of suffix operations
- testSuffixArrayAccess() - Method in class com.singularsys.jeptests.system.ModifiedParserTest
- testSum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testSum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testSum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedRationalFieldTests
- testSum() - Method in class com.singularsys.exttests.LambdaFunTest.ComplexFieldTests
- testSum() - Method in class com.singularsys.exttests.LambdaFunTest.RationalFieldTests
- testSum() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testSum() - Method in class com.singularsys.exttests.StreamTest
- testSumEmpty() - Method in class com.singularsys.exttests.StreamTest
- testSumUC() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableRationalFieldTests
- testSumUC() - Method in class com.singularsys.exttests.StreamTest.StreamRationalFieldTests
- testSupplier() - Method in class com.singularsys.exttests.StreamTest.PrimeStreamTest
- testSwitch() - Method in class com.singularsys.exttests.field.ComplexFieldTest
- testSwitch() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testSwitch() - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- testSwitch() - Method in class com.singularsys.exttests.RpTest
- testSwitch() - Method in class com.singularsys.jeptests.system.JepTest
- testSwitch_basic() - Method in class com.singularsys.exttests.matrix.functions.MatrixSwitchTest
- testSwitch_with_matching_vector_arguments() - Method in class com.singularsys.exttests.matrix.functions.MatrixSwitchTest
- testSwitch_with_mismatching_vector_arguments() - Method in class com.singularsys.exttests.matrix.functions.MatrixSwitchTest
- testSymbolicAndLambda() - Method in class com.singularsys.exttests.LambdaFunTest
- testSymbolicAssign() - Method in class com.singularsys.exttests.XJepXAssignTest
- testTaylor() - Method in class com.singularsys.exttests.RewriteTest
- testTerminal() - Method in class com.singularsys.exttests.LambdaFunTest
- testTerminalNaryBinary() - Method in class com.singularsys.exttests.LambdaFunTest
- testTerminalNaryBinaryEmpty() - Method in class com.singularsys.exttests.LambdaFunTest
- testTerminalNaryBinarySingle() - Method in class com.singularsys.exttests.LambdaFunTest
- testTerminalNaryBinaryWithStart() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testTerminalNaryBinaryWithStartEmpty() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testTerminalNaryBinaryWithStartEmpty() - Method in class com.singularsys.exttests.LambdaFunTest
- testTerminalNaryBinaryWithStartOne() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testTerminalNaryBinaryWithStartSingle() - Method in class com.singularsys.exttests.LambdaFunTest
- testTernary() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testTernary() - Method in class com.singularsys.jeptests.system.NullWrapTest
- testThreads() - Method in class com.singularsys.jeptests.system.ThreadTest
- testThreadSafeEvaluator() - Method in class com.singularsys.jeptests.system.ThreadTest
- testThreeArguments() - Method in class com.singularsys.exttests.CleanerTest
-
Simplification fails when an operator with three arguments is supplied.
- testTMul() - Method in class com.singularsys.exttests.StreamTest
- testToArray() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testToBase() - Method in class com.singularsys.jeptests.system.BugsTest
- testToBase() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Test the various type conversion functions.
- testToChar() - Method in class com.singularsys.exttests.StreamTest.StreamWithCharacterTest
- testToCoefficientArray() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testTokenizerMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testTokens() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
-
Tests individual tokens
- testTotalOrder() - Method in class com.singularsys.exttests.PolynomialCreatorTest
-
The total ordering of monomials/polynomials mean that terms are rearranged.
- testTrace() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testTrans() - Method in class com.singularsys.exttests.matrix.MatrixTest
- testTranspose() - Method in class com.singularsys.exttests.matrix.MatrixFieldBaseTest
- testTreeBuild() - Method in class com.singularsys.exttests.XJepTest
- testTreeBuild() - Method in class com.singularsys.exttests.XJepXAssignTest
- testTSum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testTSum() - Method in class com.singularsys.exttests.StreamTest
- testTSumArray() - Method in class com.singularsys.exttests.StreamTest
- testTSumEmpty() - Method in class com.singularsys.exttests.StreamTest
- testTSumOne() - Method in class com.singularsys.exttests.StreamTest
- testTSumUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testTwoArgMap() - Method in class com.singularsys.exttests.StreamTest
- testTwoString() - Method in class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- testUminus() - Method in class com.singularsys.exttests.MathMLTest
- testUminusPower() - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- testUminusPower() - Method in class com.singularsys.exttests.field.RationalFieldTest
- testUminusPower() - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- testUminusPower() - Method in class com.singularsys.jeptests.system.JepTest
- testUnary(PostfixMathCommand, double, double) - Static method in class com.singularsys.jeptests.unit.functions.Utilities
-
Utility method for testing unary methods
- testUnary(PostfixMathCommand, Object, Object) - Static method in class com.singularsys.jeptests.unit.functions.Utilities
- testUnaryInstanceOf() - Method in class com.singularsys.jeptests.unit.functions.FunctionFromLambdaTest
- testUndecVar() - Method in class com.singularsys.exttests.MRpeTest
- testUndecVar() - Method in class com.singularsys.exttests.XJepTest
- testUndecVar() - Method in class com.singularsys.exttests.XJepXAssignTest
- testUnicodeIdentifierMatcher_matches_é() - Method in class com.singularsys.jeptests.unit.configurableparser.matchers.IdentifierTokenMatcherTest
- testUniquePrimeFactors() - Method in class com.singularsys.exttests.StreamTest
- testUnitaryPlusBug() - Method in class com.singularsys.exttests.CleanerTest
- testUnitaryPlusBug() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- testUnsetDimension() - Method in class com.singularsys.exttests.MRpeTest
-
Using a non matrix compatible set of operators/functions.
- testUpperCaseOperator() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
-
Tests case-insensitive operator names AND, And, and.
- testUseWithJep() - Method in class com.singularsys.jeptests.unit.functions.FunctionFromLambdaTest
- testValues() - Method in class com.singularsys.exttests.matrix.MatrixDictListTest
- testValues() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testValues() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testValuesIter() - Method in class com.singularsys.exttests.StreamDictTest
- testValuesIter() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
- testValuesIterNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testValuesNull() - Method in class com.singularsys.exttests.matrix.MatrixDictMapTest
- testValuesNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- testValuesNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNullTest
- testValuesNull() - Method in class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
- testValuesToSum() - Method in class com.singularsys.exttests.StreamDictTest.StandardStreamDictTest
- testValuesToSum() - Method in class com.singularsys.exttests.StreamDictTest.StreamFieldDictTest
- testValuesToSum() - Method in class com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- testValuesToSum() - Method in class com.singularsys.exttests.StreamDictTest
- testVarHasEquation() - Method in class com.singularsys.exttests.XJepXAssignTest
-
Test changed in extension 2.1.
- testVariableMatrix() - Method in class com.singularsys.exttests.MRpeTest
- testVariableMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testVariableReuse() - Method in class com.singularsys.exttests.XJepTest
- testVariableReuse() - Method in class com.singularsys.exttests.XJepXAssignTest
- testVariableShifter() - Method in class com.singularsys.exttests.RewriteTest
- testVariableTable() - Method in class com.singularsys.jeptests.system.SerializationTest
- testVariableTableSubscriber() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- testVariableTableUnSubscriber() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- testVarInEqn() - Method in class com.singularsys.exttests.XJepTest
- testVarInEqn() - Method in class com.singularsys.exttests.XJepXAssignTest
- testVector() - Method in class com.singularsys.exttests.MathMLTest
-
Tests >vector< element.
- testVectorExpressionBug_Version_3_30() - Method in class com.singularsys.jeptests.system.BugsTest
- testVectorOperations() - Method in class com.singularsys.exttests.matrix.DimensionVisitorTest
- testVn() - Method in class com.singularsys.exttests.MRpeTest
- testVSqrt() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testVSqrt() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- testVSqrtUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testVSum() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testVSum() - Method in class com.singularsys.exttests.StreamTest
- testVSum() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- testVSumEmptyThrowsException() - Method in class com.singularsys.exttests.StreamTest
- testVSumUnchained() - Method in class com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- testWalkerMessages() - Method in class com.singularsys.jeptests.system.MessagesTest
- testWhile() - Method in class com.singularsys.exttests.StreamTest
- testWhile() - Method in class com.singularsys.exttests.StructureTest
- testWhileEmpty() - Method in class com.singularsys.exttests.StreamTest
- testWrite() - Method in class com.singularsys.jeptests.system.SerializationTest
- testX2Y() - Method in class com.singularsys.jeptests.system.ExtendedParserTest
- testX2Y() - Method in class com.singularsys.jeptests.system.JepTest
- testXFunctionTable_with_decorator_constructor() - Method in class com.singularsys.exttests.XJepTest
- testXHTML() - Method in class com.singularsys.exttests.MathMLTest
-
Parses mathml embedded in an xhtml document.
- testXHTML2() - Method in class com.singularsys.exttests.MathMLTest
-
Parses mathml embedded in an xhtml document.
- testXJepPreprocess() - Method in class com.singularsys.exttests.ExtDocsTest
- testXJepVariable() - Method in class com.singularsys.exttests.ExtDocsTest
- testZero() - Method in class com.singularsys.exttests.field.NumberToComplexFieldTest
- tetLightWeightInstance() - Method in class com.singularsys.jeptests.unit.misc.FunctionSetTest
- tf - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- ThreadDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from threads.html
- ThreadDocTest() - Constructor for class com.singularsys.exttests.autogen.ThreadDocTest
- ThreadRunner - Class in com.singularsys.exttests.autogen
-
Test generated from threads.html
- ThreadRunner() - Constructor for class com.singularsys.exttests.autogen.ThreadRunner
- ThreadRunner2 - Class in com.singularsys.exttests.autogen
-
Test generated from threads.html
- ThreadRunner2() - Constructor for class com.singularsys.exttests.autogen.ThreadRunner2
- ThreadSafeAssign - Class in com.singularsys.jep.misc.threadsafeeval
-
An assignment operator so we can do x=3+4.
- ThreadSafeAssign() - Constructor for class com.singularsys.jep.misc.threadsafeeval.ThreadSafeAssign
- ThreadSafeConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.ThreadSafeConfig
- ThreadSafeConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.ThreadSafeConfig
- ThreadSafeEle - Class in com.singularsys.jep.misc.threadsafeeval
-
Thread safe version of the element operation.
- ThreadSafeEle() - Constructor for class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEle
- ThreadSafeEvaluator - Class in com.singularsys.jep.misc.threadsafeeval
-
An evaluator which can safely evaluate an expression in multiple threads.
- ThreadSafeEvaluator() - Constructor for class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEvaluator
- threadSafeMapCopy() - Method in class com.singularsys.jep.EmptyOperatorTable
-
Creates a copy of the internal map used for operators.
- threadSafeMapCopy() - Method in class com.singularsys.jep.FunctionTable
-
Return a copy of the internal map with the same set of functions as this one.
- threadSafeMapCopy(Operator[]) - Method in class com.singularsys.jep.OperatorTable
- ThreadSafeRandom - Class in com.singularsys.jep.misc.threadsafeeval
-
Random number generator using the java.util.concurrent.ThreadLocalRandom
nextDouble(double)method. - ThreadSafeRandom() - Constructor for class com.singularsys.jep.misc.threadsafeeval.ThreadSafeRandom
- ThreadSafeSpeedTest - Class in com.singularsys.jepexamples.diagnostics
-
A diagnostic application using the
ThreadSafeEvaluatorand a variable number of threads. - ThreadSafeSpeedTest(String, String) - Constructor for class com.singularsys.jepexamples.diagnostics.ThreadSafeSpeedTest
- ThreadSafeSpeedTest.EvaluationThread - Class in com.singularsys.jepexamples.diagnostics
-
A thread which evaluates an expression multiple times.
- ThreadSpeedTest - Class in com.singularsys.jepexamples.diagnostics
-
Tests evaluation using multiple threads.
- ThreadSpeedTest() - Constructor for class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Do nothing constructor for use by subclasses
- ThreadSpeedTest(String, String) - Constructor for class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
- ThreadSpeedTest.EvaluationThread - Class in com.singularsys.jepexamples.diagnostics
-
A thread which evaluates an expression multiple times.
- ThreadTest - Class in com.singularsys.jeptests.system
-
Tests for evaluation in multiple theads
- ThreadTest() - Constructor for class com.singularsys.jeptests.system.ThreadTest
- THREE - Static variable in class com.singularsys.extensions.matrix.Dimensions
- throwAtLeastOneExcep() - Method in class com.singularsys.jep.functions.ArrayFunctionBase
-
Throws an exception indicating that at least one argument is required.
- time() - Method in class com.singularsys.jep.misc.MonitoringEvaluator.CountAndTime
- TIMESEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- tk - Variable in class com.singularsys.jep.configurableparser.ConfigurableParser
- toArray() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- toArray(Object[]) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- toArray(Object[]) - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
- toArray(Object[]) - Method in interface com.singularsys.extensions.matrix.VectorI
- toArray(Object[][]) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
- toArray(Object[][]) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- toArray(Object[][]) - Method in interface com.singularsys.extensions.matrix.MatrixI
-
Copies the data to an array
- toArray(Object[][]) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- toArrayMat() - Method in class com.singularsys.extensions.fastmatrix.MrpRes
-
If the result is a matrix return a two-dimensional array of doubles.
- toArrayMat() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
-
Return a cloned copy of the data
- toArrayMat() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- toArrayVec() - Method in class com.singularsys.extensions.fastmatrix.MrpRes
-
If the result is a vector return a one dimensional array of doubles.
- toBase(double, int, int) - Method in class com.singularsys.jep.misc.functions.ToBase
-
Converts a number to a give base.
- toBase(long, int) - Method in class com.singularsys.jep.misc.functions.ToBase
-
Converts a number to a give base.
- ToBase - Class in com.singularsys.jep.misc.functions
-
Convert a number to a string in a given base.
- ToBase() - Constructor for class com.singularsys.jep.misc.functions.ToBase
-
Constructor where base is specified as a function argument.
- ToBase(int) - Constructor for class com.singularsys.jep.misc.functions.ToBase
-
Constructor with specified base.
- ToBase(int, String) - Constructor for class com.singularsys.jep.misc.functions.ToBase
-
Constructor with specified base and a given prefix.
- toCoefficientArray(PNodeI, String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Finds the coefficients of each power of the variable, these can be polynomials.
- toCompactNode() - Method in class com.singularsys.extensions.polynomials.Monomial
- toCompactNode() - Method in class com.singularsys.extensions.polynomials.PConstant
- toCompactNode() - Method in class com.singularsys.extensions.polynomials.PFunction
- toCompactNode() - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Converts to a more efficient Jep representation.
- toCompactNode() - Method in class com.singularsys.extensions.polynomials.Polynomial
-
A more efficient representation.
- toCompactNode() - Method in class com.singularsys.extensions.polynomials.POperator
- toCompactNode() - Method in class com.singularsys.extensions.polynomials.PVariable
- toDoubleArray(PNodeI, String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Extract the numerical coefficients of a polynomial.
- toDoubleArray(PNodeI, String, String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Extract the numerical coefficients of a polynomial in two variables.
- toDoubleArray(PNodeI, String, String, String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Extract the numerical coefficients of a polynomial in three variables.
- toDoubleMat() - Method in class com.singularsys.extensions.fastmatrix.MrpRes
- toDoubleVec() - Method in class com.singularsys.extensions.fastmatrix.MrpRes
- toFlattenedArray() - Method in class com.singularsys.extensions.fastmatrix.MrpRes
-
Create a one dimensional array.
- toFullString() - Method in class com.singularsys.jep.Operator
-
returns a verbose representation of the operator and all its properties.
- token - Variable in class com.singularsys.jep.parser.JccParser
-
Current token.
- Token - Class in com.singularsys.jep.configurableparser.tokens
-
Base class for tokens.
- Token - Class in com.singularsys.jep.parser
-
Describes the input token stream.
- Token() - Constructor for class com.singularsys.jep.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class com.singularsys.jep.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class com.singularsys.jep.parser.Token
-
Constructs a new token for the specified Image and Kind.
- Token(String) - Constructor for class com.singularsys.jep.configurableparser.tokens.Token
-
Create a token.
- token_source - Variable in class com.singularsys.jep.parser.JccParser
-
Generated Token Manager.
- TokenBuilder - Interface in com.singularsys.jep.configurableparser.matchers
-
Sub-interface of TokenMatcher which allows tokens to be created without matching input text.
- TokenFilter - Interface in com.singularsys.jep.configurableparser
-
Classes which filter the list of tokens.
- tokenImage - Static variable in interface com.singularsys.jep.parser.JccParserConstants
-
Literal token values.
- tokenImage - Variable in exception class com.singularsys.jep.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- Tokenizer - Class in com.singularsys.jep.configurableparser
-
Breaks the input into a set of tokens.
- Tokenizer(BufferedReader, ConfigurableParser) - Constructor for class com.singularsys.jep.configurableparser.Tokenizer
-
Construct a tokenizer for a given input.
- Tokenizer.StandardTokenizerFactory - Class in com.singularsys.jep.configurableparser
-
Factory creating new instances of the tokenizer.
- TokenizerFactory - Interface in com.singularsys.jep.configurableparser
-
AbstractFactory for creating new Tokenizer instances.
- TokenizerTest - Class in com.singularsys.jeptests.unit.configurableparser
-
Tests for the tokenizer.
- TokenizerTest() - Constructor for class com.singularsys.jeptests.unit.configurableparser.TokenizerTest
- TokenMatcher - Interface in com.singularsys.jep.configurableparser.matchers
-
Interface defining classes which match tokens
- TokenMatchers - Search tag in package com.singularsys.jep.configurableparser.matchers
- Section
- TokenMgrError - Exception Class in com.singularsys.jep.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for exception class com.singularsys.jep.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for exception class com.singularsys.jep.parser.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for exception class com.singularsys.jep.parser.TokenMgrError
-
Constructor with message and reason.
- tokens - Variable in class com.singularsys.jep.configurableparser.Tokenizer
- toMutableMonomial() - Method in class com.singularsys.extensions.polynomials.Monomial
- toNode() - Method in class com.singularsys.extensions.polynomials.Monomial
- toNode() - Method in class com.singularsys.extensions.polynomials.PConstant
- toNode() - Method in class com.singularsys.extensions.polynomials.PFunction
- toNode() - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Converts the node to standard Jep format.
- toNode() - Method in class com.singularsys.extensions.polynomials.Polynomial
- toNode() - Method in class com.singularsys.extensions.polynomials.POperator
- toNode() - Method in class com.singularsys.extensions.polynomials.PVariable
- toNode(PNodeI) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Convert from a polynomial representation back to standard Jep format.
- toNode(Jep) - Method in class com.singularsys.jep.walkers.SerializableExpression
-
Convert to a node in a given context.
- TOP - Enum constant in enum class com.singularsys.extensions.xjep.ExtractEqn.Type
-
only the top level equation is substituted.
- topNode - Variable in class com.singularsys.jep.misc.MacroFunction
- toPNode() - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- toPNode() - Method in class com.singularsys.extensions.polynomials.MutablePolynomial
- toPNodeArray(PNodeI, String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Create a one-dimensional array of the coefficients of a polynomial.
- toPNodeArray(PNodeI, String, String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Create a two-dimensional rectangular array of the coefficients of a polynomial.
- toPNodeArray(PNodeI, String, String, String) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Create a two-dimensional rectangular array of the coefficients of a polynomial.
- toPNodeArrayRecursive(PNodeI, String...) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
-
Coefficients of a polynomial as a multidimensional array of PNodeI elements.
- toString() - Method in class com.singularsys.extensions.djep.diffRules.ChainRuleDiffRules
- toString() - Method in class com.singularsys.extensions.djep.diffRules.DivideDiffRule
- toString() - Method in class com.singularsys.extensions.djep.diffRules.IfDiffRule
- toString() - Method in class com.singularsys.extensions.djep.diffRules.MultiplyDiffRule
- toString() - Method in class com.singularsys.extensions.djep.diffRules.PassThroughDiffRule
- toString() - Method in class com.singularsys.extensions.djep.diffRules.PowerDiffRule
- toString() - Method in class com.singularsys.extensions.djep.diffRules.ZeroDiffRule
- toString() - Method in interface com.singularsys.extensions.djep.DiffRulesI
-
Returns a string representation of the rule.
- toString() - Method in class com.singularsys.extensions.djep.PartialDerivative
- toString() - Method in class com.singularsys.extensions.fastmatrix.MrpCommandList.MrpCommand
- toString() - Method in class com.singularsys.extensions.fastmatrix.MrpCommandList
-
converts list to a string.
- toString() - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- toString() - Method in class com.singularsys.extensions.fastmatrix.MrpVarRef
- toString() - Method in class com.singularsys.extensions.fastreal.RpCommand
- toString() - Method in class com.singularsys.extensions.fastreal.RpCommandList
-
Basic toString method.
- toString() - Method in class com.singularsys.extensions.fastreal.RpEval
- toString() - Method in class com.singularsys.extensions.field.functions.FieldSqrt
- toString() - Method in class com.singularsys.extensions.field.implementations.Rational
- toString() - Method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- toString() - Method in class com.singularsys.extensions.lambda.LambdaFunction
-
Prints the function in the form
[x,y]=>x^2+y^2 - toString() - Method in class com.singularsys.extensions.lambda.Signature.ListSig
- toString() - Method in class com.singularsys.extensions.lambda.Signature.Pat
- toString() - Method in class com.singularsys.extensions.lambda.Signature.PVbl
- toString() - Method in class com.singularsys.extensions.lambda.Signature.Vbl
- toString() - Method in class com.singularsys.extensions.mathml.parser.SimpleHandler.TreeNode
- toString() - Method in class com.singularsys.extensions.mathml.parser.StackFrame
- toString() - Method in class com.singularsys.extensions.matrix.Dimensions
-
A string representation.
- toString() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrix
- toString() - Method in class com.singularsys.extensions.matrix.doublemat.DoubleVector
- toString() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrix
- toString() - Method in class com.singularsys.extensions.matrix.genericmat.GenericVector
- toString() - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrix
- toString() - Method in class com.singularsys.extensions.polynomials.Monomial
- toString() - Method in class com.singularsys.extensions.polynomials.MutableMonomial
- toString() - Method in class com.singularsys.extensions.polynomials.MutablePolynomial
- toString() - Method in class com.singularsys.extensions.polynomials.PConstant
- toString() - Method in class com.singularsys.extensions.polynomials.PFunction
- toString() - Method in interface com.singularsys.extensions.polynomials.PNodeI
-
Produces a string representation of the argument.
- toString() - Method in class com.singularsys.extensions.polynomials.Polynomial
- toString() - Method in class com.singularsys.extensions.polynomials.POperator
- toString() - Method in class com.singularsys.extensions.polynomials.PVariable
- toString() - Method in class com.singularsys.extensions.rewrite.AbstractRewrite
-
Descriptions for rewrite rules are specified in the properties file with key
<class name>.description. - toString() - Method in class com.singularsys.extensions.structure.ControlNode
- toString() - Method in class com.singularsys.extensions.structure.IfNode
- toString() - Method in class com.singularsys.extensions.structure.LoopNode
- toString() - Method in class com.singularsys.extensions.structure.SequenceNode
- toString() - Method in class com.singularsys.extensions.xjep.XVariable
-
Returns a string rep of variable with its equation and value.
- toString() - Method in class com.singularsys.extexamples.applets.Bern1D.NegBern1D
- toString() - Method in class com.singularsys.extexamples.applets.Bern1D.PosBern1D
- toString() - Method in class com.singularsys.extexamples.applets.Bern1D
- toString() - Method in class com.singularsys.extexamples.applets.Bern1D.ZeroBern1D
- toString() - Method in class com.singularsys.extexamples.applets.Bern2D.DerivBits
- toString() - Method in class com.singularsys.extexamples.applets.Bern2D.PosBern2D
- toString() - Method in class com.singularsys.extexamples.applets.Bern2D
- toString() - Method in class com.singularsys.extexamples.applets.Bern2D.Tower
- toString() - Method in class com.singularsys.extexamples.applets.Bern2D.ZeroBern2D
- toString() - Method in class com.singularsys.jep.configurableparser.Lookahead2Iterator
- toString() - Method in class com.singularsys.jep.configurableparser.LookaheadNIterator
- toString() - Method in class com.singularsys.jep.configurableparser.matchers.OperatorTokenMatcher
- toString() - Method in class com.singularsys.jep.configurableparser.matchers.RegExpTokenMatcher
- toString() - Method in class com.singularsys.jep.configurableparser.tokens.OperatorToken
- toString() - Method in class com.singularsys.jep.configurableparser.tokens.SymbolToken
- toString() - Method in class com.singularsys.jep.configurableparser.tokens.Token
- toString() - Method in class com.singularsys.jep.EmptyOperatorTable
-
String rep operators ordered by precedence, one per line.
- toString() - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Return a string representation of the function.
- toString() - Method in class com.singularsys.jep.FunctionTable
- toString() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- toString() - Method in record class com.singularsys.jep.misc.dictionary.MapPfmc.Entry
-
Returns a string representation of this record class.
- toString() - Method in class com.singularsys.jep.misc.MacroFunction
- toString() - Method in class com.singularsys.jep.misc.MonitoringEvaluator.CountAndTime
- toString() - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableAction
- toString() - Method in class com.singularsys.jep.Operator
- toString() - Method in class com.singularsys.jep.OperatorTable
-
String rep operators ordered by precedence, one per line.
- toString() - Method in class com.singularsys.jep.parser.ASTConstant
- toString() - Method in class com.singularsys.jep.parser.ASTFunNode
-
Returns a string containing the function name.
- toString() - Method in class com.singularsys.jep.parser.ASTOpNode
-
Returns a string containing the function name.
- toString() - Method in class com.singularsys.jep.parser.ASTVarNode
-
Creates a string containing the variable's name and value
- toString() - Method in class com.singularsys.jep.parser.Token
-
Returns the image.
- toString() - Method in class com.singularsys.jep.standard.Complex
-
Returns the value of this complex number as a string in the format:
- toString() - Method in class com.singularsys.jep.Variable
-
Returns a string with the variable name followed by its value.
- toString() - Method in class com.singularsys.jep.VariableTable
- toString() - Method in class com.singularsys.jep.walkers.SerializableExpression.Constant
- toString() - Method in class com.singularsys.jep.walkers.SerializableExpression.Function
- toString() - Method in class com.singularsys.jep.walkers.SerializableExpression.Operator
- toString() - Method in class com.singularsys.jep.walkers.SerializableExpression
- toString() - Method in class com.singularsys.jep.walkers.SerializableExpression.Variable
- toString() - Method in class com.singularsys.jep.walkers.TreeAnalyzer
-
Reports statistics about the tree, number of nodes, depth, and the number of variables, functions, operators and constants with the number of times each occurs.
- toString() - Method in record class com.singularsys.jepexamples.consoles.Console.NodeRes
-
Returns a string representation of this record class.
- toString() - Method in class com.singularsys.jeptests.system.BugsTest.NumberWithUnit
- toString() - Method in class com.singularsys.jeptests.system.JepTestWithCustomNumberType.MyNumber
- toString() - Method in record class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests.KeyValue
-
Returns a string representation of this record class.
- toString(boolean, boolean) - Method in class com.singularsys.jep.standard.Complex
-
Format complex number with the x+y i notation with optional brackets.
- toString(MrpCommandList.MrpCommand) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- toString(MrpEval) - Method in class com.singularsys.extensions.fastmatrix.MrpCommandList.MrpCommand
- toString(RpCommand) - Method in class com.singularsys.extensions.fastreal.RpEval
-
Enhanced RpCommand to String conversion.
- toString(RpCommandList) - Method in class com.singularsys.extensions.fastreal.RpEval
- toString(RpEval) - Method in class com.singularsys.extensions.fastreal.RpCommand
-
Enhanced RpCommand to String conversion.
- toString(RpEval) - Method in class com.singularsys.extensions.fastreal.RpCommandList
-
Enhanced RpCommand to String conversion.
- toString(Node) - Method in class com.singularsys.jep.Jep
-
Returns a string representation of an expression.
- toString(Node) - Method in class com.singularsys.jep.PrintVisitor
-
Returns a String representation of the equation.
- toString(PrintVisitor) - Method in class com.singularsys.extensions.djep.DVariable
- toString(PrintVisitor) - Method in class com.singularsys.extensions.xjep.XVariable
-
Returns a string rep of variable with its equation and value.
- toString(Object) - Method in class com.singularsys.extexamples.consoles.ExtensionsConsole
- toString(Object) - Method in class com.singularsys.extexamples.consoles.FieldConsole
- toString(Object) - Method in class com.singularsys.extexamples.consoles.MatrixConsole
- toString(Object) - Method in class com.singularsys.jepexamples.consoles.Console
-
Return string representation of object.
- toString(Object...) - Method in class com.singularsys.jep.functions.PostfixMathCommand
-
Return a string representation of the function with its arguments.
- toString(String) - Method in class com.singularsys.jep.parser.SimpleNode
- toString(NumberFormat) - Method in class com.singularsys.extensions.polynomials.Monomial
- toString(NumberFormat) - Method in class com.singularsys.extensions.polynomials.PConstant
- toString(NumberFormat) - Method in class com.singularsys.extensions.polynomials.PFunction
- toString(NumberFormat) - Method in interface com.singularsys.extensions.polynomials.PNodeI
- toString(NumberFormat) - Method in class com.singularsys.extensions.polynomials.Polynomial
- toString(NumberFormat) - Method in class com.singularsys.extensions.polynomials.POperator
- toString(NumberFormat) - Method in class com.singularsys.extensions.polynomials.PVariable
- toString(NumberFormat) - Method in class com.singularsys.jep.standard.Complex
-
Print complex number in standard format with a number format applied to individual components.
- toString(NumberFormat, boolean) - Method in class com.singularsys.jep.standard.Complex
-
Prints using specified number format in format or "2" or "3 i" or "(2+3 i)" if brackets is true or "2+3 i" if brackets is false.
- toString(List<Token>) - Static method in class com.singularsys.jep.configurableparser.Tokenizer
- TOTAL_ITTS - Static variable in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Total number of iterations for each step
- totalDegree() - Method in class com.singularsys.extensions.polynomials.Monomial
-
The total degree of the monomial.
- totalTimes - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTest
- totalTimes - Variable in class com.singularsys.jepexamples.diagnostics.SpeedTestComplex
- Tower(Bern2D, Bern2D) - Constructor for class com.singularsys.extexamples.applets.Bern2D.Tower
- trace(GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- trace(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Trace of a matrix
- trace(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- trace(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixTrace
- trace(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- trace(Object) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- trace(Object) - Method in interface com.singularsys.extensions.matrix.MatrixFieldI
-
Returns the trace of a matrix.
- trace_enabled() - Method in class com.singularsys.jep.parser.JccParser
-
Trace enabled.
- traceM(MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Default inefficient implementation.
- traceM(MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- traceM(MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- traceM(M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Trace of a matrix
- trackLineColumn - Variable in class com.singularsys.jep.parser.JepJavaCharStream
- trans(GenericMatrix<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- trans(GenericVector<E>) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- trans(Object) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- trans(Object) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
- trans(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixTrans
- trans(Object) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixField
- trans(Object) - Method in class com.singularsys.extensions.matrix.MatrixFieldCollection
- trans(Object) - Method in interface com.singularsys.extensions.matrix.MatrixFieldI
-
Transpose of a matrix
- Transforming documents - Search tag in package com.singularsys.extensions.mathml
- Section
- TRANSITIVE - Static variable in class com.singularsys.jep.Operator
-
Transitive relations x=y and y=z implies x=z
- transM(MatrixI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
- transM(MatrixI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- transM(MatrixI) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixField
- transM(M) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Transpose of a matrix
- transV(VectorI) - Method in class com.singularsys.extensions.matrix.AbstractMatrixField
-
Transpose of a vector, i.e. a copy of the vector.
- transV(VectorI) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixField
- transV(V) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixField
-
Transpose of a vector.
- trapInfinity - Variable in class com.singularsys.jep.standard.FastEvaluator
- trapInfinity - Variable in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- trapInfinity - Variable in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- trapNaN - Variable in class com.singularsys.jep.standard.FastEvaluator
- trapNaN - Variable in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- trapNaN - Variable in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- trapNullValues - Variable in class com.singularsys.jep.standard.FastEvaluator
- trapNullValues - Variable in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- trapNullValues - Variable in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- trapUnsetValues - Variable in class com.singularsys.jep.standard.FastEvaluator
-
Whether null values for variables are trapped
- trapUnsetValues - Variable in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
-
Whether null values for variables are trapped
- trapUnsetValues - Variable in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
-
Whether null values for variables are trapped
- TreeAnalyzer - Class in com.singularsys.jep.walkers
-
Analyze an expression, counting the number of nodes of each type, and recording which variables, functions and operators occurred in the expression.
- TreeAnalyzer() - Constructor for class com.singularsys.jep.walkers.TreeAnalyzer
-
Creates an empty tree analyser.
- TreeAnalyzer(Node) - Constructor for class com.singularsys.jep.walkers.TreeAnalyzer
-
Create a new instance and Analyze the node.
- TreeMap - Enum constant in enum class com.singularsys.jep.misc.dictionary.MakeMap.Type
-
A map with sorted keys.
- TreeNode(String, Map<String, String>, List<Object>) - Constructor for class com.singularsys.extensions.mathml.parser.SimpleHandler.TreeNode
- TreeUtils - Class in com.singularsys.extensions.xjep
-
A set of Utility functions for working with Jep expression trees.
- TreeUtils() - Constructor for class com.singularsys.extensions.xjep.TreeUtils
-
Constructor when used as a Jep component.
- TreeUtils(NumberFactory) - Constructor for class com.singularsys.extensions.xjep.TreeUtils
-
Standalone constructor with supplied NumberFactory
- TreeUtils(Object, Object, Object, Object, Object, Object, Object) - Constructor for class com.singularsys.extensions.xjep.TreeUtils
- TreeUtilsTest - Class in com.singularsys.exttests
-
Tests for serialization the
TreeUtilsclass. - TreeUtilsTest() - Constructor for class com.singularsys.exttests.TreeUtilsTest
- trigger_on_complete_with_VariableTableSubscriber() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- trigger_on_error() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- trigger_on_error_with_VariableTableSubscriber() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- Trim - Class in com.singularsys.jep.functions.strings
-
Trims leading and trailing whitespace
- Trim() - Constructor for class com.singularsys.jep.functions.strings.Trim
- TRUNCATED - Enum constant in enum class com.singularsys.jep.misc.functions.Remainder.Type
-
Remainder has same sign as divisor. q = (int) (x/y), r = x - q y .
- TRUNCATED_QUOTIENT - Enum constant in enum class com.singularsys.jep.misc.functions.Remainder.Type
- tryAddConstant(String, Object) - Method in class com.singularsys.jep.Jep
-
Tries to add a constant.
- tu - Variable in class com.singularsys.extensions.djep.DifferentiationVisitor
- tu - Variable in class com.singularsys.extensions.djep.DJepComponents
- tu - Variable in class com.singularsys.extensions.matrixdiff.MDJepComponents
- tu - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- tu - Variable in class com.singularsys.extensions.rewrite.AbstractRewrite
-
TreeUtils for testing types of nodes.
- tu - Variable in class com.singularsys.extensions.xjep.XComponents
- tu - Variable in class com.singularsys.extensions.xjep.XJep
-
A few utility functions.
- TWO - Static variable in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- TWO - Static variable in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- TWO - Static variable in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- TWO - Static variable in class com.singularsys.extensions.field.implementations.Rational
- TWO - Static variable in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- TWO - Static variable in class com.singularsys.extensions.matrix.Dimensions
- TWO - Static variable in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- TWO - Variable in class com.singularsys.jep.bigdecimal.BigDecNumberFactory
- TWO - Static variable in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- TWO - Static variable in class com.singularsys.jep.standard.DoubleNumberFactory
- two_subscribers() - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest
- twoConstant - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- type - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- type - Variable in class com.singularsys.jep.misc.dictionary.DictionaryGrammarMatcher
- type - Variable in class com.singularsys.jep.misc.dictionary.MakeMap
- type - Variable in class com.singularsys.jep.misc.dictionary.Put
- TYPE_INTEGER - Enum constant in enum class com.singularsys.extensions.mathml.builder.NumberBuilder.DoubleBehaviour
-
<cn type="integer">2</cn>
U
- U_I - Static variable in class com.singularsys.jep.standard.ImmutableComplex
-
Unmodifiable constant 0+1 i
- U_MINUS_I - Static variable in class com.singularsys.jep.standard.ImmutableComplex
-
Unmodifiable constant 0-1 i
- U_MINUS_ONE - Static variable in class com.singularsys.jep.standard.ImmutableComplex
-
Unmodifiable constant -1+0 i
- U_ONE - Static variable in class com.singularsys.jep.standard.ImmutableComplex
-
Unmodifiable constant 1+0 i
- U_ZERO - Static variable in class com.singularsys.jep.standard.ImmutableComplex
-
Unmodifiable constant 0+0 i
- umin(Object) - Method in class com.singularsys.extensions.matrix.functions.MatrixNeg
- umin(Object) - Method in class com.singularsys.jep.bigdecimal.functions.BigDecNegate
- umin(Object) - Method in class com.singularsys.jep.functions.UMinus
- UMinus - Class in com.singularsys.jep.functions
-
The unary minus function
-x. - UMinus() - Constructor for class com.singularsys.jep.functions.UMinus
- UMINUS - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- UNARY - Static variable in class com.singularsys.jep.Operator
-
Unary operators, such as -x !
- UnaryExpression() - Method in class com.singularsys.jep.parser.JccParser
- UnaryExpressionNotPlusMinus() - Method in class com.singularsys.jep.parser.JccParser
- UnaryFunction - Class in com.singularsys.jep.functions
-
Convenient base class for unary functions.
- UnaryFunction() - Constructor for class com.singularsys.jep.functions.UnaryFunction
-
Default constructor.
- UnaryFunction.FunctionWithException<T> - Interface in com.singularsys.jep.functions
-
FunctionalInterface for the
BinaryFunction.instanceOf(Class, BiFunctionWithException)method. - UnchainingRewriteRule - Class in com.singularsys.extensions.chained
-
A rule which transforms a chain of functions into a nested function calls.
- UnchainingRewriteRule() - Constructor for class com.singularsys.extensions.chained.UnchainingRewriteRule
- UncheckedConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTest.UncheckedConfig
- UncheckedConfig(String) - Constructor for class com.singularsys.jepexamples.diagnostics.SpeedTestComplex.UncheckedConfig
- UncheckedEvalTest - Class in com.singularsys.jeptests.system
-
Tests for the
UncheckedEvaluator. - UncheckedEvalTest() - Constructor for class com.singularsys.jeptests.system.UncheckedEvalTest
- UncheckedEvaluator - Class in com.singularsys.jep.standard
-
An evaluator which does fewer checks on values with a 5% faster speed.
- UncheckedEvaluator() - Constructor for class com.singularsys.jep.standard.UncheckedEvaluator
- UNEXPECTED - Enum constant in enum class com.singularsys.jep.configurableparser.ShuntingYard.PrefixRes
-
Input failed to match
- unicodeIdentifierMatcher() - Static method in class com.singularsys.jep.configurableparser.matchers.IdentifierTokenMatcher
-
Matches identifiers which start with a Unicode-letter or an underscore and are followed by 0 or more Unicode letters digits or underscores.
- UNKNOWN - Static variable in class com.singularsys.extensions.matrix.Dimensions
- unknownFunctionBuilder - Variable in class com.singularsys.extensions.mathml.builder.FunctionBuilder
- unlimitedPrecisionTest() - Method in class com.singularsys.jeptests.unit.bigdecimal.BigDecimalTest
- unsupportedHandler - Variable in class com.singularsys.extensions.mathml.MathMLContentParser
- UnSupportedHandler - Class in com.singularsys.extensions.mathml.parser
-
For unsupported tags, handle always throws a SAXParseException.
- UnSupportedHandler() - Constructor for class com.singularsys.extensions.mathml.parser.UnSupportedHandler
- update(Graphics) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Just calls paint.
- updateFromJepVariables() - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
If the variables used by Jep has a valid value set the corresponding mrpe value
- updateFromJepVariables() - Method in class com.singularsys.extensions.fastreal.RpEval
-
If the variables used by Jep has a valid value set the corresponding mrpe value
- updateJepVariables() - Method in class com.singularsys.extensions.fastreal.RpEval
-
Copies all the values from the Rpe variable to the corresponding Jep variables.
- updateJepVariables() - Method in class com.singularsys.extensions.fastreal.RpEvaluator
- UpdateLineColumn(char) - Method in class com.singularsys.jep.parser.JepJavaCharStream
- updateToJepVariables() - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- UPLUS - Enum constant in enum class com.singularsys.jep.OperatorTable2.PsudoOperators
-
Unary plus +x
- UpperCase - Class in com.singularsys.jep.functions.strings
-
Convert a string to uppercase
- UpperCase() - Constructor for class com.singularsys.jep.functions.strings.UpperCase
- UpperCaseOperatorTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
A case-insensitive operator token matcher.
- UpperCaseOperatorTokenMatcher() - Constructor for class com.singularsys.jep.configurableparser.matchers.UpperCaseOperatorTokenMatcher
- URShift - Class in com.singularsys.jep.misc.bitwise
-
Bitwise right shift with zero extension, like the java a <<< b operator.
- URShift() - Constructor for class com.singularsys.jep.misc.bitwise.URShift
- URSHIFT - Enum constant in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
- URSHIFTEQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- USE_BINDING_FOR_PRINT - Static variable in class com.singularsys.jep.Operator
-
For non-commutative operators printing can be determined by the left or right binding.
- useBindingForPrint() - Method in class com.singularsys.jep.Operator
-
For non-commutative operators printing can be determined by the left or right binding.
- useConfigParser - Variable in class com.singularsys.jeptests.system.perf.tests.ParsePerfTest
- useRealEval - Variable in class com.singularsys.jeptests.system.perf.tests.EvalPerfTest
- uses_lightweight_instances_of_additional_components() - Method in class com.singularsys.jeptests.unit.misc.LightWeightComponentSetTest
- Using a GenericFieldE - Search tag in package com.singularsys.extensions.matrix.genericmat
- Section
- usingRationalField() - Method in class com.singularsys.exttests.PolynomialCreatorTest
- Utilities - Class in com.singularsys.jeptests.unit.functions
-
Utilities for constructing tests on functions.
- Utilities() - Constructor for class com.singularsys.jeptests.unit.functions.Utilities
- Utils - Class in com.singularsys.jepexamples.diagnostics
-
Some common utility methods
- Utils() - Constructor for class com.singularsys.jepexamples.diagnostics.Utils
V
- val - Variable in class com.singularsys.jep.misc.boundvariable.MutableDouble
-
The value of this object.
- vals - Variable in class com.singularsys.jep.parser.SimpleNode
- value() - Method in record class com.singularsys.jep.misc.dictionary.MapPfmc.Entry
-
Returns the value of the
valuerecord component. - value() - Method in record class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests.KeyValue
-
Returns the value of the
valuerecord component. - VALUE - Enum constant in enum class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthErrorBehaviour
-
Signals that a value is returned
- valueChanged(ListSelectionEvent) - Method in class com.singularsys.extexamples.applets.ComplexPlotter
- valueChanged(ListSelectionEvent) - Method in class com.singularsys.extexamples.applets.ImplicitPlotter
- valueChanged(ListSelectionEvent) - Method in class com.singularsys.jepexamples.applets.FunctionPlotter
- valueChanged(ListSelectionEvent) - Method in class com.singularsys.jepexamples.applets.ParametrisedPlotter
- valueChanged(ListSelectionEvent) - Method in class com.singularsys.jepexamples.applets.PolarPlotter
- valueOf(int) - Static method in class com.singularsys.extensions.field.implementations.Rational
- valueOf(int) - Static method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- valueOf(int) - Static method in class com.singularsys.extensions.matrix.Dimensions
-
Deprecated.
- valueOf(int[]) - Static method in class com.singularsys.extensions.matrix.Dimensions
-
returns a dimensions with given dimensions.
- valueOf(int, int) - Static method in class com.singularsys.extensions.field.implementations.Rational
- valueOf(int, int) - Static method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- valueOf(int, int) - Static method in class com.singularsys.extensions.matrix.Dimensions
-
returns dimensions for a matrix.
- valueOf(int, Dimensions) - Static method in class com.singularsys.extensions.matrix.Dimensions
-
return a dimension [d,inDim[0],...,inDim[n]]
- valueOf(long) - Static method in class com.singularsys.extensions.field.implementations.Rational
- valueOf(long) - Static method in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- valueOf(Dimensions, int) - Static method in class com.singularsys.extensions.matrix.Dimensions
-
return a dimension [inDim[0],...,inDim[n],d]
- valueOf(MatrixI) - Static method in class com.singularsys.extensions.matrix.Dimensions
- valueOf(VectorI) - Static method in class com.singularsys.extensions.matrix.Dimensions
- valueOf(PolynomialCreator, PConstant, PNodeI) - Static method in class com.singularsys.extensions.polynomials.Monomial
- valueOf(PolynomialCreator, PConstant, PNodeI[], PNodeI[]) - Static method in class com.singularsys.extensions.polynomials.Monomial
- valueOf(PolynomialCreator, PConstant, PNodeI, PNodeI) - Static method in class com.singularsys.extensions.polynomials.Monomial
- valueOf(PolynomialCreator, PNodeI[]) - Static method in class com.singularsys.extensions.polynomials.Polynomial
- valueOf(String) - Static method in enum class com.singularsys.extensions.chained.ChainedOperatorTable.ChainedOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.djep.DEquationExtractor.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.lambda.AnyMatch.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.lambda.LambdaOperatorTable.LambdaOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.mathml.builder.NumberBuilder.DoubleBehaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.mathml.MathMLContentParser.Behaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.matrix.dictionary.MatrixDictComponents.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.statistical.distributions.NormalDist.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.statistical.ElementMinMax.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.statistical.Percentile.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.statistical.Rank.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.statistical.Ranks.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.statistical.Variance.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.stream.dictionary.StreamMatrixDictComponents.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.structure.LoopNode.ControlValues
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extensions.xjep.ExtractEqn.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.configurableparser.ShuntingYard.PrefixRes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.functions.MinMax.MinMaxType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthErrorBehaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.DictionaryKeys
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.dictionary.DictionaryGrammarMatcher.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.dictionary.MakeMap.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.dictionary.Put.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.functions.Case.NullBehaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.functions.CaseNonLazy.NullBehaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.functions.Remainder.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.functions.Switch.NullBehaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.functions.SwitchDefault.NullBehaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy.NullBehaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.functions.SwitchNonLazy.NullBehaviour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory.Numbering
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.MonitoringEvaluator.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable.NullWrapperOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.misc.publishingvariable.VariableTableAction.Actions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.OperatorTable2.BasicOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.OperatorTable2.PsudoOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jep.OperatorTable2.SpecialOperators
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.singularsys.jepexamples.consoles.Console.SPEC_ACTION
-
Returns the enum constant of this class with the specified name.
- valueOf_with_1D_and_int_is_a_matrix() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_2D_and_int_is_a_tensor() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_arg_2_3_is_a_matrix() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_array_with_single_element_0_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_array_with_single_element_1_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_array_with_single_element_2_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_array_with_three_args_is_a_tensor() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_array_with_two_args_is_a_matrix() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_empty_array_is_a_scalar() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_int_and_1D_is_a_matrix() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_int_and_2D_is_a_tensor() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_MatrixI_is_a_matrix() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_VectorI_with_no_elements_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_VectorI_with_single_element_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOf_with_VectorI_with_two_elements_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVec(int) - Static method in class com.singularsys.extensions.matrix.Dimensions
-
Factory method, treating an argument of 1 as a vector with a single element.
- valueOfVec_with_arg_1_is_a_vector_with_one_element() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVec_with_arg_2_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVec_with_arg_3_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVec_with_arg_4_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVecOr_with_arg_0_is_a_zero_length_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVecOrScalar(int) - Static method in class com.singularsys.extensions.matrix.Dimensions
-
Factory method, treating an argument of 1 as a scalar.
- valueOfVecOrScalar_with_arg_0_is_a_zero_length_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVecOrScalar_with_arg_1_is_a_scalar() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVecOrScalar_with_arg_2_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- valueOfVecOrScalar_with_arg_3_is_a_vector() - Method in class com.singularsys.exttests.matrix.DimensionsTest
- values() - Static method in enum class com.singularsys.extensions.chained.ChainedOperatorTable.ChainedOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.djep.DEquationExtractor.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.lambda.AnyMatch.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.lambda.LambdaOperatorTable.LambdaOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.mathml.builder.NumberBuilder.DoubleBehaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.mathml.MathMLContentParser.Behaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.matrix.dictionary.MatrixDictComponents.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.statistical.distributions.NormalDist.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.statistical.ElementMinMax.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.statistical.Percentile.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.statistical.Rank.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.statistical.Ranks.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.statistical.Variance.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.stream.dictionary.StreamMatrixDictComponents.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.structure.LoopNode.ControlValues
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extensions.xjep.ExtractEqn.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.extexamples.consoles.FieldConsole.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.configurableparser.ShuntingYard.PrefixRes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.functions.MinMax.MinMaxType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthErrorBehaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.singularsys.jep.FunctionTable
- values() - Static method in enum class com.singularsys.jep.misc.bitwise.BitwiseOperatorTable.BitwiseOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.singularsys.jep.misc.DecoratingVariableTable
- values() - Static method in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.DictionaryKeys
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.dictionary.DictionaryComponents.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.dictionary.DictionaryGrammarMatcher.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.dictionary.MakeMap.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.dictionary.Put.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.ExtendedOperatorSet.ExtendedOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.functions.Case.NullBehaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.functions.CaseNonLazy.NullBehaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.functions.Remainder.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.functions.Switch.NullBehaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.functions.SwitchDefault.NullBehaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.functions.SwitchDefaultNonLazy.NullBehaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.functions.SwitchNonLazy.NullBehaviour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.lineNumbering.LineNumberingNodeFactory.Numbering
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.MonitoringEvaluator.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.misc.nullwrapper.NullWrappedOperatorTable.NullWrapperOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.singularsys.jep.misc.parallelparsing.ConcurrentVariableTable
-
Deprecated.
- values() - Static method in enum class com.singularsys.jep.misc.publishingvariable.VariableTableAction.Actions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.OperatorTable2.BasicOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.OperatorTable2.PsudoOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.singularsys.jep.OperatorTable2.SpecialOperators
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.singularsys.jep.VariableTable
-
Deprecated.
- values() - Static method in enum class com.singularsys.jepexamples.consoles.Console.SPEC_ACTION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Values - Class in com.singularsys.jep.misc.dictionary
-
Return the values of a map a nested list of key-value pairs.
- Values(Object) - Constructor for class com.singularsys.jep.misc.dictionary.Values
-
Constructor
- ValuesIterable - Class in com.singularsys.jep.misc.dictionary
-
Return an
Iterable<Object>for the values of a dictionary. - ValuesIterable(Object) - Constructor for class com.singularsys.jep.misc.dictionary.ValuesIterable
-
Constructor
- valueTest(String, double, double) - Method in class com.singularsys.exttests.field.ComplexFieldTest
- valueTest(String, double, double) - Method in class com.singularsys.jeptests.system.JepTest
-
Test values to within a given precision
- valueTest(String, double, Jep) - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- valueTest(String, MrpRes) - Method in class com.singularsys.exttests.MRpeTest
- valueTest(String, Object) - Method in class com.singularsys.exttests.field.BigDecimalFieldTest
- valueTest(String, Object) - Method in class com.singularsys.exttests.field.RationalFieldTest
- valueTest(String, Object) - Method in class com.singularsys.exttests.matrix.MatrixTest
- valueTest(String, Object) - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- valueTest(String, Object) - Method in class com.singularsys.exttests.RpTest
- valueTest(String, Object) - Method in class com.singularsys.jeptests.system.BigDecimalStandardTests
- valueTest(String, Object) - Method in class com.singularsys.jeptests.system.JepTest
-
Test result j.evaluate(j.parse(expr))
- valueTest(String, Object) - Method in class com.singularsys.jeptests.system.RealEvalTest
- valueTest(String, Object) - Method in class com.singularsys.jeptests.unit.misc.functions.ExpandingEleTest
- valueTest(String, String) - Method in class com.singularsys.exttests.MRpeTest
- valueTestFail(String) - Method in class com.singularsys.jeptests.system.JepTest
-
Test whether evaluating an expression results in an exception
- valueTestNaN(String) - Method in class com.singularsys.jeptests.system.JepTest
-
Test whether an expression evaluates to NaN
- valueTestNull(String) - Method in class com.singularsys.jeptests.system.JepTest
- valueTestString(String, String) - Method in class com.singularsys.exttests.matrix.MatrixTest
- valueTestString(String, String) - Method in class com.singularsys.exttests.matrix.MRpeMatrixTest
- valueTestString(String, String) - Method in class com.singularsys.jeptests.system.JepTest
- valueTestString(String, String, Jep) - Method in class com.singularsys.jeptests.unit.configurableparser.ConfigurableParserTest
- VAR - Static variable in class com.singularsys.extensions.fastreal.RpConstants
- varFac - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- varFac - Variable in class com.singularsys.jep.ComponentSet
- varFac - Variable in class com.singularsys.jep.Jep
-
Variable Factory
- Variable - Class in com.singularsys.jep
-
Information about a variable.
- Variable(Variable) - Constructor for class com.singularsys.jep.Variable
-
Copy constructor.
- Variable(String) - Constructor for class com.singularsys.jep.Variable
-
Constructors are protected.
- Variable(String, Object) - Constructor for class com.singularsys.jep.Variable
-
Constructors are protected.
- Variable() - Method in class com.singularsys.jep.parser.JccParser
- VARIABLE_VALUE_CHANGED - Enum constant in enum class com.singularsys.jep.misc.publishingvariable.VariableTableAction.Actions
- variableAdded(String, Object) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Called when a variable is added to the table.
- variableAdded(String, Object) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableUpdater
- variableAdded(String, Object) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
- variableAdded(String, Object) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.SignallingTableUpdator
- VariableBinding - Interface in com.singularsys.jep.misc.boundvariable
-
Bound variables will call these methods to interact with objects outside Jep.
- VariableBindingMapper - Interface in com.singularsys.jep.misc.boundvariable
-
Defines a method which translates a variable name into a variable binding.
- VariableBuilder - Class in com.singularsys.extensions.mathml.builder
-
Builder for jep variables, most variables are represented as <ci>x</ci>.
- VariableBuilder() - Constructor for class com.singularsys.extensions.mathml.builder.VariableBuilder
- variableChanged(String, Object, Object) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Called when a variable value has changed.
- variableChanged(String, Object, Object) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableUpdater
- variableChanged(String, Object, Object) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
- variableChanged(String, Object, Object) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.SignallingTableUpdator
- VariableFactory - Class in com.singularsys.jep
-
A factory class which is used to create variables.
- VariableFactory() - Constructor for class com.singularsys.jep.VariableFactory
- VariableFactoryTest - Class in com.singularsys.jeptests.unit
-
Unit tests for the
VariableFactory - VariableFactoryTest() - Constructor for class com.singularsys.jeptests.unit.VariableFactoryTest
- VariableFactoryTest.CopyVariableTest - Class in com.singularsys.jeptests.unit
-
Tests for copying a VariableTable
- VariableHookTest - Class in com.singularsys.jeptests.unit
-
Tests for hooks on Variables.
- VariableHookTest() - Constructor for class com.singularsys.jeptests.unit.VariableHookTest
- VariableNodeChecker() - Constructor for class com.singularsys.extensions.matrix.DimensionVisitor.VariableNodeChecker
- variableRemoved(String) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Called when a variable is removed from the table.
- variableRemoved(String) - Method in class com.singularsys.jep.misc.publishingvariable.VariableTableUpdater
- variableRemoved(String) - Method in class com.singularsys.jeptests.unit.misc.PublishingVariableTest.MyVariableTableSubscriber
- variables_not_specified_in_defined_names_come_after_names_in_alphabetical_order() - Method in class com.singularsys.exttests.polynomial.LexComparatorTest
- VariableShifter - Class in com.singularsys.extensions.rewrite
-
Replaces a variable "x" by "x + d" where d is a double value.
- VariableShifter(String, double) - Constructor for class com.singularsys.extensions.rewrite.VariableShifter
- VariableTable - Class in com.singularsys.jep
-
A table of variables.
- VariableTable() - Constructor for class com.singularsys.jep.VariableTable
- VariableTable(VariableTable) - Constructor for class com.singularsys.jep.VariableTable
-
Copy constructor.
- VariableTableAction - Class in com.singularsys.jep.misc.publishingvariable
-
Contains details of an action on a variable table or a change in a variable.
- VariableTableAction(VariableTableAction.Actions) - Constructor for class com.singularsys.jep.misc.publishingvariable.VariableTableAction
-
An action with no associated variable
- VariableTableAction(VariableTableAction.Actions, String, Object, Object) - Constructor for class com.singularsys.jep.misc.publishingvariable.VariableTableAction
-
An action with an associated variable
- VariableTableAction.Actions - Enum Class in com.singularsys.jep.misc.publishingvariable
-
The type of action
- VariableTableSubscriber - Class in com.singularsys.jep.misc.publishingvariable
-
Convenience class for implementing a Subscriber of VariableTableActions.
- VariableTableSubscriber() - Constructor for class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Default Constructor that requests one item at a time.
- VariableTableSubscriber(int) - Constructor for class com.singularsys.jep.misc.publishingvariable.VariableTableSubscriber
-
Constructor with a specific number of initial requests.
- VariableTableTest - Class in com.singularsys.jeptests.unit
-
Unit test for the
VariableTable - VariableTableTest() - Constructor for class com.singularsys.jeptests.unit.VariableTableTest
- VariableTableTest.CopyConstantsFromTest - Class in com.singularsys.jeptests.unit
- VariableTableTest.CopyVariablesFromTest - Class in com.singularsys.jeptests.unit
- VariableTableUpdater - Class in com.singularsys.jep.misc.publishingvariable
-
A VariableTableSubscriber that updates variables in the table when messages are received.
- VariableTableUpdater(VariableTable) - Constructor for class com.singularsys.jep.misc.publishingvariable.VariableTableUpdater
-
Constructor.
- Variance - Class in com.singularsys.extensions.statistical
-
PostfixMathCommand for variance and standard deviation.
- Variance(Variance.Type, FieldI) - Constructor for class com.singularsys.extensions.statistical.Variance
-
Constructor
- Variance.Type - Enum Class in com.singularsys.extensions.statistical
-
Type of variance or standard deviation to calculate.
- varName - Variable in class com.singularsys.jepexamples.diagnostics.ThreadSpeedTest
-
Name of variable
- varNames - Variable in class com.singularsys.jep.misc.MacroFunction
- vars - Variable in class com.singularsys.jep.misc.MacroFunction
- varTab - Variable in class com.singularsys.extexamples.consoles.FieldConsole
- varTab - Variable in class com.singularsys.jep.ComponentSet
- varTab - Variable in class com.singularsys.jep.Jep
-
Variable Table
- vb - Variable in class com.singularsys.jep.misc.boundvariable.BoundVariable
- Vbl() - Constructor for class com.singularsys.extensions.lambda.Signature.Vbl
- vbm - Variable in class com.singularsys.jep.misc.boundvariable.BoundVariableFactory
- VectorConsole - Class in com.singularsys.jepexamples.consoles
-
A console which illustrates a different syntax for vectors using mathematical (1,2,3) notation. the tokenizer
- VectorConsole() - Constructor for class com.singularsys.jepexamples.consoles.VectorConsole
- VectorConsoleTest - Class in com.singularsys.jeptests.system.examples
-
Test for the
VectorConsole - VectorConsoleTest() - Constructor for class com.singularsys.jeptests.system.examples.VectorConsoleTest
- VectorI - Interface in com.singularsys.extensions.matrix
-
Defines the basic interface implemented by all matrix types.
- VectorIterable(VectorI) - Constructor for class com.singularsys.extensions.lambda.PaddingListProcessor.VectorIterable
- VectorIterator(VectorI) - Constructor for class com.singularsys.extensions.lambda.PaddingListProcessor.VectorIterator
- vectorToList(VectorI) - Method in class com.singularsys.extensions.rewrite.matrix.AbstractVectorMatrixRule
-
Converts a VectorI to an ASTOpNode with a List operator.
- vf - Variable in class com.singularsys.jep.VariableTable
- visit(XVariable) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
-
If the variable has an equation visit that equation to find the dimensions and set the variables dimension.
- visit(ASTConstant, int, int) - Method in class com.singularsys.jep.walkers.HookRemover
- visit(ASTConstant, int, int) - Method in class com.singularsys.jep.walkers.PostfixEvaluator
- visit(ASTConstant, int, int) - Method in class com.singularsys.jep.walkers.PostfixTreeWalker
-
Visit a constant node
- visit(ASTConstant, int, int) - Method in class com.singularsys.jep.walkers.PrefixTreeDumper
- visit(ASTConstant, int, int) - Method in class com.singularsys.jep.walkers.PrefixTreeWalker
- visit(ASTConstant, int, int) - Method in class com.singularsys.jep.walkers.SerializableExpression
- visit(ASTConstant, int, int) - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- visit(ASTConstant, DimensionVisitor.NodeChecker) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
- visit(ASTConstant, D) - Method in interface com.singularsys.jep.GenericVisitor
-
Visit a constant node
- visit(ASTConstant, D) - Method in class com.singularsys.jep.walkers.GenericDeepCopyVisitor
- visit(ASTConstant, D) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- visit(ASTConstant, Object) - Method in interface com.singularsys.jep.ParserVisitor
- visit(ASTConstant, Object) - Method in class com.singularsys.jep.PrintVisitor
- visit(ASTConstant, Object) - Method in class com.singularsys.jep.standard.StandardEvaluator
- visit(ASTConstant, Object) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- visit(ASTConstant, Object) - Method in class com.singularsys.jep.walkers.DeepCopyVisitor
- visit(ASTConstant, Object) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
-
Visit a constant node.
- visit(ASTConstant, Object) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- visit(ASTConstant, Object) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- visit(ASTConstant, String) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
-
Differentiates a constant.
- visit(ASTConstant, String) - Method in class com.singularsys.extensions.matrixdiff.MatrixDifferentiationVisitor
- visit(ASTConstant, Void) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- visit(ASTConstant, Void) - Method in class com.singularsys.extensions.fastreal.RpEval
- visit(ASTConstant, Void) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- visit(ASTConstant, Void) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- visit(ASTConstant, Void) - Method in class com.singularsys.extensions.xjep.CommandVisitor
- visit(ASTConstant, Void) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- visit(ASTConstant, Void) - Method in class com.singularsys.jep.standard.FastEvaluator
- visit(ASTConstant, Void) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- visit(ASTConstant, Predicate<Node>) - Method in class com.singularsys.jep.walkers.TestingVisitor
- visit(ASTFunNode, int, int) - Method in class com.singularsys.jep.walkers.HookRemover
- visit(ASTFunNode, int, int) - Method in class com.singularsys.jep.walkers.PostfixEvaluator
- visit(ASTFunNode, int, int) - Method in class com.singularsys.jep.walkers.PostfixTreeWalker
-
Visit a function node
- visit(ASTFunNode, int, int) - Method in class com.singularsys.jep.walkers.PrefixTreeDumper
- visit(ASTFunNode, int, int) - Method in class com.singularsys.jep.walkers.PrefixTreeWalker
- visit(ASTFunNode, int, int) - Method in class com.singularsys.jep.walkers.SerializableExpression
- visit(ASTFunNode, int, int) - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- visit(ASTFunNode, DimensionVisitor.NodeChecker) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
- visit(ASTFunNode, D) - Method in interface com.singularsys.jep.GenericVisitor
-
Visit a function node
- visit(ASTFunNode, D) - Method in class com.singularsys.jep.walkers.GenericDeepCopyVisitor
- visit(ASTFunNode, D) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- visit(ASTFunNode, Object) - Method in interface com.singularsys.jep.ParserVisitor
- visit(ASTFunNode, Object) - Method in class com.singularsys.jep.PrintVisitor
-
Prints a standard function: fun(arg, arg)
- visit(ASTFunNode, Object) - Method in class com.singularsys.jep.standard.StandardEvaluator
- visit(ASTFunNode, Object) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- visit(ASTFunNode, Object) - Method in class com.singularsys.jep.walkers.DeepCopyVisitor
- visit(ASTFunNode, Object) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
-
Visit a function node.
- visit(ASTFunNode, Object) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- visit(ASTFunNode, Object) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- visit(ASTFunNode, String) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
-
Applies differentiation to a function.
- visit(ASTFunNode, Void) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- visit(ASTFunNode, Void) - Method in class com.singularsys.extensions.fastreal.RpEval
- visit(ASTFunNode, Void) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- visit(ASTFunNode, Void) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- visit(ASTFunNode, Void) - Method in class com.singularsys.extensions.xjep.CommandVisitor
- visit(ASTFunNode, Void) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- visit(ASTFunNode, Void) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadResolver
- visit(ASTFunNode, Void) - Method in class com.singularsys.jep.standard.FastEvaluator
- visit(ASTFunNode, Void) - Method in class com.singularsys.jep.walkers.ImportationVisitor
-
Ensures that functions will be correct for the give Jep instance.
- visit(ASTFunNode, Void) - Method in class com.singularsys.jep.walkers.LightWeightImportationVisitor
-
Creates a new function node, using the same pfmc, or its lightweight instance if the function implements
JepComponent. - visit(ASTFunNode, Void) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- visit(ASTFunNode, Predicate<Node>) - Method in class com.singularsys.jep.walkers.TestingVisitor
- visit(ASTOpNode, int, int) - Method in class com.singularsys.jep.walkers.HookRemover
- visit(ASTOpNode, int, int) - Method in class com.singularsys.jep.walkers.PostfixEvaluator
- visit(ASTOpNode, int, int) - Method in class com.singularsys.jep.walkers.PostfixTreeWalker
-
Visit an operator node
- visit(ASTOpNode, int, int) - Method in class com.singularsys.jep.walkers.PrefixTreeDumper
- visit(ASTOpNode, int, int) - Method in class com.singularsys.jep.walkers.PrefixTreeWalker
- visit(ASTOpNode, int, int) - Method in class com.singularsys.jep.walkers.SerializableExpression
- visit(ASTOpNode, int, int) - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- visit(ASTOpNode, DimensionVisitor.NodeChecker) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
- visit(ASTOpNode, DimensionVisitor.NodeChecker) - Method in class com.singularsys.extensions.matrixdiff.DDimensionVisitor
-
Overrides to work with XAssignment operator.
- visit(ASTOpNode, D) - Method in interface com.singularsys.jep.GenericVisitor
-
Visit an operator node
- visit(ASTOpNode, D) - Method in class com.singularsys.jep.walkers.GenericDeepCopyVisitor
- visit(ASTOpNode, D) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- visit(ASTOpNode, Object) - Method in interface com.singularsys.jep.ParserVisitor
- visit(ASTOpNode, Object) - Method in class com.singularsys.jep.PrintVisitor
- visit(ASTOpNode, Object) - Method in class com.singularsys.jep.standard.StandardEvaluator
- visit(ASTOpNode, Object) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- visit(ASTOpNode, Object) - Method in class com.singularsys.jep.walkers.DeepCopyVisitor
- visit(ASTOpNode, Object) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
-
Visit an operator node.
- visit(ASTOpNode, Object) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- visit(ASTOpNode, Object) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- visit(ASTOpNode, String) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
-
Now the recursive calls to differentiate the tree
- visit(ASTOpNode, Void) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- visit(ASTOpNode, Void) - Method in class com.singularsys.extensions.fastreal.RpEval
- visit(ASTOpNode, Void) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- visit(ASTOpNode, Void) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- visit(ASTOpNode, Void) - Method in class com.singularsys.extensions.xjep.CommandVisitor
- visit(ASTOpNode, Void) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- visit(ASTOpNode, Void) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadResolver
- visit(ASTOpNode, Void) - Method in class com.singularsys.jep.standard.FastEvaluator
- visit(ASTOpNode, Void) - Method in class com.singularsys.jep.walkers.ExpressionConsolidator
- visit(ASTOpNode, Void) - Method in class com.singularsys.jep.walkers.ImportationVisitor
-
Ensures that operators are correct for the given Jep instance.
- visit(ASTOpNode, Void) - Method in class com.singularsys.jep.walkers.LightWeightImportationVisitor
-
Create a new operator node, using the same operator.
- visit(ASTOpNode, Void) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- visit(ASTOpNode, Predicate<Node>) - Method in class com.singularsys.jep.walkers.TestingVisitor
- visit(ASTVarNode, int, int) - Method in class com.singularsys.jep.walkers.HookRemover
- visit(ASTVarNode, int, int) - Method in class com.singularsys.jep.walkers.PostfixEvaluator
- visit(ASTVarNode, int, int) - Method in class com.singularsys.jep.walkers.PostfixTreeWalker
-
Visit a variable node
- visit(ASTVarNode, int, int) - Method in class com.singularsys.jep.walkers.PrefixTreeDumper
- visit(ASTVarNode, int, int) - Method in class com.singularsys.jep.walkers.PrefixTreeWalker
- visit(ASTVarNode, int, int) - Method in class com.singularsys.jep.walkers.SerializableExpression
- visit(ASTVarNode, int, int) - Method in class com.singularsys.jep.walkers.TreeAnalyzer
- visit(ASTVarNode, DEquationExtractor.Type) - Method in class com.singularsys.extensions.djep.DEquationExtractor
- visit(ASTVarNode, DimensionVisitor.NodeChecker) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
-
Visit a variable node.
- visit(ASTVarNode, DimensionVisitor.NodeChecker) - Method in class com.singularsys.extensions.matrixdiff.DDimensionVisitor
- visit(ASTVarNode, D) - Method in class com.singularsys.extensions.xjep.EquationExtractor
- visit(ASTVarNode, D) - Method in interface com.singularsys.jep.GenericVisitor
-
Visit a variable node
- visit(ASTVarNode, D) - Method in class com.singularsys.jep.walkers.GenericDeepCopyVisitor
- visit(ASTVarNode, D) - Method in class com.singularsys.jep.walkers.GenericDoNothingVisitor
- visit(ASTVarNode, Object) - Method in class com.singularsys.extensions.djep.DPrintVisitor
-
Prints the variable or its equation.
- visit(ASTVarNode, Object) - Method in interface com.singularsys.jep.ParserVisitor
- visit(ASTVarNode, Object) - Method in class com.singularsys.jep.PrintVisitor
- visit(ASTVarNode, Object) - Method in class com.singularsys.jep.standard.StandardEvaluator
- visit(ASTVarNode, Object) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- visit(ASTVarNode, Object) - Method in class com.singularsys.jep.walkers.DeepCopyVisitor
- visit(ASTVarNode, Object) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
-
Visit a variable node.
- visit(ASTVarNode, Object) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- visit(ASTVarNode, Object) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- visit(ASTVarNode, String) - Method in class com.singularsys.extensions.djep.DifferentiationVisitor
-
Differentiates a variable.
- visit(ASTVarNode, Void) - Method in class com.singularsys.extensions.djep.DExpressionCleaner
- visit(ASTVarNode, Void) - Method in class com.singularsys.extensions.djep.DPolynomialCreator
- visit(ASTVarNode, Void) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- visit(ASTVarNode, Void) - Method in class com.singularsys.extensions.fastreal.RpEval
- visit(ASTVarNode, Void) - Method in class com.singularsys.extensions.polynomials.PolynomialCreator
- visit(ASTVarNode, Void) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- visit(ASTVarNode, Void) - Method in class com.singularsys.extensions.xjep.CommandVisitor
- visit(ASTVarNode, Void) - Method in class com.singularsys.extensions.xjep.ExpressionCleaner
- visit(ASTVarNode, Void) - Method in class com.singularsys.jep.standard.FastEvaluator
- visit(ASTVarNode, Void) - Method in class com.singularsys.jep.walkers.ImportationVisitor
-
Uses the name of the variable rather than the variable reference to create the node
- visit(ASTVarNode, Void) - Method in class com.singularsys.jep.walkers.LightWeightImportationVisitor
-
Uses the name of the variable rather than the variable reference to create the node
- visit(ASTVarNode, Void) - Method in class com.singularsys.jep.walkers.SubstitutionVisitor
- visit(ASTVarNode, Void) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- visit(ASTVarNode, Predicate<Node>) - Method in class com.singularsys.jep.walkers.TestingVisitor
- visit(Node) - Method in class com.singularsys.extensions.djep.DEquationExtractor
- visit(Node) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
-
Annotate every node in the tree.
- visit(Node) - Method in class com.singularsys.extensions.xjep.EquationExtractor
- visit(Node) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadResolver
-
Visits the node and its dependents resolving
OverloadedFunctionByStructureandAlternateFunctions. - visit(Node) - Method in class com.singularsys.jep.PrintVisitor
-
Visit a node, printing the results.
- visit(Node) - Method in class com.singularsys.jep.reals.RealEvaluator
- visit(Node) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
- visit(Node, D) - Method in interface com.singularsys.jep.GenericVisitor
-
Visit a node calling the appropriate overloaded method.
- visit(Node, D) - Method in class com.singularsys.jep.walkers.GenericDeepCopyVisitor
- visit(Node, Void) - Method in class com.singularsys.jep.misc.overloadedfunctions.OverloadResolver
- visitAssign(ASTOpNode) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
- visitAssign(ASTOpNode, Object) - Method in class com.singularsys.extensions.matrix.DimensionVisitor
-
Visit an assignment operator.
- visitBinary(ASTOpNode) - Method in class com.singularsys.jep.PrintVisitor
- visitChildren(ASTFunNode) - Method in class com.singularsys.jep.reals.RealEvaluator
- visitChildren(Node, D) - Method in interface com.singularsys.jep.GenericVisitor
-
Visit each child of a node
- visitChildren(Node, Object) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
-
Gets the result of visiting children of an array of nodes.
- visitConstant(ASTConstant) - Method in class com.singularsys.jep.reals.RealEvaluator
- visitConstant(Node) - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- visitConstant(Node) - Method in class com.singularsys.jep.standard.FastEvaluator
- visitConstant(Node) - Method in class com.singularsys.jep.standard.StandardEvaluator
- visitConstant(Node) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- visitConstant(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- visitConstant(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- visitConstant(Node) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- visitFun(ASTFunNode) - Method in class com.singularsys.extensions.rewrite.RewriteVisitor
- visitFun(Node) - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- visitFun(Node) - Method in class com.singularsys.jep.standard.FastEvaluator
-
Visits a function/operator node.
- visitFun(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
-
Visits a function/operator node.
- visitFun(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
-
Visits a function/operator node.
- visitFun(Node) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
-
Visits a function/operator node.
- visitFunction(ASTFunNode) - Method in class com.singularsys.jep.reals.RealEvaluator
- visitNaryBinary(ASTFunNode, Operator) - Method in class com.singularsys.jep.PrintVisitor
- visitNode(Node, Object) - Method in class com.singularsys.jep.walkers.DoNothingVisitor
-
Used to recursively visit the children of a node.
- visitSetEle(ASTOpNode) - Method in class com.singularsys.extensions.fastmatrix.MrpEval
-
Givens a expression like ele(var,index) = value Produce sequence of commands
- VisitTest() - Constructor for class com.singularsys.exttests.matrix.DimensionVisitorTest.VisitTest
- visitUnary(ASTOpNode) - Method in class com.singularsys.jep.PrintVisitor
-
Print a unary operator.
- visitVar(Node) - Method in class com.singularsys.extensions.xjep.XEvaluator
-
Evaluates a variable, it will calculate the value using variables equation if necessary.
- visitVar(Node) - Method in class com.singularsys.extensions.xjep.XMonitoringEvaluator
-
Evaluates a variable, it will calculate the value using variables equation if necessary.
- visitVar(Node) - Method in class com.singularsys.jep.misc.MonitoringEvaluator
- visitVar(Node) - Method in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEvaluator
- visitVar(Node) - Method in class com.singularsys.jep.standard.FastEvaluator
- visitVar(Node) - Method in class com.singularsys.jep.standard.StandardEvaluator
- visitVar(Node) - Method in class com.singularsys.jep.standard.UncheckedEvaluator
- visitVar(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_4
- visitVar(Node) - Method in class com.singularsys.jepexamples.diagnostics.FastEvaluator3_5
- visitVar(Node) - Method in class com.singularsys.jeptests.system.StackCheckingFastEvaluator
- visitVariable(ASTVarNode) - Method in class com.singularsys.jep.reals.RealEvaluator
- VSum - Class in com.singularsys.jep.functions
-
Summation function which expands the arguments.
- VSum() - Constructor for class com.singularsys.jep.functions.VSum
-
Default constructor.
- VSum(Add, ZeroLengthBehaviourI.ZeroLengthErrorBehaviour) - Constructor for class com.singularsys.jep.functions.VSum
-
Constructor with specified Add object and zero length error behaviour.
- VSum(Add, Object) - Constructor for class com.singularsys.jep.functions.VSum
-
Constructor with specified Add object and zero length value.
- VSum(ZeroLengthBehaviourI.ZeroLengthErrorBehaviour) - Constructor for class com.singularsys.jep.functions.VSum
-
Constructor with specified zero length error behaviour.
- VSum(Object) - Constructor for class com.singularsys.jep.functions.VSum
-
Constructor with specified zero length value.
- vt - Variable in class com.singularsys.extensions.mathml.parser.AbstractHandler
- vt - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- vt - Variable in class com.singularsys.jep.misc.threadsafeeval.ThreadSafeEvaluator
- vt - Variable in class com.singularsys.jep.NodeFactory
- vt - Variable in class com.singularsys.jep.walkers.DoNothingVisitor
-
Convenience reference to the VariableTable
W
- walk(Node) - Method in class com.singularsys.jep.walkers.PostfixTreeWalker
-
Start transversal of the expression.
- walk(Node) - Method in class com.singularsys.jep.walkers.PrefixTreeWalker
-
Uses a non-recursive method to traverse the tree under the node 'top'.
- walkSubEquations(Node) - Method in class com.singularsys.jep.walkers.PostfixTreeWalker
-
If a
PostfixTreeWalker.suppressExaminingChildren(Node)returns true, then the children of the node will not be visited by default. - WhileFilter - Class in com.singularsys.extensions.lambda
-
Filter a list returning elements while a condition is true and skipping the rest.
- WhileFilter() - Constructor for class com.singularsys.extensions.lambda.WhileFilter
- WhiteSpaceCommentFilter - Class in com.singularsys.jep.configurableparser
-
A token filter that removes whitespace and comments.
- WhiteSpaceCommentFilter() - Constructor for class com.singularsys.jep.configurableparser.WhiteSpaceCommentFilter
- WhiteSpaceToken - Class in com.singularsys.jep.configurableparser.tokens
-
Tokens representing sequence of white space characters.
- WhiteSpaceToken(String) - Constructor for class com.singularsys.jep.configurableparser.tokens.WhiteSpaceToken
- WhiteSpaceTokenMatcher - Class in com.singularsys.jep.configurableparser.matchers
-
Matches whitespace.
- WhiteSpaceTokenMatcher(String) - Constructor for class com.singularsys.jep.configurableparser.matchers.WhiteSpaceTokenMatcher
- WhiteSpaceTokenMatcher(Pattern) - Constructor for class com.singularsys.jep.configurableparser.matchers.WhiteSpaceTokenMatcher
- with_DJep_uses_the_correct_deepCopy_visitor() - Method in class com.singularsys.exttests.RewriteTest
- with_MDJep_uses_the_correct_deepCopy_visitor() - Method in class com.singularsys.exttests.RewriteTest
- write(int) - Method in class com.singularsys.jepexamples.consoles.Console.JepOutputStream
- write(ObjectOutput) - Method in class com.singularsys.jep.walkers.SerializableExpression.Constant
- write(ObjectOutput) - Method in interface com.singularsys.jep.walkers.SerializableExpression.Element
- write(ObjectOutput) - Method in class com.singularsys.jep.walkers.SerializableExpression.Function
- write(ObjectOutput) - Method in class com.singularsys.jep.walkers.SerializableExpression.Operator
- write(ObjectOutput) - Method in class com.singularsys.jep.walkers.SerializableExpression.Variable
- writeExternal(ObjectOutput) - Method in class com.singularsys.jep.walkers.SerializableExpression
-
Write a serialized version of the node to a stream.
- writeHooks(ObjectOutput, Map<Node.HookKey, Object>) - Static method in class com.singularsys.jep.walkers.SerializableExpression
- writeToDB(String) - Method in class com.singularsys.jeptests.system.perf.PerfResult
X
- x - Variable in class com.singularsys.jepexamples.applets.FunctionCanvas
-
"x" variable
- xAbsolute(double) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Translates from scaled coordinates to screen coordinates.
- XAssign - Class in com.singularsys.extensions.xjep
-
An assignment operator which implements the CommandVisitorI interface.
- XAssign() - Constructor for class com.singularsys.extensions.xjep.XAssign
-
Constructor using
Assignfor the basic evaluation method. - XAssign(boolean) - Constructor for class com.singularsys.extensions.xjep.XAssign
-
Constructor to suppress copying of equations.
- XAssign(XJep, boolean) - Constructor for class com.singularsys.extensions.xjep.XAssign
- XAssign(CallbackEvaluationI) - Constructor for class com.singularsys.extensions.xjep.XAssign
-
Decorator constructor using a specified function for evaluation.
- XASSIGN - Static variable in class com.singularsys.extensions.xjep.XOperatorTable
- XComponents - Class in com.singularsys.extensions.xjep
-
Standard set of components for use with XJep.
- XComponents() - Constructor for class com.singularsys.extensions.xjep.XComponents
-
Creates the default set of components.
- XComponents(JepComponent[]) - Constructor for class com.singularsys.extensions.xjep.XComponents
-
Creates set of XComponents using those supplied in the arguments first and the defaults in none supplied.
- XEvaluator - Class in com.singularsys.extensions.xjep
-
Evaluator which uses equations of variables.
- XEvaluator() - Constructor for class com.singularsys.extensions.xjep.XEvaluator
- xExpression - Variable in class com.singularsys.jepexamples.applets.ParametrisedCanvas
-
Expression to evaluate
- XFunctionTable - Class in com.singularsys.extensions.xjep
-
Add the following functions to the standard function table:
clean(expr)- clean an expression. - XFunctionTable() - Constructor for class com.singularsys.extensions.xjep.XFunctionTable
- XFunctionTable(FunctionTable) - Constructor for class com.singularsys.extensions.xjep.XFunctionTable
-
Decorator constructor, replaces instances of
RandombyDirtyRandom. - XFunctionTable(Map<String, PostfixMathCommandI>) - Constructor for class com.singularsys.extensions.xjep.XFunctionTable
- XHTML_MATHML_PUBLIC_ID - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- XHTML_MATHML_SVG_PUBLIC_ID - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- XHTML_MATHML_SVG_SYSTEM_ID - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- XHTML_MATHML_SYSTEM_ID - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- XHTML_NAMESPACE - Static variable in class com.singularsys.extensions.mathml.MathMLConstants
- xj - Variable in class com.singularsys.exttests.XJepTest
- xj - Variable in class com.singularsys.exttests.XJepXAssignTest
- XJep - Class in com.singularsys.extensions.xjep
-
An extended version of Jep adds various routines for working with trees.
- XJep() - Constructor for class com.singularsys.extensions.xjep.XJep
-
Create a new XJep with all the function of Jep plus simplification and other features.
- XJep(ComponentSet) - Constructor for class com.singularsys.extensions.xjep.XJep
-
Create a new XJep instance using specified components set and default components if necessary.
- XJep(JepComponent...) - Constructor for class com.singularsys.extensions.xjep.XJep
-
Create a new XJep instance using specified components and default components if necessary.
- XJepConsole - Class in com.singularsys.extexamples.consoles
-
A Console application show the symbolic capabilities of the
XJep,PolynomialCreator, andExpressionCleanerincluding functions for simplification, expansion comparison and conversion to arrays of coefficients. - XJepConsole() - Constructor for class com.singularsys.extexamples.consoles.XJepConsole
- XJepConsoleTest - Class in com.singularsys.exttests.examples
-
Tests for the
XJepConsoleapplication. - XJepConsoleTest() - Constructor for class com.singularsys.exttests.examples.XJepConsoleTest
- XJepDocTest - Class in com.singularsys.exttests.autogen
-
Test generated from xjep.html
- XJepDocTest() - Constructor for class com.singularsys.exttests.autogen.XJepDocTest
- XJepSetup() - Constructor for class com.singularsys.exttests.ChainedFunctionTest.XJepSetup
- XJepTest - Class in com.singularsys.exttests
-
Tests for the
XJep - XJepTest() - Constructor for class com.singularsys.exttests.XJepTest
- XJepXAssignTest - Class in com.singularsys.exttests
-
Tests for the
xjeppackage using two different assignment operators. - XJepXAssignTest() - Constructor for class com.singularsys.exttests.XJepXAssignTest
- XLightWeightComponentSetTest - Class in com.singularsys.exttests
-
Tests for the light weight components of different field function tables.
- XLightWeightComponentSetTest() - Constructor for class com.singularsys.exttests.XLightWeightComponentSetTest
- xmlToJepTest(String, Node, String) - Method in class com.singularsys.exttests.MathMLTest
- xmlToJepTest(String, String) - Method in class com.singularsys.exttests.MathMLTest
- XMonitoringEvaluator - Class in com.singularsys.extensions.xjep
-
Evaluator which uses equations of variables.
- XMonitoringEvaluator(MonitoringEvaluator.Type) - Constructor for class com.singularsys.extensions.xjep.XMonitoringEvaluator
- XOperatorTable - Class in com.singularsys.extensions.xjep
-
An operator table to use in the XJep.
- XOperatorTable() - Constructor for class com.singularsys.extensions.xjep.XOperatorTable
-
Constructor with a single assignment operator for symbolic assignment
- XOperatorTable(OperatorTable2) - Constructor for class com.singularsys.extensions.xjep.XOperatorTable
-
Decorator constructor.
- XOperatorTable(OperatorTable2, String) - Constructor for class com.singularsys.extensions.xjep.XOperatorTable
-
Adds a new operator for symbolic assignment in addition to normal assignment.
- XOperatorTable(String) - Constructor for class com.singularsys.extensions.xjep.XOperatorTable
-
Constructor with two assignment operators, the standard numerical assignment and a new symbolic assignment operator
- XOperatorTable(Map<EmptyOperatorTable.OperatorKey, Operator>) - Constructor for class com.singularsys.extensions.xjep.XOperatorTable
- xord - Variable in class com.singularsys.extexamples.applets.Bern1D
- xord - Variable in class com.singularsys.extexamples.applets.Bern2D
- XOREQUAL - Enum constant in enum class com.singularsys.jep.misc.javaops.JavaOperatorTable.JavaOperators
- xRelative(int) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Translates from screen coordinates to scaled coordinates.
- xVar - Variable in class com.singularsys.extexamples.applets.ContourCanvas
-
"x" variable
- xVar - Variable in class com.singularsys.extexamples.applets.ImplicitCanvas
-
"x" variable
- XVariable - Class in com.singularsys.extensions.xjep
-
Variables which have their equations stored.
- XVariable(String) - Constructor for class com.singularsys.extensions.xjep.XVariable
- XVariable(String, Object) - Constructor for class com.singularsys.extensions.xjep.XVariable
- XVariableFactory - Class in com.singularsys.extensions.xjep
-
A VariableFactory which creates XVariables (which have equations).
- XVariableFactory() - Constructor for class com.singularsys.extensions.xjep.XVariableFactory
- XVariableTable - Class in com.singularsys.extensions.xjep
-
An extension of the VariableTable with a few new features.
- XVariableTable() - Constructor for class com.singularsys.extensions.xjep.XVariableTable
-
Create a new XSymbolTable with the given variable factory.
Y
- yAbsolute(double) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Translates from scaled coordinates to screen coordinates.
- yExpression - Variable in class com.singularsys.jepexamples.applets.ParametrisedCanvas
- yord - Variable in class com.singularsys.extexamples.applets.Bern2D
- yRelative(int) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Translates from screen coordinates to scaled coordinates.
- yVar - Variable in class com.singularsys.extexamples.applets.ContourCanvas
- yVar - Variable in class com.singularsys.extexamples.applets.ImplicitCanvas
-
"y" variable
Z
- z - Variable in class com.singularsys.extexamples.applets.ComplexCanvas
-
"z" variable
- zero - Variable in class com.singularsys.extensions.field.implementations.GenericPowerField
- ZERO - Static variable in class com.singularsys.extensions.field.implementations.IntDoubleNumberFactory
- ZERO - Static variable in class com.singularsys.extensions.field.implementations.IntegerNumberFactory
- ZERO - Static variable in class com.singularsys.extensions.field.implementations.LongDoubleNumberFactory
- ZERO - Static variable in class com.singularsys.extensions.field.implementations.Rational
- ZERO - Static variable in class com.singularsys.extensions.field.implementations.RationalWithInfinity
- ZERO - Variable in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- ZERO - Static variable in class com.singularsys.extexamples.consoles.FieldConsole.RationalDoubleNumberFactory
- ZERO - Static variable in class com.singularsys.jep.misc.StrictDoubleNumberFactory
- ZERO - Static variable in class com.singularsys.jep.standard.Complex
-
Constant 0+0 i
- ZERO - Static variable in class com.singularsys.jep.standard.DoubleNumberFactory
- zeroBern1D - Static variable in class com.singularsys.extexamples.applets.Bern1D
- ZeroBern1D() - Constructor for class com.singularsys.extexamples.applets.Bern1D.ZeroBern1D
- zeroBern2D - Static variable in class com.singularsys.extexamples.applets.Bern2D
- ZeroBern2D() - Constructor for class com.singularsys.extexamples.applets.Bern2D.ZeroBern2D
- zeroConstant - Variable in class com.singularsys.extensions.polynomials.PolynomialCreator
- ZeroDiffRule - Class in com.singularsys.extensions.djep.diffRules
-
Rules like
diff(x > y,x) -> 0where the derivative should be zero. - ZeroDiffRule(DJep, Operator) - Constructor for class com.singularsys.extensions.djep.diffRules.ZeroDiffRule
- ZeroDiffRule(DJep, String) - Constructor for class com.singularsys.extensions.djep.diffRules.ZeroDiffRule
- ZeroDiffRule(DJep, String, PostfixMathCommandI) - Constructor for class com.singularsys.extensions.djep.diffRules.ZeroDiffRule
- zeroElement() - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
-
The element representing 0.
- ZeroLengthBehaviourI - Interface in com.singularsys.jep.functions
-
Interface for functions which can be configured to respond to zero length array arguments with either an exception, NaN or a value.
- ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI - Interface in com.singularsys.jep.functions
-
Interface for classes which implement
ZeroLengthBehaviourIby delegating to a helper class. - ZeroLengthBehaviourI.ZeroLengthErrorBehaviour - Enum Class in com.singularsys.jep.functions
-
How to respond to a zero length array as argument
- ZeroLengthBehaviourI.ZeroLengthHelper - Class in com.singularsys.jep.functions
-
Helper class which implements the zero length behaviour.
- zeroLengthHelper - Variable in class com.singularsys.extensions.matrix.dictionary.MatrixDictPut
- zeroLengthHelper - Variable in class com.singularsys.jep.misc.dictionary.Get
- ZeroLengthHelper() - Constructor for class com.singularsys.jep.functions.ZeroLengthBehaviourI.ZeroLengthHelper
- zeroLengthResultOrException(String) - Method in interface com.singularsys.jep.functions.ZeroLengthBehaviourI
-
Either return the value for zero length array or throws an exception depending on the zero length error behaviour flag.
- zeroMat(int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- zeroMat(int, int) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- zeroMat(int, int) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
- zeroMat(int, int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- zeroMat(int, int) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create an zero matrix.
- zeroMat(int, int) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- zeroMat(Dimensions) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- zeroMat(Dimensions) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
-
Create a zero matrix of given size
- zeroMat(Dimensions) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- zeroMat(Dimensions) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create a matrix with zero elements
- zeroMat(Dimensions) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- zeroVec(int) - Method in class com.singularsys.extensions.matrix.doublemat.DoubleMatrixFactory
- zeroVec(int) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
- zeroVec(int) - Method in class com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory
- zeroVec(int) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create a vector with zeros
- zeroVec(int) - Method in class com.singularsys.extensions.matrix.sequencemat.SequenceMatrixFactory
- zeroVec(Dimensions) - Method in class com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory
-
Create a zero vector of given size
- zeroVec(Dimensions) - Method in interface com.singularsys.extensions.matrix.MatrixFactoryI
-
Create a vector with zeros
- zExpression - Variable in class com.singularsys.extexamples.applets.ComplexCanvas
-
Expression to evaluate
- zoomCanvas(double) - Method in class com.singularsys.jepexamples.applets.AbstractCanvas
-
Zoom the canvas.
- zoomIn(Complex) - Method in class com.singularsys.jepexamples.applets.FractalCanvas
-
Zoom in the sceen
- zoomOut() - Method in class com.singularsys.jepexamples.applets.FractalCanvas
-
Zoom out the scene.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ImportationVisitor.importEqn(Node)instead, which is more descriptive.