plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
exp
Interface
MIT
3 statements
Source File
MathClass.f90
MathClass
exp
Contents
Module Procedures
matrix_exponential_real64
public interface exp
It computes matrix exponential by the Taylor expansion.
Module Procedures
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, (:,:)