Searched refs:Transpose (Results 1 – 10 of 10) sorted by relevance
| /petsc/doc/overview/ |
| H A D | matrix_table.md | 136 * - Transpose, :math:`A^T`, virtual 141 * - Hermitian Transpose, :math:`A^H`, virtual
|
| H A D | linear_solve_table.md | 563 * - Transpose-free QMR 568 * - Transpose-free variant of QMR developed by Tony Chan
|
| /petsc/src/ksp/pc/impls/vpbjacobi/kokkos/ |
| H A D | vpbjacobi_kok.kokkos.cxx | 101 …KokkosBlas::TeamGemv<KokkosTeamMemberType, KokkosBlas::Trans::Transpose>::invoke(team, 1., B, x1, … in PCApplyOrTranspose_VPBJacobi_Kokkos()
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 4824 /* = BLAS_NO_TRANS = 111 : No Transpose */ 4825 /* = BLAS_TRANS = 112 : Transpose */ 4826 /* = BLAS_CONJ_TRANS = 113 : Conjugate Transpose */
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 2842 …, const PetscReal *x, PetscInt ndegree, const PetscInt *degrees, PetscBool Transpose, PetscReal *B) in PetscDTLegendreIntegrate() argument 2854 if (Transpose) B[i + ninterval * j] = Bv[(i + 1) * ndegree + j] - Bv[i * ndegree + j]; in PetscDTLegendreIntegrate()
|
| /petsc/src/mat/impls/elemental/ |
| H A D | matelem.cxx | 548 El::Transpose(*a->emat, *b->emat); in MatTranspose_Elemental()
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 414 * - Transpose-Free Quasi-Minimal Residual (1) :cite:`f:93` 417 * - Transpose-Free Quasi-Minimal Residual (2)
|
| H A D | other.md | 49 to select the Transpose-Free QMR algorithm. (See
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | KSP.pyx | 106 A Transpose Tree Quasi- Minimal Residual (QMR).
|
| /petsc/doc/ |
| H A D | petsc.bib | 493 …title = {Transpose-free formulations of Lanczos-type methods for nonsymmetric linear syst… 13911 title = {A Transpose-Free Quasi-Minimal Residual Algorithm for Non-{H}ermitian Linear
|