tensor_exponential Subroutine

public subroutine tensor_exponential(A, expA, TOL, itr_tol)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: A(:,:)
real(kind=real64), intent(inout), allocatable:: expA(:,:)
real(kind=real64), intent(in) :: TOL
integer(kind=int32), intent(in) :: itr_tol

Contents

None