B.I. Kvasov (Hyperbolic Spline Interpolation Hyperbolic Spline Interpolation)

From Algorithm Wiki
Revision as of 09: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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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