matpow Interface

public interface matpow

Calculat matrix power


Contents


Functions

private module function matpow_dp(a, num) result(c)

Arguments

Type IntentOptional AttributesName
real(kind=dp), intent(in), dimension(:, :):: a
integer :: num

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

private module function matpow_sp(a, num) result(c)

Arguments

Type IntentOptional AttributesName
real(kind=sp), intent(in), dimension(:, :):: a
integer :: num

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