Go to the source code of this file.
|
| template<typename MatrixType , typename DiagType , typename SubDiagType > |
| 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 void | Eigen::internal::tridiagonal_qr_step (RealScalar *diag, RealScalar *subdiag, Index start, Index end, Scalar *matrixQ, Index n) |
| |