In file DMatrix.cpp:

DIVAMatrixExport void CDMatrix::Lt( const CDMatrix& B, CDMatrix& C ) const

Element wise less than. Comparison of two matrices.

Documentation

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

Returns:
Nothing.
Author:
Lars Pedersen
Version:
7-12-2000


Back DIVA Reference Manual The DIVA-Site