Return data size
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_mm_multrec_type), | intent(in) | :: | this |
FUNCTION dbcsr_mm_multrec_get_nze(this) RESULT(nze) !! Return data size TYPE(dbcsr_mm_multrec_type), INTENT(IN) :: this INTEGER :: nze nze = this%product_wm%datasize END FUNCTION dbcsr_mm_multrec_get_nze