Skip to content

I'm just trying to re-learn some C++. This is amateurish, implementation of your usual mathematical matrices know from linear algebra as class template (so you can store any type of data in them, but be sure to overload operators like addition in your custom data type).

Notifications You must be signed in to change notification settings

Zaratusztra/simple_mathematical_matrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_mathematical_matrices

I'm just trying to re-learn some C++. This is amateurish, implementation of your usual mathematical matrices know from linear algebra as class template (so you can store any type of data in them, but be sure to overload operators like addition in your custom data type).

About

I'm just trying to re-learn some C++. This is amateurish, implementation of your usual mathematical matrices know from linear algebra as class template (so you can store any type of data in them, but be sure to overload operators like addition in your custom data type).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published