Matrix Inner Product

Overview

Given the space of {% m \times n %} matrices, considered as a vector space the standard innter product defined on this space is given as
{% \langle A | B \rangle = trace(A^T B) %}

Theorems