ReductionType#

determines what type of column reduction (one that is not a type of norm defined in NormType) to compute

Synopsis#

Values#

Developer Note#

The constants defined in ReductionType MUST BE DISTINCT from those defined in NormType. This is because MatGetColumnReductions() is used to compute both norms and other types of reductions, and the constants defined in both NormType and ReductionType are used to designate the desired operation.

See Also#

Vectors and Parallel Data, MatGetColumnReductions(), MatGetColumnNorms(), NormType, REDUCTION_SUM_REALPART, REDUCTION_SUM_IMAGINARYPART, REDUCTION_MEAN_REALPART, REDUCTION_NORM_1, REDUCTION_NORM_2, REDUCTION_NORM_FROBENIUS, REDUCTION_NORM_INFINITY

Level#

beginner

Location#

include/petscvec.h


Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages