SelfAdjointEigenSolver.h File Reference

Go to the source code of this file.

Classes

class  Eigen::SelfAdjointEigenSolver< MatrixType_ >
 Computes eigenvalues and eigenvectors of selfadjoint matrices. More...
 

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::internal
 

Functions

template<typename MatrixType , typename DiagType , typename SubDiagType >
ComputationInfo Eigen::internal::computeFromTridiagonal_impl (DiagType &diag, SubDiagType &subdiag, const Index maxIterations, bool computeEigenvectors, MatrixType &eivec)
 
template<int StorageOrder, typename RealScalar , typename Scalar , typename Index >
static void Eigen::internal::tridiagonal_qr_step (RealScalar *diag, RealScalar *subdiag, Index start, Index end, Scalar *matrixQ, Index n)