Class Function

java.lang.Object
org.ejml.equation.Function

public class Function extends Object
A function is an operator with the following syntax "<Name>( Input )"
  • Field Details

    • name

      public String name
      Name of operator and the string it looks for when parsing
  • Constructor Details

    • Function

      public Function(String name)
  • Method Details