Implement symmetric_product() to produce a symmetric matrix: C = alpha * X @ X.T + beta * C
#60696
Loading
C = alpha * X @ X.T + beta * C
#60696