Documentation of 'org.ejml.equation.Sequence' Java class
Sequence
org.ejml.equation

Class Sequence



  • public class Sequence
    extends java.lang.Object
    Contains a sequence of operations. This is the final result of compiling the equation. Once created it can be invoked an arbitrary number of times by invoking perform().
    • Constructor Summary

      Constructors 
      Constructor and Description
      Sequence() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addOperation(Operation operation) 
      void perform()
      Executes the sequence of operations
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sequence

        public Sequence()
    • Method Detail

      • addOperation

        public void addOperation(Operation operation)
      • perform

        public void perform()
        Executes the sequence of operations

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.