Skip to content

A C++ program that has matrix functionality. Templates were used to make it usable irrespective of whether elements are strings or numbers in the matrices.

Notifications You must be signed in to change notification settings

faivan95/Matrix_Template_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ project with templates and other newer functions

Visual studio standalone project without requiring external dependencies or plugins

FOR CMAKE, MAKE SURE TO HAVE target_compile_features(${LIBRARY_NAME} PUBLIC cxx_std_20) IN THE CMAKELISTS FILE

^This is because some functions used were introduced in C++17 so it is advised to run at least C++ standard 20 or more recent as shown above

As many things were explored before settling on the current version, the commented out trials using type_traits, std::variants etc. are still in the run file of the "Type Fix" branch

The program can hopefully handle most inputs, whether it's matrices with strings or typical numerical data types

About

A C++ program that has matrix functionality. Templates were used to make it usable irrespective of whether elements are strings or numbers in the matrices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages