minus

open operator override fun Matrix<Double>.minus(other: Matrix<Double>): Matrix<Double>

Matrix subtraction

open operator override fun Point<Double>.minus(other: Point<Double>): DoubleBuffer

Vector subtraction