norm_inf: Fixed temporary array allocation.
Since array size was not known at compile-time, migration to std::vector<T> was required.
Loading
Please register or sign in to comment
Since array size was not known at compile-time, migration to std::vector<T> was required.