Package jline.util
Class MatrixCell
java.lang.Object
jline.util.MatrixCell
- All Implemented Interfaces:
Serializable
A ordered list of Matrix objects
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MatrixCell
public MatrixCell() -
MatrixCell
-
MatrixCell
-
MatrixCell
public MatrixCell(int K) -
MatrixCell
-
-
Method Details
-
cellsum
public double cellsum(int row, int col) -
set
-
get
-
size
public int size() -
isEmpty
public boolean isEmpty() -
removeNull
public void removeNull() -
remove
public void remove(int i) -
toMap
-