DMatrix.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(M mat)
  2. void opAssign(X m)
  3. void opAssign(X m)
  4. void opAssign(Array arr)
    struct DMatrix(T, Msize_t rs = dynamic, Msize_t cs = dynamic, Major mjr = Major.row)
    static if(rs == 1 || cs == 1)
    void
    opAssign
    (
    Array
    )
    (
    Array arr
    )
    if (
    !isNarrowMatrix!Array &&
    isAssignable!(T, typeof(arr[size_t.init]))
    )

Meta