pub fn partial_ReLU(dim: usize, row: usize) -> AffTree<2>
Creates an AffTree instance that corresponds to the ReLU function applied to the specified row.
row
Formally, it is defined as (partial_ReLU(x))_row = max {0, x_row}