syscgetoutputvectordatacompactdimf Interface Reference
Last update: 17.07.2025Provide an interface to get output vector data with compact storage based on dimension. More...
Public Member Functions | |
| type(syscoutputvectordataf) function | syscgetoutputvectordatacompactdimf_r41d (data, datasize, dimension) |
| Create an output vector data access type with compact storage based on dimension. | |
| type(syscoutputvectordataf) function | syscgetoutputvectordatacompactdimf_r81d (data, datasize, dimension) |
| Create an output vector data access type with compact storage based on dimension. | |
| type(syscoutputvectordataf) function | syscgetoutputvectordatacompactdimf_r42d (vals, nelems, dimension) |
| Create an output vector data access type with compact storage based on dimension. | |
| type(syscoutputvectordataf) function | syscgetoutputvectordatacompactdimf_r82d (vals, nelems, dimension) |
| Create an output vector data access type with compact storage based on dimension. | |
Detailed Description
Provide an interface to get output vector data with compact storage based on dimension.
Definition at line 341 of file syscOutputVectorDataF.fi.
Member Function/Subroutine Documentation
◆ syscgetoutputvectordatacompactdimf_r41d()
| type(syscoutputvectordataf) function syscgetoutputvectordatacompactdimf_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 output 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 351 of file syscOutputVectorDataF.fi.
◆ syscgetoutputvectordatacompactdimf_r42d()
| type(syscoutputvectordataf) function syscgetoutputvectordatacompactdimf_r42d | ( | real(kind=4), dimension(dimension, nelems), intent(in), target | vals, |
| integer(kind=8), intent(in) | nelems, | ||
| integer(kind=8), intent(in) | dimension | ||
| ) |
Create an output vector data access type with compact storage based on dimension.
- Parameters
-
[in] vals - two-dimensional array of single-precision data [in] nElems - number of vectors. [in] dimension - dimension of vectors.
Definition at line 397 of file syscOutputVectorDataF.fi.
◆ syscgetoutputvectordatacompactdimf_r81d()
| type(syscoutputvectordataf) function syscgetoutputvectordatacompactdimf_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 output 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 374 of file syscOutputVectorDataF.fi.
◆ syscgetoutputvectordatacompactdimf_r82d()
| type(syscoutputvectordataf) function syscgetoutputvectordatacompactdimf_r82d | ( | real(kind=8), dimension(dimension, nelems), intent(in), target | vals, |
| integer(kind=8), intent(in) | nelems, | ||
| integer(kind=8), intent(in) | dimension | ||
| ) |
Create an output vector data access type with compact storage based on dimension.
- Parameters
-
[in] vals - two-dimensional array of double-precision data [in] nElems - number of vectors. [in] dimension - dimension of vectors.
Definition at line 419 of file syscOutputVectorDataF.fi.