numerics 0.1.0
Loading...
Searching...
No Matches
impl.hpp
Go to the documentation of this file.
1/// @file linalg/eigen/backends/lapack/impl.hpp
2/// @brief Private declarations for the LAPACK eigen backend.
3#pragma once
4
6
8
10
11} // namespace num::backends::lapack
Full symmetric eigendecomposition via cyclic Jacobi sweeps.
EigenResult eig_sym(const Matrix &A)
Symmetric eigendecomposition .