tensor_expo_der Subroutine

public subroutine tensor_expo_der(A, expA_A, TOL, itr_tol)

Arguments

Type IntentOptional AttributesName
real(kind=8), intent(in) :: A(:,:)
real(kind=8), intent(inout), allocatable:: expA_A(:,:,:,:)
real(kind=8), intent(in) :: TOL
integer, intent(in) :: itr_tol

Contents

None