Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CACHE_EMPTY - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
-
Empty cache status
- CACHING_FINISHED - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.PrimesCache
-
Cache ready to use
- CAHEN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
-
Cahen's constant
- CAHEN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- CAHEN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- CAHEN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- CAHEN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- CAHEN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- calculate() - Method in class org.mariuszgromada.math.mxparser.Expression
-
Calculates the expression value
- calculate() - Method in class org.mariuszgromada.math.mxparser.Function
-
Calculates function value
- calculate() - Method in interface org.mariuszgromada.math.mxparser.FunctionExtension
-
Actual algorithm implementation.
- calculate(double...) - Method in class org.mariuszgromada.math.mxparser.Function
-
Calculates function value
- calculate(double...) - Method in interface org.mariuszgromada.math.mxparser.FunctionExtensionVariadic
-
Actual algorithm implementation.
- calculate(Argument...) - Method in class org.mariuszgromada.math.mxparser.Function
-
Calculates function value
- Calculus - Class in org.mariuszgromada.math.mxparser.mathcollection
-
Calculus - numerical integration, differentiation, etc...
- Calculus() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.Calculus
- CalculusOperator - Class in org.mariuszgromada.math.mxparser.parsertokens
-
Calculus Operators - mXparser tokens definition.
- CalculusOperator() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- cancelCurrentCalculation() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Method give a signal to other methods to cancel current calculation.
- CATALAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
-
Catalan's constant
- CATALAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- CATALAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- CATALAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- CATALAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- CATALAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- catalanNumber(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Catalan numbers
- catalanNumber(int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Catalan numbers
- CDF_NORMAL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_NORMAL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_NORMAL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_NORMAL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_NORMAL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_UNIFORM_CONT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_UNIFORM_CONT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_UNIFORM_CONT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_UNIFORM_CONT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CDF_UNIFORM_CONT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- cdfNormal(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
CDF - Cumulative Distribution Function - Normal distribution N(mean, stddev).
- cdfUniformContinuous(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.ProbabilityDistributions
-
CDF - Cumulative Distribution Function - Uniform Continuous distribution over interval [a, b).
- ceil(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Ceiling function.
- CEIL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CEIL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CEIL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CEIL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CEIL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CELCIUS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Celcius
- CENTI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Centi
- CENTI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Centimeter
- CENTIMETRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Square centimetre
- CENTIMETRE2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Qubic centimetre
- CENTIMETRE3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CENTIMETRE3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- CHAR - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
-
RegularExpression Id.
- checkIfAlmostIntRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Returns state of almost integer rounding option causing rounding final calculation result to precise integer if and only if result is very close to integer.
- checkIfCanonicalRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Double floating-point precision arithmetic causes rounding problems, i.e. 0.1 + 0.1 + 0.1 is slightly different than 0.3, additionally doubles are having a lot of advantages providing flexible number representation regardless of number size. mXparser is fully based on double numbers and that is why is providing intelligent canonical rounding to minimize misleading results.
- checkIfDegreesMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Checks whether mXparser operates in degrees mode for trigonometric functions.
- checkIfEpsilonMode() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
-
Checks if epsilon comparison mode is active;
- checkIfEpsilonMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Checks if epsilon comparison mode is active;
- checkIfExactMode() - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BinaryRelations
-
Checks if exact comparison mode is active;
- checkIfExactMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Checks if exact comparison mode is active;
- checkIfRadiansMode() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Checks whether mXparser operates in radians mode for trigonometric functions.
- checkIfsetToOverrideBuiltinTokens() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Checks whether mXparser is set to override built-in tokens.
- checkIfUlpRounding() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Double floating-point precision arithmetic causes rounding problems, i.e. 0.1 + 0.1 + 0.1 is slightly different than 0.3, additionally doubles are having a lot of advantages providing flexible number representation regardless of number size. mXparser is fully based on double numbers and that is why is providing intelligent ULP rounding to minimize misleading results.
- checkLexSyntax() - Method in class org.mariuszgromada.math.mxparser.Expression
-
Checks syntax of the expression string.
- checkSyntax() - Method in class org.mariuszgromada.math.mxparser.Argument
-
Checks argument syntax
- checkSyntax() - Method in class org.mariuszgromada.math.mxparser.Expression
-
Checks syntax of the expression string.
- checkSyntax() - Method in class org.mariuszgromada.math.mxparser.Function
-
Checks function syntax
- checkSyntax() - Method in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxChecker
- chemotaxis(Configurator, Problem, Function) - Method in interface com.adriangarcia.metaheuristics.tsmbfoa.Foraging
-
In the chemotaxis method the chemotaxis process of TS-MBFOA is performed, where two swims are interleaved, in each cycle one exploitation or exploration swim is performed.
- chemotaxis(Configurator, Problem, Function) - Method in class com.adriangarcia.metaheuristics.tsmbfoa.Tsmbfoa
- chi(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Characteristic function x in (a,b)
- CHI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- chi_L(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Characteristic function x in [a,b)
- CHI_L_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_L_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_L_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_L_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_L_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- chi_LR(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Characteristic function x in [a,b]
- CHI_LR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_LR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_LR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_LR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_LR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- chi_R(double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Characteristic function x in (a,b]
- CHI_R_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_R_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_R_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_R_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_R_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- CHI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function3Arg
- cimp(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
-
Boolean CIMP
- CIMP - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
-
RegularExpression Id.
- CIMP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CIMP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CIMP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CIMP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CIMP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CIMP_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
-
CIMP truth table
- clearDescription() - Method in class org.mariuszgromada.math.mxparser.Expression
-
Clears expression description
- clearExpressionString() - Method in class org.mariuszgromada.math.mxparser.Expression
-
Clears expression string
- clone() - Method in class org.mariuszgromada.math.mxparser.Argument
-
Creates cloned object of the this argument.''
- clone() - Method in interface org.mariuszgromada.math.mxparser.ArgumentExtension
-
Cloning in case of usage in Expression with recursive statements.
- clone() - Method in class org.mariuszgromada.math.mxparser.Expression
-
Expression cloning.
- clone() - Method in class org.mariuszgromada.math.mxparser.Function
-
clone method
- clone() - Method in interface org.mariuszgromada.math.mxparser.FunctionExtension
-
Cloning in case of usage in Expression with recursive statements.
- clone() - Method in interface org.mariuszgromada.math.mxparser.FunctionExtensionVariadic
-
Cloning in case of usage in Expression with recursive statements.
- clone() - Method in class org.mariuszgromada.math.mxparser.parsertokens.Token
-
Token cloning.
- cnimp(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
-
Boolean CNIMP
- CNIMP - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
-
RegularExpression Id.
- CNIMP_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CNIMP_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CNIMP_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CNIMP_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CNIMP_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BooleanOperator
- CNIMP_TRUTH_TABLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.BooleanAlgebra
-
CNIMP truth table
- coalesce(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Returns the first non-NaN value
- COALESCE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- COALESCE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- COALESCE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- COALESCE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- COALESCE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- column - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
- com.adriangarcia.cnop - package com.adriangarcia.cnop
- com.adriangarcia.metaheuristics.tsmbfoa - package com.adriangarcia.metaheuristics.tsmbfoa
- com.adriangarcia.statistics - package com.adriangarcia.statistics
- COMMA - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
-
RegularExpression Id.
- COMMA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- COMMA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- COMMA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- COMMA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- COMMA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- COMPL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
- COMPL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
- COMPL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
- COMPL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
- COMPL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.BitwiseOperator
- configurator - Variable in class com.adriangarcia.metaheuristics.tsmbfoa.Problem
- Configurator - Class in com.adriangarcia.metaheuristics.tsmbfoa
-
Configurator class creates a new configuration of the TS-MBFOA own parameters.
- Configurator() - Constructor for class com.adriangarcia.metaheuristics.tsmbfoa.Configurator
-
Constructor method to create a new instance of the Configurator class.
- consolePrint(Object) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Prints object.toString to the Console
- consolePrintHelp() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Prints all help content.
- consolePrintHelp(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Prints filtered help content.
- consolePrintln() - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Prints new line to the Console, no new line
- consolePrintln(Object) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Prints object.toString to the Console + new line
- consolePrintln(String[]) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Prints array of strings
- consolePrintTokens(List<Token>) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Prints tokens to the console.
- Constant - Class in org.mariuszgromada.math.mxparser
-
Constant class provides ability to declare constants.
- Constant(String, double) - Constructor for class org.mariuszgromada.math.mxparser.Constant
-
Constructor - creates constant with a given name and given value
- Constant(String, double, String) - Constructor for class org.mariuszgromada.math.mxparser.Constant
-
Constructor - creates constant with a given name and given value.
- Constant(String, PrimitiveElement...) - Constructor for class org.mariuszgromada.math.mxparser.Constant
-
Constructor for function definition in natural math language, for instance providing on string "f(x,y) = sin(x) + cos(x)" is enough to define function "f" with parameters "x and y" and function body "sin(x) + cos(x)".
- ConstantValue - Class in org.mariuszgromada.math.mxparser.parsertokens
-
Constant Values - mXparser tokens definition.
- ConstantValue() - Constructor for class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- constArgDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- constUnitgDefStrRegExp - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ParserSymbol
- CONT_FRAC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_FRAC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_FRAC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_FRAC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_FRAC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_POL_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_POL_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_POL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_POL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- CONT_POL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- continuedFraction(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Continued fraction
- continuedPolynomial(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Continued polynomial
- convDecimal2OthBase(double, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Decimal number to other numeral system conversion with base between 1 and 36.
- convDecimal2OthBase(double, int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Decimal number to other numeral system conversion with base between 1 and 36.
- convDecimal2OthBase(double, int, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Decimal number to other numeral system conversion with base between 1 and 36.
- convDecimal2OthBase(double, int, int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Decimal number to other numeral system conversion with base between 1 and 36.
- Converter - Class in com.adriangarcia.metaheuristics.tsmbfoa
-
To optimize a CNOP it is necessary to make constant evaluations of its mathematical expressions.
- Converter() - Constructor for class com.adriangarcia.metaheuristics.tsmbfoa.Converter
- convOthBase2Decimal(double[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Other base to decimal conversion.
- convOthBase2Decimal(double, double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Other base to decimal conversion.
- convOthBase2Decimal(double, double...) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Other base to decimal conversion.
- convOthBase2Decimal(int[]) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Other base to decimal conversion.
- convOthBase2Decimal(int, int...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Other base to decimal conversion.
- convOthBase2Decimal(int, int...) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Other base to decimal conversion.
- convOthBase2Decimal(String) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Other base (base between 1 and 36) number literal conversion to decimal number.
- convOthBase2Decimal(String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Other base (base between 1 and 36) number literal conversion to decimal number.
- convOthBase2Decimal(String, int) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Other base (base between 1 and 36) number literal conversion to decimal number.
- convOthBase2Decimal(String, int) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Other base (base between 1 and 36) number literal conversion to decimal number.
- cos - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
-
The cosine function value
- cos(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Cosine trigonometric function
- COS_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- COS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- cosec(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Cosecant trigonometric function
- COSEC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSEC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSEC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSEC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSEC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSECH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSECH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- cosh(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Hyperbolic cosine function.
- COSH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COSH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- coth(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Hyperbolic cotangent function.
- COTH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COTH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COTH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COTH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COTH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- COULOMB - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Coulomb
- csc - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
-
The cosecant function value
- CSC_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CSC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CSC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- csch(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Hyperbolic cosecant function.
- CSCH_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CSCH_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CSCH_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CSCH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CSCH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- ctan - Variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
-
The cotangent function value
- ctan(double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Cotangent trigonometric function
- CTAN_0 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_120 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_135 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_150 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_180 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_210 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_225 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_240 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_270 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_30 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_300 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_315 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_330 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_360 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_45 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_60 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_90 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.SpecialValueTrigonometric
- CTAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTANH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTANH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTG_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTG_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTGH_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- CTGH_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function1Arg
- curChar - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerTokenManager
- currentToken - Variable in exception org.mariuszgromada.math.mxparser.syntaxchecker.ParseException
-
This is the last token that has been consumed successfully.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form