mef90 / vDef
Maintaining these pages
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
SpectralDecomposition
Interface
3 statements
Source File
m_MEF90_LinAlg.F90
m_MEF90_LinAlg
SpectralDecomposition
Contents
Module Procedures
MatS2DSpectralDecomposition
MatS3DSpectralDecomposition
public interface SpectralDecomposition
Module Procedures
public subroutine
MatS2DSpectralDecomposition
(M, ppleValues, ppleDirections)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS2D
),
intent(in)
::
M
real(kind=C_DOUBLE),
intent(out),
dimension(2)
::
ppleValues
type(
MatS2D
),
intent(out),
dimension(2)
::
ppleDirections
public subroutine
MatS3DSpectralDecomposition
(M, ppleValues, ppleDirections)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS3D
),
intent(in)
::
M
real(kind=C_DOUBLE),
intent(out),
dimension(3)
::
ppleValues
type(
MatS3D
),
intent(out),
dimension(3)
::
ppleDirections