Go to the source code of this file.
|
| | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| |
| | Eigen::internal |
| | Namespace containing low-level routines from the Eigen library.
|
| |
|
| 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) |
| | Compute the eigendecomposition from a tridiagonal matrix. More...
|
| |
| 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) |
| |