![]() |
(git:8d66ef0)
|
Public Member Functions | |
| subroutine | dbcsr_create_new (matrix, name, dist, matrix_type, row_blk_size, col_blk_size, reuse_arrays, mutable_work) |
| ... | |
| subroutine | dbcsr_create_template (matrix, name, template, dist, matrix_type, row_blk_size, col_blk_size, reuse_arrays, mutable_work) |
| ... | |
Definition at line 194 of file cp_dbcsr_api.F.
| subroutine cp_dbcsr_api::dbcsr_create::dbcsr_create_new | ( | type(dbcsr_type), intent(inout) | matrix, |
| character(len=*), intent(in) | name, | ||
| type(dbcsr_distribution_type), intent(in) | dist, | ||
| character, intent(in) | matrix_type, | ||
| integer, dimension(:), intent(inout), pointer | row_blk_size, | ||
| integer, dimension(:), intent(inout), pointer | col_blk_size, | ||
| logical, intent(in), optional | reuse_arrays, | ||
| logical, intent(in), optional | mutable_work | ||
| ) |
...
| matrix | ... |
| name | ... |
| dist | ... |
| matrix_type | ... |
| row_blk_size | ... |
| col_blk_size | ... |
| reuse_arrays | ... |
| mutable_work | ... |
Definition at line 397 of file cp_dbcsr_api.F.
| subroutine cp_dbcsr_api::dbcsr_create::dbcsr_create_template | ( | type(dbcsr_type), intent(inout) | matrix, |
| character(len=*), intent(in), optional | name, | ||
| type(dbcsr_type), intent(in) | template, | ||
| type(dbcsr_distribution_type), intent(in), optional | dist, | ||
| character, intent(in), optional | matrix_type, | ||
| integer, dimension(:), intent(inout), optional, pointer | row_blk_size, | ||
| integer, dimension(:), intent(inout), optional, pointer | col_blk_size, | ||
| logical, intent(in), optional | reuse_arrays, | ||
| logical, intent(in), optional | mutable_work | ||
| ) |
...
| matrix | ... |
| name | ... |
| template | ... |
| dist | ... |
| matrix_type | ... |
| row_blk_size | ... |
| col_blk_size | ... |
| reuse_arrays | ... |
| mutable_work | ... |
Definition at line 428 of file cp_dbcsr_api.F.