-
Notifications
You must be signed in to change notification settings - Fork 3
Home
GarrettGularson edited this page Jul 24, 2018
·
7 revisions
Here you can find more info about the Matrix project which will help you to manipulate matrices easily. Ever needed to multiply matrices or vectorize a function but didn't want to mess up with representing matrices as std::vector
s or std::valarray
s? Then Matrix is for you: it's fast enough and its code is very easy to understand so you can use it in your project without any difficulties.
Matrix should be built as a static library to be linked against. Matrix.hpp and the library are the only files you'll need to use in your project. Documentation and examples of usage are provided.