plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
matrix_exponential_real64
Function
MIT
19 statements
Source File
MathClass.f90
MathClass
matrix_exponential_real64
Contents
public function matrix_exponential_real64(mat, order) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
mat
(:,:)
integer(kind=int32),
intent(in)
::
order
Return Value
real(kind=real64), allocatable, (:,:)