- Wavelets - Class in org.mathIT.approximation
-
This class provides static constants and methods to implement wavelets.
- weight - Variable in class org.mathIT.graphs.Edge
-
The weight of this edge.
- weight - Variable in class org.mathIT.graphs.WeightedGraph
-
Weight matrix. weight[i][j] is the distance from vertex i to vertex j.
- weighted - Variable in class org.mathIT.graphs.Edge
-
Flag indicating whether this edge is directed.
- weighted - Variable in class org.mathIT.graphs.Graph
-
Flag whether this graph is weighted or unweighted.
- WeightedGraph<V extends Vertible<V>> - Class in org.mathIT.graphs
-
This class represents a weighted directed graph as an array list of vertices.
- WeightedGraph(V[], double[][]) - Constructor for class org.mathIT.graphs.WeightedGraph
-
Creates a graph from the specified array of vertices and the weight matrix.
- WeightedGraph(boolean, V[], double[][]) - Constructor for class org.mathIT.graphs.WeightedGraph
-
Creates a graph from the specified array of vertices and the weight matrix.
- WeightedGraph(ArrayList<V>, double[][], V[]) - Constructor for class org.mathIT.graphs.WeightedGraph
-
Creates a directed graph from the specified array list of vertices and the weight matrix;
the adjacency list of each vertex is derived from the weight matrix.
- WeightedGraph(V[], int[][]) - Constructor for class org.mathIT.graphs.WeightedGraph
-
Creates a directed weighted graph from the specified array of vertices and the adjacency matrix,
deriving a weight matrix where each edge has weight 1.
- WeightedGraph(boolean, V[], int[][]) - Constructor for class org.mathIT.graphs.WeightedGraph
-
Creates a weighted graph from the specified array of vertices and the adjacency matrix,
deriving a weight matrix where each edge has weight 1.
- words(int, HashSet<StringBuilder>) - Static method in class org.mathIT.numbers.Combinatorics
-
For every number k with k ≥ 0 a list of all words
of length k over the specified alphabet is returned.
- words(int, Set<Character>) - Static method in class org.mathIT.numbers.Combinatorics
-
For every number k with k ≥ 0 a list of all words
of length k over the specified alphabet is returned.
- words(int, char[]) - Static method in class org.mathIT.numbers.Combinatorics
-
For every number k with k ≥ 0 a list of all words
of length k over the specified alphabet is returned.
- words(int, ArrayList<Character>) - Static method in class org.mathIT.numbers.Combinatorics
-
For every number k with k ≥ 0 a list of all words
of length k over the specified alphabet is returned.
- words(int, byte[]) - Static method in class org.mathIT.numbers.Combinatorics
-
For every number k with k ≥ 0 a list of all words
of length k over the specified alphabet is returned.