dslsbt Subroutine

public subroutine dslsbt(Wm, Iwm, X, Tem)

This routine acts as an interface between the core integrator routine and the DSOLBT routine for the solution of the linear system arising from chord iteration. Communication with DSLSBT uses the following variables:

WM

real work space containing the LU decomposition, starting at WM(3).

IWM

integer work space containing pivot information, starting at IWM(21). IWM also contains block structure parameters MB = IWM(1) and NB = IWM(2).

X

the right-hand side vector on input, and the solution vector on output, of length N.

TEM

vector of work space of length N, not used in this version.

Arguments

Type IntentOptional Attributes Name
real(kind=dp) :: Wm(*)
integer :: Iwm(*)
real(kind=dp) :: X(*)
real(kind=dp) :: Tem(*)

Calls

proc~~dslsbt~2~~CallsGraph proc~dslsbt~2 M_odepack::dslsbt proc~dgesl M_odepack::dgesl proc~dslsbt~2->proc~dgesl proc~daxpy~2 M_odepack::daxpy proc~dgesl->proc~daxpy~2