mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-08 17:59:00 +08:00
Fix dox at internal::tridiagonal_qr_step
This commit is contained in:
parent
85777fc131
commit
2bf58316ee
@ -355,6 +355,7 @@ template<typename _MatrixType> class SelfAdjointEigenSolver
|
|||||||
bool m_eigenvectorsOk;
|
bool m_eigenvectorsOk;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
namespace internal {
|
||||||
/** \internal
|
/** \internal
|
||||||
*
|
*
|
||||||
* \eigenvalues_module \ingroup Eigenvalues_Module
|
* \eigenvalues_module \ingroup Eigenvalues_Module
|
||||||
@ -371,7 +372,6 @@ template<typename _MatrixType> class SelfAdjointEigenSolver
|
|||||||
* Implemented from Golub's "Matrix Computations", algorithm 8.3.2:
|
* Implemented from Golub's "Matrix Computations", algorithm 8.3.2:
|
||||||
* "implicit symmetric QR step with Wilkinson shift"
|
* "implicit symmetric QR step with Wilkinson shift"
|
||||||
*/
|
*/
|
||||||
namespace internal {
|
|
||||||
template<int StorageOrder,typename RealScalar, typename Scalar, typename Index>
|
template<int StorageOrder,typename RealScalar, typename Scalar, typename Index>
|
||||||
EIGEN_DEVICE_FUNC
|
EIGEN_DEVICE_FUNC
|
||||||
static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n);
|
static void tridiagonal_qr_step(RealScalar* diag, RealScalar* subdiag, Index start, Index end, Scalar* matrixQ, Index n);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user