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 dynamic and static rank tensors have a constructor, which takes the tensor of different layouts, implemented incorrectly with an unknown or unimplemented member function. To fix the issue, we...

bug

### Discussed in https://github.com/boostorg/ublas/discussions/141 Originally posted by **bassoy** October 21, 2021 Right now index accessing is performed using the `at` member function in tensor e.g. in [tensor_dynamic](https://github.com/boostorg/ublas/blob/develop/include/boost/numeric/ublas/tensor/tensor/tensor_dynamic.hpp), see also in...

enhancement

The template type, which is used for the type of extents harder coded to `std::size_t` instead of using the template type provided by the user. The user-provided type is misused...

bug

When constructing expression such as `A + 3 * B` and constructing a tensor out of the expression, the exception is raised, which should not happen. ```cpp using tensor_t =...

bug

The current expression template implementation binds `rvalue` expressions to const references. In such cases the lifetime of designated temporary objects are automatically extended due to `prvalue` to `xvalue` expression conversion,...

bug
enhancement

This pulls adds out of range exception for static tensors Fixes : #117

This pull adds the following changes to our current documentation: 1. Indexing Improvements 2. Introduced C++ syntax highlighting 3. Aggregated contributors list at the end 4. Addition of basic tutorial...

enhancement

uBLAS is one of the two remaining Boost libraries still missing CMake support. This adds it.

enhancement

Some documentation links currently point to pages that HP retired along with the rest of the SGI STL website. These links now point to the Boost mirror site.