- h - Static variable in class org.mathIT.approximation.Wavelets
-
Daubechies filter coefficients Nhk = h[N-1][k]
for the D-2N wavelet, N = 1, 2, ..., 10, i.e., D2, D4, ..., D20.
- H - Static variable in class org.mathIT.quantum.stabilizer.LocalCliffordOperator
-
The Hadamard operator acting on a single qubit.
- hadamard(int) - Method in class org.mathIT.quantum.Register
-
Hadamard transformation of the j-th qubit.
- hadamard(int) - Method in class org.mathIT.quantum.stabilizer.GraphRegister
-
Apply a Hadamard gate on vertex v.
- hadamard(int) - Method in class org.mathIT.quantum.stabilizer.Register
-
Hadamard transformation of the j-th qubit.
- hasCycles() - Method in class org.mathIT.graphs.Graph
-
Checks whether this graph contains a cycle.
- hashCode() - Method in class org.mathIT.numbers.Quaternion
-
Returns the hash code for this Quaternion
number.
- hashCode() - Method in class org.mathIT.quantum.Register
-
Returns the hash code of the current state of this quantum register.
- hashCode() - Method in class org.mathIT.quantum.stabilizer.GraphRegister
-
Returns the hash code for this graph register state.
- hashCode() - Method in class org.mathIT.quantum.stabilizer.LocalCliffordOperator
-
Returns the hash code for this local Clifford operator.
- hashCode() - Method in class org.mathIT.quantum.stabilizer.QubitVertex
-
Returns the hash code for this qubit vertex.
- hashCode() - Method in class org.mathIT.quantum.stabilizer.Register
-
Returns the hash code of the current state of this quantum register.
- hashCode() - Method in class org.mathIT.util.Tuple
-
- hexToBigDecimal(String) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a hexadecimal string as a decimal fraction number.
- hexToBigDecimal(String, int) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a hexadecimal string as a decimal fraction number.
- hexToBigDecimal(String, MathContext) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a hexadecimal string as a decimal fraction number.
- hexToBin(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a hexadecimal string as a binary string.
- hexToDec(String) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a hexadecimal string as an integer.
- hexToDec(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a hexadecimal string as a decimal integer.
- hexToDouble(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a hexadecimal string as a decimal floating-point number.
- hypotenuse(double, double) - Static method in class org.mathIT.numbers.Numbers
-
Returns sqrt(a^2 + b^2) without under/overflow.