Package org.ejml.data
Class DMatrix1Row
- java.lang.Object
-
- org.ejml.data.DMatrixD1
-
- org.ejml.data.DMatrix1Row
-
- All Implemented Interfaces:
java.io.Serializable,DMatrix,Matrix,ReshapeMatrix
- Direct Known Subclasses:
DMatrixRMaj
public abstract class DMatrix1Row extends DMatrixD1
Interface for a row-major matrix that uses a single array internally.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DMatrix1Row()
-
Method Summary
-
Methods inherited from class org.ejml.data.DMatrixD1
div, get, getData, getIndex, getNumCols, getNumRows, iterator, minus, plus, print, print, reshape, reshape, set, set, setData, setNumCols, setNumRows, times
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ejml.data.DMatrix
get, getNumElements, set, unsafe_get, unsafe_set
-
-