mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Include required headers with relative paths in ComplexQZ
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
73da4623b1
commit
cc8748791c
@@ -11,13 +11,10 @@
|
||||
//
|
||||
// Derived from: Eigen/src/Eigenvalues/RealQZ.h
|
||||
|
||||
#include "Eigen/Core"
|
||||
#include "Eigen/Jacobi"
|
||||
|
||||
#ifndef EIGEN_COMPLEX_QZ_H_
|
||||
#define EIGEN_COMPLEX_QZ_H_
|
||||
|
||||
#include "../../SparseQR"
|
||||
#include "../../Sparse"
|
||||
|
||||
// IWYU pragma: private
|
||||
#include "./InternalHeaderCheck.h"
|
||||
|
||||
Reference in New Issue
Block a user