kmath
common
kmath-core
/
space.kscience.kmath.expressions
/
MST
/
Unary
Unary
common
data
class
Unary
(
operation
:
String
,
value
:
MST
)
:
MST
Content copied to clipboard
A node containing a unary operation.
Constructors
Properties
Sources
Constructors
Unary
Link copied to clipboard
common
fun
Unary
(
operation
:
String
,
value
:
MST
)
Content copied to clipboard
Properties
operation
Link copied to clipboard
common
val
operation
:
String
Content copied to clipboard
the identifier of operation.
value
Link copied to clipboard
common
val
value
:
MST
Content copied to clipboard
the argument of this operation.
Sources
common source
Link copied to clipboard