@d4c/numjs
    Preparing search index...

    Function stack

    • Join a sequence of arrays along a new axis. The axis parameter specifies the index of the new axis in the dimensions of the result. For example, if axis=0 it will be the first dimension and if axis=-1 it will be the last dimension.

      Parameters

      • arrays: (number | ArbDimNumArray | NdArray)[]

        Sequence of array_like

      • axis: number = 0

        The axis in the result array along which the input arrays are stacked.

      Returns NdArray

      The stacked array has one more dimension than the input arrays.