pub fn parallel_cholesky<F>(
matrix: &ArrayView2<'_, F>,
config: &WorkerConfig,
) -> LinalgResult<Array2<F>>
Expand description
Parallel Cholesky decomposition
Implements parallel Cholesky decomposition using block-column approach for positive definite matrices.