Class Add

    • Constructor Detail

      • Add

        public Add()
    • Method Detail

      • minNumMatricesRequired

        public int minNumMatricesRequired()
        Returns the minimum number of matrices that are required for the operation.
        Specified by:
        minNumMatricesRequired in class AbstractMultiMatrixOperation
        Returns:
        the number of matrices that are required, <= 0 means no lower limit
      • maxNumMatricesRequired

        public int maxNumMatricesRequired()
        Returns the maximum number of matrices that are required for the operation.
        Specified by:
        maxNumMatricesRequired in class AbstractMultiMatrixOperation
        Returns:
        the number of matrices that are required, <= 0 means no upper limit
      • doProcess

        protected us.hebi.matlab.mat.types.Matrix[] doProcess​(us.hebi.matlab.mat.types.Matrix[] matrices)
        Performs the actual processing of the matrices.
        Specified by:
        doProcess in class AbstractMultiMatrixOperation
        Parameters:
        matrices - the matrices to process
        Returns:
        the generated array(s)