ublas icon indicating copy to clipboard operation
ublas copied to clipboard

Boost.uBlas

Results 61 ublas issues
Sort by recently updated
recently updated
newest added

Changed element_wise call within element_sub to match the correct parameter ordering. element_wise parameter ordering is a,b,result,op,queue, not a,b,op,result,queue as it is currently. #129

As mentioned in issue #112. This PR adds two earlier excluded `clang-tidy` checks: - `google-readability-braces-around-statements` - `readability-braces-around-statements` The tests were not refactored because of incoming major changes proposed in #122....

Drone is a continuous integration framework similar to Travis CI. [The C++ Alliance](https://cppalliance.org/) is offering a hosted Drone server for Boost libraries. Please refer to https://github.com/CPPAlliance/drone-ci for more information and...

"It is directed towards scientific computing......"----->"It is an open source C++ template class library directed towards scientific computing....." I made this change to make it a little more informative.

openCL tests on Appveyor are failing due to some vcpkg issue. As per my mentor @bassoy request, I am removing the openCL tests from the appveyor. The mentioned reason for...

CMake is a widely used Build System Files Generator. This PR adds the support for CMake into Boost.uBLAS. As a result following things can be built with CMake - Examples...

After reviewing the code and tests produced from Rajaditya Mukherjee's GSoC 2015 project, I wish to work towards merging this with the main development branch. The current develop branch does...

And cleanup. Don't include array.hpp and don't use make_array