syscinputcomplexvectordataf Type Reference
Last update: 17.07.2025Create an input complex vector data access type. More...
Public Attributes | |
| integer(kind=8) | primitivetype |
| Primitive type. | |
| integer(kind=8) | data1 |
| Pointer to the first array. | |
| integer(kind=8) | data2 |
| Pointer to the second array. | |
| integer(kind=8) | data3 |
| Pointer to the third array. | |
| integer(kind=8) | data4 |
| Pointer to the fourth array. | |
| integer(kind=8) | data5 |
| Pointer to the fifth array. | |
| integer(kind=8) | data6 |
| Pointer to the sixth array. | |
| integer(kind=8) | datasize |
| Data size. | |
| integer(kind=8) | dimension |
| Dimension. | |
Detailed Description
Create an input complex vector data access type.
Input complex vector data provides access to complex vector data.
The size is the total number of vectors of complex numbers.
Definition at line 18 of file syscInputComplexVectorDataF.fi.
Member Data Documentation
◆ data1
| integer(kind=8) data1 |
Pointer to the first array.
Definition at line 20 of file syscInputComplexVectorDataF.fi.
◆ data2
| integer(kind=8) data2 |
Pointer to the second array.
Definition at line 21 of file syscInputComplexVectorDataF.fi.
◆ data3
| integer(kind=8) data3 |
Pointer to the third array.
Definition at line 22 of file syscInputComplexVectorDataF.fi.
◆ data4
| integer(kind=8) data4 |
Pointer to the fourth array.
Definition at line 23 of file syscInputComplexVectorDataF.fi.
◆ data5
| integer(kind=8) data5 |
Pointer to the fifth array.
Definition at line 24 of file syscInputComplexVectorDataF.fi.
◆ data6
| integer(kind=8) data6 |
Pointer to the sixth array.
Definition at line 25 of file syscInputComplexVectorDataF.fi.
◆ datasize
| integer(kind=8) datasize |
Data size.
Definition at line 26 of file syscInputComplexVectorDataF.fi.
◆ dimension
| integer(kind=8) dimension |
Dimension.
Definition at line 27 of file syscInputComplexVectorDataF.fi.
◆ primitivetype
| integer(kind=8) primitivetype |
Primitive type.
Definition at line 19 of file syscInputComplexVectorDataF.fi.