![]() |
FSAIPACK Documentation
vers. 1.0
|
Data type to store the pattern of a CSR matrix. More...
Data Types | |
| type | Pattern |
| Pattern of a matrix in CSR format. More... | |
Public Member Functions | |
| integer function, public | new_Pattern (nrows, nterm, Pattern_inout) |
| Allocates the Pattern data structure. | |
| integer function, public | dlt_Pattern (Pattern_inout) |
| deallocates the Pattern data structure | |
Data type to store the pattern of a CSR matrix.
This module is used to create, store and destroy the non-zero pattern of a matrix stored in the Compact Sparse Row format.
| integer function, public class_Pattern::dlt_Pattern | ( | type(Pattern), intent(inout) | Pattern_inout | ) |
| integer function, public class_Pattern::new_Pattern | ( | integer, intent(in) | nrows, |
| integer, intent(in) | nterm, | ||
| type(Pattern), intent(inout) | Pattern_inout | ||
| ) |