Visible to Intel only — GUID: GUID-88973FF0-9B74-476A-8265-65D2DF76C090
Visible to Intel only — GUID: GUID-88973FF0-9B74-476A-8265-65D2DF76C090
vslSSEditCorParameterization
Modifies pointers to arrays related to the algorithm of correlation matrix parameterization.
status = vslssseditcorparameterization(task, cor, cor_storage, pcor, pcor_storage)
status = vsldsseditcorparameterization(task, cor, cor_storage, pcor, pcor_storage)
- mkl_vsl.f90
Name |
Type |
Description |
---|---|---|
task |
Fortran: TYPE(VSL_SS_TASK) |
Descriptor of the task |
cor |
Fortran: REAL(KIND=4) DIMENSION(*) for vslssseditcorparameterization REAL(KIND=8) DIMENSION(*) for vsldsseditcorparameterization |
Pointer to the correlation matrix |
cor_storage |
Fortran: INTEGER |
Pointer to the storage format of the correlation matrix |
pcor |
Fortran: REAL(KIND=4) DIMENSION(*) for vslssseditcorparameterization REAL(KIND=8) DIMENSION(*) for vsldsseditcorparameterization |
Pointer to the parameterized correlation matrix |
por_storage |
Fortran: INTEGER |
Pointer to the storage format of the parameterized correlation matrix |
Name |
Type |
Description |
---|---|---|
status |
Fortran: INTEGER |
Current status of the task |
The vslSSEditCorParameterization routine uses values passed as parameters of the routine to replace pointers to the correlation matrix, pointers to the correlation matrix storage format, a pointer to the parameterized correlation matrix, and a pointer to the parameterized correlation matrix storage format. See Table "Storage formats of a variance-covariance/correlation matrix" for possible values of the cor_storage and pcor_storage parameters. If you pass a value of NULL for a specific input parameter, the value of that parameter in the task descriptor is unchanged.