フィルターのクリア

GMRES with matvec for apply and preconditioner

1 回表示 (過去 30 日間)
Adrianna
Adrianna 2015 年 10 月 28 日
Hi,
I want to use GMRES with a preconditioner. Both the matrix apply and preconditioner have routines for apply that need information passed in. How do I get gmres to take this. It is currently unhappy with the following: x1 = gmres(@applyA,b,[],tol,maxit,@applyPre,[],[],infoA,infoPre); where infoA is the information needed by applyA to apply A and infoPre is the information needed to apply the preconditioner via applyPre.

回答 (0 件)

カテゴリ

Help Center および File ExchangeSparse Matrices についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by