public interface matpow
Calculat matrix power
Functions
private module function matpow_dp(a, num) result(c)
Arguments
| Type |
Intent | Optional |
Attributes | | Name | |
| 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 |
Intent | Optional |
Attributes | | Name | |
| real(kind=sp), |
intent(in), |
|
dimension(:, :) | :: |
a | |
| integer |
|
|
| :: |
num | |
Return Value real(kind=sp),
allocatable, (:,:)