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

Class Function



  • public class Function
    extends java.lang.Object
    A function is an operator with the following syntax "( Input )"
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String name
      Name of operator and the string it looks for when parsing
    • Constructor Summary

      Constructors 
      Constructor and Description
      Function(java.lang.String name) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        Name of operator and the string it looks for when parsing
    • Constructor Detail

      • Function

        public Function(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.