WPILibC++ 2023.4.3-108-ge5452e3
SelfAdjointEigenSolver.h File Reference

Go to the source code of this file.

Classes

class  Eigen::SelfAdjointEigenSolver< _MatrixType >
 \eigenvalues_module 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)
 
template<int StorageOrder, typename RealScalar , typename Scalar , typename Index >
static EIGEN_DEVICE_FUNC void Eigen::internal::tridiagonal_qr_step (RealScalar *diag, RealScalar *subdiag, Index start, Index end, Scalar *matrixQ, Index n)