ClikaRT::ops::atleast_3d
function
atleast_3d()
x with leading size-1 dims prepended until rank >= 3 (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 >= 3.
Declared in ClikaRT/compute/ops.h, line 3089