[petsc-users] The product of two MPIDENSE matrices

Joon Hee Choi choi240 at purdue.edu
Sat Sep 14 00:47:50 CDT 2013


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


More information about the petsc-users mailing list