Covariance Matrix from SVD SLA_SVDCOV
CALL sla_SVDCOV (N, NP, NC, W, V, WORK, CVM)
N | I | , the number of rows and columns in matrices W and V |
| ||
NP | I | first dimension of array containing matrix V |
| ||
NC | I | first dimension of array CVM |
|
||
W | D(N) | diagonal matrix W (diagonal elements only) |
|
||
V | D(NP,NP) | array containing orthogonal matrix V |
WORK | D(N) | workspace |
|
||
CVM | D(NC,NC) | array to receive covariance matrix |