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