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

I know that the behavior with `preserve = true` in method `resize` is not implemented for all sparse matrices, but I think this is need to be reflected in the...

Using gcc ≥ 4.8 causes a lot of warnings about unused local typedefs to be emitted, eg. (there may be more): ``` include/boost/numeric/ublas/triangular.hpp:1862:46: warning: typedef ‘difference_type’ locally defined but not...

Was trying to compile the following code and received the following error information. ## Code: ``` #include int main() { boost::numeric::ublas::matrix u; u = u / norm_frobenius(u); // u /=...

The workflow doesn't actually do anything, so remove it

map_array copy constructor is not functions as expected, leading to crash. Code to reproduce: ```C++ boost::numeric::ublas::map_array getMapArray() { boost::numeric::ublas::map_array ma; ma.insert(std::make_pair(1, 1.0f)); return ma; } int main() { boost::numeric::ublas::map_array ma...

We are in the process of making B2 build changes to all of the B2 build files to support "modular" consumption of the Boost Libraries by users. See this list...

In order to make the library transportable, specifically so we can support modular Boost distribution, we need to avoid encoding absolute paths to the monolithic Boost structure. This changes the...

Correct the example code Correct the template parameters Correct function prototype of operator() of tensor_core Correct links to HTML to AsciiDoc

docs: update README.md update guidelines link