svbksb Interface

public interface svbksb

Contents


Subroutines

public subroutine svbksb_dp(u, w, v, b, x)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(in), DIMENSION(:,:):: u
real(kind=DP), intent(in), DIMENSION(:):: w
real(kind=DP), intent(in), DIMENSION(:,:):: v
real(kind=DP), intent(in), DIMENSION(:):: b
real(kind=DP), intent(out), DIMENSION(:):: x

public subroutine svbksb_sp(u, w, v, b, x)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in), DIMENSION(:,:):: u
real(kind=SP), intent(in), DIMENSION(:):: w
real(kind=SP), intent(in), DIMENSION(:,:):: v
real(kind=SP), intent(in), DIMENSION(:):: b
real(kind=SP), intent(out), DIMENSION(:):: x