Module sublinear_solver

Module sublinear_solver 

Source
Expand description

Sublinear time solver with guaranteed O(log n) complexity

This module implements mathematically rigorous sublinear algorithms that achieve true O(log n) time complexity through dimension reduction and spectral methods.

Structs§

JLEmbedding
Johnson-Lindenstrauss embedding for dimension reduction
SublinearConfig
Sublinear solver configuration
SublinearNeumannResult
Result of sublinear Neumann solver
SublinearNeumannSolver
Sublinear Neumann solver with guaranteed O(log n) complexity

Enums§

ComplexityBound
Complexity bound for sublinear algorithms

Type Aliases§

Precision
Precision type for all calculations