Matrix.expandHeight

  1. auto expandHeight(auto ref const(Matrix!(bH, bW, X)) mtr)
  2. auto expandHeight(in X vals)
    struct Matrix(size_t H, size_t W, E)
    pure
    expandHeight
    const
    (
    X...
    )
    (
    in X vals
    )
    if (
    is(typeof(Matrix!(1, W, E)(vals)))
    )

Meta