matmul

abstract infix fun matmul(other: F64TwoAxisArray): F64TwoAxisArray

Computes the matrix multiplication of this array with another array. This requires this.shape[1] == other.shape[0]