Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix |
FUNCTION dbcsr_distribution(matrix) RESULT(distribution) TYPE(dbcsr_type), INTENT(IN) :: matrix TYPE(dbcsr_distribution_obj) :: distribution distribution = matrix%dist END FUNCTION dbcsr_distribution