Package boofcv.struct.geo
Class QueueMatrix
- All Implemented Interfaces:
Serializable
DogArray
which will internally declare DMatrixRMaj
of a specific shape.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ddogleg.struct.DogArray
DogArray.Set<S extends Object,
D extends Object> Nested classes/interfaces inherited from class org.ddogleg.struct.FastAccess
FastAccess.FunctionEach<T extends Object>, FastAccess.FunctionEachIdx<T extends Object>, FastAccess.FunctionMatches<T extends Object>
-
Field Summary
Fields inherited from class org.ddogleg.struct.FastAccess
data, size, type
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ddogleg.struct.DogArray
copyAll, copyIntoList, createInstance, getData, getFactory, getInitialize, getReset, getSize, getType, grow, init, isDeclare, isUnused, remove, remove, remove, removeSwap, removeTail, reserve, reserveIncrease, reset, resetResize, resetResize, resize, resize, resize, setData, setInitialize, setReset, setSize, shuffle, shuffle, toList
-
Constructor Details
-
QueueMatrix
public QueueMatrix(int numRows, int numCols) Specifies the matrix shape.- Parameters:
numRows
- Number of rows in each matrix.numCols
- Number of columns in each matrix.
-