dot

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

Optimized dot product for real matrices

Sources

Link copied to clipboard