org.ejml.data
Class RowD1Matrix64F
java.lang.Object
org.ejml.data.Matrix64F
org.ejml.data.D1Matrix64F
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
| 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 |
RowD1Matrix64F
public RowD1Matrix64F()
Copyright © 2012. All Rights Reserved.