mef90 / vDef
Maintaining these pages
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Invert
Interface
3 statements
Source File
m_MEF90_LinAlg.F90
m_MEF90_LinAlg
Invert
Contents
Module Procedures
InvertMat2D
InvertMatS2D
InvertMat3D
InvertMatS3D
InvertTens4OS2D
InvertTens4OS3D
public interface Invert
Module Procedures
public function
InvertMat2D
(M)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat2D
),
intent(in)
::
M
Return Value
type(
Mat2D
)
public function
InvertMatS2D
(M)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS2D
),
intent(in)
::
M
Return Value
type(
MatS2D
)
public function
InvertMat3D
(M)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat3D
),
intent(in)
::
M
Return Value
type(
Mat3D
)
public function
InvertMatS3D
(M)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS3D
),
intent(in)
::
M
Return Value
type(
MatS3D
)
public function
InvertTens4OS2D
(T)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Tens4OS2D
),
intent(in)
::
T
Return Value
type(
Tens4OS2D
)
public function
InvertTens4OS3D
(T)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Tens4OS3D
),
intent(in)
::
T
Return Value
type(
Tens4OS3D
)