Searched defs:NormType (Results 1 – 5 of 5) sorted by relevance
115 class NormType(object): class
396 NormType = KSPNormType variable in KSP1377 def setNormType(self, normtype: NormType) -> None:
151 static inline PetscErrorCode VecNorm_MPI_Default(Vec xin, NormType type, PetscReal *z, PetscErrorCo… in VecNorm_MPI_Default() argument179 static inline PetscErrorCode VecErrorWeightedNorms_MPI_Default(Vec U, Vec Y, Vec E, NormType wnormt… in VecErrorWeightedNorms_MPI_Default() argument
186 } NormType; typedef
132 def norm(self, A: Mat, normtype: NormType) -> float: