ezyrb.reduction.pod.POD._corrm

POD._corrm(X)[source]

Truncated POD calculated with correlation matrix.

Parameters:

X (numpy.ndarray) – the matrix to decompose.

Returns:

the truncated left-singular vectors matrix, the truncated singular values array, the truncated right-singular vectors matrix.

Return type:

numpy.ndarray, numpy.ndarray, numpy.ndarray