SymbolicParallelism
Symbolica documentation for getting started, symbolic expressions, numerical evaluation, pattern matching, and APIs in Python and Rust.
SymbolicParallelism
SymbolicParallelism()Policy for Rayon operations that manipulate Symbolica expressions.
Members
| Name | Description |
|---|---|
Auto |
Resolve the setting from the Symbolica license when configured. |
Parallel |
Allow symbolic operations to use Rayon workers. |
Serial |
Keep symbolic operations on the calling thread. |
Auto
SymbolicParallelism.AutoResolve the setting from the Symbolica license when configured.
Parallel
SymbolicParallelism.ParallelAllow symbolic operations to use Rayon workers.
Serial
SymbolicParallelism.SerialKeep symbolic operations on the calling thread.