mef90 / vDef
Maintaining these pages
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
MEF90MatRaRt
Interface
3 statements
Source File
m_MEF90_LinAlg.F90
m_MEF90_LinAlg
MEF90MatRaRt
Contents
Module Procedures
RaRtMat2D
RaRtMatS2D
RaRtMat3D
RaRtMatS3D
public interface MEF90MatRaRt
Module Procedures
public function
RARtMat2D
(A, R)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat2D
),
intent(in)
::
A
type(
Mat2D
),
intent(in)
::
R
Return Value
type(
Mat2D
)
public function
RARtMatS2D
(A, R)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS2D
),
intent(in)
::
A
type(
Mat2D
),
intent(in)
::
R
Return Value
type(
MatS2D
)
public function
RARtMat3D
(A, R)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat3D
),
intent(in)
::
A
type(
Mat3D
),
intent(in)
::
R
Return Value
type(
Mat3D
)
public function
RARtMatS3D
(A, R)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS3D
),
intent(in)
::
A
type(
Mat3D
),
intent(in)
::
R
Return Value
type(
MatS3D
)