You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to gain functional experience with implementing mathematical (linear algebraic) concepts in c++ code
demonstrate c++/c software development competencies
reinforce basic building blocks of advanced mathematical concepts used in software applications.
Overview
This library is a "C-flavoured" C++ library for extracting information about a linear system via matrices and linear
algebra. The code is a mix of C++ OOP paradigms and C features such as raw pointers and arrays. Though this mix isn't
practical in most production environments, it is employed here as an 'academic' exercise. The underlying rational type
used for computation comes from the GNU Multiprecision Libaray.
GUI Design
Qt5 based UI
About
Library containing a C++ implementation of matrix operations for working with linear systems. Check out the new GUI branch!