Searched defs:sgn (Results 1 – 3 of 3) sorted by relevance
117 PetscScalar *sgn = agmres->sgn; in KSPAGMRESRoddec() local238 PetscScalar *sgn = agmres->sgn; in KSPAGMRESRodvec() local
26 …PetscScalar *sgn; /* Sign of the rotation in the QR factorization of the b… member
210 const PetscInt sgn = dim == 1 ? (f == 0 ? -1 : 1) : (ornt[f] < 0 ? -1 : 1); in CheckGaussLaw() local