tensor_exponential Subroutine

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

Arguments

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

Contents

None