FastMat library is a matrix library that uses C++11 features for creating better interface on linear algebra computations in C++. Distinct features of this library there is a calculation buffer for fixed size vectors so that there would be no intermediate memory allocation for calculations. Also it uses threads that could divide computation into multiple cores. It also contains few distributions that could be extended later This branch is based on MKL
forked from halidziya/FastMat
-
Notifications
You must be signed in to change notification settings - Fork 0
Fast Matrix Library. It uses fixed sized vectors and preallocated buffers to avoid memory allocations. Also lightweight always alive, lock synchronized threads avoid thread creating overheads.
kierdwyn/FastMat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Fast Matrix Library. It uses fixed sized vectors and preallocated buffers to avoid memory allocations. Also lightweight always alive, lock synchronized threads avoid thread creating overheads.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 50.1%
- Makefile 27.1%
- C 12.7%
- CMake 10.1%