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