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

Public Attributes

integer m
 
integer n
 
integer width
 max of non-zero element of each row More...
 
real(8), dimension(:,:), allocatable value
 matrix value More...
 
integer, dimension(:,:), allocatable eindex
 column index More...
 
integer, dimension(:), allocatable nelement
 
logical is_csr
 
integer nnz
 
integer, dimension(:), allocatable csr_ridx
 row index for CSR - m+1 More...
 
real(8), dimension(:), allocatable csr_v
 value of CSR - nnz More...
 
integer, dimension(:), allocatable csr_cidx
 columun index - nnz More...
 

Member Data Documentation

◆ csr_cidx

integer, dimension(:), allocatable mat_class::mat_type::csr_cidx

columun index - nnz

◆ csr_ridx

integer, dimension(:), allocatable mat_class::mat_type::csr_ridx

row index for CSR - m+1

◆ csr_v

real (8), dimension(:), allocatable mat_class::mat_type::csr_v

value of CSR - nnz

◆ eindex

integer, dimension(:,:), allocatable mat_class::mat_type::eindex

column index

◆ is_csr

logical mat_class::mat_type::is_csr

◆ m

integer mat_class::mat_type::m

of rows (size of each column)

◆ n

integer mat_class::mat_type::n

of columns (size of each row)

◆ nelement

integer, dimension(:), allocatable mat_class::mat_type::nelement

of non-zero element of each row

◆ nnz

integer mat_class::mat_type::nnz

◆ value

real (8), dimension(:,:), allocatable mat_class::mat_type::value

matrix value

◆ width

integer mat_class::mat_type::width

max of non-zero element of each row


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