sprsax Interface

public interface sprsax

Contents


Subroutines

public subroutine sprsax_dp(sa, x, b)

Arguments

Type IntentOptional AttributesName
type(sprs2_dp), intent(in) :: sa
real(kind=DP), intent(in), DIMENSION (:):: x
real(kind=DP), intent(out), DIMENSION (:):: b

public subroutine sprsax_sp(sa, x, b)

Arguments

Type IntentOptional AttributesName
type(sprs2_sp), intent(in) :: sa
real(kind=SP), intent(in), DIMENSION (:):: x
real(kind=SP), intent(out), DIMENSION (:):: b