kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.expressions
/
withSymbols
with
Symbols
@
UnstableKMathAPI
inline
fun
<
R
>
withSymbols
(
vararg
symbols
:
Symbol
,
block
:
SymbolIndexer
.
(
)
->
R
)
:
R
(
source
)
Execute the block with symbol indexer based on given symbol order
@
UnstableKMathAPI
inline
fun
<
R
>
withSymbols
(
symbols
:
Collection
<
Symbol
>
,
block
:
SymbolIndexer
.
(
)
->
R
)
:
R
(
source
)