On Tuesday, June 3, 2014 7:57:28 AM UTC-2:30, Tony Kelman wrote:
>
> Not sure what you mean by optimizing matrix chain multiplication, I think 
> when it comes to operator precedence and making associative transformations 
> these are not currently performed automatically. Dominique Orban has a 
> deferred-calculation linear operator package you may want to look at 
> https://github.com/dpo/linop.jl
>

Thank you for your reply. Associative transformation is what I meant. That 
is, given A x B x C, it may be more efficient to calculate A x (B x C).

Adam 

Reply via email to