mef90 / vDef
Maintaining these pages
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
MEF90MatRtaR
Interface
3 statements
Source File
m_MEF90_LinAlg.F90
m_MEF90_LinAlg
MEF90MatRtaR
Contents
Module Procedures
RtaRMat2D
RtaRMatS2D
RtaRMat3D
RtaRMatS3D
public interface MEF90MatRtaR
Module Procedures
public function
RtARMat2D
(A, R)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat2D
),
intent(in)
::
A
type(
Mat2D
),
intent(in)
::
R
Return Value
type(
Mat2D
)
public function
RtaRMatS2D
(A, R)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS2D
),
intent(in)
::
A
type(
Mat2D
),
intent(in)
::
R
Return Value
type(
MatS2D
)
public function
RtaRMat3D
(A, R)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat3D
),
intent(in)
::
A
type(
Mat3D
),
intent(in)
::
R
Return Value
type(
Mat3D
)
public function
RtaRMatS3D
(A, R)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS3D
),
intent(in)
::
A
type(
Mat3D
),
intent(in)
::
R
Return Value
type(
MatS3D
)