|
In numerical mathematics, the Uzawa iteration is an algorithm for solving saddle point problems. It is named after Hirofumi Uzawa and was originally introduced in the context of concave programming. == Basic idea == We consider a saddle point problem of the form : where is a symmetric positive-definite matrix. Multiplying the first row by and subtracting from the second row yields the upper-triangular system : where denotes the Schur complement. Since is symmetric positive-definite, we can apply standard iterative methods like the gradient descent method or the conjugate gradient method to : in order to compute . The vector can be reconstructed by solving : It is possible to update alongside during the iteration for the Schur complement system and thus obtain an efficient algorithm. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Uzawa iteration」の詳細全文を読む スポンサード リンク
|