Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(inout) | :: | matrix | |||
character(len=*), | intent(in) | :: | name | |||
type(dbcsr_distribution_type), | intent(in) | :: | dist | |||
character(len=1), | intent(in) | :: | matrix_type | |||
integer, | intent(inout), | DIMENSION(:), POINTER | :: | row_blk_size | ||
integer, | intent(inout), | DIMENSION(:), POINTER | :: | col_blk_size | ||
integer, | intent(in), | optional | :: | nze | ||
integer, | intent(in), | optional | :: | data_type | ||
logical, | intent(in), | optional | :: | reuse | ||
logical, | intent(in), | optional | :: | reuse_arrays | ||
logical, | intent(in), | optional | :: | mutable_work | ||
character(len=1), | intent(in), | optional | :: | replication_type |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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(len=1), | intent(in), | optional | :: | matrix_type | ||
integer, | intent(inout), | optional, | DIMENSION(:), POINTER | :: | row_blk_size | |
integer, | intent(inout), | optional, | DIMENSION(:), POINTER | :: | col_blk_size | |
integer, | intent(in), | optional | :: | nze | ||
integer, | intent(in), | optional | :: | data_type | ||
logical, | intent(in), | optional | :: | reuse_arrays | ||
logical, | intent(in), | optional | :: | mutable_work | ||
character(len=1), | intent(in), | optional | :: | replication_type |