mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix GeneralizedEigenSolver::eigenvectors() not appearing in documentation
This commit is contained in:
committed by
Antonio Sánchez
parent
3b5a1b4157
commit
c5189ac656
@@ -161,7 +161,7 @@ class GeneralizedEigenSolver {
|
||||
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.
|
||||
* i.e. the eigenvectors that solve (A - l*B)x = 0. The ordering matches the eigenvalues.
|
||||
|
||||
Reference in New Issue
Block a user