Home
last modified time | relevance | path

Searched defs:conjugate (Results 1 – 16 of 16) sorted by relevance

/petsc/src/mat/tests/
H A Dex258.c10 PetscBool conjugate = PETSC_FALSE, equal, flg; in main() local
/petsc/src/mat/impls/transpose/
H A Dhtransm.c8 PetscBool conjugate; member
96 PetscBool Aistrans, Bistrans, Cistrans, conjugate = PETSC_FALSE; in MatProductSetFromOptions_HT() local
/petsc/src/mat/impls/normal/
H A Dnormmh.c207 Mat B, conjugate; in MatConvert_NormalHermitian_AIJ() local
/petsc/src/mat/impls/shell/
H A Dshell.c90 static PetscErrorCode MatShellPreScaleLeft(Mat A, Vec x, Vec *xx, PetscBool conjugate) in MatShellPreScaleLeft()
152 static PetscErrorCode MatShellPostScaleRight(Mat A, Vec x, PetscBool conjugate) in MatShellPostScaleRight()
180 static PetscErrorCode MatShellShiftAndScale(Mat A, Vec X, Vec Y, PetscBool conjugate) in MatShellShiftAndScale()
/petsc/src/binding/petsc4py/demo/python_types/
H A Dmatpython_protocol.py166 def conjugate(self, A: Mat) -> None: member in MatPythonProtocol
/petsc/src/vec/vec/impls/seq/
H A Ddvec2.c515 static PetscErrorCode VecMultiDot_Seq_GEMV(PetscBool conjugate, Vec xin, PetscInt nv, const Vec yin… in VecMultiDot_Seq_GEMV()
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1452 struct conjugate { struct
1453 …CE_INLINE_DECL PetscScalar operator()(const PetscScalar &x) const noexcept { return PetscConj(x); } in operator ()()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx149 Mat conjugate = *splitting[splitting[1] ? 1 : 0]; in PCHPDDMSetAuxiliaryMatNormal_Private() local
1359 PetscBool flg, conjugate = PETSC_FALSE; in PCHPDDMCheckSymmetry_Private() local
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp2020 struct conjugate { struct
2021 …CE_INLINE_DECL PetscScalar operator()(const PetscScalar &x) const noexcept { return PetscConj(x); } in operator ()()
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1476 static PetscErrorCode MatGetTranspose_TransposeVirtual(Mat *sub, PetscBool *conjugate, PetscScalar … in MatGetTranspose_TransposeVirtual()
1608 PetscBool conjugate = PETSC_FALSE, swap = PETSC_FALSE; in MatConvertToTriples_nest_xaij() local
1736 PetscBool conjugate = PETSC_FALSE; in MatConvertToTriples_nest_xaij() local
/petsc/include/petsc/private/
H A Dvecimpl.h62 PetscErrorCode (*conjugate)(Vec); member
H A Dmatimpl.h149 PetscErrorCode (*conjugate)(Mat); /* complex conjugate */ member
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx530 static PetscErrorCode VecMultiDot_SeqKokkos_GEMV(PetscBool conjugate, Vec xin, PetscInt nv, const V… in VecMultiDot_SeqKokkos_GEMV()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DVec.pyx2319 def conjugate(self) -> None: member in Vec
H A DMat.pyx2307 def conjugate(self, Mat out=None) -> Mat: member in Mat
/petsc/src/mat/interface/
H A Dmatrix.c5307 static PetscErrorCode MatTranspose_Private(Mat mat, MatReuse reuse, Mat *B, PetscBool conjugate) in MatTranspose_Private()
5711 Vec conjugate; in MatDiagonalScale() local