Lower FLOP bound for full tridiagonalization
Establish a formal arithmetic lower bound proving that any algorithm performing full tridiagonalization of a dense n×n skew-symmetric matrix via the LTL^T factorization (computing X=LTL^T with tridiagonal T) requires at least n^3/3 floating-point operations, i.e., demonstrate that full tridiagonalization cannot be accomplished in fewer than n^3/3 FLOPs.
References
In analogy to the Cholesky and LU decompositions, it is highly unlikely that a full tridiagonalization can be accomplished in fewer than n3/3 FLOPs (but this remains to be proven).
— Skew-Symmetric Matrix Decompositions on Shared-Memory Architectures
(2411.09859 - Satyarth et al., 15 Nov 2024) in Section Implementation (first paragraph)