Class Merge<NAMETYPE extends Name>


  • public class Merge<NAMETYPE extends Name>
    extends PrimitiveTensorFunction<NAMETYPE>
    The merge tensor operation produces from two argument tensors having equal types a tensor having the same type where the values are the union of the values of both tensors. In the cases where both tensors contain a value for a given cell, and only then, the lambda scalar expression is evaluated to produce the resulting cell value.
    Author:
    bratseth