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

The current master branch is what is being released in Boost 1.75 but these failures were also present in the Boost 1.74 release it seems. C++20 was also failing but...

Boost.uBLAS can calculate the determinant of (at most) 2x2 matrices. I have a piece of code that can do this for any matrix size (which is http://www.richelbilderbeek.nl/CppUblasMatrixExample7.htm), that already has...

This was a tricky issue to find (from where I started)! At the following line in code: https://github.com/boostorg/ublas/blob/cf72d035f4f54c1fca3fa8882007a338c03b594b/include/boost/numeric/ublas/vector_sparse.hpp#L34 the MSVC iterator debugging is temporarily switched off because it was causing...

bug

Hi, I found that [Test test3_mvov](https://github.com/boostorg/ublas/blob/master/IDEs/qtcreator/test/test3_mvov.pro) failed for map/set iterators incompatible in clang and clang-cl on Windows. Below are the commands that I used. ``` clang test3.cpp -o test3.obj -std=c++17...

In `boost/libs/math/test/univariate_statistics_test.cpp`, we see the following warning using g++-9: ``` ../../../boost/numeric/ublas/detail/iterator.hpp:268:27: warning: implicitly-declared ‘constexpr boost::numeric::ublas::vector::iterator::iterator(const boost::numeric::ublas::vector::iterator&)’ is deprecated [-Wdeprecated-copy] 268 | return tmp -= n; ```

Hi, I found that test [placement_new.cpp](https://github.com/boostorg/ublas/tree/master/test/placement_new.cpp) failed in clang on Windows. I got 253 as the return value of the exetuable file after running following compiling command. ``` ksh-3.2$ clang...

This fixes the issue outlined in [ticket 1974](https://svn.boost.org/trac10/ticket/1974) by applying Will Moss' patch, so calls to `ref` will no longer cause ambiguous overloaded function errors during compilation.

matrix template has incomplete support for custom types or it was broken. can try it with this https://github.com/ohhmm/openmind/blob/master/omnn/extrapolator/Number.h the error message: [ 4%] Built target omnn [ 8%] Built target...

It seems that my viennacl build broke with boost version update 1.63 -> 1.64: ``` In file included from /usr/include/boost/numeric/ublas/vector.hpp:21:0, from /usr/include/boost/numeric/ublas/matrix.hpp:18, from /usr/include/boost/numeric/ublas/triangular.hpp:16, from /build/viennacl-dev-release-1.7.1/examples/tutorial/iterative-ublas.cpp:41: /usr/include/boost/numeric/ublas/storage.hpp: In member function...