Hello, I want to calculate M = C x C^T. C is a MPIDENSE matrix. I tried the calculation with MatTransposeMatMult (C, C, MAT_INITIAL_MATRIX, PETSC_DEFAULT, &M), but it did not support MPIDENSE. Is there any method to calculate the product of two MPIDENSE matrices? Thanks, Joon