solve Interface

public interface solve

Contents


Functions

private module function solve_dp(A, b) result(x)

Arguments

Type IntentOptional AttributesName
real(kind=dp), intent(in), dimension(:, :):: A
real(kind=dp), intent(in), dimension(:):: b

Return Value real(kind=dp), dimension(:), allocatable

private module function solve_sp(A, b) result(x)

Arguments

Type IntentOptional AttributesName
real(kind=sp), intent(in), dimension(:, :):: A
real(kind=sp), intent(in), dimension(:):: b

Return Value real(kind=sp), dimension(:), allocatable