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ยง
- Parallel
Config - Configuration builder for parallel dispatch
- Parallel
Decomposition - Parallel-aware matrix decomposition dispatcher
- Parallel
Operations - Parallel-aware matrix operations dispatcher
- Parallel
Solver - Parallel-aware solver dispatcher