| 
    ALP User Documentation
    0.8.preview
    
   Algebraic Programming User Documentation 
   | 
 
This operator discards all right-hand side input and simply copies the left-hand side input to the output variable. More...
Inherits Operator< internal::left_assign< D1, D2, D3, implementation > >.
This operator discards all right-hand side input and simply copies the left-hand side input to the output variable.
It exposes the complete interface detailed in grb::operators::internal::Operator. This operator can be passed to any GraphBLAS function or object constructor.
Mathematical notation: \( \odot(x,y)\ \to\ x \).
| D1 | The left-hand side input domain. | 
| D2 | The right-hand side input domain. | 
| D3 | The output domain. | 
 1.8.15