public class ValueSimplex
extends java.lang.Object
Constructor and Description |
---|
ValueSimplex(DblMatrix X) |
ValueSimplex(int D) |
Modifier and Type | Method and Description |
---|---|
void |
add(DblMatrix vert) |
void |
add(int idx,
DblMatrix vert) |
java.lang.Object |
clone() |
DblMatrix |
dd(int pidx)
Returns the DeWall algorithm's "Delaunay distance" for the vertex whose index is specified.
|
DblMatrix |
get(int j) |
DblMatrix |
getCentroid() |
DblMatrix |
getCircumcenter() |
DblMatrix |
getCircumradius() |
int |
getDimension() |
boolean |
isInside(DblMatrix Po) |
void |
remove(int idx) |
void |
replace(int idx,
DblMatrix vert) |
void |
show() |
void |
show(java.lang.String msg) |
int |
size() |
public ValueSimplex(int D)
public ValueSimplex(DblMatrix X)
public java.lang.Object clone()
clone
in class java.lang.Object
public void remove(int idx)
public void replace(int idx, DblMatrix vert)
public DblMatrix get(int j)
public void add(int idx, DblMatrix vert)
public void add(DblMatrix vert)
public DblMatrix dd(int pidx)
public boolean isInside(DblMatrix Po)
public int getDimension()
public DblMatrix getCircumcenter()
public DblMatrix getCircumradius()
public DblMatrix getCentroid()
public int size()
public void show()
public void show(java.lang.String msg)
Copyright © 2011, 2013. Daniel P. Dougherty