Class MatrixConstructor


  • public class MatrixConstructor
    extends java.lang.Object
    matrix used to construct a matrix from a sequence of concatenations.
    • Method Detail

      • addToRow

        public void addToRow​(Variable variable)
      • endRow

        public void endRow()
      • construct

        public void construct()
      • setToRequiredSize

        protected void setToRequiredSize​(org.ejml.data.DMatrixRMaj matrix)