|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.browseengine.bobo.util.PrimitiveMatrix
com.browseengine.bobo.util.FloatMatrix
public class FloatMatrix
| Field Summary |
|---|
| Fields inherited from class com.browseengine.bobo.util.PrimitiveMatrix |
|---|
_colCount, _matrix, _rowCount |
| Constructor Summary | |
|---|---|
FloatMatrix()
|
|
FloatMatrix(int[] sizes)
|
|
| Method Summary | |
|---|---|
float |
get(int r,
int c)
|
void |
set(int x,
int y,
float n)
|
float[][] |
toArray()
|
| Methods inherited from class com.browseengine.bobo.util.PrimitiveMatrix |
|---|
ensureCapacity, expand, expandCols, expandRows, seal, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FloatMatrix(int[] sizes)
public FloatMatrix()
| Method Detail |
|---|
public void set(int x,
int y,
float n)
public float get(int r,
int c)
public float[][] toArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||