|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wcohen.ss.MemoMatrix
com.wcohen.ss.ApproxMemoMatrix
public abstract class ApproxMemoMatrix
Variant of MemoMatrix that only stores values near the diagonal, for better efficiency.
| Field Summary |
|---|
| Fields inherited from class com.wcohen.ss.MemoMatrix |
|---|
cellFormat, printNegativeValues, s, t |
| Method Summary | |
|---|---|
boolean |
outOfRange(int i,
int j)
|
java.lang.String |
toString()
Print the matrix, for debugging and/or explanation. |
| Methods inherited from class com.wcohen.ss.MemoMatrix |
|---|
max3, max4, sAt, tAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean outOfRange(int i,
int j)
public java.lang.String toString()
toString in class MemoMatrix
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||