toggle menu
sincmathsmp
0.3
common
switch theme
search in API
sincmathsmp
/
io.github.gallvp.sincmaths
/
setWithIndices
set
With
Indices
fun
SincMatrix
.
setWithIndices
(
indices
:
IntArray
,
values
:
DoubleArray
)
fun
SincMatrix
.
setWithIndices
(
indices
:
IntArray
,
value
:
Double
)
fun
SincMatrix
.
setWithIndices
(
indices
:
SincMatrix
,
value
:
Double
)
fun
SincMatrix
.
setWithIndices
(
indices
:
SincMatrix
,
values
:
DoubleArray
)
fun
SincMatrix
.
setWithIndices
(
indices
:
SincMatrix
,
values
:
SincMatrix
)
Indexing starts at 1, like Octave/MATLAB.