gauss_elim_inverse_32 Interface

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

Arguments

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

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