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 ...
|