TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
SelfAdjointEigenSolver.h File Reference
#include "./Tridiagonalization.h"

Go to the source code of this file.

Classes

class  Eigen::SelfAdjointEigenSolver< _MatrixType >
 Computes eigenvalues and eigenvectors of selfadjoint matrices. More...
 
struct  Eigen::internal::direct_selfadjoint_eigenvalues< SolverType, Size, IsComplex >
 
struct  Eigen::internal::direct_selfadjoint_eigenvalues< SolverType, 3, false >
 
struct  Eigen::internal::direct_selfadjoint_eigenvalues< SolverType, 2, false >
 

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 
namespace  Eigen::internal
 

Functions

template<typename MatrixType , typename DiagType , typename SubDiagType >
EIGEN_DEVICE_FUNC ComputationInfo Eigen::internal::computeFromTridiagonal_impl (DiagType &diag, SubDiagType &subdiag, const Index maxIterations, bool computeEigenvectors, MatrixType &eivec)