kmath-core
/
space.kscience.kmath.expressions
/
MST
/
Binary
common
Binary
data class
Binary
(operation:
String
, left:
MST
, right:
MST
) :
MST
Content copied to clipboard
A node containing binary operation.
Constructors
Properties
Sources
Constructors
Binary
Link copied to clipboard
common
fun
Binary
(operation:
String
, left:
MST
, right:
MST
)
Content copied to clipboard
Properties
left
Link copied to clipboard
common
val
left
:
MST
Content copied to clipboard
the left operand.
operation
Link copied to clipboard
common
val
operation
:
String
Content copied to clipboard
the identifier operation.
right
Link copied to clipboard
common
val
right
:
MST
Content copied to clipboard
the right operand.
Sources
common source
Link copied to clipboard