Toggle navigation
M_pixel
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
MATRIX
Derived Type
3 statements
Source File
M_pixel.F90
M_pixel
MATRIX
Contents
Variables
ARRAY
Source Code
MATRIX
type, public, bind(C) :: MATRIX
Contents
Variables
ARRAY
Source Code
MATRIX
Components
Type
Visibility
Attributes
Name
Initial
real(kind=C_FLOAT),
public,
dimension(4,4)
::
ARRAY
Source Code
type
,
bind
(
C
)
::
MATRIX
real
(
KIND
=
C_FLOAT
),
dimension
(
4
,
4
)
::
ARRAY
end type
MATRIX