Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++RAD Studio

Solve Complex Linear Algebra Problems With Eigen C++ Library

Since we learn C and C++ at university, we happen to get many projects related to Applied Math and Linear Algebra. And we should build an application to solve different complex problems with C/C++ (mostly C++). I have tried to implement some functions, for instance, dot product and cross product functions and also several matrix elimination functions. But, while stuck on implementing some methods with C++, I found the Eigen C++ library which is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. 

Eigen library helped me to save dozens of hours! You can get the Eigen library from GetIt and utilize it with C++ Builder projects easily.

embarcadero c builder eigen library 4270061

Here is some sample source code from the Eigen Array Of String test:

Head over and find out more about Eigen in Embarcadero GetIt and then download it via the IDE.

Get the answers to the most intriguing questions about the std string method as well as String Operations in C++ software in this article.


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

About author

Software Developer | CS(CyberSec) Undergrad at APU Malaysia | Delphi/C++ Builder Enthusiast | Microsoft Learn Student Ambassador | Microsoft Azure Certified

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES