Minimum ======== This function allows you to compute the minimum of vectors, matrices, and tensors. It provides functionality to compute axiswise, and elementwise minimums as well. .. autofunction:: omtools.std.min.min Examples for all the possible use cases are provided below. .. toctree:: :maxdepth: 1 :titlesonly: ex_min_scalar.rst ex_min_elementwise.rst ex_min_axiswise.rst