An array of DBCSR matrices
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(dbcsr_type), | public, | DIMENSION(:), POINTER | :: | mats | => | Null() |
the matrices |
type(dbcsr_imagedistribution_obj), | public | :: | image_dist |
image distribution |
TYPE dbcsr_1d_array_type
!! An array of DBCSR matrices
TYPE(dbcsr_type), DIMENSION(:), POINTER :: mats => Null()
!! the matrices
TYPE(dbcsr_imagedistribution_obj) :: image_dist
!! image distribution
END TYPE dbcsr_1d_array_type