Toggle navigation
FORLAB
Contributing and specs
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
matpow
Interface
12 statements
Source File
forlab_linalg.f90
forlab_linalg
matpow
Contents
Functions
matpow_dp
matpow_sp
public interface matpow
Calculat matrix power
Contents
Functions
matpow_dp
matpow_sp
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, (:,:)