- TB0 - Static variable in class org.mathIT.numbers.Numbers
-
Symbol in balanced ternary system for 0.
- TBM - Static variable in class org.mathIT.numbers.Numbers
-
Symbol in balanced ternary system for -1.
- TBP - Static variable in class org.mathIT.numbers.Numbers
-
Symbol in balanced ternary system for +1.
- TEN_DOT - Static variable in class org.mathIT.numbers.BigNumbers
-
The number 10 as a BigDecimal.
- tensor(Matrix[]) - Static method in class org.mathIT.algebra.Matrix
-
Returns the tensor product of the matrices a[0], a[1], ..., a[n-1],
i.e., a[0] ⊗ a[1] ... a[n-2] ⊗ a[n-1].
- tensor(double[][][]) - Static method in class org.mathIT.algebra.Matrix
-
Returns the tensor product of the matrices a[0], a[1], ..., a[n-1],
i.e., a[0] ⊗ a[1] ... a[n-2] ⊗ a[n-1].
- TermParser - Class in org.mathIT.util
-
This class provides methods to parse and evaluate strings representing
computable terms.
- TermParser(String) - Constructor for class org.mathIT.util.TermParser
-
Creates a term parser from a single formula in usual notation,
infix for binary operators and prefix for functions and ternary operators.
- ternaryComplement(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns the ternary complement of the specified number in ternary
representation.
- ternBToBigDecimal(String) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a balanced ternary string as a decimal floating-point number.
- ternBToBigDecimal(String, int) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a balanced ternary string as a decimal floating-point number.
- ternBToBigDecimal(String, MathContext) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a balanced ternary string as a decimal floating-point number.
- ternBToDec(String) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a balanced ternary string as an integer.
- ternBToDec(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a balanced ternary string as an integer.
- ternBToDouble(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a balanced ternary string as a decimal floating-point number.
- ternToBigDecimal(String) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a ternary string as a decimal floating-point number.
- ternToBigDecimal(String, int) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a ternary string as a decimal floating-point number.
- ternToBigDecimal(String, MathContext) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a ternary string as a decimal floating-point number.
- ternToDec(String) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a ternary string as an integer.
- ternToDec(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a ternary string as an integer.
- ternToDouble(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a ternary string as a decimal floating-point number.
- ternToTernB(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a ternary string as an balanced ternary string.
- tGate(int) - Method in class org.mathIT.quantum.Register
-
Applies the T gate to the j-th qubit.
- tGate(int) - Method in class org.mathIT.quantum.stabilizer.Register
-
Applies the T gate to the j-th qubit.
- theta(double) - Static method in class org.mathIT.numbers.Riemann
-
Riemann-Siegel theta function.
- THREE - Static variable in class org.mathIT.numbers.BigNumbers
-
The BigInteger constant three.
- threshold - Variable in class org.mathIT.graphs.Actor
-
The threshold of this actor.
- times(Matrix) - Method in class org.mathIT.algebra.Matrix
-
Returns the (right) product of this matrix with the given matrix b.
- times(double[]) - Method in class org.mathIT.algebra.Matrix
-
Returns the (right) product of this matrix with the given column vector v.
- toArray() - Method in class org.mathIT.util.Tuple
-
- toArray(S[]) - Method in class org.mathIT.util.Tuple
-
- toBinaryString() - Method in class org.mathIT.algebra.PolynomialZ
-
Returns a binary string representation of this polynomial, where the
j-the bit (counted from the right) is zero iff the coefficient
of xj is zero.
- toCSV() - Method in class org.mathIT.graphs.Graph
-
Returns a representation of this graph as a text in CSV format.
- toCSV() - Method in class org.mathIT.graphs.WeightedGraph
-
Returns a representation of this graph as a text in CSV format.
- toffoli(int, int, int) - Method in class org.mathIT.quantum.Register
-
Applies the Toffoli gate to this register.
- toffoli(int, int, int) - Method in class org.mathIT.quantum.stabilizer.Register
-
Applies the Toffoli gate to this register.
- toHTML(String, boolean) - Method in class org.mathIT.algebra.Matrix
-
Returns a String representation of this matrix as an HTML table where each
entry is aligned according to the specified value.
- toHTML(String) - Method in class org.mathIT.algebra.Matrix
-
Returns a String representation of this matrix as an HTML table where each
entry is aligned according to the specified value.
- toHTML() - Method in class org.mathIT.algebra.Matrix
-
Returns a String representation of this matrix as an HTML table.
- toHTMLString() - Method in class org.mathIT.algebra.PolynomialZ
-
Returns a HTML string representation of this polynomial.
- toHTMLString() - Method in class org.mathIT.graphs.Graph
-
Returns a string representation of the object as a table in HTML.
- toHTMLString() - Method in class org.mathIT.numbers.Factors
-
Returns a HTML string representation of this factor list.
- toJTable() - Method in class org.mathIT.graphs.Graph
-
Returns a string representation of the object as a
JTable
.
- topologicalSort() - Method in class org.mathIT.graphs.Graph
-
Returns a topological sorting of this graph as an integer array σ,
where σ(i) is the rank of vertex with index i.
- toString() - Method in class org.mathIT.algebra.EnumSet
-
Returns a string representation of this set.
- toString() - Method in class org.mathIT.algebra.MathSet
-
- toString() - Method in class org.mathIT.algebra.Matrix
-
Returns a String representation of this matrix.
- toString(double[]) - Static method in class org.mathIT.algebra.Polynomial
-
Returns a string representation of the given polynomial.
- toString() - Method in class org.mathIT.algebra.Polynomial
-
Returns a string representation of this polynomial.
- toString() - Method in class org.mathIT.algebra.PolynomialZ
-
Returns a string representation of this polynomial.
- toString() - Method in class org.mathIT.genes.DNA
-
Returns a string representing this genome.
- toString() - Method in class org.mathIT.genes.Genome
-
Returns a string representing this genome.
- toString() - Method in class org.mathIT.genes.ORF
-
Returns a string representing this gene.
- toString() - Method in class org.mathIT.genes.Protein
-
Returns a string representing this protein.
- toString() - Method in class org.mathIT.graphs.Actor
-
- toString(Vertible[]) - Method in class org.mathIT.graphs.Clustering
-
Returns a string representing this clustering of vertices.
- toString() - Method in class org.mathIT.graphs.Clustering
-
- toString() - Method in class org.mathIT.graphs.Edge
-
Returns the label of this edge, or the weight if the edge is weighted.
- toString() - Method in class org.mathIT.graphs.FibonacciHeap
-
Creates a String representation of this Fibonacci heap.
- toString() - Method in class org.mathIT.graphs.Graph
-
Returns a string representation of this graph.
- toString() - Method in class org.mathIT.graphs.PriorityQueue
-
Returns a string representationj of this priority queue.
- toString() - Method in class org.mathIT.graphs.SimpleVertex
-
- toString() - Method in class org.mathIT.graphs.Vertex
-
- toString() - Method in class org.mathIT.graphs.WeightedGraph
-
Returns a string representation of the object.
- toString() - Method in class org.mathIT.numbers.Complex
-
Returns a string representation of this complex number in a "readable" standard format.
- toString(Complex) - Static method in class org.mathIT.numbers.Complex
-
Returns a string representation of the complex number z
in a "readable" standard format.
- toString(double[]) - Static method in class org.mathIT.numbers.Complex
-
displays a complex number to a "readable" standard format.
- toString(Complex, DecimalFormat) - Static method in class org.mathIT.numbers.Complex
-
Returns a string representation of this complex number in a "readable" standard format.
- toString(double[], DecimalFormat) - Static method in class org.mathIT.numbers.Complex
-
displays a complex number to the "readable" format digit
.
- toString() - Method in class org.mathIT.numbers.Factors
-
Returns a string representation of this factor list.
- toString() - Method in class org.mathIT.numbers.Quaternion
-
Returns a string representation of this quaternion in a "readable" standard format.
- toString(DecimalFormat) - Method in class org.mathIT.numbers.Quaternion
-
Returns a string representation of this quaternion in the specified
"readable" decimal format.
- toString() - Method in class org.mathIT.numbers.Rational
-
Returns a string representation of this rational number.
- toString(int) - Method in class org.mathIT.quantum.Register
-
Returns a string representation of the first nMax
qubits of
this register.
- toString() - Method in class org.mathIT.quantum.Register
-
Returns a string representation of this register.
- toString() - Method in class org.mathIT.quantum.stabilizer.GraphRegister
-
Returns a string representation of this register.
- toString() - Method in class org.mathIT.quantum.stabilizer.LocalCliffordOperator
-
Returns this operator as a string representation of the 2x2 matrix
representing it.
- toString() - Method in class org.mathIT.quantum.stabilizer.QubitVertex
-
- toString(int) - Method in class org.mathIT.quantum.stabilizer.Register
-
Returns a string representation of the first nMax
qubits of
this register.
- toString() - Method in class org.mathIT.quantum.stabilizer.Register
-
Returns a string representation of this register.
- toString() - Method in class org.mathIT.util.Tuple
-
- trace() - Method in class org.mathIT.algebra.Matrix
-
Returns the trace of this matrix.
- transform(int, double[]) - Static method in class org.mathIT.approximation.Wavelets
-
Computes the fast Daubechies wavelet transform of a data vector,
applying the Daubechies D-N wavelet; the returned two-dimensional array
contains the wavelet coefficients in its [0]-component, and the scaling function
coefficient in its [1]-component; N has to be an even number with
2 ≤ N ≤ 20.
- transpose() - Method in class org.mathIT.algebra.Matrix
-
Returns the transpose of this matrix.
- transposeInPlace() - Method in class org.mathIT.algebra.Matrix
-
Transposes this matrix in place, that is, without using additional space
to create a new matrix.
- Tuple<T> - Class in org.mathIT.util
-
An implementation of Collection
that stores
n non-null objects and is not mutable.
- Tuple(T[]) - Constructor for class org.mathIT.util.Tuple
-
Creates a
Tuple
from the specified elements.
- Tuple(Collection<? extends T>) - Constructor for class org.mathIT.util.Tuple
-
Creates a Tuple from the passed Collection.
- Tuple(T, T) - Constructor for class org.mathIT.util.Tuple
-
Creates a
Tuple
from the specified elements.
- TWO - Static variable in class org.mathIT.numbers.BigNumbers
-
The BigInteger constant two.
- TWO_DOT - Static variable in class org.mathIT.numbers.BigNumbers
-
The number 2 as a BigDecimal.