NTPoly
Public Attributes | List of all members
distributedsparsematrixmodule::distributedsparsematrix_t Type Reference

A datatype for a distributed blocked CSR matrix. More...

Public Attributes

integer logical_matrix_dimension
 Number of matrix rows/columns for full matrix, scaled for process grid.
 
integer actual_matrix_dimension
 Number of matrix rows/columns for the full matrix, unscaled.
 
type(sparsematrix_t), dimension(:,:), allocatable local_data
 A 2D array of local CSR matrices.
 
integer start_column
 first column stored locally.
 
integer end_column
 last column stored locally is less than this.
 
integer start_row
 first row stored locally.
 
integer end_row
 last row stored locally is less than this.
 
integer local_columns
 number of local columns.
 
integer local_rows
 number of local rows.
 

Detailed Description

A datatype for a distributed blocked CSR matrix.


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