Clean up comments in unsupported module

libeigen/eigen!2198

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-02-22 22:04:23 -08:00
parent 78b76986b7
commit 667cabe3aa
61 changed files with 122 additions and 353 deletions

View File

@@ -66,7 +66,7 @@ class NumericalDiff : public Functor_ {
const Scalar eps = sqrt(((std::max)(epsfcn, NumTraits<Scalar>::epsilon())));
ValueType val1, val2;
InputType x = _x;
// TODO : we should do this only if the size is not already known
// TODO: We should do this only if the size is not already known.
val1.resize(Functor::values());
val2.resize(Functor::values());