set

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)