dot

open infix override fun Matrix<Float>.dot(other: Matrix<Float>): EjmlFloatMatrix<FMatrixRMaj>(source)
open infix override fun Matrix<Float>.dot(vector: Point<Float>): EjmlFloatVector<FMatrixRMaj>(source)