fast C++ library for GPU linear algebra & scientific computing
* Fast GPU linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use
* Provides high-level syntax and functionality deliberately similar to Matlab
* Provides an API that is aiming to be compatible with Armadillo for easy transition between CPU and GPU linear algebra code
* Useful for algorithm development directly in C++, or quick conversion of research code into production environments
* Distributed under the permissive...
BBalc is an open framework for the BloodBowl game.
This library provides chess-computer like functions such as analysing the game and generating/proposing actions. The modular design allows users to extend existing analyse modules to fit their needs.