BUGSrad
 All Classes Files Functions Variables
Public Member Functions | List of all members
bandsolve Module Reference

Public Member Functions

subroutine, public bandec (a, n, m1, m2, np, mp, al, mpl, indx, d)
 
subroutine, public banbks (a, n, m1, m2, np, mp, al, mpl, indx, b)
 

Detailed Description

Definition at line 6 of file bandsolve.f.

Member Function/Subroutine Documentation

subroutine, public bandsolve::banbks ( real(kind=dbl_kind), dimension(:,:), intent(in)  a,
integer(kind=int_kind), intent(in)  n,
integer(kind=int_kind), intent(in)  m1,
integer(kind=int_kind), intent(in)  m2,
integer(kind=int_kind), intent(in)  np,
integer(kind=int_kind), intent(in)  mp,
real(kind=dbl_kind), dimension(:,:), intent(in)  al,
integer(kind=int_kind), intent(in)  mpl,
integer(kind=int_kind), dimension(:), intent(in)  indx,
real(kind=dbl_kind), dimension(:), intent(inout)  b 
)

Definition at line 86 of file bandsolve.f.

subroutine, public bandsolve::bandec ( real(kind=dbl_kind), dimension(1:,1:), intent(inout)  a,
integer(kind=int_kind), intent(in)  n,
integer(kind=int_kind), intent(in)  m1,
integer(kind=int_kind), intent(in)  m2,
integer(kind=int_kind), intent(in)  np,
integer(kind=int_kind), intent(in)  mp,
real(kind=dbl_kind), dimension(1:,1:), intent(out)  al,
integer(kind=int_kind), intent(in)  mpl,
integer(kind=int_kind), dimension(1:), intent(out)  indx,
real(kind=dbl_kind), intent(out)  d 
)

Definition at line 14 of file bandsolve.f.


The documentation for this module was generated from the following file: