History log of /petsc/src/mat/tests/output/ex138_complex.out (Results 1 – 2 of 2)
Revision Date Author Comments
# 020c69f5 14-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rmills/feature-matgetcolumnreductions' into 'main'

Add MatGetColumnReductions()

See merge request petsc/petsc!4272


# 857cbf51 30-Aug-2021 Richard Tran Mills <rmills@rmills.org>

Add MatGetColumnSums() and MatGetColumnMeans() (and real and imaginary part variants)

MatGetColumnReductions() now takes a PetscInt so ReductionType or NormType members can be passed.
ReductionType

Add MatGetColumnSums() and MatGetColumnMeans() (and real and imaginary part variants)

MatGetColumnReductions() now takes a PetscInt so ReductionType or NormType members can be passed.
ReductionType no longer duplicates entries of NormType.
Replace MatGetColumnNorms_SeqBAIJ() with MatGetColumnReductions_SeqBAIJ()

show more ...