List of all items
Structs
- accumulator::BinnedAccumulatorF32
- accumulator::BinnedAccumulatorF64
- aligned_pool::AlignedByteSlice
- aligned_pool::AlignedPool
- binned_alloc::BinnedAllocator
- buffer::Buffer
- complex::ComplexF64
- det_map::DetMap
- dispatch::ReductionContext
- f16::F16
- frame_arena::ArenaEntry
- frame_arena::ArenaStore
- frame_arena::FrameArena
- gc::GcHeap
- gc::GcRef
- hypothesis::AnovaResult
- hypothesis::ChiSquaredResult
- hypothesis::KruskalWallisResult
- hypothesis::LmResult
- hypothesis::LogisticResult
- hypothesis::MannWhitneyResult
- hypothesis::NormalityResult
- hypothesis::TTestResult
- hypothesis::TukeyHsdPair
- hypothesis::WilcoxonResult
- interpolate::CubicSpline
- ml::AdamState
- ml::ConfusionMatrix
- ml::EarlyStoppingState
- ml::LbfgsState
- ml::SgdState
- object_slab::ObjectSlab
- object_slab::SlabRef
- optimize::OptResult
- paged_kv::KvBlock
- paged_kv::PagedKvCache
- quantized::QuantParamsI4
- quantized::QuantParamsI8
- scratchpad::Scratchpad
- sparse::SparseCoo
- sparse::SparseCsr
- sparse_eigen::ArnoldiResult
- sparse_eigen::LanczosResult
- sparse_solvers::SolverResult
- tensor::Tensor
- tensor_dtype::TypedStorage
- tensor_tiled::TiledMatmul
- value::Bf16
- value::FnValue
Enums
- dispatch::ExecMode
- dispatch::ReproMode
- dispatch::SumStrategy
- error::RuntimeError
- json::JsonValue
- ode::SymExpr
- tensor_dtype::DType
- tensor_simd::BinOp
- tensor_simd::UnaryOp
- value::Value
Traits
Functions
- accumulator::binned_sum_f32
- accumulator::binned_sum_f64
- builtins::categorical_sample_with_u
- builtins::dispatch_builtin
- builtins::peak_rss_kb
- builtins::value_to_bytes
- builtins::value_to_complex_vec
- builtins::value_to_f64
- builtins::value_to_f64_vec
- builtins::value_to_shape
- builtins::value_to_tensor
- builtins::value_to_usize
- builtins::value_to_usize_vec
- builtins::values_equal
- clustering::agglomerative
- clustering::dbscan
- clustering::kmeans
- complex::complex_dot
- complex::complex_matmul
- complex::complex_sum
- datetime::datetime_add_millis
- datetime::datetime_day
- datetime::datetime_diff
- datetime::datetime_format
- datetime::datetime_from_epoch
- datetime::datetime_from_parts
- datetime::datetime_hour
- datetime::datetime_minute
- datetime::datetime_month
- datetime::datetime_now
- datetime::datetime_second
- datetime::datetime_year
- datetime::days_in_month
- det_map::murmurhash3
- det_map::murmurhash3_finalize
- det_map::value_hash
- det_map::values_equal_static
- differentiate::diff_central
- differentiate::diff_forward
- differentiate::gradient_1d
- dispatch::dispatch_dot_f64
- dispatch::dispatch_sum_f64
- dispatch::select_strategy
- distributions::bernoulli_sample
- distributions::beta_cdf
- distributions::beta_pdf
- distributions::beta_sample
- distributions::binomial_cdf
- distributions::binomial_pmf
- distributions::binomial_sample
- distributions::chi2_cdf
- distributions::chi2_ppf
- distributions::chi2_sample
- distributions::dirichlet_sample
- distributions::erf
- distributions::erfc
- distributions::exp_cdf
- distributions::exp_pdf
- distributions::exponential_sample
- distributions::f_cdf
- distributions::f_ppf
- distributions::gamma_cdf
- distributions::gamma_pdf
- distributions::gamma_sample
- distributions::latin_hypercube_sample
- distributions::ln_gamma
- distributions::multinomial_sample
- distributions::normal_cdf
- distributions::normal_pdf
- distributions::normal_ppf
- distributions::normal_sample
- distributions::poisson_cdf
- distributions::poisson_pmf
- distributions::poisson_sample
- distributions::sobol_sequence
- distributions::t_cdf
- distributions::t_ppf
- distributions::t_sample
- distributions::uniform_sample
- distributions::weibull_cdf
- distributions::weibull_pdf
- f16::f16_binned_dot
- f16::f16_binned_sum
- f16::f16_matmul
- fft::blackman_window
- fft::fft
- fft::fft_2d
- fft::fft_arbitrary
- fft::hamming_window
- fft::hann_window
- fft::ifft
- fft::ifft_2d
- fft::psd
- fft::rfft
- hypothesis::anderson_darling
- hypothesis::anova_oneway
- hypothesis::bartlett_test
- hypothesis::bonferroni
- hypothesis::chi_squared_test
- hypothesis::cohens_d
- hypothesis::cramers_v
- hypothesis::eta_squared
- hypothesis::f_test
- hypothesis::fdr_bh
- hypothesis::jarque_bera
- hypothesis::kruskal_wallis
- hypothesis::ks_test_normal
- hypothesis::levene_test
- hypothesis::lm
- hypothesis::logistic_regression
- hypothesis::mann_whitney
- hypothesis::t_test
- hypothesis::t_test_paired
- hypothesis::t_test_two_sample
- hypothesis::tukey_hsd
- hypothesis::wilcoxon_signed_rank
- hypothesis::wls
- integrate::cumtrapz
- integrate::simpson
- integrate::trapezoid
- interpolate::interp1d_linear
- interpolate::interp1d_nearest
- interpolate::polyfit
- interpolate::polyval
- interpolate::spline_cubic_natural
- interpolate::spline_eval
- json::json_parse
- json::json_stringify
- kernel::conv1d_circular
- kernel::conv1d_dispatched
- kernel::conv1d_raw
- kernel::conv2d_dispatched
- kernel::conv2d_raw
- kernel::gelu_raw
- kernel::layer_norm_dispatched
- kernel::layer_norm_raw
- kernel::linear_dispatched
- kernel::linear_raw
- kernel::matmul_dispatched
- kernel::matmul_raw
- kernel::maxpool1d_raw
- kernel::maxpool2d_raw
- kernel::relu_raw
- kernel::softmax_raw
- ml::accuracy
- ml::adam_step
- ml::apply_dropout
- ml::auc_roc
- ml::batch_indices
- ml::batch_norm
- ml::binary_cross_entropy
- ml::bootstrap
- ml::confusion_matrix
- ml::cross_entropy_loss
- ml::dropout_mask
- ml::embedding
- ml::f1_score
- ml::gru_cell
- ml::gru_cell_fused
- ml::hinge_loss
- ml::huber_loss
- ml::kfold_indices
- ml::l1_grad
- ml::l1_penalty
- ml::l2_grad
- ml::l2_penalty
- ml::lbfgs_step
- ml::lr_cosine
- ml::lr_linear_warmup
- ml::lr_step_decay
- ml::lstm_cell
- ml::lstm_cell_fused
- ml::mse_loss
- ml::multi_head_attention
- ml::pca
- ml::permutation_test
- ml::precision
- ml::recall
- ml::sgd_step
- ml::stratified_split
- ml::train_test_split
- ml::wolfe_line_search
- ode::adjoint_solve
- ode::ode_solve_rk4
- ode::ode_solve_rk45
- ode::ode_step_euler
- ode::ode_step_rk4
- ode::pde_laplacian_1d
- ode::pde_step_diffusion
- optimize::bisect
- optimize::brentq
- optimize::minimize_bfgs
- optimize::minimize_gd
- optimize::minimize_lbfgs
- optimize::minimize_nelder_mead
- optimize::newton_scalar
- optimize::penalty_objective
- optimize::project_box
- optimize::projected_gd_step
- optimize::secant
- quantized::quantized_dot_i8
- quantized::quantized_matmul_i8
- quantized::quantized_sum_i4
- quantized::quantized_sum_i8
- quantized::saturating_dot_i8
- quantized::saturating_mul_i8
- sparse::sparse_add
- sparse::sparse_matmul
- sparse::sparse_mul
- sparse::sparse_scalar_mul
- sparse::sparse_sub
- sparse::sparse_transpose
- sparse_eigen::arnoldi_eigs
- sparse_eigen::lanczos_eigsh
- sparse_solvers::bicgstab_solve
- sparse_solvers::cg_solve
- sparse_solvers::gmres_solve
- stationarity::adf_test
- stationarity::kpss_test
- stationarity::pp_test
- stats::cor
- stats::cor_ci
- stats::cor_matrix
- stats::cov
- stats::cov_matrix
- stats::cume_dist
- stats::cummax
- stats::cummin
- stats::cumprod
- stats::cumsum
- stats::dense_rank
- stats::filter_mask
- stats::histogram
- stats::iqr
- stats::kendall_cor
- stats::kurtosis
- stats::lag
- stats::lead
- stats::mad
- stats::median
- stats::median_fast
- stats::mode
- stats::n_distinct
- stats::nth_element
- stats::nth_element_copy
- stats::ntile
- stats::partial_cor
- stats::percent_rank_fn
- stats::percentile_rank
- stats::pop_sd
- stats::pop_variance
- stats::quantile
- stats::quantile_fast
- stats::rank
- stats::row_number
- stats::sample_cov
- stats::sample_indices
- stats::sample_sd
- stats::sample_variance
- stats::sd
- stats::se
- stats::skewness
- stats::spearman_cor
- stats::standardize
- stats::trimmed_mean
- stats::variance
- stats::weighted_mean
- stats::weighted_var
- stats::winsorize
- stats::z_score
- tensor_pool::acquire
- tensor_pool::pool_size
- tensor_pool::recycle
- tensor_simd::has_avx2
- tensor_simd::simd_axpy
- tensor_simd::simd_binop
- tensor_simd::simd_unary
- timeseries::acf
- timeseries::ar_fit
- timeseries::ar_forecast
- timeseries::arima_diff
- timeseries::diff
- timeseries::ema
- timeseries::ewma
- timeseries::pacf
- timeseries::seasonal_decompose
- window::window_max
- window::window_mean
- window::window_min
- window::window_sum