kmath-core
/
space.kscience.kmath.expressions
/
Symbol
common
Symbol
interface
Symbol
Content copied to clipboard
A marker interface for a symbol. A symbol mus have an identity
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
identity
Link copied to clipboard
common
abstract val
identity
:
String
Content copied to clipboard
Identity object for the symbol.
Inheritors
StringSymbol
Link copied to clipboard