Package org.ejml.data
Class FMatrix1Row
java.lang.Object
org.ejml.data.FMatrixD1
org.ejml.data.FMatrix1Row
- All Implemented Interfaces:
Serializable
,FMatrix
,Matrix
,ReshapeMatrix
- Direct Known Subclasses:
FMatrixRMaj
@Generated("org.ejml.data.DMatrix1Row") public abstract class FMatrix1Row extends FMatrixD1
Interface for a row-major matrix that uses a single array internally.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FMatrix1Row()
-
Method Summary
Methods inherited from class org.ejml.data.FMatrixD1
div, get, getData, getIndex, getNumCols, getNumRows, iterator, minus, plus, print, print, reshape, reshape, set, setData, setNumCols, setNumRows, setTo, 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.FMatrix
get, getNumElements, set, unsafe_get, unsafe_set
-
Constructor Details
-
FMatrix1Row
public FMatrix1Row()
-