Element wise less than. Comparison of two matrices.
Compares each element in this matrix (A) with corresponding element in B. Result matrix C has elements with values 1 or 0.
C(i,j) = 1 if A(i,j) < B(i,j) C(i,j) = 0 else
Back | DIVA Reference Manual | The DIVA-Site |