Fix GeneralizedEigenSolver::eigenvectors() not appearing in documentation

This commit is contained in:
Valentin Sarthou 2024-08-21 11:17:30 +02:00 committed by Antonio Sánchez
parent 3b5a1b4157
commit c5189ac656

View File

@ -161,7 +161,7 @@ class GeneralizedEigenSolver {
compute(A, B, computeEigenvectors); compute(A, B, computeEigenvectors);
} }
/* \brief Returns the computed generalized eigenvectors. /** \brief Returns the computed generalized eigenvectors.
* *
* \returns %Matrix whose columns are the (possibly complex) right eigenvectors. * \returns %Matrix whose columns are the (possibly complex) right eigenvectors.
* i.e. the eigenvectors that solve (A - l*B)x = 0. The ordering matches the eigenvalues. * i.e. the eigenvectors that solve (A - l*B)x = 0. The ordering matches the eigenvalues.