Home
last modified time | relevance | path

Searched refs:txconj (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/vec/utils/
H A Dvinv.c1518 const PetscScalar txconj = PetscConj(tx[i]); in VecDotNorm2() local
1520 work[0] += sx[i] * txconj; in VecDotNorm2()
1521 work[1] += tx[i] * txconj; in VecDotNorm2()