dot

infix fun Matrix<Double>.dot(other: Matrix<Double>): Matrix<Double>(source)

Optimized dot product for real matrices