Public Attributes

mod_matrix::matrix Type Reference

type matrix More...

List of all members.

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;

Detailed Description

type matrix

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
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
Date:
09th of March, 2011
Remarks:

Definition at line 41 of file matrix.f90.


The documentation for this type was generated from the following file:
 All Classes Namespaces Files Functions Variables Defines