removeAt

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)