[julia-users] Re: Tensor-product function for multidimensional arrays (>2 dims)

2015-02-23 Thread Steven G. Johnson
On Sunday, February 22, 2015 at 3:32:34 AM UTC-5, Viral Shah wrote: > > Best to file an issue. > See https://github.com/JuliaLang/julia/issues/3250

Re: [julia-users] Re: Tensor-product function for multidimensional arrays (>2 dims)

2015-02-23 Thread Spencer Lyon
Hey Tim, Yep, sure does. For those who find this later (i.e. future me), here are a couple ways to replicate the example in the numpy docs using TensorOperations.jl: using TensorOperations, IndexNotation # NOTE: we build it inside-out and then permute to match numpy's row major # resha

Re: [julia-users] Re: Tensor-product function for multidimensional arrays (>2 dims)

2015-02-22 Thread Tim Holy
Does TensorOperations.jl do what you want? --Tim On Sunday, February 22, 2015 12:32:34 AM Viral Shah wrote: > Best to file an issue. > > -viral > > On Sunday, February 22, 2015 at 12:52:17 PM UTC+5:30, Spencer Lyon wrote: > > Bump on this thread. I need this functionality again... > > > > On F

[julia-users] Re: Tensor-product function for multidimensional arrays (>2 dims)

2015-02-22 Thread Viral Shah
Best to file an issue. -viral On Sunday, February 22, 2015 at 12:52:17 PM UTC+5:30, Spencer Lyon wrote: > > Bump on this thread. I need this functionality again... > > On Friday, December 6, 2013 at 11:04:44 AM UTC-5, Spencer Lyon wrote: >> >> I am working with tensors with more than 2 dimensions

[julia-users] Re: Tensor-product function for multidimensional arrays (>2 dims)

2015-02-21 Thread Spencer Lyon
Bump on this thread. I need this functionality again... On Friday, December 6, 2013 at 11:04:44 AM UTC-5, Spencer Lyon wrote: > > I am working with tensors with more than 2 dimensions. I would like to > find a Julia equivalent to the numpy function tensordot. The docstring > for the function exp