MCPcopy Create free account

hub / github.com/Gleb-Zaslavsky/RustedSciThe / types & classes

Types & classes949 in github.com/Gleb-Zaslavsky/RustedSciThe

↓ 828 callersClassVar
Owned packed variable atom.
src/symbolic/View/atom/representation.rs:332
↓ 101 callersClassMul
Owned packed product atom.
src/symbolic/View/atom/representation.rs:639
↓ 72 callersClassAdd
Owned packed sum atom.
src/symbolic/View/atom/representation.rs:829
↓ 65 callersClassPow
Owned packed power atom.
src/symbolic/View/atom/representation.rs:573
↓ 22 callersClassTemp
src/symbolic/codegen/CodegenIR.rs:60
↓ 17 callersClassNum
Owned packed numeric atom.
src/symbolic/View/atom/representation.rs:238
↓ 13 callersClassRadau
[derive(Debug)]
src/numerical/Radau/Radau_main.rs:303
↓ 12 callersClassFun
Owned packed function application.
src/symbolic/View/atom/representation.rs:421
↓ 7 callersClassBanded
src/somelinalg/banded/storage.rs:11
↓ 7 callersClassMonomialKey
src/symbolic/symbolic_simplify.rs:799
↓ 6 callersInterfaceSolver
src/numerical/ODE_api.rs:40
↓ 5 callersEnumError
src/numerical/optimization/varpro/statistics/mod.rs:21
↓ 3 callersClassBDF
Backward Differentiation Formula (BDF) solver for stiff ODEs. This struct implements a variable-order, variable-step-size BDF method for solving init
src/numerical/BDF/BDF_solver.rs:604
↓ 3 callersClassBandedAssembly
src/somelinalg/banded/banded_assembly.rs:5
↓ 3 callersClassRK45
//////////////////////////////////////////////////////////////////////////////////////////////////////////
src/numerical/NonStiff_api.rs:316
↓ 2 callersClassBlockTridiagonal
src/somelinalg/banded/block_tridiagonal.rs:13
↓ 2 callersClassParser
Streaming parser state over a borrowed input string.
src/symbolic/View/parser.rs:60
↓ 2 callersClassRecycledAtom
src/symbolic/View/state.rs:516
↓ 1 callersClassBE
[derive(Debug)]
src/numerical/BE.rs:146
↓ 1 callersEnumBackend
src/numerical/data_processing/lowess_wrapper.rs:5
↓ 1 callersClassFunctionWrapper
First, create a wrapper struct for the function
src/numerical/BVP_Damp/BVP_traits.rs:525
↓ 1 callersClassJacWrapper
src/numerical/BVP_Damp/BVP_traits.rs:1065
↓ 1 callersClassLM
Symbolic wrapper for Levenberg-Marquardt algorithm. Solves nonlinear least squares problems using symbolic expressions with analytical Jacobians.
src/numerical/optimization/sym_wrapper.rs:18
↓ 1 callersClassLevenbergMarquardtMinpack
src/numerical/Nonlinear_systems/LM_vanilla.rs:310
ClassAdamsBashforth4
src/numerical/NonStiff_api.rs:533
ClassAdaptiveGridConfig
src/numerical/BVP_Damp/NR_Damp_solver_damped.rs:115
ClassAddView
Borrowed view of a packed sum atom.
src/symbolic/View/atom/representation.rs:1430
ClassAggregate
src/numerical/BVP_sci/BVP_sci_story_tests.rs:111
ClassAggregate
src/numerical/BVP_sci/tests/banded_story.rs:41
ClassAggregate
src/numerical/LSODE2/story_tests.rs:95
ClassAggregate
src/numerical/BVP_Damp/tests/aot_race_stress.rs:112
ClassAggregateBucket
src/numerical/LSODE2/story_tests2.rs:1350
ClassAnimatedLine
src/Utils/animation_3d.rs:46
ClassAnimatedLine2D
src/Utils/animation_2d.rs:46
EnumAotBuildPolicy
src/numerical/BVP_Damp/generated_solver_handoff.rs:321
EnumAotBuildPreset
src/symbolic/codegen/codegen_aot_driver.rs:108
EnumAotBuildProfile
src/symbolic/codegen/rust_backend/codegen_aot_build.rs:29
EnumAotBuildProfile
src/numerical/BVP_Damp/generated_solver_handoff.rs:310
ClassAotBuildRequest
src/symbolic/codegen/rust_backend/codegen_aot_build.rs:165
ClassAotBuildResult
src/symbolic/codegen/rust_backend/codegen_aot_build.rs:185
ClassAotBuildStoryRow
src/numerical/LSODE2/story_tests.rs:45
ClassAotChunkingPolicy
src/numerical/BVP_Damp/generated_solver_handoff.rs:367
EnumAotCodegenBackend
src/symbolic/codegen/codegen_aot_driver.rs:35
ClassAotCompileConfig
src/symbolic/codegen/rust_backend/codegen_aot_build.rs:83
ClassAotCrateBuildRow
src/numerical/BVP_Damp/tests/aot_diagnostics.rs:279
EnumAotExecutionPolicy
src/numerical/BVP_Damp/generated_solver_handoff.rs:347
EnumAotOptimizationLevel
src/symbolic/codegen/rust_backend/codegen_aot_build.rs:54
ClassAotRegistry
src/symbolic/codegen/codegen_aot_registry.rs:146
EnumAotResolutionStatus
src/symbolic/codegen/codegen_aot_resolution.rs:20
ClassAotResolver
src/symbolic/codegen/codegen_aot_resolution.rs:46
EnumAotStoryMatrix
src/numerical/LSODE2/story_tests2.rs:951
ClassAotStoryRow
src/numerical/LSODE2/story_tests2.rs:967
EnumAotStoryToolchain
src/numerical/LSODE2/story_tests2.rs:899
ClassAotTccDiagOutcome
src/numerical/LSODE2/tests.rs:470
InterfaceApplyDampedGeneratedSolverState
Applies a damped generated handoff state to a solver-specific runtime object.
src/numerical/BVP_Damp/generated_solver_handoff.rs:281
InterfaceApplyFrozenGeneratedSolverState
Applies a frozen generated handoff state to a solver-specific runtime object.
src/numerical/BVP_Damp/generated_solver_handoff.rs:287
EnumAtom
src/symbolic/View/atom/mod.rs:345
ClassAtomBvpCodegenModuleBreakdown
src/symbolic/View/bvp_codegen.rs:56
ClassAtomBvpCodegenPrepBreakdown
src/symbolic/View/bvp_codegen.rs:47
InterfaceAtomCore
Common interface for anything that can cheaply expose an [`AtomView`].
src/symbolic/View/atom/core.rs:13
EnumAtomCsePolicy
src/symbolic/View/CodegenIR_atom.rs:50
ClassAtomGeneratedBlockBreakdown
src/symbolic/codegen/CodegenIR.rs:1544
EnumAtomOptimizationProfile
src/symbolic/codegen/CodegenIR.rs:1576
EnumAtomOrView
src/symbolic/View/atom/mod.rs:327
EnumAtomTempReusePolicy
src/symbolic/codegen/CodegenIR.rs:1555
EnumAtomType
src/symbolic/View/atom/mod.rs:230
EnumAtomView
src/symbolic/View/atom/mod.rs:264
ClassAtomViewPreparedBvpSciProblem
src/numerical/BVP_sci/BVP_sci_aot.rs:391
EnumAutoExecutionMode
src/symbolic/codegen/codegen_orchestrator.rs:147
EnumAutoParallelDecisionReason
src/symbolic/codegen/codegen_orchestrator.rs:95
ClassAutoParallelRecommendation
src/symbolic/codegen/codegen_orchestrator.rs:76
ClassAutoParallelStagePlan
src/symbolic/codegen/codegen_orchestrator.rs:128
ClassAutoSample
src/numerical/BVP_Damp/tests/aot_race_stress.rs:3235
ClassAutoVariant
src/numerical/BVP_Damp/tests/aot_race_stress.rs:3227
ClassBSpline
Представление одномерного B-сплайна: узлы, коэффициенты, степень.
src/numerical/data_processing/LSQSplines.rs:270
ClassBSplineInterpolator
A B-spline interpolator that can interpolate between arbitrary data points
src/numerical/data_processing/bsplines.rs:77
ClassBVP
src/numerical/BVP_api.rs:12
ClassBVPResult
src/numerical/BVP_sci/BVP_sci_nalgebra.rs:170
ClassBVPResult
src/numerical/BVP_sci/BVP_sci_faer.rs:727
ClassBVPShooting
Main structure for solving boundary value problems using the shooting method with symbolic equation definitions and configurable IVP solvers.
src/numerical/ShootingBVP/Shooting_sym_wrap.rs:85
ClassBVPwrap
src/numerical/BVP_sci/BVP_sci_symb.rs:511
EnumBackendFlavor
examples/lsode2_three_body_problem.rs:27
EnumBackendFlavor
examples/rus/lsode2_three_body_problem.rs:27
EnumBackendKind
src/symbolic/codegen/codegen_provider_api.rs:29
EnumBackendRaceMatrix
src/numerical/LSODE2/story_tests2.rs:1515
ClassBackendRaceRow
src/numerical/LSODE2/story_tests2.rs:1567
EnumBackendSelectionPolicy
src/symbolic/codegen/codegen_backend_selection.rs:22
ClassBackendVariant
src/symbolic/codegen/tests/codegen_bvp_backend_comparison_tests.rs:88
EnumBandedChunkingStrategy
src/symbolic/codegen/codegen_tasks.rs:451
EnumBandedError
src/somelinalg/banded/error.rs:4
ClassBandedExprEntry
src/symbolic/codegen/codegen_tasks.rs:407
EnumBandedGeneratedBackendMode
src/numerical/BVP_Damp/generated_solver_handoff.rs:457
ClassBandedJacobianChunkBinding
src/symbolic/codegen/codegen_orchestrator.rs:709
ClassBandedJacobianChunkTask
src/symbolic/codegen/codegen_tasks.rs:497
EnumBandedJacobianChunking
src/symbolic/symbolic_functions_BVP2.rs:29
ClassBandedJacobianRuntimePlan
src/symbolic/codegen/codegen_runtime_api.rs:509
ClassBandedJacobianStructure
src/symbolic/codegen/codegen_runtime_api.rs:414
ClassBandedJacobianTask
src/symbolic/codegen/codegen_tasks.rs:485
ClassBandedJacobianValuesChunkPlan
src/symbolic/codegen/codegen_runtime_api.rs:288
ClassBandedLambdifyConfig
src/symbolic/symbolic_functions_BVP2.rs:57
next →1–100 of 949, ranked by callers