8000 GitHub - jasonmaclafferty/Matrix: A matrix algorithm for doing matrix algebra.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jasonmaclafferty/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple matrix algorithm for doing matrix algebra. One of the major design goals of this project is to support doing matrix algebra on a massive number of concurrent threads.

I wrote this project after taking an upper division data structures class in C++ my junior year of college.

Compile the shared library and tests from the current code base with the supplied build script (build.csh). The build script currently only supports Mac OS X. You will need the OS X Commandline Developer Tools installed to build the library with the build script. The CppUnit C++ unit testing framework must also be installed on your system for the build script to work. The assumption is that you installed CppUnit with homebrew and that your homebrew installation is in /usr/local.

About

A matrix algorithm for doing matrix algebra.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0