Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
banmul
Interface
9 statements
Source File
special_fun_modules.f90
nr
banmul
Contents
None
interface
public subroutine banmul(a, m1, m2, x, b)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in),
DIMENSION(:,:)
::
a
integer(kind=I4B),
intent(in)
::
m1
integer(kind=I4B),
intent(in)
::
m2
real(kind=SP),
intent(in),
DIMENSION(:)
::
x
real(kind=SP),
intent(out),
DIMENSION(:)
::
b