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
There are currently two different functions that more or less convert a TensorWrapper to a std::vector<double>. to_vector_from_pimpl lives in src/tensorwrapper/tensor/detail_/pimpl.cpp, and to_vector is in include/tensorwrapper/tensor/conversions.hpp. These two should be consolidated into a single function.
The text was updated successfully, but these errors were encountered:
There are currently two different functions that more or less convert a
TensorWrapper
to astd::vector<double>
.to_vector_from_pimpl
lives in src/tensorwrapper/tensor/detail_/pimpl.cpp, andto_vector
is in include/tensorwrapper/tensor/conversions.hpp. These two should be consolidated into a single function.The text was updated successfully, but these errors were encountered: