Skip to content
forked from halidziya/FastMat

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.

Notifications You must be signed in to change notification settings

kierdwyn/FastMat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

No packages published

Languages

  • C++ 50.1%
  • Makefile 27.1%
  • C 12.7%
  • CMake 10.1%