WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Functions | |
template<typename MatrixType , typename CoeffVectorType > | |
EIGEN_DEVICE_FUNC void | Eigen::internal::tridiagonalization_inplace (MatrixType &matA, CoeffVectorType &hCoeffs) |
template<typename MatrixType , typename DiagonalType , typename SubDiagonalType , typename CoeffVectorType > | |
EIGEN_DEVICE_FUNC void | Eigen::internal::tridiagonalization_inplace (MatrixType &mat, DiagonalType &diag, SubDiagonalType &subdiag, CoeffVectorType &hcoeffs, bool extractQ) |
Performs a full tridiagonalization in place. More... | |