RTRESGEV Eigensolver Package
. > precDLP.m

precDLP

PURPOSE ^

Function wrapper for applying DLP preconditioners.

SYNOPSIS ^

function t = precDLP(D,L,P,Bx,s)

DESCRIPTION ^

  Function wrapper for applying DLP preconditioners.

 t = precDLP(D,L,P,Bx,s)
 solves the equation
   P_{Bx,Bx} A P_{Bx,Bx} t = s
 with solution
   t = P_{inv(A)Bx,Bx} inv(A) s
 using an approximate inverse of A,
   P A P^T ~= L D L^T
 It is assumed that P_{Bx,Bx} s = s, i.e.
 s is perpendicular to Bx

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

Generated on Wed 19-Mar-2008 18:10:47 by m2html © 2003