Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry
|
de.lmu.ifi.dbs.elki.math.linearalgebra |
The linear algebra package provides classes and computational methods for
operations on matrices and vectors.
|
de.lmu.ifi.dbs.elki.utilities.pairs |
Pairs utility classes
A number of commonly needed primitive pairs are the following:
IntIntPair storing
two int values
DoubleIntPair
storing one double and one int value. |
de.lmu.ifi.dbs.elki.visualization.parallel3d |
3DPC: 3D parallel coordinate plot visualization for ELKI.
|
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<IntIntPair> |
SweepHullDelaunay2D.hull
Internal representation of the hull
|
Modifier and Type | Method and Description |
---|---|
private IntIntPair |
LinearEquationSystem.nonZeroPivotSearch(int k)
Method for trivial pivot search, searches for non-zero entry.
|
private IntIntPair |
LinearEquationSystem.totalPivotSearch(int k)
Method for total pivot search, searches for x,y in {k,...n}, so that
|a_xy| > |a_ij| |
Modifier and Type | Method and Description |
---|---|
private void |
LinearEquationSystem.permutePivot(IntIntPair pos1,
IntIntPair pos2)
permutes two matrix rows and two matrix columns
|
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<IntIntPair> |
IntIntPair.BYFIRST_COMPARATOR
Comparator to compare by second component only
|
static java.util.Comparator<IntIntPair> |
IntIntPair.BYSECOND_COMPARATOR
Comparator to compare by second component only
|
static java.util.Comparator<IntIntPair> |
IntIntPair.SWAPPED_COMPARATOR
Comparator to compare by swapped components
|
Modifier and Type | Method and Description |
---|---|
int |
IntIntPair.compareSwappedTo(IntIntPair other)
Implementation of comparableSwapped interface, sorting by second then
first.
|
int |
IntIntPair.compareTo(IntIntPair other)
Implementation of comparable interface, sorting by first then second.
|
Modifier and Type | Method and Description |
---|---|
private IntIntPair[] |
Parallel3DRenderer.sortEdges(int[] dindex)
Sort the edges for rendering.
|
Modifier and Type | Method and Description |
---|---|
private void |
Parallel3DRenderer.renderLabels(javax.media.opengl.GL2 gl,
IntIntPair[] edgesort) |
Copyright © 2019 ELKI Development Team. License information.