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
Dense row-major matrix with optional GPU storage.
Definition matrix.hpp:12
Full symmetric eigendecomposition via cyclic Jacobi sweeps.
EigenResult eig_sym(const Matrix &A)
Full eigendecomposition result: A = V * diag(values) * V^T.