Module parallel_dispatch

Module parallel_dispatch 

Source
Expand description

Parallel algorithm dispatch for linear algebra operations

This module provides utilities for automatically selecting and dispatching to parallel implementations when appropriate, based on matrix size and worker configuration.

Structsยง

ParallelConfig
Configuration builder for parallel dispatch
ParallelDecomposition
Parallel-aware matrix decomposition dispatcher
ParallelOperations
Parallel-aware matrix operations dispatcher
ParallelSolver
Parallel-aware solver dispatcher