List of all items
Structs
- capi::FeralSolver
- dense::factor::BunchKaufmanParams
- dense::factor::FactorScratch
- dense::factor::Factors
- dense::factor::FrontalFactors
- dense::matrix::SymmetricMatrix
- inertia::Inertia
- io::mtx::MtxMatrix
- io::sidecar::KktSidecar
- io::sidecar::SidecarInertia
- lu::LuParams
- lu::dense_factor::DenseLu
- lu::dense_matrix::GeneralMatrix
- lu::scaling::LuScale
- lu::sparse_factor::SparseLu
- lu::sparse_matrix::SparseColMatrix
- lu::sparse_symbolic::SparseLuSymbolic
- numeric::factorize::AtomicLockStats
- numeric::factorize::BucketStats
- numeric::factorize::FactorWorkspace
- numeric::factorize::LdltExport
- numeric::factorize::NodeFactors
- numeric::factorize::NumericParams
- numeric::factorize::ParallelLockStats
- numeric::factorize::ProfileReport
- numeric::factorize::Profiler
- numeric::factorize::PrologueBreakdown
- numeric::factorize::SchurBlock
- numeric::factorize::SparseFactors
- numeric::factorize::SupernodeTiming
- numeric::solve::RefinementDiagnostics
- numeric::solve::RefinementStep
- numeric::solve::SolveManyWorkspace
- numeric::solver::FactorStats
- numeric::solver::Solver
- ordering::elimination_tree::EliminationTree
- scaling::Mc64MatchStats
- sparse::csc::CscMatrix
- sparse::csc::CscPattern
- symbolic::SymbolicFactorization
- symbolic::ldlt_compress::SuperMap
- symbolic::profiler::StagePct
- symbolic::profiler::StageTiming
- symbolic::profiler::SymbolicProfileReport
- symbolic::profiler::SymbolicProfiler
- symbolic::small_leaf::SmallLeafGroup
- symbolic::small_leaf::SmallLeafParams
- symbolic::supernode::Supernode
- symbolic::supernode::SupernodeParams
Enums
- dense::factor::TppMethod
- dense::factor::ZeroPivotAction
- error::FeralError
- lu::LuScaling
- lu::LuSingularAction
- numeric::factorize::SmallLeafBatch
- numeric::solver::FactorStatus
- numeric::solver::QualityLevel
- scaling::Mc64FallbackReason
- scaling::ScalingInfo
- scaling::ScalingStrategy
- symbolic::OrderingMethod
- symbolic::supernode::AmalgamationStrategy
- symbolic::supernode::OrderingPreprocess
Functions
- capi::feral_factor
- capi::feral_free
- capi::feral_max_pivot
- capi::feral_min_pivot
- capi::feral_new
- capi::feral_num_neg
- capi::feral_set_structure
- capi::feral_solve
- capi::feral_values_ptr
- dense::equilibrate::equilibrate_scaling
- dense::factor::factor
- dense::factor::factor_diagonal
- dense::factor::factor_frontal
- dense::factor::factor_frontal_blocked
- dense::factor::factor_frontal_blocked_in_place
- dense::factor::factor_frontal_blocked_in_place_with_scratch
- dense::factor::factor_frontal_diagonal_in_place
- dense::factor::factor_single_front
- dense::factor::panel_diag::reset
- dense::factor::panel_diag::snapshot
- dense::factor::phase_timing::reset
- dense::factor::phase_timing::snapshot
- dense::factor::phase_timing::snapshot_contrib_zerofill
- dense::factor::phase_timing::snapshot_detail
- dense::factor::phase_timing::start
- dense::factor::phase_timing::stop
- dense::solve::solve
- dense::solve::solve_refined
- io::mtx::parse_mtx
- io::mtx::read_mtx
- io::sidecar::read_sidecar
- lu::scaling::compute_lu_scale
- lu::scaling::equilibrate_infnorm
- lu::scaling::mc64_unsymmetric
- lu::should_use_dense_lu
- numeric::condition::estimate_condition_1norm
- numeric::condition::estimate_inverse_norm_1
- numeric::condition::matrix_norm_1
- numeric::factorize::dense_fast_factor
- numeric::factorize::dense_fast_factor_with_workspace
- numeric::factorize::estimate_assembly_flops
- numeric::factorize::factorize_multifrontal
- numeric::factorize::factorize_multifrontal_parallel
- numeric::factorize::factorize_multifrontal_parallel_with_workspace
- numeric::factorize::factorize_multifrontal_supernodal
- numeric::factorize::factorize_multifrontal_supernodal_parallel
- numeric::factorize::factorize_multifrontal_supernodal_with_workspace
- numeric::factorize::factorize_multifrontal_with_schur
- numeric::factorize::factorize_multifrontal_with_workspace
- numeric::factorize::should_parallelize_assembly
- numeric::factorize::should_parallelize_assembly_with_threshold
- numeric::factorize::should_use_dense_fast_path
- numeric::solve::solve_sparse
- numeric::solve::solve_sparse_many
- numeric::solve::solve_sparse_many_into
- numeric::solve::solve_sparse_many_refined
- numeric::solve::solve_sparse_refined
- numeric::solve::solve_sparse_refined_with_diagnostics
- ordering::amd::permute_pattern
- ordering::postorder::biased_postorder
- ordering::postorder::postorder
- ordering::postorder::schur_constrained_postorder
- ordering::schur::compute_schur_aware_perm
- scaling::compute_scaling
- scaling::diagnose_mc64_matching
- scaling::mc64_matching
- scaling::pick_scaling_strategy
- symbolic::column_counts::column_counts
- symbolic::column_counts::column_counts_gnp
- symbolic::column_counts::total_factor_nnz
- symbolic::ldlt_compress::build_supermap
- symbolic::ldlt_compress::compress_pattern
- symbolic::ldlt_compress::expand_permutation
- symbolic::pick_ordering_preprocess
- symbolic::profiler::record_stage
- symbolic::small_leaf::find_small_leaf_groups
- symbolic::supernode::assign_delayed_capacities
- symbolic::supernode::find_supernodes
- symbolic::supernode::pick_amalgamation_strategy
- symbolic::symbolic_factorize
- symbolic::symbolic_factorize_with_method
- symbolic::symbolic_factorize_with_schur
Statics
- dense::factor::DISABLE_PANEL_INLINE_2X2
- dense::factor::FORCE_SCALAR_FRONTAL
- dense::factor::PANEL_DIAG_ENABLED
- dense::factor::PHASE_TIMING_ENABLED
- dense::factor::panel_diag::FALLBACK_2X2_GROWTH_OR_DET
- dense::factor::panel_diag::FALLBACK_2X2_LAPACK_1X1_WINS
- dense::factor::panel_diag::FALLBACK_2X2_NEED_SWAP_OR_BOUND
- dense::factor::panel_diag::FALLBACK_2X2_SWAP_1X1_WINS
- dense::factor::panel_diag::INLINE_2X2_SWAP_OK
- dense::factor::panel_diag::PANEL_DELAYED
- dense::factor::panel_diag::PANEL_FULL
- dense::factor::panel_diag::PANEL_PARTIAL
- dense::factor::panel_diag::PIVOTS_INLINE
- dense::factor::panel_diag::PIVOTS_SCALAR
- dense::factor::panel_diag::SCALAR_1X1_DELAY
- dense::factor::panel_diag::SCALAR_1X1_DELAY_TINY
- dense::factor::panel_diag::SCALAR_2X2_DELAY_BOTH
- dense::factor::panel_diag::SCALAR_2X2_DELAY_DET
- dense::factor::panel_diag::SCALAR_2X2_DELAY_GROWTH
- dense::factor::panel_diag::SCALAR_2X2_DELAY_NEGDET
- dense::factor::panel_diag::SCALAR_TAIL_STEPS
- dense::factor::phase_timing::ASSEMBLY_NS
- dense::factor::phase_timing::BUILDROW_NS
- dense::factor::phase_timing::CONTRIBEXTRACT_NS
- dense::factor::phase_timing::CONTRIBZEROFILL_NS
- dense::factor::phase_timing::DENSEFACTOR_NS
- dense::factor::phase_timing::EXTENDADD_NS
- dense::factor::phase_timing::LEXTRACT_NS
- dense::factor::phase_timing::PANELFACTOR_NS
- dense::factor::phase_timing::SCALARTAIL_NS
- dense::factor::phase_timing::SCATTER_NS
- dense::factor::phase_timing::SCHUR_NS
Constants
- capi::FERAL_FATAL
- capi::FERAL_SINGULAR
- capi::FERAL_SUCCESS
- capi::FERAL_WRONG_INERTIA
- dense::factor::INTRAFRONT_MIN_AREA
- numeric::factorize::CASCADE_BREAK_MIN_N
- numeric::factorize::N_PAR_MIN
- numeric::factorize::PAR_MIN_FLOPS
- symbolic::supernode::AUTO_MULTI_CHILD_FRAC_THRESHOLD
- symbolic::supernode::DELAY_CAPACITY_MIN_FLOOR
- symbolic::supernode::DELAY_CAPACITY_MULTIPLIER