Re-exports§
pub use adjoint_checkpoint::AdjointCheckpointWrapper;pub use error::DiffsolRtError;pub use initial_condition_options::InitialConditionSolverOptions;pub use jit::default_enabled_jit_backend;pub use jit::JitBackendType;pub use linear_solver_type::LinearSolverType;pub use matrix_type::MatrixType;pub use ode::OdeWrapper;pub use ode_options::OdeSolverOptions;pub use ode_solver_type::OdeSolverType;pub use scalar_type::ScalarType;pub use solution_wrapper::SolutionWrapper;
Modules§
- adjoint_
checkpoint - c_
api_ utils - error
- error_c
- host_
array - host_
array_ c - initial_
condition_ options - initial_
condition_ options_ c - jit
- jit_c
- linear_
solver_ type - linear_
solver_ type_ c - matrix_
type - matrix_
type_ c - ode
- ode_c
- ode_
options - ode_
options_ c - ode_
solver_ type - ode_
solver_ type_ c - scalar_
type - scalar_
type_ c - solution
- solution_
wrapper - solution_
wrapper_ c - solve
- solve_
macros - solver
- Core library functionality for diffsol-js This will be compiled to WASM and exposed via raw bindings
- string_
c - utils
- valid_
linear_ solver