mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-05 17:50:26 +08:00
For that reason, we shouldn't give Matrix two empty base classes, since sizeof(Matrix) must be optimal. So we overload operator new and delete manually rather than inheriting an empty struct for doing that. |
||
---|---|---|
.. | ||
src | ||
Array | ||
Cholesky | ||
CMakeLists.txt | ||
Core | ||
Geometry | ||
LeastSquares | ||
LU | ||
QR | ||
Regression | ||
Sparse | ||
SVD |