Class MatrixConstructor

java.lang.Object
org.ejml.equation.MatrixConstructor

public class MatrixConstructor extends Object
matrix used to construct a matrix from a sequence of concatenations.
  • Constructor Details

  • Method Details

    • addToRow

      public void addToRow(Variable variable)
    • endRow

      public void endRow()
    • construct

      public void construct()
    • getOutput

      public VariableMatrix getOutput()
    • setToRequiredSize

      protected void setToRequiredSize(DMatrixRMaj matrix)