syscgetinputvectordatacompactf Interface Reference
Last update: 17.07.2025Provide an interface to get input vector data with compact storage. More...
Public Member Functions | |
| type(syscinputvectordataf) function | syscgetinputvectordatacompactf_r41d (data, dataSize) |
| Create an input vector data access type with compact storage. More... | |
| type(syscinputvectordataf) function | syscgetinputvectordatacompactf_r81d (data, dataSize) |
| Create an input vector data access type with compact storage. More... | |
| type(syscinputvectordataf) function | syscgetinputvectordatacompactf_r42d (data, dataSize) |
| Create an input vector data access type with compact storage. More... | |
| type(syscinputvectordataf) function | syscgetinputvectordatacompactf_r82d (data, dataSize) |
| Create an input vector data access type with compact storage. More... | |
Detailed Description
Provide an interface to get input vector data with compact storage.
Definition at line 147 of file syscInputVectorDataF.fi.
Member Function/Subroutine Documentation
◆ syscgetinputvectordatacompactf_r41d()
| type(syscinputvectordataf) function syscgetinputvectordatacompactf_r41d | ( | real(kind=4), dimension(datasize * 3), intent(in), target | data, |
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input vector data access type with compact storage.
- Parameters
-
[in] data - array of single-precision data [in] dataSize - number of vectors.
Definition at line 155 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatacompactf_r42d()
| type(syscinputvectordataf) function syscgetinputvectordatacompactf_r42d | ( | real(kind=4), dimension(3, datasize), intent(in), target | data, |
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input vector data access type with compact storage.
- Parameters
-
[in] data - two-dimensional array of single-precision data [in] dataSize - number of vectors.
Definition at line 189 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatacompactf_r81d()
| type(syscinputvectordataf) function syscgetinputvectordatacompactf_r81d | ( | real(kind=8), dimension(datasize * 3), intent(in), target | data, |
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input vector data access type with compact storage.
- Parameters
-
[in] data - array of double-precision data [in] dataSize - number of vectors.
Definition at line 172 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatacompactf_r82d()
| type(syscinputvectordataf) function syscgetinputvectordatacompactf_r82d | ( | real(kind=8), dimension(3, datasize), intent(in), target | data, |
| integer(kind=8), intent(in) | dataSize | ||
| ) |
Create an input vector data access type with compact storage.
- Parameters
-
[in] data - two-dimensional array of single-precision data [in] dataSize - number of vectors.
Definition at line 206 of file syscInputVectorDataF.fi.