mef90 / vDef
Maintaining these pages
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
Det
Interface
3 statements
Source File
m_MEF90_LinAlg.F90
m_MEF90_LinAlg
Det
Contents
Module Procedures
DetMat2D
DetMatS2D
DetMat3D
DetMatS3D
public interface Det
Module Procedures
public function
DetMat2D
(M)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat2D
),
intent(in)
::
M
Return Value
real(kind=C_DOUBLE)
public function
DetMatS2D
(M)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS2D
),
intent(in)
::
M
Return Value
real(kind=C_DOUBLE)
public function
DetMat3D
(M)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat3D
),
intent(in)
::
M
Return Value
real(kind=C_DOUBLE)
public function
DetMatS3D
(M)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS3D
),
intent(in)
::
M
Return Value
real(kind=C_DOUBLE)