$include_dir="/home/hyper-archives/proto/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [proto] Precomputing common matrix products in an expression
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-07-15 02:07:45
On 07/15/2012 08:04 AM, Mathias Gaunard wrote:
> Assuming your expressions are CopyConstructible
You'd also need them to be EqualityComparable or to use a comparator to
use them as keys. A recursive call to fusion::equal_to would probably be
a good definition.