boofcv.struct.geo
Class QueueMatrix
- java.lang.Object
-
- org.ddogleg.struct.FastQueue<org.ejml.data.DenseMatrix64F>
-
- boofcv.struct.geo.QueueMatrix
-
- All Implemented Interfaces:
- java.io.Serializable
public class QueueMatrix extends FastQueue<org.ejml.data.DenseMatrix64F>
FastQueuewhich will internally declareDenseMatrix64Fof a specific shape.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description QueueMatrix(int numRows, int numCols)Specifies the matrix shape.QueueMatrix(int numRows, int numCols, int initialMaxSize)Specifies the matrix shape and the number of elements in the internal array initially.
-
Method Summary
-
-
-
Constructor Detail
-
QueueMatrix
public QueueMatrix(int numRows, int numCols, int initialMaxSize)Specifies the matrix shape and the number of elements in the internal array initially.- Parameters:
numRows- Number of rows in each matrix.numCols- Number of columns in each matrix.initialMaxSize- Initial number of matrices in storage.
-
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.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG