type matrix More...
Public Attributes | |
integer | cols = 2; |
real *4, dimension(:,:), allocatable | container |
logical | is_allocate = .false. |
real *4, dimension(:,:), allocatable | matrix |
real *4, dimension(:,:), allocatable | ptr_container |
integer | rows = 2; |
type matrix
rows | : integer (by defaul =2), matrix row | |
cols | : integer (by defaul =2), matrix col | |
ptr_container | : matrix container | |
is_allocate | : verify if the matrix is allocate |
Definition at line 41 of file matrix.f90.