Skip to main content

transform_complex_view

Function transform_complex_view 

Source
pub fn transform_complex_view(
    matrix: &ArrayView2<'_, Complex64>,
    pca: &NdarrayComplexPCAResult,
) -> Array2<Complex64>
Expand description

Project complex data to PCA score space from a matrix view.