dot

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