Package org.ejml.equation
Class Function
- java.lang.Object
-
- org.ejml.equation.Function
-
public class Function extends java.lang.ObjectA function is an operator with the following syntax "<Name>( Input )"
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringnameName of operator and the string it looks for when parsing
-
Constructor Summary
Constructors Constructor Description Function(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringtoString()
-