syscgetinputvectordatasplitf Interface Reference
Last update: 17.07.2025Provide an interface to get input vector data with split storage. More...
Public Member Functions | |
| type(syscinputvectordataf) function | syscgetinputvectordatasplitf_r43a (data0, data1, data2, dataSize) |
| Create an input vector data access type with split storage. More... | |
| type(syscinputvectordataf) function | syscgetinputvectordatasplitf_r83a (data0, data1, data2, dataSize) |
| Create an input vector data access type with split storage. More... | |
| type(syscinputvectordataf) function | syscgetinputvectordatasplitf_r42d (data, dataSize) |
| Create an input vector data access type with split storage. More... | |
| type(syscinputvectordataf) function | syscgetinputvectordatasplitf_r82d (data, dataSize) |
| Create an input vector data access type with split storage. More... | |
Detailed Description
Provide an interface to get input vector data with split storage.
Definition at line 65 of file syscInputVectorDataF.fi.
Member Function/Subroutine Documentation
◆ syscgetinputvectordatasplitf_r42d()
| type(syscinputvectordataf) function syscgetinputvectordatasplitf_r42d | ( | real(kind=4), dimension(datasize, 3), 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 single-precision data [in] dataSize - number of vectors.
Definition at line 115 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatasplitf_r43a()
| type(syscinputvectordataf) function syscgetinputvectordatasplitf_r43a | ( | real(kind=4), dimension(datasize), intent(in), target | data0, |
| real(kind=4), dimension(datasize), intent(in), target | data1, | ||
| real(kind=4), dimension(datasize), intent(in), target | data2, | ||
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input vector data access type with split storage.
- Parameters
-
[in] data0 - first array of single-precision data [in] data1 - second array of single-precision data [in] data2 - third array of single-precision data [in] dataSize - number of vectors.
Definition at line 75 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatasplitf_r82d()
| type(syscinputvectordataf) function syscgetinputvectordatasplitf_r82d | ( | real(kind=8), dimension(datasize, 3), 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 double-precision data [in] dataSize - number of vectors.
Definition at line 131 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatasplitf_r83a()
| type(syscinputvectordataf) function syscgetinputvectordatasplitf_r83a | ( | real(kind=8), dimension(datasize), intent(in), target | data0, |
| real(kind=8), dimension(datasize), intent(in), target | data1, | ||
| real(kind=8), dimension(datasize), intent(in), target | data2, | ||
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input vector data access type with split storage.
- Parameters
-
[in] data0 - first array of double-precision data [in] data1 - second array of double-precision data [in] data2 - third array of double-precision data [in] dataSize - number of vectors.
Definition at line 96 of file syscInputVectorDataF.fi.