toggle menu
sincmathsmp
0.3
android
common
ios
switch theme
search in API
sincmathsmp
/
io.github.gallvp.sincmaths
/
removeAt
remove
At
android
common
ios
actual
fun
SincMatrix
.
removeAt
(
index
:
Int
)
actual
fun
SincMatrix
.
removeAt
(
indices
:
IntArray
)
expect
fun
SincMatrix
.
removeAt
(
index
:
Int
)
expect
fun
SincMatrix
.
removeAt
(
indices
:
IntArray
)
Indexing starts at 1, like Octave/MATLAB. This function makes the underlying matrix a row vector.
actual
fun
SincMatrix
.
removeAt
(
index
:
Int
)
actual
fun
SincMatrix
.
removeAt
(
indices
:
IntArray
)