-
Notifications
You must be signed in to change notification settings - Fork 14
arma::fill:value #27
Copy link
Copy link
Open
Description
" ‘value’ is not a member of ‘arma::fill’; did you mean ‘nlohmann::detail::parse_event_t::value’?
97 | prod[to]=arma::Mat(1,1, arma::fill::value(value));
| ^~~~~"
I would replace line 97 of tensor_tree.h by something like
"
prod[to] = arma::Mat(1, 1);
prod[to](0, 0) = value;
"
since arma::fill::value is not valid in some versions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels