AleksandarHaber / Eigen-Cpp-Matrix-Library-Demonstration

This repository contains code files that demonstrate how to use the Eigen C++ Matrix library for performing the basic matrix operations, computing eigenvalues, solving linear systems, and computing matrix decompositions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eigen-C++-Matrix-Library-Demonstration

This repository contains code files that demonstrate how to use the Eigen C++ Matrix library for performing basic matrix operations, computing eigenvalues, solving linear systems, computing matrix decompositions, etc.

Explanation of files:

  • "eigenvalues_eigenvectors.cpp" - this file explains how to compute and manipulate eigenvalues and eigenvectors of matrices.

About

This repository contains code files that demonstrate how to use the Eigen C++ Matrix library for performing the basic matrix operations, computing eigenvalues, solving linear systems, and computing matrix decompositions.


Languages

Language:C++ 100.0%