mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-13 01:43:13 +08:00
Fix GeneralizedEigenSolver::eigenvectors() not appearing in documentation
This commit is contained in:
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user