syscgetinputvectordatacompactdimf Interface Reference
Last update: 17.07.2025Provide an interface to get input vector data with compact storage based on dimension. More...
Public Member Functions | |
| type(syscinputvectordataf) function | syscgetinputvectordatacompactdimf_r41d (data, datasize, dimension) |
| Create an input vector data access type with compact storage. based on dimension. | |
| type(syscinputvectordataf) function | syscgetinputvectordatacompactdimf_r81d (data, datasize, dimension) |
| Create an input vector data access type with compact storage based on dimension. | |
| type(syscinputvectordataf) function | syscgetinputvectordatacompactdimf_r42d (data, datasize, dimension) |
| Create an input vector data access type with compact storage based on dimension. | |
| type(syscinputvectordataf) function | syscgetinputvectordatacompactdimf_r82d (data, datasize, dimension) |
| Create an input vector data access type with compact storage based on dimension. | |
Detailed Description
Provide an interface to get input vector data with compact storage based on dimension.
Definition at line 301 of file syscInputVectorDataF.fi.
Member Function/Subroutine Documentation
◆ syscgetinputvectordatacompactdimf_r41d()
| type(syscinputvectordataf) function syscgetinputvectordatacompactdimf_r41d | ( | real(kind=4), dimension(datasize * dimension), intent(in), target | data, |
| integer(kind=8), intent(in) | datasize, | ||
| integer(kind=8), intent(in) | dimension | ||
| ) |
Create an input vector data access type with compact storage. based on dimension.
- Parameters
-
[in] data - array of single-precision data [in] dataSize - number of vectors. [in] dimension - dimension of vectors.
Definition at line 311 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatacompactdimf_r42d()
| type(syscinputvectordataf) function syscgetinputvectordatacompactdimf_r42d | ( | real(kind=4), dimension(dimension, datasize), intent(in), target | data, |
| integer(kind=8), intent(in) | datasize, | ||
| integer(kind=8), intent(in) | dimension | ||
| ) |
Create an input vector data access type with compact storage based on dimension.
- Parameters
-
[in] data - two-dimensional array of single-precision data [in] dataSize - number of vectors. [in] dimension - dimension of vectors.
Definition at line 351 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatacompactdimf_r81d()
| type(syscinputvectordataf) function syscgetinputvectordatacompactdimf_r81d | ( | real(kind=8), dimension(datasize * dimension), intent(in), target | data, |
| integer(kind=8), intent(in) | datasize, | ||
| integer(kind=8), intent(in) | dimension | ||
| ) |
Create an input vector data access type with compact storage based on dimension.
- Parameters
-
[in] data - array of double-precision data [in] dataSize - number of vectors. [in] dimension - dimension of vectors.
Definition at line 331 of file syscInputVectorDataF.fi.
◆ syscgetinputvectordatacompactdimf_r82d()
| type(syscinputvectordataf) function syscgetinputvectordatacompactdimf_r82d | ( | real(kind=8), dimension(dimension, datasize), intent(in), target | data, |
| integer(kind=8), intent(in) | datasize, | ||
| integer(kind=8), intent(in) | dimension | ||
| ) |
Create an input vector data access type with compact storage based on dimension.
- Parameters
-
[in] data - two-dimensional array of single-precision data [in] dataSize - number of vectors. [in] dimension - dimension of vectors.
Definition at line 371 of file syscInputVectorDataF.fi.