Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Logically AND this Matrix with a scalar. This operator computes the element-wise logical AND of this Matrix and a scalar. That is, after the operation, an element in this Matrix will evaluate to true (or the type-specific analog of true, typically 1) iff the corresponding element previously residing in this Matrix and x both evaluate to true.
|