c_dbcsr_reserve_blocks Subroutine

private subroutine c_dbcsr_reserve_blocks(c_matrix, c_rows, c_cols, c_size) bind(C, name="c_dbcsr_reserve_blocks")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), VALUE :: c_matrix
integer(kind=c_int), intent(in) :: c_rows(c_size)
integer(kind=c_int), intent(in) :: c_cols(c_size)
integer(kind=c_int), intent(in), VALUE :: c_size