Package org.ejml.equation
Class Sequence
java.lang.Object
org.ejml.equation.Sequence
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOperation
(Operation operation) void
perform()
Executes the sequence of operations
-
Constructor Details
-
Sequence
public Sequence()
-
-
Method Details
-
addOperation
-
perform
public void perform()Executes the sequence of operations
-