Go to the source code of this file.
|
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) |
|
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) |
|