[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-85990-en":3,"doc-seo-85990-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":13,"seo_description":14,"update_tm":28,"read_time":29},85990,1374391975076,"Riley","https://ap-avatar.wpscdn.com/avatar/14000253ca4ec9f6853?x-image-process=image/resize,m_fixed,w_180,h_180&k=1783305029341752051",8,"Research & Report","JD-V: A New Variant of Jacobi–Davidson Method for Large Hermitian Eigenproblems","A new JD-V variant of the Jacobi–Davidson framework is presented for Hermitian eigenvalue problems, built on a newly designed correction equation. The solution of the revised correction equation is proven nearly as effective as the standard equation for subspace expansion. A rigorous convergence analysis of MINRES for these correction equations shows that JD-V inner iterations are substantially more efficient when highly clustered eigenvalues around a target are considered. A thick-restart JD-V with deflation and purgation computes multiple eigenpairs for large Hermitian matrices.","arXiv :2607 . 10635v1 [math .NA] 12 Jul 2026  \nJD-V: A NEW VARIANT OF JACOBI–DAVIDSON METHOD FOR  \nLARGE HERMITIAN EIGENPROBLEMS∗  \nJINZHI HUANG†  \nAbstract. A novel variant of the Jacobi-Davidson (JD) type method for Hermitian eigenvalue problems, designated as JD-V, is proposed based on a newly designed correction equation, whose solution is shown to be nearly as eﬀective as that of the standard correction equation for subspace expansion. Rigorous convergence analysis of MINRES for solving these equations reveals that the inner iterations of JD-V are signiﬁcantly more eﬃcient than those of the standard JD method when highly clustered eigenvalues are of interest. A thick-restart JD-V algorithm with deﬂation and purgation is developed to compute several eigenpairs of a a large-scale Hermitian matrix. Numerical experiments conﬁrm the theoretical results and demonstrate the considerable superiority of JD-V over standard JD in overall eﬃciency.  \nKey words. Hermitian eigenvalue problem, Jacobi-Davidson method, correction equation, MINRES method, inner iteration, convergence  \nAMS subject classiﬁcations. 65F15, 15A18, 65F10, 65F25  \n1. Introduction. Let A ∈ Cn ×n be a large-scale, possibly sparse, and Hermitian matrix, i.e. , A∗ = A, where the superscript ∗ denotes the conjugate transpose. Consider its eigenvalue decomposition:  \n(1.1) A = XΛX ∗ ,  \nwhere X = [x1 ,..., xn] ∈ Cn ×n is unitary, and Λ = diag{λ1 ,...,λn } ∈ Rn ×n . Such (λi , xi ) are called eigenpairs of A, with λi ∈ R the eigenvalues, and xi ∈ Cn theeigenvectors, i = 1 , . . . , n. Given a target τ ∈ R, assume that  \n(1.2) |λ1 − τ| \u003C ··· \u003C |λℓ − τ| \u003C |λℓ+1 − τ| ≤ · · · ≤ |λn − τ| .  \nWe aim to compute the ℓ eigenpairs (λ1 , x1 ) ,...,(λℓ , xℓ ) with the eigenvalues closest to τ . In particular, if τ lies within the spectrum (λmin ,λmax ) of A and is close to neither the smallest eigenvalue λmin nor the largest one λmax , then (λi , xi ) are classiﬁed as interior eigenpairs; otherwise, they are extreme, i.e., smallest or largest, ones.  \nSeveral methods [1, 16 , 23] are available for solving problems of this kind. Among them, the Jacobi-Davidson (JD) method [17, 18 , 19] is a popular one. This is an inner-outer iterative method: the outer iterations compute the desired eigenpairs from the search subspace using one of the standard, harmonic, reﬁned, and reﬁned harmonic extraction approaches [11, 12 , 23], while the inner iterations employ, e.g., a Krylov subspace solver [2 , 6], to approximately solve an n-by-n Hermitian (typically indeﬁnite) linear system, called correction equation, to expand the search subspace.  \nThe inner iterations dominate the overall eﬃciency of the JD method. Fortunately, the correction equations do not need to be solved with high accuracy. Notay [15] analyzes the simpliﬁed JD method (JDCG) for Hermitian eigenvalue problems, in which the correction equations are solved by the preconditioned conjugate gradient (PCG) method [7], and the solution is directly added to the current approximate  \n∗ Submitted to the editors DATE.  \nFunding: This work is supported by the Youth Fund of the National Science Foundation of China (Grant No. 12301485) and the Jiangsu Province Youth Science and Technology Talent Support Program (Grant No. JSTJ-2025-828)  \n†School of Mathematical Sciences, Soochow University, 215006 Suzhou, China (jzhuang21@suda. [edu.cn](edu.cn)).  \n2 JINZHI HUANG  \neigenvector to form a new one. He monitors the outer convergence via the reduction of inner residual norms designs stopping criteria for the inner iterations. Hochstenbach and Notay [8] extend these results to Hermitian generalized eigenvalue problems. Stathopoulos and McCombs [22] adapt the stopping criteria from [8 , 15] to the inner iterations of their general JD methods with subspace acceleration for Hermitian eigenvalue problems. For general JD methods, Jia and Li [13 , 14] prove that solving the correction equations to low or modest accuracy with the relative error of appro","cbCaieNmUKN4QcOs","https://ap.wps.com/l/cbCaieNmUKN4QcOs","pdf",766125,4,1,20,"English","en",105,"# Introduction\n## Problem setup and eigenpairs near a target\n## Jacobi–Davidson framework and role of correction equations\n## Inexact inner solves and stopping criteria\n## MINRES behavior and clustered eigenvalues","[{\"question\":\"What problem does JD-V target?\",\"answer\":\"JD-V targets computing eigenpairs of large-scale Hermitian matrices, specifically eigenvalues closest to a real target τ, including interior cases near τ.\"},{\"question\":\"How does JD-V differ from the standard Jacobi–Davidson correction equation?\",\"answer\":\"JD-V is based on a newly designed correction equation that changes the orthogonal projector used in the correction equation by leveraging approximate eigenvectors associated with clustered eigenvalues near τ.\"},{\"question\":\"Why is MINRES expected to be more efficient in JD-V?\",\"answer\":\"The constructed correction equation avoids small-magnitude eigenvalues in its coefficient matrix when λ1 is close to τ, enabling MINRES to converge faster. Numerical experiments reported in the abstract support the theoretical efficiency gains over standard JD.\"}]",1784207608,50,{"code":4,"msg":31,"data":32},"ok",{"site_id":25,"language":24,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"jd-v-a-new-variant-of-jacobidavidson-method-for-large-hermitian-eigenproblems","",{"@graph":36,"@context":85},[37,53,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":20},"https://docshare.wps.com/document/jd-v-a-new-variant-of-jacobidavidson-method-for-large-hermitian-eigenproblems/85990/",{"url":52,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":24,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":41,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-24","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What problem does JD-V target?","Question",{"text":75,"@type":76},"JD-V targets computing eigenpairs of large-scale Hermitian matrices, specifically eigenvalues closest to a real target τ, including interior cases near τ.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How does JD-V differ from the standard Jacobi–Davidson correction equation?",{"text":80,"@type":76},"JD-V is based on a newly designed correction equation that changes the orthogonal projector used in the correction equation by leveraging approximate eigenvectors associated with clustered eigenvalues near τ.",{"name":82,"@type":73,"acceptedAnswer":83},"Why is MINRES expected to be more efficient in JD-V?",{"text":84,"@type":76},"The constructed correction equation avoids small-magnitude eigenvalues in its coefficient matrix when λ1 is close to τ, enabling MINRES to converge faster. Numerical experiments reported in the abstract support the theoretical efficiency gains over standard JD.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":92},[93,97,101,105,110,114,119,122,126,129,133],{"id":21,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":20,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":29,"slug":113},6,"Technology","technology",{"id":115,"doc_module":4,"doc_module_name":46,"category_name":116,"show_sort_weight":117,"slug":118},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":120,"slug":121},30,"research-report",{"id":123,"doc_module":4,"doc_module_name":46,"category_name":124,"show_sort_weight":22,"slug":125},9,"Religion & Spirituality","religion-spirituality",{"id":22,"doc_module":4,"doc_module_name":46,"category_name":127,"show_sort_weight":22,"slug":128},"World Cup","world-cup",{"id":130,"doc_module":4,"doc_module_name":46,"category_name":131,"show_sort_weight":130,"slug":132},10,"Lifestyle","lifestyle",{"id":134,"doc_module":4,"doc_module_name":46,"category_name":135,"show_sort_weight":106,"slug":136},19,"General","general"]