Skip to content

arma::fill:value #27

@MattJean

Description

@MattJean

" ‘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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions