toggle menu
sincmathsmp
0.3
android
common
ios
switch theme
search in API
sincmathsmp
/
io.github.gallvp.sincmaths
/
set
set
android
common
ios
actual
operator
fun
SincMatrix
.
set
(
mlRow
:
Int
,
mlCol
:
Int
,
value
:
Double
)
actual
operator
fun
SincMatrix
.
set
(
index
:
Int
,
value
:
Double
)
expect
operator
fun
SincMatrix
.
set
(
mlRow
:
Int
,
mlCol
:
Int
,
value
:
Double
)
expect
operator
fun
SincMatrix
.
set
(
index
:
Int
,
value
:
Double
)
Indexing starts at 1, like Octave/MATLAB.
actual
operator
fun
SincMatrix
.
set
(
mlRow
:
Int
,
mlCol
:
Int
,
value
:
Double
)
actual
operator
fun
SincMatrix
.
set
(
index
:
Int
,
value
:
Double
)