DBCSR
2.8.0
Guide
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create_block_data_c_sp
Subroutine
10 statements
Source File
dbcsr_tensor_block.F
dbcsr_tensor_block
create_block_data_c_sp
Contents
private subroutine create_block_data_c_sp(block, sizes, array)
Create block from array, array can be n-dimensional.
Arguments
Type
Intent
Optional
Attributes
Name
type(
block_nd
),
intent(out)
::
block
integer,
intent(in),
DIMENSION(:)
::
sizes
complex(kind=real_4),
intent(in),
DIMENSION(PRODUCT(sizes))
::
array