org.ejml.data
Class RowD1Matrix64F
- java.lang.Object
-
- org.ejml.data.D1Matrix64F
-
- org.ejml.data.RowD1Matrix64F
-
- All Implemented Interfaces:
- java.io.Serializable, Matrix, RealMatrix64F, ReshapeMatrix
- Direct Known Subclasses:
- DenseMatrix64F
public abstract class RowD1Matrix64F extends D1Matrix64F
Interface for a row-major matrix that uses a single array internally.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ejml.data.D1Matrix64F
data, numCols, numRows
-
-
Constructor Summary
Constructors Constructor and Description RowD1Matrix64F()
-
Method Summary
-
Methods inherited from class org.ejml.data.D1Matrix64F
div, get, getData, getIndex, getNumCols, getNumRows, iterator, minus, plus, reshape, reshape, set, set, setData, setNumCols, setNumRows, times
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ejml.data.RealMatrix64F
get, getNumElements, set, unsafe_get, unsafe_set
-
-
DMelt 3.0 © DataMelt by jWork.ORG