| /petsc/src/mat/tests/ |
| H A D | ex258.c | 10 PetscBool conjugate = PETSC_FALSE, equal, flg; in main() local
|
| /petsc/src/mat/impls/transpose/ |
| H A D | htransm.c | 8 PetscBool conjugate; member 96 PetscBool Aistrans, Bistrans, Cistrans, conjugate = PETSC_FALSE; in MatProductSetFromOptions_HT() local
|
| /petsc/src/mat/impls/normal/ |
| H A D | normmh.c | 207 Mat B, conjugate; in MatConvert_NormalHermitian_AIJ() local
|
| /petsc/src/mat/impls/shell/ |
| H A D | shell.c | 90 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 D | matpython_protocol.py | 166 def conjugate(self, A: Mat) -> None: member in MatPythonProtocol
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | dvec2.c | 515 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 D | matseqdensecupm.hpp | 1452 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 D | pchpddm.cxx | 149 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 D | vecseqcupm_impl.hpp | 2020 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 D | mumps.c | 1476 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 D | vecimpl.h | 62 PetscErrorCode (*conjugate)(Vec); member
|
| H A D | matimpl.h | 149 PetscErrorCode (*conjugate)(Mat); /* complex conjugate */ member
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 530 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 D | Vec.pyx | 2319 def conjugate(self) -> None: member in Vec
|
| H A D | Mat.pyx | 2307 def conjugate(self, Mat out=None) -> Mat: member in Mat
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 5307 static PetscErrorCode MatTranspose_Private(Mat mat, MatReuse reuse, Mat *B, PetscBool conjugate) in MatTranspose_Private() 5711 Vec conjugate; in MatDiagonalScale() local
|