B.I. Kvasov (Hyperbolic Spline Interpolation Hyperbolic Spline Interpolation)
Revision as of 08:48, 10 April 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n^{3} \log^{2}K)$ == Space Complexity == $O(n)$? words (Derived: Tridiagonal matrices in the linear system only require O(n) space) == Description == Tridiagonal linear system == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 2008 == Reference == https://link.springer.com/article/10.1134/S0965542508040039")
Time Complexity
$O(n^{3} \log^{2}K)$
Space Complexity
$O(n)$? words
(Derived: Tridiagonal matrices in the linear system only require O(n) space)
Description
Tridiagonal linear system
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2008