![]() |
(git:d18deda)
|
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 192 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 395 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 426 of file cp_dbcsr_api.F.