XGCa
Public Attributes | List of all members
mat_class::mat_ptr_type Type Reference

Public Attributes

integer m
 
integer n
 
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
 

Member Data Documentation

◆ eindex

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

column index

◆ m

integer mat_class::mat_ptr_type::m

of rows (size of each column)

◆ n

integer mat_class::mat_ptr_type::n

of columns (size of each row)

◆ nelement

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

of non-zero element of each row

◆ value

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

matrix value

◆ width

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: