XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
mat_class::mat_ptr_type Type Reference

Public Attributes

integer m
 

of rows (size of each column)

More...
 
integer n
 

of columns (size of each row)

More...
 
integer width
 max of non-zero element of each row More...
 
real(8), dimension(:,:), pointer value
 matrix value More...
 
integer, dimension(:,:), pointer eindex
 column index More...
 
integer, dimension(:), pointer nelement
 

of non-zero element of each row

More...
 

Member Data Documentation

integer, dimension(:,:), pointer mat_class::mat_ptr_type::eindex

column index

integer mat_class::mat_ptr_type::m

of rows (size of each column)

integer mat_class::mat_ptr_type::n

of columns (size of each row)

integer, dimension(:), pointer mat_class::mat_ptr_type::nelement

of non-zero element of each row

real (8), dimension(:,:), pointer mat_class::mat_ptr_type::value

matrix value

integer mat_class::mat_ptr_type::width

max of non-zero element of each row


The documentation for this type was generated from the following file: