Package jline.util

Class MatrixCell

java.lang.Object
jline.util.MatrixCell
All Implemented Interfaces:
Serializable

public class MatrixCell extends Object implements Serializable
A ordered list of Matrix objects
See Also:
  • Constructor Details

    • MatrixCell

      public MatrixCell()
    • MatrixCell

      public MatrixCell(MatrixCell x)
    • MatrixCell

      public MatrixCell(Matrix[] x)
    • MatrixCell

      public MatrixCell(int K)
    • MatrixCell

      public MatrixCell(Matrix D0, Matrix D1)
  • Method Details

    • cellsum

      public double cellsum(int row, int col)
    • set

      public Matrix set(int i, Matrix D)
    • get

      public Matrix get(int i)
    • size

      public int size()
    • isEmpty

      public boolean isEmpty()
    • removeNull

      public void removeNull()
    • remove

      public void remove(int i)
    • toMap

      public Map<Integer,Matrix> toMap()