org.ejml.data
Class RowD1Matrix64F

java.lang.Object
  extended by org.ejml.data.Matrix64F
      extended by org.ejml.data.D1Matrix64F
          extended by org.ejml.data.RowD1Matrix64F
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DenseMatrix64F

public abstract class RowD1Matrix64F
extends D1Matrix64F

Interface for a row-major matrix that uses a single array internally.

Author:
Peter Abeles
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ejml.data.D1Matrix64F
data
 
Fields inherited from class org.ejml.data.Matrix64F
numCols, numRows
 
Constructor Summary
RowD1Matrix64F()
           
 
Method Summary
 
Methods inherited from class org.ejml.data.D1Matrix64F
div, get, getData, getIndex, minus, plus, set, set, setData, times
 
Methods inherited from class org.ejml.data.Matrix64F
copy, get, getNumCols, getNumElements, getNumRows, iterator, print, reshape, reshape, set, set, unsafe_get, unsafe_set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowD1Matrix64F

public RowD1Matrix64F()


Copyright © 2012. All Rights Reserved.