Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
sprsdiag
Interface
12 statements
Source File
special_fun_modules.f90
nr
sprsdiag
Contents
Subroutines
sprsdiag_dp
sprsdiag_sp
public interface sprsdiag
Contents
Subroutines
sprsdiag_dp
sprsdiag_sp
Subroutines
public subroutine sprsdiag_dp(sa, b)
Arguments
Type
Intent
Optional
Attributes
Name
type(sprs2_dp),
intent(in)
::
sa
real(kind=DP),
intent(out),
DIMENSION(:)
::
b
public subroutine sprsdiag_sp(sa, b)
Arguments
Type
Intent
Optional
Attributes
Name
type(sprs2_sp),
intent(in)
::
sa
real(kind=SP),
intent(out),
DIMENSION(:)
::
b