mef90 / vDef
Maintaining these pages
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Mat2DMoment
Function
Blaise Bourdin (2019, bourdin@lsu.edu)
19 statements
Source File
m_MEF90_LinAlg.F90
m_MEF90_LinAlg
Mat2DMoment
Contents
public function Mat2DMoment(k, A)
Mat2DMoment: k-th moment of a 2x2 matrix, i.e tr(A^k)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
k
type(
Mat2D
),
intent(in)
::
A
Return Value
real(kind=C_DOUBLE)