Currently only sample.Mul(lhs, rhs).get_element_tri() is implement for 1D lhs. Unfortunately, when multiplying three 1D samples, X * Y * Z (or sampling a product of three 1D topologies), we get Mul(Mul(X, Y), Z), for which get_element_tri() is not implemented.
Currently only
sample.Mul(lhs, rhs).get_element_tri()is implement for 1Dlhs. Unfortunately, when multiplying three 1D samples,X * Y * Z(or sampling a product of three 1D topologies), we getMul(Mul(X, Y), Z), for whichget_element_tri()is not implemented.