Jump to content

Matrix multiplication: Difference between revisions

m
→‎{{header|J}}: remove tags inside lang tags
m (→‎{{header|J}}: lang tags, use mp instead of x to prevent confusion with x used as argument later)
m (→‎{{header|J}}: remove tags inside lang tags)
Line 624:
The notation is for a generalized inner product so that
<lang j>
x ~:/ .*. y NB. boolean inner product (<tt> ~: </tt>is "not equal" (exclusive or) and<tt> *. </tt>is "and")
x *./ .= y NB. which rows of x are the same as vector y?
x + / .= y NB. number of places where each row of x equals vector y
892

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.