java.lang.Object
org.ejml.equation.Function
public class Function
extends java.lang.Object
A function is an operator with the following syntax "<Name>( Input )"
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
java.lang.String |
name |
Name of operator and the string it looks for when parsing
|
-
Constructor Summary
Constructors
Constructor |
Description |
Function(java.lang.String name) |
|
-
Method Summary
Modifier and Type |
Method |
Description |
java.lang.String |
getName() |
|
java.lang.String |
toString() |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
public java.lang.String name
Name of operator and the string it looks for when parsing
-
Constructor Details
-
public Function(java.lang.String name)
-
Method Details
-
public java.lang.String getName()
-
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object