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.Auto

Resolve the setting from the Symbolica license when configured.

Parallel

SymbolicParallelism.Parallel

Allow symbolic operations to use Rayon workers.

Serial

SymbolicParallelism.Serial

Keep symbolic operations on the calling thread.