|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<Tuple,java.lang.Integer>
mapping.data.DeltaStar
public class DeltaStar
Constructor Summary | |
---|---|
DeltaStar(int initialCapacity)
|
Method Summary | |
---|---|
void |
addZero(int i,
int j)
This method adds a Zero to this sparse matrix |
double |
getLambdaStart()
|
boolean |
isZero(int i,
int j)
|
static void |
main(java.lang.String[] args)
|
void |
printAll()
|
void |
setLambdaStart(double lambdaStart)
|
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeltaStar(int initialCapacity)
Method Detail |
---|
public double getLambdaStart()
public void setLambdaStart(double lambdaStart)
public void addZero(int i, int j)
i
- what row in the matrixj
- what column in the matrixpublic boolean isZero(int i, int j)
i
- is the rowj
- is the column
public void printAll()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |