exp Interface

public interface exp

It computes matrix exponential by the Taylor expansion.


Module Procedures

public function matrix_exponential_real64(mat, order) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: mat(:,:)
integer(kind=int32), intent(in) :: order

Return Value real(kind=real64), allocatable, (:,:)