Go to the source code of this file.
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Eigen::internal | |
Functions | |
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... | |
template<typename MatrixType , typename CoeffVectorType > | |
EIGEN_DEVICE_FUNC void | Eigen::internal::tridiagonalization_inplace (MatrixType &matA, CoeffVectorType &hCoeffs) |