solve Interface

public interface solve

Module Procedures

private subroutine Dsolve_1rhs(A, b, trans)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:,:) :: A
real(kind=8), intent(inout), dimension(:) :: b
character(len=1), optional :: trans

private subroutine Zsolve_1rhs(A, b, trans)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), intent(in), dimension(:,:) :: A
complex(kind=8), intent(inout), dimension(:) :: b
character(len=1), optional :: trans

private subroutine Dsolve_Mrhs(A, b, trans)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:,:) :: A
real(kind=8), intent(inout), dimension(:,:) :: b
character(len=1), optional :: trans

private subroutine Zsolve_Mrhs(A, b, trans)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), intent(in), dimension(:,:) :: A
complex(kind=8), intent(inout), dimension(:,:) :: b
character(len=1), optional :: trans