public class FloatMatrix extends PrimitiveMatrix
_colCount, _matrix, _rowCount| Constructor and Description |
|---|
FloatMatrix() |
FloatMatrix(int[] sizes) |
| Modifier and Type | Method and Description |
|---|---|
float |
get(int r,
int c) |
void |
set(int x,
int y,
float n) |
float[][] |
toArray() |
ensureCapacity, expand, expandCols, expandRows, seal, toStringCopyright © 2005–2013. All rights reserved.