You are here

Revision of Quadratic matrix multiplication from Fri, 09/11/2009 - 20:52

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

The quadratic product "%&%" is a convenience (and efficiency) function for pre- and post-multiplying a matrix B by another matrix A and its transpose A', ie.. ABA'

A %&% B is equivalent to A %% B %% t(A)

Conformability is cA=rB=cB