Eigen 라이브러리는 C++용 오픈 소스 템플릿 라이브러리로, 벡터와 행렬 연산을 포함한 다양한 선형 대수 연산을 지원한다. 주로 행렬 연산, 벡터 연산, 고유값 계산, 행렬 분해 등을 간단하고 효율적으로 수행할 수 있도록 설계되었다. 참고 사이트https://eigen.tuxfamily.org/dox/ Eigen: Main PageThis is the API documentation for Eigen3. You can download it as a tgz archive for offline reading. For a first contact with Eigen, the best place is to have a look at the getting started page that show you how..