Class QueueMatrix

All Implemented Interfaces:
Serializable

public class QueueMatrix extends DogArray<DMatrixRMaj>
DogArray which will internally declare DMatrixRMaj of a specific shape.
See Also:
  • 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.