#include "./EigenvaluesCommon.h"
#include "./HessenbergDecomposition.h"
Go to the source code of this file.
Classes | |
class | ComplexSchur< _MatrixType > |
Performs a complex Schur decomposition of a real or complex square matrix. More... | |
struct | internal::complex_schur_reduce_to_hessenberg< MatrixType, IsComplex > |
struct | internal::complex_schur_reduce_to_hessenberg< MatrixType, false > |
Namespaces | |
namespace | internal |
Functions | |
template<typename RealScalar > | |
std::complex< RealScalar > | internal::sqrt (const std::complex< RealScalar > &z) |