[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tensor product question
From: |
Juan Pablo Carbajal |
Subject: |
Re: Tensor product question |
Date: |
Wed, 15 May 2013 17:57:02 +0200 |
On Wed, May 15, 2013 at 5:47 PM, JFCardoso <address@hidden> wrote:
> the "permute" function which I found hard to parse.
The permute function is just used to order the dimensions in such a
way that the * operator does the intended job. The reshape approach is
dependent on the way the matrix is stored while the permute is not...