com.browseengine.bobo.util
Class FloatMatrix

java.lang.Object
  extended by com.browseengine.bobo.util.PrimitiveMatrix
      extended by com.browseengine.bobo.util.FloatMatrix
All Implemented Interfaces:
Serializable

public class FloatMatrix
extends PrimitiveMatrix

See Also:
Serialized Form

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

FloatMatrix

public FloatMatrix(int[] sizes)

FloatMatrix

public FloatMatrix()
Method Detail

set

public void set(int x,
                int y,
                float n)

get

public float get(int r,
                 int c)

toArray

public float[][] toArray()


Copyright © 2011. All Rights Reserved.