C++想安装Eigen包进行矩阵运算,在官网的“要求”一栏看到了以下内容,求翻译、解释一下:
Eigen doesn't have any dependencies other than the C++ standard library.
We use the CMake build system, but only to build the documentation and unit-tests, and to automate installation. If you just want to use Eigen, you can use the header files right away. There is no binary library to link to, and no configured header file. Eigen is a pure template library defined in the headers.
这里的headers是啥?“ but only to build the documentation and unit-tests, and to automate installation”又是什么含义?