syscgetinputcompactcomplexcompactvectordataf Interface Reference
Last update: 17.07.2025Provide an interface to get input complex vector data with compact storage for complex and vector components. More...
Public Member Functions | |
| type(syscinputcomplexvectordataf) function | syscgetinputcompactcomplexcompactvectordataf_c82d (data, dataSize) |
| Create an input vector data access type with split storage. More... | |
Detailed Description
Provide an interface to get input complex vector data with compact storage for complex and vector components.
Definition at line 55 of file syscInputComplexVectorDataF.fi.
Member Function/Subroutine Documentation
◆ syscgetinputcompactcomplexcompactvectordataf_c82d()
| type(syscinputcomplexvectordataf) function syscgetinputcompactcomplexcompactvectordataf_c82d | ( | complex(kind=8), dimension(3, datasize), intent(in), target | data, |
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input vector data access type with split storage.
- Parameters
-
[in] data - two-dimensional array of complex vectors [in] dataSize - number of vectors.
Definition at line 64 of file syscInputComplexVectorDataF.fi.