[[bench]]
name = "compute_cache"
path = "benches/compute_cache.rs"
[[bench]]
name = "compute_computable"
path = "benches/compute_computable.rs"
[[bench]]
name = "compute_computation"
path = "benches/compute_computation.rs"
[[bench]]
name = "compute_engine"
path = "benches/compute_engine.rs"
[[bench]]
name = "compute_state"
path = "benches/compute_state.rs"
[[bench]]
name = "constant"
path = "benches/constant.rs"
[[bench]]
name = "lib"
path = "benches/lib.rs"
[[bench]]
name = "lib_bench"
path = "benches/lib_bench.rs"
[[bench]]
name = "numerical_vector"
path = "benches/numerical_vector.rs"
[[bench]]
name = "prelude"
path = "benches/prelude.rs"
[[bench]]
name = "prelude_bench"
path = "benches/prelude_bench.rs"
[[bench]]
harness = false
name = "rssn_benches"
path = "benches/rssn_benches.rs"
[[bench]]
name = "symbolic_elementary"
path = "benches/symbolic_elementary.rs"
[[bench]]
name = "symbolic_matrix"
path = "benches/symbolic_matrix.rs"
[[bench]]
name = "symbolic_polynomial"
path = "benches/symbolic_polynomial.rs"
[[bench]]
name = "symbolic_simplify_dag"
path = "benches/symbolic_simplify_dag.rs"
[build-dependencies.cbindgen]
version = "0.29.2"
[build-dependencies.vergen]
features = ["build", "cargo", "cargo_metadata", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time"]
version = "9.0.6"
[build-dependencies.vergen-gitcl]
features = ["build", "cargo", "emit_and_set", "rustc", "si"]
version = "1.0.8"
[dependencies.abi_stable]
optional = true
version = "0.11.3"
[dependencies.ahash]
features = ["serde"]
version = "0.8.12"
[dependencies.argmin]
features = ["serde", "serde1"]
version = "0.11"
[dependencies.argmin-math]
features = ["ndarray_latest-nolinalg", "nalgebra_latest"]
version = "0.5"
[dependencies.bigdecimal]
features = ["serde"]
version = "0.4"
[dependencies.bincode-next]
features = ["serde"]
version = "2"
[dependencies.cranelift-codegen]
optional = true
version = "0.127"
[dependencies.cranelift-frontend]
optional = true
version = "0.127"
[dependencies.cranelift-jit]
optional = true
version = "0.127"
[dependencies.cranelift-module]
optional = true
version = "0.127"
[dependencies.cranelift-native]
optional = true
version = "0.127"
[dependencies.dashmap]
version = "6.1"
[dependencies.errorfunctions]
version = "0.2"
[dependencies.faer]
version = "0.23.2"
[dependencies.instability]
version = "0.3.10"
[dependencies.interp]
version = "2.1.1"
[dependencies.itertools]
version = "0.14"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.libc]
optional = true
version = "0.2"
[dependencies.libloading]
optional = true
version = "0.8"
[dependencies.nalgebra]
features = ["serde-serialize"]
version = "0.34"
[dependencies.ndarray]
features = ["serde"]
version = "0.16.1"
[dependencies.ndarray-npy]
optional = true
version = "0.9"
[dependencies.nom]
version = "7"
[dependencies.num-bigint]
features = ["serde", "rand"]
version = "0.4"
[dependencies.num-complex]
features = ["serde"]
version = "0.4.6"
[dependencies.num-rational]
features = ["serde"]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.once_cell]
version = "1.19"
[dependencies.ordered-float]
features = ["serde"]
version = "5.0.0"
[dependencies.plotters]
features = ["image", "chrono", "ttf", "font-kit", "evcxr"]
optional = true
version = "0.3"
[dependencies.pulp]
features = ["macro", "x86-v4", "nightly"]
optional = true
version = "0.22.2"
[dependencies.quadrature]
version = "0.1.2"
[dependencies.rand]
version = "0.8.5"
[dependencies.rand_v09]
package = "rand"
version = "0.9.2"
[dependencies.rayon]
version = "1.8"
[dependencies.rustfft]
version = "6.1.0"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.simba]
features = ["libm", "cordic", "decimal", "rand", "portable_simd"]
optional = true
version = "0.9.1"
[dependencies.special]
version = "0.11.4"
[dependencies.sprs-rssn]
version = "0.11.4"
[dependencies.statrs]
version = "0.18.0"
[dependencies.uom]
features = ["use_serde", "num-bigint", "std", "usize", "si"]
version = "0.37.0"
[dependencies.uuid]
features = ["v4"]
version = "1.4"
[dev-dependencies.assert_approx_eq]
version = "1.1.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"
[dev-dependencies.proptest]
version = "1.2"
[[example]]
name = "calculus_demo"
path = "examples/calculus_demo.rs"
[[example]]
name = "debug_integration"
path = "examples/debug_integration.rs"
[[example]]
name = "debug_proof"
path = "examples/debug_proof.rs"
[[example]]
name = "debug_singularity"
path = "examples/debug_singularity.rs"
[[example]]
name = "fdm_wave_2d_ripple"
path = "examples/fdm_wave_2d_ripple.rs"
[[example]]
name = "fdm_wave_2d_surface"
path = "examples/fdm_wave_2d_surface.rs"
[[example]]
name = "fdm_wave_3d_ripple"
path = "examples/fdm_wave_3d_ripple.rs"
[[example]]
name = "fem_structural_analysis"
path = "examples/fem_structural_analysis.rs"
[[example]]
name = "finite_field_debug"
path = "examples/finite_field_debug.rs"
[[example]]
name = "fluid_dynamics_karman_vortex"
path = "examples/fluid_dynamics_karman_vortex.rs"
[[example]]
name = "fvm_advection_diffusion"
path = "examples/fvm_advection_diffusion.rs"
[[example]]
name = "grobner_basis_demo_1"
path = "examples/grobner_basis_demo_1.rs"
[[example]]
name = "grobner_basis_demo_2"
path = "examples/grobner_basis_demo_2.rs"
[[example]]
name = "grobner_basis_demo_3"
path = "examples/grobner_basis_demo_3.rs"
[[example]]
name = "latex_output_demo"
path = "examples/latex_output_demo.rs"
[[example]]
name = "lib_examples"
path = "examples/lib_examples.rs"
[[example]]
name = "logic_debug"
path = "examples/logic_debug.rs"
[[example]]
name = "matrix_demo"
path = "examples/matrix_demo.rs"
[[example]]
name = "number_theory_debug"
path = "examples/number_theory_debug.rs"
[[example]]
name = "numerical_vector_demo"
path = "examples/numerical_vector_demo.rs"
[[example]]
name = "ode_lorenz_attractor"
path = "examples/ode_lorenz_attractor.rs"
[[example]]
name = "ode_lorenz_attractor_1"
path = "examples/ode_lorenz_attractor_1.rs"
[[example]]
name = "pde_heat_equation"
path = "examples/pde_heat_equation.rs"
[[example]]
name = "polynomial_demo"
path = "examples/polynomial_demo.rs"
[[example]]
name = "quantum_tunneling_demo"
path = "examples/quantum_tunneling_demo.rs"
[[example]]
name = "readme_demo"
path = "examples/readme_demo.rs"
[[example]]
name = "relativity_black_hole_orbits"
path = "examples/relativity_black_hole_orbits.rs"
[[example]]
name = "repro_test"
path = "examples/repro_test.rs"
[[example]]
name = "repro_test_origin"
path = "examples/repro_test_origin.rs"
[[example]]
name = "rkm_adaptive_solver_comparison"
path = "examples/rkm_adaptive_solver_comparison.rs"
[[example]]
name = "simplify_with_relations_demo"
path = "examples/simplify_with_relations_demo.rs"
[[example]]
name = "solid_state_physics_demo"
path = "examples/solid_state_physics_demo.rs"
[[example]]
name = "statistical_ising_model"
path = "examples/statistical_ising_model.rs"
[[example]]
name = "symbolic_differentiation_modern"
path = "examples/symbolic_differentiation_modern.rs"
[[example]]
name = "symbolic_differentiation_poly"
path = "examples/symbolic_differentiation_poly.rs"
[[example]]
name = "symbolic_operators_demo"
path = "examples/symbolic_operators_demo.rs"
[[example]]
name = "test_simplify_bug"
path = "examples/test_simplify_bug.rs"
[features]
compute = []
default = []
experimental = ["ffi_blinding", "jit", "dep:pulp", "dep:simba"]
ffi_api = []
ffi_blinding = ["dep:libc"]
full = ["default", "output", "physics", "plugins", "compute", "ffi_blinding", "jit", "experimental"]
jit = ["dep:cranelift-codegen", "dep:cranelift-frontend", "dep:cranelift-jit", "dep:cranelift-module", "dep:cranelift-native"]
nightly = ["dep:pulp"]
output = ["dep:plotters", "dep:ndarray-npy"]
physics = []
plugins = ["dep:libloading", "dep:abi_stable"]
[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
name = "rssn"
path = "src/lib.rs"
[lints.clippy]
empty-line-after-doc-comments = "allow"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(has_foo)"]
level = "allow"
priority = 0
[package]
authors = ["The rssn developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "mathematics", "data-structures", "simulation", "algorithms"]
description = "A comprehensive scientific computing library for Rust, aiming for feature parity with NumPy, SciPy, and SymPy."
edition = "2024"
exclude = ["examples/fortran/*.dll", "examples/fortran/*.exe", "examples/fortran/*.lib", "examples/fortran/*.pdb", "examples/fortran/*.d", "examples/fortran/*.exp", "*.sh", "*.bat", "/scripts/*", "/docs/*"]
homepage = "https://github.com/Apich-Organization/rssn"
keywords = ["scientific-computing", "symbolic-math", "numerical-analysis", "physics-simulation", "optimization"]
license = "Apache-2.0"
name = "rssn"
readme = "README.md"
repository = "https://github.com/Apich-Organization/rssn"
rust-version = "1.89.0"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--html-in-header", "doc-header.html"]
[profile.dev]
debug = 2
lto = false
opt-level = 0
[profile.release]
codegen-units = 1
debug = 2
lto = true
opt-level = 3
panic = "abort"
strip = true
[[test]]
name = "compute_cache_test"
path = "tests/compute_cache_test.rs"
[[test]]
name = "compute_computable_test"
path = "tests/compute_computable_test.rs"
[[test]]
name = "compute_computation_test"
path = "tests/compute_computation_test.rs"
[[test]]
name = "compute_engine_test"
path = "tests/compute_engine_test.rs"
[[test]]
name = "compute_state_test"
path = "tests/compute_state_test.rs"
[[test]]
name = "constant_test"
path = "tests/constant_test.rs"
[[test]]
name = "dag_consistency_test"
path = "tests/dag_consistency_test.rs"
[[test]]
name = "debug_json_test"
path = "tests/debug_json_test.rs"
[[test]]
name = "debug_limit_test"
path = "tests/debug_limit_test.rs"
[[test]]
name = "ffi_constant_three_version_test"
path = "tests/ffi_constant_three_version_test.rs"
[[test]]
name = "input_parser_test"
path = "tests/input_parser_test.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[[test]]
name = "lib_test"
path = "tests/lib_test.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "numerical_calculus_ffi_test"
path = "tests/numerical_calculus_ffi_test.rs"
[[test]]
name = "numerical_calculus_of_variations_ffi_test"
path = "tests/numerical_calculus_of_variations_ffi_test.rs"
[[test]]
name = "numerical_calculus_of_variations_test"
path = "tests/numerical_calculus_of_variations_test.rs"
[[test]]
name = "numerical_calculus_test"
path = "tests/numerical_calculus_test.rs"
[[test]]
name = "numerical_combinatorics_ffi_test"
path = "tests/numerical_combinatorics_ffi_test.rs"
[[test]]
name = "numerical_combinatorics_test"
path = "tests/numerical_combinatorics_test.rs"
[[test]]
name = "numerical_complex_analysis_ffi_test"
path = "tests/numerical_complex_analysis_ffi_test.rs"
[[test]]
name = "numerical_complex_analysis_test"
path = "tests/numerical_complex_analysis_test.rs"
[[test]]
name = "numerical_computer_graphics_ffi_test"
path = "tests/numerical_computer_graphics_ffi_test.rs"
[[test]]
name = "numerical_computer_graphics_test"
path = "tests/numerical_computer_graphics_test.rs"
[[test]]
name = "numerical_convergence_ffi_test"
path = "tests/numerical_convergence_ffi_test.rs"
[[test]]
name = "numerical_convergence_test"
path = "tests/numerical_convergence_test.rs"
[[test]]
name = "numerical_coordinates_test"
path = "tests/numerical_coordinates_test.rs"
[[test]]
name = "numerical_differential_geometry_ffi_test"
path = "tests/numerical_differential_geometry_ffi_test.rs"
[[test]]
name = "numerical_differential_geometry_test"
path = "tests/numerical_differential_geometry_test.rs"
[[test]]
name = "numerical_elementary_test"
path = "tests/numerical_elementary_test.rs"
[[test]]
name = "numerical_error_correction_ffi_test"
path = "tests/numerical_error_correction_ffi_test.rs"
[[test]]
name = "numerical_error_correction_test"
path = "tests/numerical_error_correction_test.rs"
[[test]]
name = "numerical_finite_field_test"
path = "tests/numerical_finite_field_test.rs"
[[test]]
name = "numerical_fractal_geometry_and_chaos_ffi_test"
path = "tests/numerical_fractal_geometry_and_chaos_ffi_test.rs"
[[test]]
name = "numerical_fractal_geometry_and_chaos_test"
path = "tests/numerical_fractal_geometry_and_chaos_test.rs"
[[test]]
name = "numerical_functional_analysis_ffi_test"
path = "tests/numerical_functional_analysis_ffi_test.rs"
[[test]]
name = "numerical_functional_analysis_test"
path = "tests/numerical_functional_analysis_test.rs"
[[test]]
name = "numerical_geometric_algebra_ffi_test"
path = "tests/numerical_geometric_algebra_ffi_test.rs"
[[test]]
name = "numerical_geometric_algebra_test"
path = "tests/numerical_geometric_algebra_test.rs"
[[test]]
name = "numerical_graph_ffi_test"
path = "tests/numerical_graph_ffi_test.rs"
[[test]]
name = "numerical_graph_test"
path = "tests/numerical_graph_test.rs"
[[test]]
name = "numerical_integrate_ffi_test"
path = "tests/numerical_integrate_ffi_test.rs"
[[test]]
name = "numerical_integrate_test"
path = "tests/numerical_integrate_test.rs"
[[test]]
name = "numerical_interpolate_ffi_test"
path = "tests/numerical_interpolate_ffi_test.rs"
[[test]]
name = "numerical_interpolate_test"
path = "tests/numerical_interpolate_test.rs"
[[test]]
name = "numerical_matrix_test"
path = "tests/numerical_matrix_test.rs"
[[test]]
name = "numerical_multi_valued_ffi_test"
path = "tests/numerical_multi_valued_ffi_test.rs"
[[test]]
name = "numerical_multi_valued_test"
path = "tests/numerical_multi_valued_test.rs"
[[test]]
name = "numerical_number_theory_test"
path = "tests/numerical_number_theory_test.rs"
[[test]]
name = "numerical_ode_ffi_test"
path = "tests/numerical_ode_ffi_test.rs"
[[test]]
name = "numerical_ode_test"
path = "tests/numerical_ode_test.rs"
[[test]]
name = "numerical_optimize_ffi_test"
path = "tests/numerical_optimize_ffi_test.rs"
[[test]]
name = "numerical_optimize_test"
path = "tests/numerical_optimize_test.rs"
[[test]]
name = "numerical_physics_cfd_ffi_test"
path = "tests/numerical_physics_cfd_ffi_test.rs"
[[test]]
name = "numerical_physics_cfd_test"
path = "tests/numerical_physics_cfd_test.rs"
[[test]]
name = "numerical_physics_fea_ffi_test"
path = "tests/numerical_physics_fea_ffi_test.rs"
[[test]]
name = "numerical_physics_fea_test"
path = "tests/numerical_physics_fea_test.rs"
[[test]]
name = "numerical_physics_ffi_test"
path = "tests/numerical_physics_ffi_test.rs"
[[test]]
name = "numerical_physics_md_ffi_test"
path = "tests/numerical_physics_md_ffi_test.rs"
[[test]]
name = "numerical_physics_md_test"
path = "tests/numerical_physics_md_test.rs"
[[test]]
name = "numerical_physics_test"
path = "tests/numerical_physics_test.rs"
[[test]]
name = "numerical_polynomial_test"
path = "tests/numerical_polynomial_test.rs"
[[test]]
name = "numerical_real_roots_ffi_test"
path = "tests/numerical_real_roots_ffi_test.rs"
[[test]]
name = "numerical_real_roots_test"
path = "tests/numerical_real_roots_test.rs"
[[test]]
name = "numerical_series_ffi_test"
path = "tests/numerical_series_ffi_test.rs"
[[test]]
name = "numerical_series_test"
path = "tests/numerical_series_test.rs"
[[test]]
name = "numerical_signal_ffi_test"
path = "tests/numerical_signal_ffi_test.rs"
[[test]]
name = "numerical_signal_test"
path = "tests/numerical_signal_test.rs"
[[test]]
name = "numerical_solve_ffi_test"
path = "tests/numerical_solve_ffi_test.rs"
[[test]]
name = "numerical_solve_test"
path = "tests/numerical_solve_test.rs"
[[test]]
name = "numerical_sparse_test"
path = "tests/numerical_sparse_test.rs"
[[test]]
name = "numerical_special_ffi_test"
path = "tests/numerical_special_ffi_test.rs"
[[test]]
name = "numerical_special_test"
path = "tests/numerical_special_test.rs"
[[test]]
name = "numerical_stats_ffi_test"
path = "tests/numerical_stats_ffi_test.rs"
[[test]]
name = "numerical_stats_test"
path = "tests/numerical_stats_test.rs"
[[test]]
name = "numerical_tensor_test"
path = "tests/numerical_tensor_test.rs"
[[test]]
name = "numerical_topology_ffi_test"
path = "tests/numerical_topology_ffi_test.rs"
[[test]]
name = "numerical_topology_test"
path = "tests/numerical_topology_test.rs"
[[test]]
name = "numerical_transforms_ffi_test"
path = "tests/numerical_transforms_ffi_test.rs"
[[test]]
name = "numerical_transforms_test"
path = "tests/numerical_transforms_test.rs"
[[test]]
name = "numerical_vector_calculus_ffi_test"
path = "tests/numerical_vector_calculus_ffi_test.rs"
[[test]]
name = "numerical_vector_calculus_test"
path = "tests/numerical_vector_calculus_test.rs"
[[test]]
name = "numerical_vector_test"
path = "tests/numerical_vector_test.rs"
[[test]]
name = "physics_bem_ffi_test"
path = "tests/physics_bem_ffi_test.rs"
[[test]]
name = "physics_bem_test"
path = "tests/physics_bem_test.rs"
[[test]]
name = "physics_cnm_ffi_test"
path = "tests/physics_cnm_ffi_test.rs"
[[test]]
name = "physics_cnm_test"
path = "tests/physics_cnm_test.rs"
[[test]]
name = "physics_em_ffi_test"
path = "tests/physics_em_ffi_test.rs"
[[test]]
name = "physics_em_test"
path = "tests/physics_em_test.rs"
[[test]]
name = "physics_fdm_ffi_test"
path = "tests/physics_fdm_ffi_test.rs"
[[test]]
name = "physics_fdm_test"
path = "tests/physics_fdm_test.rs"
[[test]]
name = "physics_fem_ffi_test"
path = "tests/physics_fem_ffi_test.rs"
[[test]]
name = "physics_fem_test"
path = "tests/physics_fem_test.rs"
[[test]]
name = "physics_fvm_ffi_test"
path = "tests/physics_fvm_ffi_test.rs"
[[test]]
name = "physics_fvm_test"
path = "tests/physics_fvm_test.rs"
[[test]]
name = "physics_mm_ffi_test"
path = "tests/physics_mm_ffi_test.rs"
[[test]]
name = "physics_mm_test"
path = "tests/physics_mm_test.rs"
[[test]]
name = "physics_mtm_ffi_test"
path = "tests/physics_mtm_ffi_test.rs"
[[test]]
name = "physics_mtm_test"
path = "tests/physics_mtm_test.rs"
[[test]]
name = "physics_rkm_ffi_test"
path = "tests/physics_rkm_ffi_test.rs"
[[test]]
name = "physics_rkm_test"
path = "tests/physics_rkm_test.rs"
[[test]]
name = "physics_sim_fdtd_ffi_test"
path = "tests/physics_sim_fdtd_ffi_test.rs"
[[test]]
name = "physics_sim_fdtd_test"
path = "tests/physics_sim_fdtd_test.rs"
[[test]]
name = "physics_sim_geodesic_ffi_test"
path = "tests/physics_sim_geodesic_ffi_test.rs"
[[test]]
name = "physics_sim_geodesic_test"
path = "tests/physics_sim_geodesic_test.rs"
[[test]]
name = "physics_sim_gpe_ffi_test"
path = "tests/physics_sim_gpe_ffi_test.rs"
[[test]]
name = "physics_sim_gpe_test"
path = "tests/physics_sim_gpe_test.rs"
[[test]]
name = "physics_sim_ising_ffi_test"
path = "tests/physics_sim_ising_ffi_test.rs"
[[test]]
name = "physics_sim_ising_test"
path = "tests/physics_sim_ising_test.rs"
[[test]]
name = "physics_sim_linear_elasticity_ffi_test"
path = "tests/physics_sim_linear_elasticity_ffi_test.rs"
[[test]]
name = "physics_sim_linear_elasticity_test"
path = "tests/physics_sim_linear_elasticity_test.rs"
[[test]]
name = "physics_sim_navier_stokes_ffi_test"
path = "tests/physics_sim_navier_stokes_ffi_test.rs"
[[test]]
name = "physics_sim_navier_stokes_test"
path = "tests/physics_sim_navier_stokes_test.rs"
[[test]]
name = "physics_sim_schrodinger_ffi_test"
path = "tests/physics_sim_schrodinger_ffi_test.rs"
[[test]]
name = "physics_sim_schrodinger_test"
path = "tests/physics_sim_schrodinger_test.rs"
[[test]]
name = "physics_sm_ffi_test"
path = "tests/physics_sm_ffi_test.rs"
[[test]]
name = "physics_sm_test"
path = "tests/physics_sm_test.rs"
[[test]]
name = "prelude"
path = "tests/prelude.rs"
[[test]]
name = "prelude_test"
path = "tests/prelude_test.rs"
[[test]]
name = "regression_test"
path = "tests/regression_test.rs"
[[test]]
name = "symbolic_cad_test"
path = "tests/symbolic_cad_test.rs"
[[test]]
name = "symbolic_calculus_of_variations_test"
path = "tests/symbolic_calculus_of_variations_test.rs"
[[test]]
name = "symbolic_calculus_test"
path = "tests/symbolic_calculus_test.rs"
[[test]]
name = "symbolic_cas_foundations_test"
path = "tests/symbolic_cas_foundations_test.rs"
[[test]]
name = "symbolic_classical_mechanics_test"
path = "tests/symbolic_classical_mechanics_test.rs"
[[test]]
name = "symbolic_combinatorics_test"
path = "tests/symbolic_combinatorics_test.rs"
[[test]]
name = "symbolic_complex_analysis_test"
path = "tests/symbolic_complex_analysis_test.rs"
[[test]]
name = "symbolic_computer_graphics_test"
path = "tests/symbolic_computer_graphics_test.rs"
[[test]]
name = "symbolic_convergence_test"
path = "tests/symbolic_convergence_test.rs"
[[test]]
name = "symbolic_coordinates_test"
path = "tests/symbolic_coordinates_test.rs"
[[test]]
name = "symbolic_cryptography_test"
path = "tests/symbolic_cryptography_test.rs"
[[test]]
name = "symbolic_dag_migration_test"
path = "tests/symbolic_dag_migration_test.rs"
[[test]]
name = "symbolic_dag_serialization_test"
path = "tests/symbolic_dag_serialization_test.rs"
[[test]]
name = "symbolic_differential_geometry_test"
path = "tests/symbolic_differential_geometry_test.rs"
[[test]]
name = "symbolic_discrete_groups_test"
path = "tests/symbolic_discrete_groups_test.rs"
[[test]]
name = "symbolic_electromagnetism_test"
path = "tests/symbolic_electromagnetism_test.rs"
[[test]]
name = "symbolic_elementary_test"
path = "tests/symbolic_elementary_test.rs"
[[test]]
name = "symbolic_error_correction_helper_test"
path = "tests/symbolic_error_correction_helper_test.rs"
[[test]]
name = "symbolic_error_correction_test"
path = "tests/symbolic_error_correction_test.rs"
[[test]]
name = "symbolic_finite_field_test"
path = "tests/symbolic_finite_field_test.rs"
[[test]]
name = "symbolic_fractal_geometry_and_chaos_test"
path = "tests/symbolic_fractal_geometry_and_chaos_test.rs"
[[test]]
name = "symbolic_functional_analysis_test"
path = "tests/symbolic_functional_analysis_test.rs"
[[test]]
name = "symbolic_geometric_algebra_test"
path = "tests/symbolic_geometric_algebra_test.rs"
[[test]]
name = "symbolic_graph_algorithms_test"
path = "tests/symbolic_graph_algorithms_test.rs"
[[test]]
name = "symbolic_graph_isomorphism_and_coloring_test"
path = "tests/symbolic_graph_isomorphism_and_coloring_test.rs"
[[test]]
name = "symbolic_graph_operations_test"
path = "tests/symbolic_graph_operations_test.rs"
[[test]]
name = "symbolic_graph_test"
path = "tests/symbolic_graph_test.rs"
[[test]]
name = "symbolic_grobner_test"
path = "tests/symbolic_grobner_test.rs"
[[test]]
name = "symbolic_group_theory_test"
path = "tests/symbolic_group_theory_test.rs"
[[test]]
name = "symbolic_handles_test"
path = "tests/symbolic_handles_test.rs"
[[test]]
name = "symbolic_integral_equations_test"
path = "tests/symbolic_integral_equations_test.rs"
[[test]]
name = "symbolic_integration_test"
path = "tests/symbolic_integration_test.rs"
[[test]]
name = "symbolic_lie_groups_test"
path = "tests/symbolic_lie_groups_test.rs"
[[test]]
name = "symbolic_logic_test"
path = "tests/symbolic_logic_test.rs"
[[test]]
name = "symbolic_matrix_symbolic_test"
path = "tests/symbolic_matrix_symbolic_test.rs"
[[test]]
name = "symbolic_matrix_test"
path = "tests/symbolic_matrix_test.rs"
[[test]]
name = "symbolic_multi_valued_test"
path = "tests/symbolic_multi_valued_test.rs"
[[test]]
name = "symbolic_number_theory_test"
path = "tests/symbolic_number_theory_test.rs"
[[test]]
name = "symbolic_numeric_test"
path = "tests/symbolic_numeric_test.rs"
[[test]]
name = "symbolic_ode_test"
path = "tests/symbolic_ode_test.rs"
[[test]]
name = "symbolic_operators_test"
path = "tests/symbolic_operators_test.rs"
[[test]]
name = "symbolic_optimize_test"
path = "tests/symbolic_optimize_test.rs"
[[test]]
name = "symbolic_pde_test"
path = "tests/symbolic_pde_test.rs"
[[test]]
name = "symbolic_poly_factorization_test"
path = "tests/symbolic_poly_factorization_test.rs"
[[test]]
name = "symbolic_polynomial_test"
path = "tests/symbolic_polynomial_test.rs"
[[test]]
name = "symbolic_proof_test"
path = "tests/symbolic_proof_test.rs"
[[test]]
name = "symbolic_quantum_field_theory_test"
path = "tests/symbolic_quantum_field_theory_test.rs"
[[test]]
name = "symbolic_quantum_mechanics_test"
path = "tests/symbolic_quantum_mechanics_test.rs"
[[test]]
name = "symbolic_radicals_test"
path = "tests/symbolic_radicals_test.rs"
[[test]]
name = "symbolic_real_roots_test"
path = "tests/symbolic_real_roots_test.rs"
[[test]]
name = "symbolic_relativity_test"
path = "tests/symbolic_relativity_test.rs"
[[test]]
name = "symbolic_rewriting_test"
path = "tests/symbolic_rewriting_test.rs"
[[test]]
name = "symbolic_series_test"
path = "tests/symbolic_series_test.rs"
[[test]]
name = "symbolic_simplify_dag_test"
path = "tests/symbolic_simplify_dag_test.rs"
[[test]]
name = "symbolic_solid_state_physics_test"
path = "tests/symbolic_solid_state_physics_test.rs"
[[test]]
name = "symbolic_solve_test"
path = "tests/symbolic_solve_test.rs"
[[test]]
name = "symbolic_special_functions_test"
path = "tests/symbolic_special_functions_test.rs"
[[test]]
name = "symbolic_special_test"
path = "tests/symbolic_special_test.rs"
[[test]]
name = "symbolic_stats_inference_test"
path = "tests/symbolic_stats_inference_test.rs"
[[test]]
name = "symbolic_stats_information_theory_test"
path = "tests/symbolic_stats_information_theory_test.rs"
[[test]]
name = "symbolic_stats_probability_test"
path = "tests/symbolic_stats_probability_test.rs"
[[test]]
name = "symbolic_stats_regression_test"
path = "tests/symbolic_stats_regression_test.rs"
[[test]]
name = "symbolic_stats_test"
path = "tests/symbolic_stats_test.rs"
[[test]]
name = "symbolic_tensor_test"
path = "tests/symbolic_tensor_test.rs"
[[test]]
name = "symbolic_thermodynamics_test"
path = "tests/symbolic_thermodynamics_test.rs"
[[test]]
name = "symbolic_topology_test"
path = "tests/symbolic_topology_test.rs"
[[test]]
name = "symbolic_transforms_test"
path = "tests/symbolic_transforms_test.rs"
[[test]]
name = "symbolic_unit_unification_test"
path = "tests/symbolic_unit_unification_test.rs"
[[test]]
name = "symbolic_vector_calculus_test"
path = "tests/symbolic_vector_calculus_test.rs"
[[test]]
name = "symbolic_vector_test"
path = "tests/symbolic_vector_test.rs"