List of all items
Structs
- api::async_compute::AsyncComputation
- api::async_compute::AsyncConfig
- api::async_compute::AsyncTask
- api::async_compute::BatchAsyncComputer
- api::config::CacheConfig
- api::config::ComputeConfig
- api::config::MemoryConfig
- api::config::ParallelConfig
- api::config::PrecisionConfig
- api::progress::ComputationTimer
- api::progress::ComputeProgress
- api::progress::PerformanceMonitor
- api::progress::PerformanceStats
- api::yufmath::Yufmath
- cli::args::CliArgs
- cli::interactive::InteractiveSession
- cli::progress::ProgressManager
- cli::terminal::ColorConfig
- core::constants::ConstantCache
- core::expression_builder::ExpressionBuilder
- core::expression_builder::ExpressionFactory
- core::high_precision::HighPrecisionDecimal
- core::memory::CowExpression
- core::memory::ExpressionComparator
- core::memory::MemoryConfig
- core::memory::MemoryManager
- core::memory::MemoryMonitor
- core::memory::MemoryStats
- core::memory::SharedExpression
- engine::cache::CacheEntry
- engine::cache::CacheManager
- engine::cache::CacheStats
- engine::cache::CacheUsageInfo
- engine::cache::ComputeCache
- engine::cache::ExactCacheKey
- engine::cache::SymbolicCacheKey
- engine::cached_compute::CachedComputeEngine
- engine::calculus::CalculusEngine
- engine::compute::BasicComputeEngine
- engine::enhanced_compute::EnhancedComputeEngine
- engine::enhanced_simplify::EnhancedSimplifier
- engine::lazy::DependencyGraph
- engine::lazy::DependencyGraphStats
- engine::lazy::LazyExpression
- engine::matrix::MatrixEngine
- engine::number_theory::NumberTheoryEngine
- engine::parallel::ComputeTask
- engine::parallel::ExpressionPreprocessor
- engine::parallel::ParallelComputeEngine
- engine::parallel::ParallelizationAnalysis
- engine::parallel::SchedulerStats
- engine::parallel::TaskScheduler
- engine::polynomial::Polynomial
- engine::polynomial::PolynomialEngine
- engine::polynomial::PolynomialTerm
- engine::runtime_enhanced_engine::RuntimeEnhancedEngine
- engine::runtime_enhancement::ComplexityAnalyzer
- engine::runtime_enhancement::RuntimeConfig
- engine::runtime_enhancement::RuntimeEnhancer
- engine::runtime_enhancement::VariableManager
- engine::simplify::Simplifier
- formatter::FormatOptions
- formatter::FormatterFactory
- formatter::MultiFormatter
- formatter::latex::LaTeXFormatter
- formatter::mathml::MathMLFormatter
- formatter::standard::StandardFormatter
- formatter::terminal::TerminalFormatter
- notebook::autocomplete::AutoCompleteEngine
- notebook::autocomplete::CompletionSuggestion
- notebook::autocomplete::ConstantInfo
- notebook::autocomplete::FunctionInfo
- notebook::cell::CellMetadata
- notebook::cell::NotebookCell
- notebook::execution::CacheStatistics
- notebook::execution::CachedResult
- notebook::execution::DependencyGraph
- notebook::execution::DependencyGraphStats
- notebook::execution::DependencyNode
- notebook::execution::ExecutionCache
- notebook::execution::ExecutionContext
- notebook::execution::ExecutionEngine
- notebook::execution::ExecutionEngineConfig
- notebook::execution::ExecutionEngineState
- notebook::execution::ExecutionEngineStatus
- notebook::execution::ExecutionQueue
- notebook::execution::ExecutionQueueItem
- notebook::execution::ExecutionStatistics
- notebook::execution::ExecutionTask
- notebook::execution::QueueStatistics
- notebook::export::ExportOptions
- notebook::export::NotebookExporter
- notebook::format::NotebookDeserializer
- notebook::format::NotebookFileInfo
- notebook::format::NotebookFormat
- notebook::format::NotebookSerializer
- notebook::gui::CellEditor
- notebook::gui::NotebookGUI
- notebook::notebook::Notebook
- notebook::notebook::NotebookManager
- notebook::notebook::NotebookMetadata
- notebook::notebook::NotebookStatistics
- notebook::scope::ManagerStatistics
- notebook::scope::ScopeManager
- notebook::scope::ScopeStatistics
- notebook::scope::VariableBinding
- notebook::scope::VariableScope
- notebook::ui::KeyBinding
- notebook::ui::KeyEvent
- notebook::ui::KeyModifiers
- notebook::ui::MouseEvent
- notebook::ui::NotebookUI
- parser::lexer::Lexer
- parser::syntax::ExpressionParser
- parser::syntax::SyntaxParser
Enums
- api::async_compute::TaskStatus
- api::error::FormatError
- api::error::YufmathError
- api::progress::ComputePhase
- cli::args::Commands
- cli::args::OutputFormat
- core::constants::MathConstant
- core::expression::Expression
- core::number::Number
- core::operators::BinaryOperator
- core::operators::UnaryOperator
- core::types::ExprType
- core::types::NumericType
- engine::cache::FastCacheKey
- engine::error::ComputeError
- engine::error::ErrorSeverity
- engine::lazy::LazyState
- formatter::FormatType
- notebook::NotebookError
- notebook::autocomplete::SuggestionType
- notebook::cell::CellContent
- notebook::cell::CellType
- notebook::execution::ExecutionResult
- notebook::execution::TaskStatus
- notebook::export::ExportFormat
- notebook::export::MathRenderer
- notebook::ui::ArrowKey
- notebook::ui::Key
- notebook::ui::MouseAction
- notebook::ui::MouseButton
- notebook::ui::ScrollDirection
- notebook::ui::SpecialKey
- notebook::ui::UICommand
- notebook::ui::UIEvent
- parser::error::ParseError
- parser::lexer::Token
Traits
Functions
- cli::commands::run_command
- cli::interactive::run_interactive
- cli::progress::create_batch_progress
- cli::progress::create_compute_progress
- cli::terminal::init_terminal
- cli::terminal::supports_color
- core::high_precision::operations::create_tiny_decimal
- core::high_precision::operations::equals_with_precision
- core::high_precision::operations::precise_add
- core::memory::calculate_expression_hash
Type Aliases
- api::async_compute::AsyncResult
- api::progress::ProgressCallback
- notebook::NotebookResult
- notebook::cell::CellId
- notebook::notebook::NotebookId