Bandicoot
    
            
                
                    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 Apache...