gauss_elim_inverse_128 Interface

interface
public module function gauss_elim_inverse_128(A) result(A_inv)

Arguments

Type IntentOptional AttributesName
real(kind=real128), intent(in), DIMENSION(:,:):: A

Return Value real(kind=real128), DIMENSION(size(A, DIM=1), size(A,DIM=1))