Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- main(String[]) - Static method in class org.mariuszgromada.math.mxparser.regressiontesting.PerformanceTests
-
Performance test run with multithreading support.
- main(String[]) - Static method in class org.mariuszgromada.math.mxparser.regressiontesting.RegTestExpression
-
Runs main regression tests in the field of calculation.
- main(String[]) - Static method in class org.mariuszgromada.math.mxparser.regressiontesting.RegTestExpressionAPI
-
Runs API regression tests.
- main(String[]) - Static method in class org.mariuszgromada.math.mxparser.regressiontesting.RegTestSyntax
-
Runs syntax checking regression test.
- main(String[]) - Static method in class org.mariuszgromada.math.mxparser.regressiontesting.RunTest
-
Use this class to run one of the following test Param: reg - Expression regression test Param: api - mXparser API test Param: syn - Syntax checking test Param: perf - Performance test ,
- main(String[]) - Static method in class org.mariuszgromada.math.mxparser.Tutorial
- MARS_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Mars mass
- MARS_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Mars radius
- MARS_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Mars semi-major axis
- MARS_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MARS_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MathConstants - Class in org.mariuszgromada.math.mxparser.mathcollection
-
MathConstants - class representing the most important math constants.
- MathConstants() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
- MathFunctions - Class in org.mariuszgromada.math.mxparser.mathcollection
-
MathFunctions - the most popular math functions.
- MathFunctions() - Constructor for class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
- max(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Maximum function.
- max(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Maximum function.
- max(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Maximum value - iterative operator.
- MAX_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MAX_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MAX_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MAX_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MAX_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MAX_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MAX_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MAX_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MAX_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MAX_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MAXIMIZATION - Static variable in class com.adriangarcia.metaheuristics.tsmbfoa.Problem
- maxNextCharInd - Variable in class org.mariuszgromada.math.mxparser.syntaxchecker.SimpleCharStream
- mean(double[]) - Method in class com.adriangarcia.statistics.Statistics
-
This method generates the mean of a vector.
- mean(double[][]) - Method in class com.adriangarcia.statistics.Statistics
-
This method generates an mean vector of a matrix.
- mean(double[][], int) - Method in class com.adriangarcia.statistics.Statistics
-
This method calculates the mean of a specified column given a matrix.
- Mechanism - Class in com.adriangarcia.metaheuristics.tsmbfoa
-
Mechanism class is in charge of performing external techniques to fulfill the CNOP optimization.
- Mechanism() - Constructor for class com.adriangarcia.metaheuristics.tsmbfoa.Mechanism
-
Empty constructor.
- median(double[]) - Method in class com.adriangarcia.statistics.Statistics
-
This method generates the median of a vector.
- median(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
-
Sample median
- median(double[][]) - Method in class com.adriangarcia.statistics.Statistics
-
This method generates an median vector of a matrix.
- median(double[][], int) - Method in class com.adriangarcia.statistics.Statistics
-
This method calculates the median of a specified column given a matrix.
- MEDIAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MEDIAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MEDIAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MEDIAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MEDIAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MEGA - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Mega
- MEGA_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_ELECTRONO_VOLT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Mega Electrono-Volt
- MEGA_ELECTRONO_VOLT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_ELECTRONO_VOLT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_ELECTRONO_VOLT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_ELECTRONO_VOLT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_ELECTRONO_VOLT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_MIL_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_MIL_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_MIL_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGA_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABIT - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Megabit
- MEGABIT_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABIT_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABIT_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABIT_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABIT_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABYTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Megabyte
- MEGABYTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABYTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABYTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABYTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEGABYTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MEISSEL_MERTEENS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
-
Meissel-Mertens constant
- MEISSEL_MERTEENS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MEISSEL_MERTEENS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MEISSEL_MERTEENS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MEISSEL_MERTEENS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MEISSEL_MERTEENS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Mercury mass
- MERCURY_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Mercury radius
- MERCURY_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Mercury semi-major axis
- MERCURY_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MERCURY_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- METRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Meter
- METRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Metre per second
- METRE_PER_SECOND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Metre per squared second
- METRE_PER_SECOND2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_PER_SECOND2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Square metre
- METRE2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Qubic metre
- METRE3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- METRE3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MICRO - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Micro
- MICRO_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MICRO_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MICRO_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MICRO_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MICRO_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Mile
- MILE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Mile per hour
- MILE_PER_HOUR_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Mile per squared hour
- MILE_PER_HOUR2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_PER_HOUR2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLI - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Milli
- MILLI_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLI_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLI_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLI_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLI_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIGRAM - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Milligram
- MILLIGRAM_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIGRAM_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIGRAM_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIGRAM_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIGRAM_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLILITRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Millilitre
- MILLILITRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLILITRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLILITRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLILITRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLILITRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Millimetre
- MILLIMETRE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE2 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Square millimetre
- MILLIMETRE2_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE2_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE2_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE2_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE2_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE3 - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Qubic millimetre
- MILLIMETRE3_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE3_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE3_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE3_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLIMETRE3_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLISECOND - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Millisecond
- MILLISECOND_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLISECOND_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLISECOND_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLISECOND_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLISECOND_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MILLS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
-
Mills' constant
- MILLS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MILLS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MILLS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MILLS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MILLS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- min(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Minimum function.
- min(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Minimum function.
- min(Expression, Argument, double, double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.NumberTheory
-
Minimum value - iterative operator.
- MIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MIN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MIN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MIN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MIN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.CalculusOperator
- MIN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MINIMIZATION - Static variable in class com.adriangarcia.metaheuristics.tsmbfoa.Problem
- minus(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Subtraction a - b applying canonical rounding if canonical rounding is enabled
- MINUS - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
-
RegularExpression Id.
- MINUS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MINUS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MINUS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MINUS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MINUS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MINUTE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
MINUTE
- MINUTE_ARC - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
-
Minute (angle)
- MINUTE_ARC_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_ARC_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_ARC_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_ARC_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_ARC_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- MINUTE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Unit
- mod(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Modulo operator a % b
- MOD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
- MOD_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MOD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
- MOD_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MOD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
- MOD_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MOD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
- MOD_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MOD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Function2Arg
- MOD_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- mode(double...) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.Statistics
-
Sample mode
- MODE_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MODE_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MODE_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MODE_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- MODE_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.FunctionVariadic
- modifyBuiltinToken(String, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Method to change definition of built-in token - more precisely using this method allows to modify token string recognized by the parser (i.e. sin(x) to sinus(x)).
- modifyBuiltinToken(String, String, String) - Static method in class org.mariuszgromada.math.mxparser.mXparser
-
Method to change definition of built-in token - more precisely using this method allows to modify token string recognized by the parser (i.e. sin(x) to sinus(x)).
- MODULO - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
-
RegularExpression Id.
- MOLE - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.Units
- MONN_SEMI_MAJOR_AXIS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Moon semi-major axis
- MONN_SEMI_MAJOR_AXIS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MONN_SEMI_MAJOR_AXIS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MONN_SEMI_MAJOR_AXIS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MONN_SEMI_MAJOR_AXIS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MONN_SEMI_MAJOR_AXIS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_MASS - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Moon mass
- MOON_MASS_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_MASS_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_MASS_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_MASS_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_MASS_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_RADIUS_MEAN - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.AstronomicalConstants
-
Moon mean radius
- MOON_RADIUS_MEAN_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_RADIUS_MEAN_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_RADIUS_MEAN_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_RADIUS_MEAN_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MOON_RADIUS_MEAN_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MRB - Static variable in class org.mariuszgromada.math.mxparser.mathcollection.MathConstants
-
MRB constant
- MRB_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MRB_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MRB_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MRB_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- MRB_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.ConstantValue
- multiply(double, double) - Static method in class org.mariuszgromada.math.mxparser.mathcollection.MathFunctions
-
Multiplication a * b applying canonical rounding if canonical rounding is enabled
- MULTIPLY - Static variable in interface org.mariuszgromada.math.mxparser.syntaxchecker.SyntaxCheckerConstants
-
RegularExpression Id.
- MULTIPLY_DESC - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MULTIPLY_ID - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MULTIPLY_SINCE - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MULTIPLY_STR - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- MULTIPLY_SYN - Static variable in class org.mariuszgromada.math.mxparser.parsertokens.Operator
- mXparser - Class in org.mariuszgromada.math.mxparser
-
mXparser class provides usefull methods when parsing, calculating or parameters transforming.
- mXparser() - Constructor for class org.mariuszgromada.math.mxparser.mXparser
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form