public abstract class DynamicMatrix
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
dimension
dimension of the matrix.
|
protected int |
size
the size of the matrix (which changes depending on
the inserted elements
|
Constructor and Description |
---|
DynamicMatrix() |