- O_DOT_A0 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.
- O_DOT_A1 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.
- O_DOT_A10 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.
- O_DOT_A2 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.
- O_DOT_A3 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.
- O_DOT_A4 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.
- O_DOT_A5 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.
- O_DOT_A6 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.
- O_DOT_O1 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.0"
.
- O_DOT_O10 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.0000000000"
.
- O_DOT_O2 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.00"
.
- O_DOT_O3 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.000"
.
- O_DOT_O4 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.0000"
.
- O_DOT_O5 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.00000"
.
- O_DOT_O6 - Static variable in class org.mathIT.util.Formats
-
Number format with the format pattern "#,##0.000000"
.
- ONE - Static variable in class org.mathIT.numbers.Complex
-
Constant 1 ∈ ℂ.
- ONE - Static variable in class org.mathIT.numbers.Quaternion
-
Constant 1 ∈ ℍ.
- ONE_DOT - Static variable in class org.mathIT.numbers.BigNumbers
-
The number 1 as a BigDecimal.
- ONE_HALF - Static variable in class org.mathIT.numbers.BigNumbers
-
The number 1/2 as a BigDecimal.
- ONE_SIXTH - Static variable in class org.mathIT.numbers.BigNumbers
-
The number 1/6 as a BigDecimal.
- ONE_THIRD - Static variable in class org.mathIT.numbers.BigNumbers
-
The number 1/3 as a BigDecimal.
- operator - Static variable in class org.mathIT.util.FunctionParser
-
Table of predefined operators.
- operator - Static variable in class org.mathIT.util.TermParser
-
Table of predefined operators.
- ord(BigInteger, BigInteger) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns the order ord(m,n) of m modulo n.
- ord(long, long) - Static method in class org.mathIT.numbers.Numbers
-
Returns the order ord(m,n) of m modulo n.
- order(double, long, long, int) - Static method in class org.mathIT.quantum.QuantumToolBox
-
Given the number z ≈ s/r as information,
where r is the order modulo n of the number a,
and 0 <= s < r
(but not knowing neither s nor r),
this method returns a multiple of r if such a number is found,
or -1 otherwise.
- OrderedSet<E extends Comparable<E>> - Class in org.mathIT.algebra
-
This class enables to create finite mathematical totally ordered sets
and supplies some of the
usual mathematical set operations such as immutable copy, set difference,
union, or intersection.
- OrderedSet() - Constructor for class org.mathIT.algebra.OrderedSet
-
Constructs a new, empty ordered set, sorted according to the
natural ordering of its elements.
- OrderedSet(Comparator<? super E>) - Constructor for class org.mathIT.algebra.OrderedSet
-
Constructs a new, empty ordered set, sorted according to the specified
comparator.
- OrderedSet(Collection<? extends E>) - Constructor for class org.mathIT.algebra.OrderedSet
-
Constructs a new ordered set containing the elements in the specified
collection, sorted according to the natural ordering of its
elements.
- OrderedSet(E[]) - Constructor for class org.mathIT.algebra.OrderedSet
-
Constructs a new set from the input array.
- OrderedSet(E) - Constructor for class org.mathIT.algebra.OrderedSet
-
Constructs a new set from the input element.
- ORF - Class in org.mathIT.genes
-
This class represents an ORF (open reading frame), i.e., a possible gene
(or part of a gene) of a living organism coding a particular protein.
- ORF(String, CharSequence) - Constructor for class org.mathIT.genes.ORF
-
Constructor of this gene where sequence is a DNA sequence without start and stop codons.
- ORF(String, ArrayList<Codon>) - Constructor for class org.mathIT.genes.ORF
-
Constructor of this gene.
- ORF(ArrayList<Codon>) - Constructor for class org.mathIT.genes.ORF
-
Constructor of this gene.
- ORF(Codon[]) - Constructor for class org.mathIT.genes.ORF
-
Constructor of this gene.
- ORF(TreeMap<Codon, Double>) - Constructor for class org.mathIT.genes.ORF
-
Constructor of this gene.
- org.mathIT.algebra - package org.mathIT.algebra
-
Provides classes for algebra and linear algebra.
- org.mathIT.approximation - package org.mathIT.approximation
-
Provides classes for applying approximation theory and numerical analysis
- org.mathIT.genes - package org.mathIT.genes
-
Provides classes to simulate biological amino acid sequences
and to use the genetic code
- org.mathIT.graphs - package org.mathIT.graphs
-
Provides classes representing mathematical graphs and its vertices.
- org.mathIT.gui - package org.mathIT.gui
-
This package provides classes to enable graphical user interfaces (GUI).
- org.mathIT.numbers - package org.mathIT.numbers
-
Provides classes for number theory.
- org.mathIT.plot - package org.mathIT.plot
-
Provides classes for plotting function graphs.
- org.mathIT.quantum - package org.mathIT.quantum
-
Provides classes to simulate quantum computation,
such as a quantum register and a quantum gate
- org.mathIT.quantum.stabilizer - package org.mathIT.quantum.stabilizer
-
Provides classes to simulate quantum stabilizer states.
- org.mathIT.statistics - package org.mathIT.statistics
-
Provides classes for applying statistics.
- org.mathIT.util - package org.mathIT.util
-
Contains general utility classes for mathematical operations.