dot

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

Optimized dot product for real matrices

Sources

common source
Link copied to clipboard