mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Comment cleanup v3: trailing ??, informal language, FIXME/TODO colons
libeigen/eigen!2197 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -101,7 +101,7 @@ void eigen33(const Matrix& mat, Matrix& evecs, Vector& evals) {
|
||||
// compute the eigen vectors
|
||||
// **here we assume 3 different eigenvalues**
|
||||
|
||||
// "optimized version" which appears to be slower with gcc!
|
||||
// "optimized version" which is slower with GCC!
|
||||
// Vector base;
|
||||
// Scalar alpha, beta;
|
||||
// base << scaledMat(1,0) * scaledMat(2,1),
|
||||
|
||||
Reference in New Issue
Block a user