create a tensor from template
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor_in | |||
type(dbcsr_t_type), | intent(out) | :: | tensor | |||
character(len=*), | intent(in), | optional | :: | name | ||
type(dbcsr_t_distribution_type), | intent(inout), | optional | :: | dist | ||
integer, | intent(in), | optional, | DIMENSION(:) | :: | map1_2d | |
integer, | intent(in), | optional, | DIMENSION(:) | :: | map2_2d | |
integer, | intent(in), | optional | :: | data_type |