You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug occured because the type extent_of_rank_one_array_v was
bool instead of std::size_t, which in turn casting the std::size_t
value into bool. If the size of the array was N, it would cast it
into 1.
Lambda function
ublas/include/boost/numeric/ublas/tensor/functions.hpp
Line 359 in 32795e1
performs a wrong computation of the resulting static shape invoked in line
ublas/examples/tensor/multiply_tensors_product_function.cpp
Line 312 in 32795e1
The text was updated successfully, but these errors were encountered: