dot

open infix override fun Matrix<Double>.dot(other: Matrix<Double>): CMMatrix
open infix override fun Matrix<Double>.dot(vector: Point<Double>): CMVector