| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/ |
| H A D | blas_cyclic_cupm.cxx | 30 PETSC_INTERN PetscErrorCode AXPBYCyclic_CUPM_Private(PetscInt m, PetscInt oldest, PetscInt next, Pe… in AXPBYCyclic_CUPM_Private() 55 …de DMVCyclic_CUPM_Private(PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in DMVCyclic_CUPM_Private() 80 …de DSVCyclic_CUPM_Private(PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in DSVCyclic_CUPM_Private() 105 …e TRSVCyclic_CUPM_Private(PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in TRSVCyclic_CUPM_Private() 130 PETSC_INTERN PetscErrorCode HEMVCyclic_CUPM_Private(PetscInt m, PetscInt oldest, PetscInt next, Pet… in HEMVCyclic_CUPM_Private() 155 …e GEMVCyclic_CUPM_Private(PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in GEMVCyclic_CUPM_Private()
|
| H A D | blas_cyclic_cupm_impl.hpp | 50 PetscErrorCode BLASCyclic<T>::axpby(PetscDeviceContext dctx, PetscInt M, PetscInt oldest, PetscInt … in axpby() 87 …(PetscDeviceContext dctx, PetscBool hermitian_transpose, PetscInt M, PetscInt oldest, PetscInt nex… in dmv() 129 …(PetscDeviceContext dctx, PetscBool hermitian_transpose, PetscInt M, PetscInt oldest, PetscInt nex… in dsv() 177 …(PetscDeviceContext dctx, PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in trsv() 220 PetscErrorCode BLASCyclic<T>::hemv(PetscDeviceContext dctx, PetscInt m, PetscInt oldest, PetscInt n… in hemv() 263 …(PetscDeviceContext dctx, PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in gemv()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmproducts.c | 57 …ts dots, PetscObjectId operator_id, PetscObjectState operator_state, PetscInt oldest, PetscInt nex… in LMProductsPrepare_Internal() 72 PetscInt oldest, next; in LMProductsPrepareFromBases() local 82 PETSC_INTERN PetscErrorCode LMProductsPrepare(LMProducts dots, Mat op, PetscInt oldest, PetscInt ne… in LMProductsPrepare() 94 …ode LMProductsUpdate_Internal(LMProducts dots, LMBasis X, LMBasis Y, PetscInt oldest, PetscInt nex… in LMProductsUpdate_Internal() 251 PetscInt oldest, next; in LMProductsUpdate() local 350 PETSC_INTERN PetscErrorCode LMProductsMakeHermitian(Mat local, PetscInt oldest, PetscInt next) in LMProductsMakeHermitian() 377 PETSC_INTERN PetscErrorCode LMProductsSolve(LMProducts dots, PetscInt oldest, PetscInt next, Vec b,… in LMProductsSolve() 428 PETSC_INTERN PetscErrorCode LMProductsMult(LMProducts dots, PetscInt oldest, PetscInt next, PetscSc… in LMProductsMult() 453 PETSC_INTERN PetscErrorCode LMProductsMultHermitian(LMProducts dots, PetscInt oldest, PetscInt next… in LMProductsMultHermitian() 492 PetscInt oldest = PetscMax(0, dots->k - dots->m); in LMProductsGetDiagonalValue() local [all …]
|
| H A D | lmbasis.c | 244 PETSC_INTERN PetscErrorCode LMBasisGetRange(LMBasis basis, PetscInt *oldest, PetscInt *next) in LMBasisGetRange() 252 static PetscErrorCode LMBasisMultCheck(LMBasis A, PetscInt oldest, PetscInt next) in LMBasisMultCheck() 262 PETSC_INTERN PetscErrorCode LMBasisGEMV(LMBasis A, PetscInt oldest, PetscInt next, PetscScalar alph… in LMBasisGEMV() 298 PETSC_INTERN PetscErrorCode LMBasisGEMVH(LMBasis A, PetscInt oldest, PetscInt next, PetscScalar alp… in LMBasisGEMVH()
|
| H A D | lmvmutils.c | 957 PetscInt oldest, next; in MatLMVMUpdateOpVecs() local 990 PetscInt oldest, next; in MatLMVMUpdateOpDiffVecs() local 1158 PETSC_INTERN PetscErrorCode MatLMVMGetRange(Mat B, PetscInt *oldest, PetscInt *next) in MatLMVMGetRange() 1187 static PetscErrorCode MatLMVMApplyOpThenVecs(PetscScalar alpha, Mat B, PetscInt oldest, PetscInt ne… in MatLMVMApplyOpThenVecs() 1201 static PetscErrorCode MatLMVMApplyVecsThenOp(PetscScalar alpha, Mat B, PetscInt oldest, PetscInt ne… in MatLMVMApplyVecsThenOp() 1220 PETSC_INTERN PetscErrorCode MatLMVMBasisGEMVH(Mat B, MatLMVMBasisType type, PetscInt oldest, PetscI… in MatLMVMBasisGEMVH() 1256 PETSC_INTERN PetscErrorCode MatLMVMBasisGEMV(Mat B, MatLMVMBasisType type, PetscInt oldest, PetscIn… in MatLMVMBasisGEMV() 1308 PetscInt oldest, next; in MatLMVMProductsUpdate() local
|
| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/ |
| H A D | blas_cyclic.c | 21 static PetscErrorCode AXPBYCylic_Private(PetscInt m, PetscInt oldest, PetscInt next, PetscScalar al… in AXPBYCylic_Private() 38 PETSC_INTERN PetscErrorCode VecAXPBYCyclic(PetscInt oldest, PetscInt next, PetscScalar alpha, Vec x… in VecAXPBYCyclic() 88 static PetscErrorCode DMVCylic_Private(PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, … in DMVCylic_Private() 105 PETSC_INTERN PetscErrorCode VecDMVCyclic(PetscBool hermitian_transpose, PetscInt oldest, PetscInt n… in VecDMVCyclic() 172 static PetscErrorCode DSVCyclic_Private(PetscBool hermitian_transpose, PetscInt m, PetscInt oldest,… in DSVCyclic_Private() 189 PETSC_INTERN PetscErrorCode VecDSVCyclic(PetscBool hermitian_transpose, PetscInt oldest, PetscInt n… in VecDSVCyclic() 248 static PetscErrorCode TRSVCyclic_Private(PetscBool hermitian_transpose, PetscInt m, PetscInt oldest… in TRSVCyclic_Private() 284 PETSC_INTERN PetscErrorCode MatSeqDenseTRSVCyclic(PetscBool hermitian_transpose, PetscInt oldest, P… in MatSeqDenseTRSVCyclic() 343 static PetscErrorCode HEMVCyclic_Private(PetscInt m, PetscInt oldest, PetscInt next, PetscScalar al… in HEMVCyclic_Private() 370 PETSC_INTERN PetscErrorCode MatSeqDenseHEMVCyclic(PetscInt oldest, PetscInt next, PetscScalar alpha… in MatSeqDenseHEMVCyclic() [all …]
|
| /petsc/src/ksp/ksp/utils/lmvm/brdn/ |
| H A D | badbrdn.c | 60 static PetscErrorCode BadBroydenKernel_Recursive_Inner(Mat B, MatLMVMMode mode, PetscInt oldest, Pe… in BadBroydenKernel_Recursive_Inner() 102 PetscInt oldest, next; in BadBroydenRecursiveBasisUpdate() local 150 PetscInt oldest, next; in BadBroydenKernel_Recursive() local 173 …denKernelHermitianTranspose_Recursive_Inner(Mat B, MatLMVMMode mode, PetscInt oldest, PetscInt nex… in BadBroydenKernelHermitianTranspose_Recursive_Inner() 206 PetscInt oldest, next; in BadBroydenKernelHermitianTranspose_Recursive() local 244 PetscInt oldest, k, next; in BadBroydenCompactProductsUpdate() local 283 PetscInt oldest, next; in BadBroydenKernel_CompactDense() local 322 PetscInt oldest, next; in BadBroydenKernelHermitianTranspose_CompactDense() local
|
| H A D | brdn.c | 54 PetscInt oldest, next; in BroydenKernel_Recursive() local 109 PetscInt oldest, next; in BroydenKernelHermitianTranspose_Recursive() local 155 PetscInt oldest, next; in BroydenKernel_CompactDense() local 186 PetscInt oldest, next; in BroydenKernelHermitianTranspose_CompactDense() local 226 PetscInt oldest, next; in BroydenKernel_Dense() local 266 PetscInt oldest, next; in BroydenKernelHermitianTranspose_Dense() local 346 PetscInt oldest, next; in MatUpdate_LMVMBrdn() local
|
| /petsc/src/ksp/ksp/utils/lmvm/sr1/ |
| H A D | sr1.c | 45 static PetscErrorCode SR1Kernel_Recursive_Inner(Mat B, MatLMVMMode mode, PetscInt oldest, PetscInt … in SR1Kernel_Recursive_Inner() 77 PetscInt oldest, next; in SR1RecursiveBasisUpdate() local 128 PetscInt oldest, next; in SR1Kernel_Recursive() local 161 PetscInt oldest, next, k; in SR1CompactProductsUpdate() local 205 PetscInt oldest, next; in SR1Kernel_CompactDense() local 285 PetscInt oldest, next; in MatUpdate_LMVMSR1() local
|
| /petsc/src/ksp/ksp/utils/lmvm/bfgs/ |
| H A D | bfgs.c | 15 static PetscErrorCode BFGSKernel_Recursive_Inner(Mat B, MatLMVMMode mode, PetscInt oldest, PetscInt… in BFGSKernel_Recursive_Inner() 55 PetscInt oldest, start, next; in BFGSRecursiveBasisUpdate() local 101 PetscInt oldest, next; in BFGSKernel_Recursive() local 117 PetscInt oldest, next, k; in BFGSCompactDenseProductsUpdate() local 175 PetscInt oldest, next; in BFGSKernel_CompactDense() local
|
| /petsc/src/ksp/ksp/utils/lmvm/dfp/ |
| H A D | dfp.c | 21 PetscInt oldest, next; in DFPKernel_Recursive() local 70 PetscInt oldest, next; in DFPKernel_CompactDense() local 123 PetscInt oldest, next; in DFPKernel_Dense() local
|
| /petsc/src/ksp/ksp/utils/lmvm/dense/cd_cupm/ |
| H A D | cd_cupm.cxx | 46 …(PetscDeviceContext dctx, PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in SolveInPlaceCyclic() 126 …arSolveInPlaceCyclic_CUPM(PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in MatUpperTriangularSolveInPlaceCyclic_CUPM()
|
| /petsc/src/ksp/ksp/utils/lmvm/symbrdn/ |
| H A D | symbrdn.c | 28 static PetscErrorCode SymBroydenKernel_Recursive_Inner(Mat B, MatLMVMMode mode, PetscInt oldest, Pe… in SymBroydenKernel_Recursive_Inner() 71 PetscInt oldest, next, start; in MatLMVMSymBroydenGetConvexFactor() local 100 PetscInt oldest, start, next; in SymBroydenRecursiveBasisUpdate() local 189 PetscInt oldest, next; in SymBroydenKernel_Recursive() local 252 static PetscErrorCode SymBroydenCompactDenseUpdateArrays(PetscBLASInt m, PetscBLASInt oldest, Petsc… in SymBroydenCompactDenseUpdateArrays() 343 PetscInt oldest, next; in SymBroydenCompactProductsUpdate() local 496 PetscInt oldest, next; in SymBroydenKernel_CompactDense() local 591 PetscInt oldest, next; in MatUpdate_LMVMSymBrdn() local
|
| /petsc/src/ksp/ksp/utils/lmvm/rescale/ |
| H A D | symbrdnrescale.c | 13 PetscInt oldest, next; in SymBroydenRescaleUpdateScalar() local 125 PetscInt oldest, next; in SymBroydenRescaleUpdateDiagonal() local 317 PetscInt oldest, next; in SymBroydenRescaleUpdate() local
|
| /petsc/src/ksp/ksp/utils/lmvm/dense/ |
| H A D | denseqn.c | 871 PetscInt oldest = oldest_update(m, k); in MatMult_LMVMDBFGS() local 881 PetscInt oldest = oldest_update(m, k); in MatMult_LMVMDBFGS() local 1243 PetscInt oldest = oldest_update(m, k); in MatSolve_LMVMDDFP() local 1246 PetscInt oldest = oldest_update(m, k); in MatSolve_LMVMDDFP() local
|
| H A D | cd_utils.c | 88 …pe, PetscMemType memtype, PetscBool hermitian_transpose, PetscInt m, PetscInt oldest, PetscInt nex… in MatUpperTriangularSolveInPlace_Internal()
|
| /petsc/src/ksp/ksp/utils/lmvm/diagbrdn/ |
| H A D | diagbrdn.c | 32 PetscInt oldest, next; in MatUpdate_DiagBrdn() local
|
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | ex1.c | 394 PetscInt oldest, next; in TestUpdate() local 416 PetscInt oldest, next; in TestUpdate() local
|
| /petsc/src/ksp/ksp/guess/impls/fischer/ |
| H A D | fischer.c | 289 Vec oldest; in KSPGuessUpdate_Fischer_3() local
|