WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h>

Public Types

typedef Tridiagonalization< MatrixType >::CoeffVectorType CoeffVectorType
 
typedef Tridiagonalization< MatrixType >::HouseholderSequenceType HouseholderSequenceType
 

Static Public Member Functions

template<typename DiagonalType , typename SubDiagonalType >
static EIGEN_DEVICE_FUNC void run (MatrixType &mat, DiagonalType &diag, SubDiagonalType &subdiag, CoeffVectorType &hCoeffs, bool extractQ)
 

Member Typedef Documentation

◆ CoeffVectorType

template<typename MatrixType , int Size, bool IsComplex>
typedef Tridiagonalization<MatrixType>::CoeffVectorType Eigen::internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex >::CoeffVectorType

◆ HouseholderSequenceType

template<typename MatrixType , int Size, bool IsComplex>
typedef Tridiagonalization<MatrixType>::HouseholderSequenceType Eigen::internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex >::HouseholderSequenceType

Member Function Documentation

◆ run()

template<typename MatrixType , int Size, bool IsComplex>
template<typename DiagonalType , typename SubDiagonalType >
static EIGEN_DEVICE_FUNC void Eigen::internal::tridiagonalization_inplace_selector< MatrixType, Size, IsComplex >::run ( MatrixType &  mat,
DiagonalType &  diag,
SubDiagonalType &  subdiag,
CoeffVectorType hCoeffs,
bool  extractQ 
)
inlinestatic

The documentation for this struct was generated from the following file: