dust3d/third_party/eigen
huxingyi 8e5d622db7 Restructure the code base
Move the core function code to a dedicate folder under namespace dust3d.
Leave the application and UI code to application folder.
Remove CGAL, use our own mesh boolean algorithm and triangulating code, should have less chance to crash on bad meshes.
The overall performance of mesh combining is improved since some mesh validating code for CGAL is removed.
2021-11-18 22:58:01 +08:00
..
Eigen Restructure the code base 2021-11-18 22:58:01 +08:00
unsupported Restructure the code base 2021-11-18 22:58:01 +08:00
CMakeLists.txt Restructure the code base 2021-11-18 22:58:01 +08:00
COPYING.BSD Restructure the code base 2021-11-18 22:58:01 +08:00
COPYING.GPL Restructure the code base 2021-11-18 22:58:01 +08:00
COPYING.LGPL Restructure the code base 2021-11-18 22:58:01 +08:00
COPYING.MINPACK Restructure the code base 2021-11-18 22:58:01 +08:00
COPYING.MPL2 Restructure the code base 2021-11-18 22:58:01 +08:00
COPYING.README Restructure the code base 2021-11-18 22:58:01 +08:00
CTestConfig.cmake Restructure the code base 2021-11-18 22:58:01 +08:00
CTestCustom.cmake.in Restructure the code base 2021-11-18 22:58:01 +08:00
INSTALL Restructure the code base 2021-11-18 22:58:01 +08:00
README.md Restructure the code base 2021-11-18 22:58:01 +08:00
eigen3.pc.in Restructure the code base 2021-11-18 22:58:01 +08:00
signature_of_eigen3_matrix_library Restructure the code base 2021-11-18 22:58:01 +08:00

README.md

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

For more information go to http://eigen.tuxfamily.org/.