ClikaRT::ops::atleast_2d
function
atleast_2d()
x with leading size-1 dims prepended until rank >= 2 (see atleast_1d). Returns a view (no copy).
Throws
ClikaRT::Error: when the input's dtype is not served for this operation (the machine-readable reason ridescode_name()).
Returns: a view of x with rank >= 2.
Declared in ClikaRT/compute/ops.h, line 3083