Jean-Baptiste Rudant wrote:
>
> I would like to operate in an easy and efficient way (without python loop)
> with arrays of matrices.
>
> Suppose a and b are some arrays of N1*N2 matrices of size 3*3, I would
> like to calculate inv_a and dot_ab, which would be arrays of N1*N2
> (3*3)-matrice
On Mon, Jan 26, 2009 at 11:59 PM, Jean-Baptiste Rudant
wrote:
> Hello,
> I would like to operate in an easy and efficient way (without python
> loop) with arrays of matrices.
> Suppose a and b are some arrays of N1*N2 matrices of size 3*3, I would like
> to calculate inv_a and dot_ab, which would
Hello,
I would like to operate in an easy and efficient way (without python loop) with
arrays of matrices.
Suppose a and b are some arrays of N1*N2 matrices of size 3*3, I would like to
calculate inv_a and dot_ab, which would be arrays of N1*N2 (3*3)-matrices,
such as :
inv_a[i, j] = np.lin