Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix |
FUNCTION dbcsr_nfullrows_total(matrix) RESULT(nfullrows_total)
TYPE(dbcsr_type), INTENT(IN) :: matrix
INTEGER :: nfullrows_total
nfullrows_total = matrix%nfullrows_total
END FUNCTION dbcsr_nfullrows_total