fun atleast1D(vararg arys: Any): List<KtNDArray<Any>>
Inputs are converted to list 1-dim KtNDArray.
arys - one or more input arrays.
arys
Return List of KtNDArray.
See Also
atleast2D
atleast3D