kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.expressions
/
DSAlgebra
/
bindSymbol
bind
Symbol
open
override
fun
bindSymbol
(
value
:
String
)
:
DSAlgebra.DSSymbol
<
T
,
A
>
The same as
bindSymbolOrNull
but throws an error if symbol could not be bound
fun
bindSymbol
(
symbol
:
Symbol
)
:
DSAlgebra.DSSymbol
<
T
,
A
>