P. Costantini, B. I. Kvasov, and C. Manni (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^{5} \log K)$ == Space Complexity == $O(n)$? words (Derived: Pentadiagonal matrix in the linear system only requires O(n) space) == Description == Pentadiagonal linear system == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1999 == Reference == https://link.springer.com/article/10.1023/A:1018988312596")
Time Complexity
$O(n^{5} \log K)$
Space Complexity
$O(n)$? words
(Derived: Pentadiagonal matrix in the linear system only requires O(n) space)
Description
Pentadiagonal linear system
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1999