public abstract class GenMatrix
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
EmptyValue |
MatrixSetterGetter |
setget |
int[] |
Size |
| Constructor and Description |
|---|
GenMatrix() |
| Modifier and Type | Method and Description |
|---|---|
int |
getN() |
boolean |
isEmpty() |
abstract boolean |
isEqual(GenMatrix X) |
public int[] Size
public MatrixSetterGetter setget
public java.lang.Object EmptyValue
public int getN()
public boolean isEmpty()
public abstract boolean isEqual(GenMatrix X)