Matrix.opCast

Matrix to vector cast (column)

  1. R opCast()
  2. R opCast()
  3. R opCast()
    struct Matrix(T, size_t H, size_t W)
    const
    R
    opCast
    (
    R
    )
    ()
    if (
    isVector!(R, H) &&
    W == 1
    )
    if (
    isNumeric!T &&
    W > 0
    &&
    H > 0
    )
  4. R opCast()
  5. bool opCast()

Meta